| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- {
- "tip": false,
- "addBtn": false,
- "editBtn": false,
- "addRowBtn": false,
- "cellBtn": false,
- "cancelBtn": false,
- "delBtn":false,
- "border": true,
- "index": true,
- "selection": true,
- "refreshBtn": false,
- "menuWidth": 130,
- "align":"center",
- "showSummary": true,
- "lazy": true,
- "simplePage": true,
- "dialogWidth": "60%",
- "tree": true,
- "dialogClickModal": false,
- "column": [
- {
- "label": "结算单位",
- "prop": "corpId",
- "index": 1,
- "overHidden": true,
- "width": 220
- },
- {
- "label": "费用名称",
- "prop": "feeName",
- "index": 2,
- "width": 220,
- "overHidden": true
- },
- {
- "label": "英文名称",
- "prop": "ename",
- "index": 3,
- "width": 220,
- "overHidden": true
- },
- {
- "label": "单价",
- "prop": "price",
- "index": 4,
- "slot": true,
- "overHidden": true,
- "width": 150
- },
- {
- "label": "数量",
- "prop": "quantity",
- "index": 5,
- "overHidden": true,
- "width": 150
- },
- {
- "label": "金额",
- "prop": "amount",
- "index": 6,
- "cell": true,
- "overHidden": true,
- "width": 150
- },
- {
- "label": "结算金额",
- "prop": "settlmentAmount",
- "index": 7,
- "overHidden": true,
- "width": 150
- },
- {
- "label": "币别",
- "prop": "currency",
- "index": 8,
- "overHidden": true,
- "width": 150
- },
- {
- "label": "汇率",
- "prop": "exchangeRate",
- "index": 9,
- "overHidden": true,
- "width": 150
- },
- {
- "label": "计价单位",
- "prop": "unit",
- "index": 10,
- "slot": true,
- "overHidden": true,
- "width": 150
- },
- {
- "label": "备注",
- "prop": "remarks",
- "index": 11,
- "cell": true,
- "overHidden": true,
- "width": 150
- }
- ]
- }
|