123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- {
- "headerAlign": "center",
- "align": "center",
- "border": true,
- "index": true,
- "lazy": true,
- "tip": false,
- "searchShow": false,
- "searchMenuPosition": "right",
- "searchMenuSpan": 18,
- "tree": true,
- "selection": true,
- "addBtn": false,
- "viewBtn": false,
- "editBtn": false,
- "delBtn": true,
- "menuWidth": 80,
- "searchLabelWidth": 130,
- "column": [
- {
- "label": "合同号",
- "prop": "accSysNo",
- "index": 1,
- "cell": true,
- "width": 220
- },
- {
- "label": "合同日期",
- "prop": "accDate",
- "index": 2,
- "cell": true,
- "width": 220
- },
- {
- "label": "客户名称",
- "prop": "corpId",
- "index": 3,
- "cell": true,
- "width": 220
- },
- {
- "label": "费用名称",
- "prop": "costType",
- "index": 4,
- "cell": true,
- "width": 220
- },
- {
- "label": "单价",
- "prop": "price",
- "index": 5,
- "cell": true,
- "width": 120
- },
- {
- "label": "数量",
- "prop": "quantity",
- "value": 1,
- "index": 6,
- "cell": true,
- "width": 150
- },
- {
- "label": "计价单次",
- "prop": "unit",
- "index": 7,
- "cell": true,
- "width": 120
- },
- {
- "label": "金额",
- "prop": "amount",
- "index": 8,
- "cell": true,
- "width": 120
- },
- {
- "label": "币别",
- "prop": "currency",
- "index": 9,
- "cell": true,
- "width": 120
- },
- {
- "label": "汇率",
- "prop": "exchangeRate",
- "index": 10,
- "cell": true,
- "width": 120
- },
- {
- "label": "税率",
- "prop": "taxRate",
- "index": 11,
- "cell": true,
- "width": 120
- },
- {
- "label": "备注",
- "prop": "remarks",
- "index": 12,
- "cell": true,
- "width": 150
- }
- ]
- }
|