{ "lazy": true, "tip": false, "simplePage": true, "searchShow": true, "searchMenuPosition": "right", "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", "dicUrl": "/api/blade-system/dict-biz/dictionary?code=order_status", "props": { "label": "dictValue", "value": "dictValue" }, "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 },{ "type": "date", "unlinkPanels": true, "searchRange": true, "format": "yyyy-MM-dd", "valueFormat": "yyyy-MM-dd", "label": "出库日期", "prop": "businessDate", "search": true, "index": 8, "width":100 },{ "type": "date", "unlinkPanels": true, "searchRange": true, "format": "yyyy-MM-dd", "valueFormat": "yyyy-MM-dd", "label": "制单时间", "prop": "createTime", "search": true, "index": 8, "width":100 } ] }