12345678910111213141516171819202122232425262728 |
- $PBExportHeader$s_fx_mtrldef.srs
- $PBExportComments$分销系统(物料定义)
- global type s_fx_mtrldef from structure
- long fxmtrlid[]
- long comid[]
- long mtrlid[]
- string mtrlcode[]
- string mtrlname[]
- string mtrlmode[]
- string mtrlsectype[]
- string zxmtrlmode[]
- string usermtrlmode[]
- long statusflag[]
- long statustype[]
- long woodcodeflag[]
- long woodcodetype[]
- long pcodeflag[]
- long pcodetype[]
- long configcodetype[]
- string unit[]
- boolean ifselect
- decimal price[] descriptor "comment" = "购物车用(传递价格)"
- decimal qty[] descriptor "comment" = "购物车用"
- boolean ifrelation descriptor "comment" = "是否筛选业务来往的物料"
- long myreltype descriptor "comment" = "1-我是供应商 2-我是客户"
- long partner_comid descriptor "comment" = "对方的comid"
- end type
|