{ "headerAlign": "center", "align": "center", "border": true, "index": true, "lazy": true, "tip": false, "searchShow": true, "searchMenuPosition": "right", "searchSpan": 8, "searchMenuSpan": 16, "tree": true, "selection": false, "addBtn": false, "viewBtn": false, "editBtn": false, "delBtn": false, "menuWidth": 150, "menu": false, "searchIcon": true, "searchIndex": 2, "searchLabelWidth": 100, "showSummary": true, "summaryText": "合计", "sumColumnList": [ { "name": "inAmount", "type": "sum" }, { "name": "outAmount", "type": "sum" }, { "name": "balanceAmount", "type": "sum" } ], "column": [ { "label": "合同号", "prop": "contractNumber", "overHidden": true, "search": true, "index": 1, "width": 150 }, { "label": "提单号", "overHidden": true, "search": true, "prop": "billNo", "index": 2, "width": 150 }, { "label": "货物名称", "search": true, "overHidden": true, "index": 3, "width": 220, "prop": "cname" }, { "label": "箱号", "prop": "cntrNo", "index": 4, "overHidden": true, "width": 120 }, { "label": "采购日期", "search": true, "prop": "createTime", "format": "yyyy-MM-dd", "valueFormat": "yyyy-MM-dd", "type": "date", "unlinkPanels": true, "searchRange": true, "overHidden": true, "index": 5, "width": 150 }, { "label": "入库件数", "prop": "inQuantity", "overHidden": true, "index": 6, "width": 120 }, { "label": "入库发票重量", "prop": "inWeight", "overHidden": true, "index": 7, "width": 120 }, { "label": "入库金额", "prop": "inAmount", "overHidden": true, "index": 8, "width": 120 }, { "label": "出库件数", "prop": "outQuantity", "overHidden": true, "index": 9, "width": 120 }, { "label": "出库发票重量", "prop": "outWeight", "overHidden": true, "index": 10, "width": 120 }, { "label": "出库金额", "prop": "outAmount", "overHidden": true, "index": 11, "width": 120 }, { "label": "结余件数", "prop": "balanceQuantity", "overHidden": true, "index": 12, "width": 120 }, { "label": "结余重量", "prop": "balanceWeight", "overHidden": true, "index": 13, "width": 120 }, { "label": "结余金额", "prop": "balanceAmount", "overHidden": true, "index": 14, "width": 120 } ] }