123456789101112131415161718192021222324252627282930313233343536 |
- $PBExportHeader$s_price_order.srs
- global type s_price_order from structure
- long poid
- string pocode
- datetime begindate
- datetime enddate
- long mtrlid
- long mtrltypeid
- string mtrlsectype
- string zxmtrlmode
- string usermtrlmode
- long cusid
- long cusareaid
- string poexpr
- integer inuse
- integer kind
- string typestr
- integer orderint
- decimal saleqty
- decimal saleqty1
- decimal limitnum
- decimal salenum
- integer limittype
- string status
- string woodcode
- string pcode
- integer ifusestatus
- integer ifusewoodcode
- integer ifusepcode
- string dscrp
- decimal price
- decimal listprice
- decimal hisprice
- decimal frate
- end type
|