| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- {
- "lazy": true,
- "tip": false,
- "simplePage": true,
- "searchShow": true,
- "searchMenuSpan": 6,
- "dialogWidth": "60%",
- "tree": true,
- "border": true,
- "index": true,
- "selection": true,
- "viewBtn": false,
- "editBtn": false,
- "delBtn": false,
- "menuWidth": 300,
- "dialogClickModal": false,
- "searchLabelWidth": 100,
- "column":[
- {
- "label": "系统编号",
- "prop": "sysNo",
- "search": true,
- "index": 1,
- "width":100
- },
- {
- "label": "客户名称",
- "prop": "corpId",
- "search": true,
- "index": 1,
- "width":100
- },{
- "label": "单据状态",
- "prop": "status",
- "type": "select",
- "dicData":[{
- "label":"正常",
- "value":0
- },{
- "label":"停用",
- "value":1
- }],
- "search": true,
- "index": 2,
- "width":100
- },{
- "label": "所属公司",
- "prop": "salesCompany",
- "search": true,
- "index": 4,
- "width":100
- },{
- "label": "匹配订单号",
- "prop": "srcOrderNo",
- "search": true,
- "index": 5,
- "width":100
- },{
- "label": "仓库名称",
- "prop": "storageId",
- "search": true,
- "index": 6,
- "width":100
- },{
- "label": "仓库类型",
- "prop": "warehouseType",
- "search": true,
- "index": 7,
- "width":100
- },{
- "label": "出库金额",
- "prop": "deliveryAmount",
- "search": true,
- "index": 8,
- "width":100
- },{
- "label": "出库数量",
- "prop": "totalQuantity",
- "search": true,
- "index": 8,
- "width":100
- },{
- "label": "出库日期",
- "prop": "businessDate",
- "search": true,
- "index": 8,
- "width":100
- },{
- "label": "制单时间",
- "prop": "updateTime",
- "search": true,
- "index": 8,
- "width":100
- }
- ]
- }
|