{ "lazy": true, "tip": false, "simplePage": true, "searchShow": true, "addBtn":false, "editBtn":false, "addRowBtn":false, "cellBtn":false, "cancelBtn":false, "refreshBtn": false, "searchMenuSpan": 6, "align": "center", "delBtn":false, "dialogWidth": "60%", "tree": true, "border": true, "index": true, "selection": false, "menuWidth": 150, "dialogClickModal": false, "showSummary": true, "summaryText": "合计", "sumColumnList": [ { "name": "amount", "type": "sum" }, { "name": "thisAmount", "type": "sum" } ], "column": [ { "label": "合同号", "prop": "srcOrderno", "overHidden": true, "width": 200, "index": 2 }, { "label": "提单号", "prop": "billNo", "overHidden": true, "width": 200, "index": 3 }, { "label": "费用名称", "prop": "itemName", "overHidden": true, "width": 200, "index": 4 }, { "label": "金额", "prop": "amount", "overHidden": true, "width": 150, "index": 7 }, { "label": "本次金额", "prop": "thisAmount", "overHidden": true, "width": 150, "index": 7 }, { "label": "币别", "prop": "currency", "index": 7, "width": 120 }, { "label": "备注", "prop": "remarks", "overHidden": true, "index": 13, "cell": true, "width": 500 } ] }