| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 | 
							- {
 
-   "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": 180,
 
-   "dialogClickModal": false,
 
-   "showSummary": true,
 
-   "summaryText": "合计",
 
-   "sumColumnList": [
 
-     {
 
-       "name": "amount",
 
-       "type": "sum"
 
-     }
 
-   ],
 
-   "column": [
 
-     {
 
-       "label": "合同号",
 
-       "prop": "srcOrderno",
 
-       "index": 1,
 
-       "width":120,
 
-       "overHidden": true
 
-     },
 
-     {
 
-       "label": "提单号",
 
-       "prop": "billNo",
 
-       "index": 2,
 
-       "width":120,
 
-       "overHidden": true
 
-     },
 
-     {
 
-       "label": "客户名称",
 
-       "prop": "corpName",
 
-       "index": 2,
 
-       "width":150,
 
-       "overHidden": true
 
-     },
 
-     {
 
-       "label": "费用名称",
 
-       "prop": "costType",
 
-       "index": 3,
 
-       "width":150,
 
-       "overHidden": true
 
-     },
 
-     {
 
-       "label": "数量",
 
-       "prop": "quantity",
 
-       "index": 4,
 
-       "width":120,
 
-       "overHidden": true
 
-     },
 
-     {
 
-       "label": "单价",
 
-       "prop": "price",
 
-       "width":120,
 
-       "index": 5,
 
-       "overHidden": true
 
-     },
 
-     {
 
-       "label": "金额",
 
-       "prop": "amount",
 
-       "index": 6,
 
-       "width":120,
 
-       "overHidden": true
 
-     },
 
-     {
 
-       "label": "币别",
 
-       "prop": "currency",
 
-       "index": 7,
 
-       "width":120,
 
-       "overHidden": true
 
-     },
 
-     {
 
-       "label": "汇率",
 
-       "prop": "exchangeRate",
 
-       "index": 8,
 
-       "width":120,
 
-       "overHidden": true
 
-     },
 
-     {
 
-       "label": "备注",
 
-       "prop": "remarks",
 
-       "index": 9,
 
-       "width":200,
 
-       "cell": true,
 
-       "overHidden": true
 
-     },
 
-     {
 
-       "label": "申请人",
 
-       "prop": "createUserName",
 
-       "index": 11,
 
-       "width":120,
 
-       "overHidden": true
 
-     },
 
-     {
 
-       "label": "申请日期",
 
-       "prop": "createTime",
 
-       "type": "date",
 
-       "format": "yyyy-MM-dd",
 
-       "valueFormat": "yyyy-MM-dd",
 
-       "width":150,
 
-       "overHidden": true,
 
-       "index": 10
 
-     }
 
-   ]
 
- }
 
 
  |