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