{ "height": "auto", "addBtnText": "新单", "lazy": true, "tip": false, "searchMenuPosition": "right", "simplePage": true, "searchShow": true, "dialogWidth": "60%", "tree": true, "border": true, "index": true, "selection": true, "viewBtn": false, "editBtn": false, "delBtn": false, "menuWidth": 300, "dialogClickModal": false, "searchLabelWidth": 100, "searchIcon": true, "searchIndex": 2, "searchSpan": 8, "summaryText": "合计", "sumColumnList": [ { "name": "orderAmount", "type": "sum" }, { "name": "debitAmount", "type": "sum" }, { "name": "balanceAmount", "type": "sum" } ], "column": [ { "label": "销售订单号", "prop": "orderNo", "search": true, "index": 1, "width": 100, "overHidden": true }, { "label": "客户名称", "prop": "corpId", "search": true, "index": 2, "width": 100, "overHidden": true }, { "label": "合同日期", "type": "date", "unlinkPanels": true, "searchRange": true, "prop": "businesDate", "search": true, "index": 3, "width": 100, "format": "yyyy-MM-dd", "valueFormat": "yyyy-MM-dd", "overHidden": true, "pickerOptions": {} }, { "label": "预收款日期", "type": "date", "unlinkPanels": true, "searchRange": true, "prop": "advanceCollectionDate", "search": false, "index": 4, "width": 100, "format": "yyyy-MM-dd", "valueFormat": "yyyy-MM-dd", "overHidden": true, "pickerOptions": {} }, { "label": "订单来源", "prop": "a", "search": true, "index": 5, "width": 100, "overHidden": true }, { "label": "毛利额", "prop": "grossProfit", "search": false, "index": 6, "width": 100, "overHidden": true }, { "label": "毛利率", "prop": "grossProfitRate", "search": false, "index": 7, "width": 100, "overHidden": true }, { "label": "销售金额", "prop": "orderAmount", "search": false, "index": 8, "width": 100, "overHidden": true }, { "label": "应收金额", "prop": "debitAmount", "search": false, "index": 9, "width": 100, "overHidden": true }, { "label": "未收金额", "prop": "balanceAmount", "search": false, "index": 10, "width": 100, "overHidden": true }, { "label": "订单数量", "prop": "b", "search": false, "index": 11, "width": 100, "overHidden": true }, { "label": "已发数量", "prop": "b", "search": false, "index": 12, "width": 100, "overHidden": true }, { "label": "所属公司", "prop": "belongToCorpName", "search": false, "index": 13, "width": 100, "overHidden": true }, { "label": "发货地址", "prop": "shippingAddress", "search": true, "index": 14, "width": 100, "overHidden": true }, { "label": "到货地址", "prop": "arrivalAddress", "search": true, "index": 15, "width": 100, "overHidden": true }, { "type": "select", "dicUrl": "/api/blade-system/dict-biz/dictionary?code=payment_term", "props": { "label": "dictValue", "value": "dictValue" }, "label": "付款方式", "prop": "paymentType", "search": false, "index": 16, "width": 100, "overHidden": true }, { "label": "发货日期", "type": "date", "unlinkPanels": true, "searchRange": true, "prop": "actualDeliveryDate", "search": true, "index": 17, "width": 100, "format": "yyyy-MM-dd", "valueFormat": "yyyy-MM-dd", "overHidden": true, "pickerOptions": {} }, { "label": "要求发货日期", "type": "date", "unlinkPanels": true, "searchRange": true, "prop": "requiredDeliveryDate", "search": true, "index": 18, "width": 100, "format": "yyyy-MM-dd", "valueFormat": "yyyy-MM-dd", "overHidden": true, "pickerOptions": {} }, { "label": "要求到货日期", "type": "date", "unlinkPanels": true, "searchRange": true, "prop": "requiredArrivalDate", "search": true, "index": 19, "width": 100, "format": "yyyy-MM-dd", "valueFormat": "yyyy-MM-dd", "overHidden": true, "pickerOptions": {} }, { "type": "select", "dicUrl": "/api/blade-system/dict-biz/dictionary?code=order_status", "props": { "label": "dictValue", "value": "dictValue" }, "label": "单据状态", "prop": "orderStatus", "search": true, "index": 20, "width": 100, "overHidden": true }, { "label": "公司户头", "prop": "banksAccountName", "search": false, "index": 21, "width": 100, "overHidden": true }, { "label": "系统编号", "prop": "sysNo", "search": true, "index": 22, "width": 100, "overHidden": true }, { "label": "主订单号", "prop": "morderNo", "search": false, "index": 23, "width": 100, "overHidden": true }, { "label": "制单人", "prop": "createUserName", "search": true, "index": 24, "width": 100, "overHidden": true }, { "label": "制单日期", "type": "date", "unlinkPanels": true, "searchRange": true, "prop": "createTime", "search": true, "index": 19, "width": 100, "format": "yyyy-MM-dd", "valueFormat": "yyyy-MM-dd", "overHidden": true, "pickerOptions": {} } ] }