12345678910111213141516171819202122232425262728293031323334353637 |
- $PBExportHeader$s_cpcheck.srs
- global type s_cpcheck from structure
- long scid
- long billid
- datetime checkdate
- integer checktype
- long relid
- string relcode
- long mtrlid
- string status
- string woodcode
- string pcode
- decimal { 10 } qty
- decimal { 10 } checkqty
- decimal { 10 } badqty
- decimal { 10 } goodqty
- decimal { 10 } checkrate
- decimal { 10 } chkpassrate
- string dscrp
- long itemtypeid
- integer flag
- s_cpcheckmx arg_s_cpcheckmx[]
- string reson
- string suggest
- string feedback
- string opinion
- string billemp
- integer billtype
- long relprintid
- string qcresult
- integer secflag
- string secauditemp
- datetime secauditdate
- string unit
- decimal { 10 } rate
- end type
|