1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- {
- "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,
- "stripe": 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": 150,
- "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": 540
- }
- ]
- }
|