s_fx_mtrldef.srs 835 B

12345678910111213141516171819202122232425262728
  1. $PBExportHeader$s_fx_mtrldef.srs
  2. $PBExportComments$分销系统(物料定义)
  3. global type s_fx_mtrldef from structure
  4. long fxmtrlid[]
  5. long comid[]
  6. long mtrlid[]
  7. string mtrlcode[]
  8. string mtrlname[]
  9. string mtrlmode[]
  10. string mtrlsectype[]
  11. string zxmtrlmode[]
  12. string usermtrlmode[]
  13. long statusflag[]
  14. long statustype[]
  15. long woodcodeflag[]
  16. long woodcodetype[]
  17. long pcodeflag[]
  18. long pcodetype[]
  19. long configcodetype[]
  20. string unit[]
  21. boolean ifselect
  22. decimal price[] descriptor "comment" = "购物车用(传递价格)"
  23. decimal qty[] descriptor "comment" = "购物车用"
  24. boolean ifrelation descriptor "comment" = "是否筛选业务来往的物料"
  25. long myreltype descriptor "comment" = "1-我是供应商 2-我是客户"
  26. long partner_comid descriptor "comment" = "对方的comid"
  27. end type