123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- {
- "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": 200,
- "index": 4
- },
- {
- "label": "金额",
- "prop": "amount",
- "overHidden": true,
- "width": 150,
- "index": 7
- },
- {
- "label": "结算金额",
- "prop": "settlementAmount",
- "overHidden": true,
- "width": 150,
- "index": 7
- },
- {
- "label": "会员卡金额",
- "prop": "memberBalance",
- "overHidden": true,
- "width": 240,
- "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
- }
- ]
- }
|