123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- {
- "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": "srcSysno",
- "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": "checkAmount",
- "overHidden": true,
- "width": 150,
- "index": 7
- },
- {
- "label": "本次金额",
- "prop": "thisAmount",
- "overHidden": true,
- "width": 150,
- "index": 7
- },
- {
- "label": "币别",
- "prop": "currency",
- "index": 7,
- "width": 120
- },
- {
- "label": "日期起",
- "prop": "rentStartDate",
- "type": "datetime",
- "format": "yyyy-MM-dd",
- "valueFormat": "yyyy-MM-dd HH:mm:ss",
- "index": 8,
- "width": 180
- },
- {
- "label": "日期止",
- "prop": "rentEndDate",
- "type": "datetime",
- "format": "yyyy-MM-dd",
- "valueFormat": "yyyy-MM-dd HH:mm:ss",
- "index": 9,
- "width": 180
- },
- {
- "label": "备注",
- "prop": "remarks",
- "overHidden": true,
- "index": 13,
- "cell": true,
- "width": 540
- }
- ]
- }
|