{ "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": "srcOrderNo", "search": true, "index": 1, "width":100 },{ "label": "银行账号", "prop": "banks", "search": true, "index": 2, "width":100 },{ "label": "供应商", "prop": "shippingAddress", "search": true, "index": 4, "width":100 },{ "type": "select", "dicUrl": "/api/blade-system/dict-biz/dictionary?code=payment_term", "props": { "label": "dictValue", "value": "dictValue" }, "label": "付款方式", "prop": "paymentType", "search": true, "index": 5, "width":100 },{ "label": "公司户头", "prop": "banksAccountname", "search": true, "index": 6, "width":100 },{ "label": "包装要求", "prop": "packageRemarks", "search": true, "index": 7, "width":100 },{ "label": "运费", "prop": "oceanFreight", "search": true, "index": 8, "width":100 },{ "type": "date", "unlinkPanels": true, "searchRange": true, "label": "要求到货日期", "prop": "requiredArrivalDate", "format": "yyyy-MM-dd", "valueFormat": "yyyy-MM-dd", "search": true, "index": 8, "width":100 } ] }