12345678910111213141516171819202122232425262728293031323334 |
- $PBExportHeader$s_saletask.srs
- global type s_saletask from structure
- long scid
- long taskid
- string taskcode
- datetime taskdate
- datetime requiredate
- long cusid
- string cus_name
- string cus_tele
- string cus_address
- string cus_fax
- long banktypeid
- string banktypename
- string paytype
- long mtrltypeid[]
- string mtrltype[]
- long mtrlid[]
- string mtrlcode[]
- string mtrlname[]
- string mtrlengname[]
- string mtrlmode[]
- string unit[]
- decimal { 10 } saleqty[]
- decimal { 10 } fprice[]
- decimal { 10 } rebate[]
- decimal { 10 } price[]
- decimal { 10 } enprice[]
- string mxdscrp[]
- decimal { 10 } cubage[]
- long mxcount
- string cuscode
- end type
|