mainList.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "lazy": true,
  3. "tip": false,
  4. "simplePage": true,
  5. "searchShow": true,
  6. "searchMenuSpan": 6,
  7. "dialogWidth": "60%",
  8. "tree": true,
  9. "border": true,
  10. "index": true,
  11. "selection": true,
  12. "viewBtn": false,
  13. "editBtn": false,
  14. "delBtn": false,
  15. "menuWidth": 300,
  16. "dialogClickModal": false,
  17. "searchLabelWidth": 100,
  18. "column":[
  19. {
  20. "label": "系统编号",
  21. "prop": "sysNo",
  22. "search": true,
  23. "index": 1,
  24. "width":100
  25. },
  26. {
  27. "label": "客户名称",
  28. "prop": "corpId",
  29. "search": true,
  30. "index": 1,
  31. "width":100
  32. },{
  33. "label": "单据状态",
  34. "prop": "status",
  35. "type": "select",
  36. "dicData":[{
  37. "label":"正常",
  38. "value":0
  39. },{
  40. "label":"停用",
  41. "value":1
  42. }],
  43. "search": true,
  44. "index": 2,
  45. "width":100
  46. },{
  47. "label": "所属公司",
  48. "prop": "salesCompany",
  49. "search": true,
  50. "index": 4,
  51. "width":100
  52. },{
  53. "label": "匹配订单号",
  54. "prop": "srcOrderNo",
  55. "search": true,
  56. "index": 5,
  57. "width":100
  58. },{
  59. "label": "仓库名称",
  60. "prop": "storageId",
  61. "search": true,
  62. "index": 6,
  63. "width":100
  64. },{
  65. "label": "仓库类型",
  66. "prop": "warehouseType",
  67. "search": true,
  68. "index": 7,
  69. "width":100
  70. },{
  71. "label": "出库金额",
  72. "prop": "deliveryAmount",
  73. "search": true,
  74. "index": 8,
  75. "width":100
  76. },{
  77. "label": "出库数量",
  78. "prop": "totalQuantity",
  79. "search": true,
  80. "index": 8,
  81. "width":100
  82. },{
  83. "label": "出库日期",
  84. "prop": "businessDate",
  85. "search": true,
  86. "index": 8,
  87. "width":100
  88. },{
  89. "label": "制单时间",
  90. "prop": "updateTime",
  91. "search": true,
  92. "index": 8,
  93. "width":100
  94. }
  95. ]
  96. }