| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 | {  "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    }  ]}
 |