| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177 |
- {
- "lazy": true,
- "tip": false,
- "simplePage": true,
- "searchShow": true,
- "searchMenuSpan": 16,
- "dialogWidth": "60%",
- "height": "auto",
- "align": "center",
- "searchSpan": 8,
- "searchMenuPosition": "right",
- "tree": true,
- "border": true,
- "index": true,
- "viewBtn": false,
- "editBtn": false,
- "delBtn": false,
- "menuWidth": 80,
- "dialogClickModal": false,
- "searchLabelWidth": 120,
- "searchIcon": true,
- "searchIndex": 2,
- "stripe": true,
- "addBtn":false,
- "expand": false,
- "expandWidth": 38,
- "selectionWidth": 40,
- "showSummary": true,
- "summaryText": "合计",
- "sumColumnList": [
- {
- "name": "amount",
- "type": "sum"
- }
- ],
- "column": [
- {
- "label": "合同号",
- "prop": "srcOrderno",
- "index": 2,
- "overHidden": true,
- "searchOrder": 1,
- "search": true,
- "width": 150
- },
- {
- "label": "提单号",
- "prop": "billNo",
- "overHidden": true,
- "search": true,
- "searchOrder": 2,
- "width": 150,
- "index": 2
- },
- {
- "label": "客户名称",
- "prop": "corpId",
- "search": true,
- "searchOrder": 3,
- "overHidden": true,
- "width": 180,
- "index": 3
- },
- {
- "label": "所属公司",
- "prop": "belongToCorpId",
- "overHidden": true,
- "width": 180,
- "index": 3
- },
- {
- "label": "单据状态",
- "prop": "checkStatus",
- "type": "select",
- "search": true,
- "overHidden": true,
- "index": 1,
- "width": 120,
- "dicData": [
- {
- "label": "录入",
- "value":"录入"
- },
- {
- "label": "审批提交",
- "value": "审批提交"
- },
- {
- "label": "审批中",
- "value": "审批中"
- },
- {
- "label": "审批通过",
- "value": "审批通过"
- }
- ]
- },
- {
- "label": "人民币金额",
- "prop": "amount",
- "overHidden": true,
- "width": 120,
- "index": 4
- },
- {
- "label": "外币金额",
- "prop": "foreignAmount",
- "overHidden": true,
- "width": 120,
- "index": 4
- },
- {
- "label": "开户银行",
- "prop": "accountBank",
- "overHidden": true,
- "width": 150,
- "index": 5
- },
- {
- "label": "银行账户",
- "prop": "accountName",
- "search": true,
- "overHidden": true,
- "width": 150,
- "index": 6
- },
- {
- "label": "银行账号",
- "prop": "accountNo",
- "overHidden": true,
- "width": 150,
- "index": 7
- },
- {
- "label": "创建人",
- "prop": "createUserName",
- "overHidden": true,
- "index": 8,
- "width":100
- },
- {
- "label": "创建日期",
- "prop": "createTime",
- "type": "date",
- "search": true,
- "searchRange": true,
- "unlinkPanels": true,
- "overHidden": true,
- "index": 9,
- "width":160
- },
- {
- "label": "修改人",
- "prop": "updateUserName",
- "overHidden": true,
- "index": 10,
- "width":100
- },
- {
- "label": "修改日期",
- "prop": "updateTime",
- "type": "date",
- "format": "yyyy-MM-dd HH:mm:ss",
- "overHidden": true,
- "index": 11,
- "width":160
- },
- {
- "label": "备注",
- "overHidden": true,
- "search": true,
- "prop": "remark",
- "index": 10,
- "width": 200
- }
- ]
- }
|