|
@@ -16,7 +16,9 @@
|
|
|
"delBtn": false,
|
|
|
"menuWidth": 220,
|
|
|
"dialogClickModal": false,
|
|
|
- "searchLabelWidth": 60,
|
|
|
+ "searchLabelWidth": 100,
|
|
|
+ "searchIcon": true,
|
|
|
+ "searchIndex": 3,
|
|
|
"addBtnText": "新单",
|
|
|
"expand": true,
|
|
|
"column":[
|
|
@@ -24,9 +26,9 @@
|
|
|
"label": "合同号",
|
|
|
"prop": "orderNo",
|
|
|
"search": true,
|
|
|
- "searchIndex": 1,
|
|
|
+ "searchIndex": 2,
|
|
|
"index": 1,
|
|
|
- "width":100
|
|
|
+ "width":150
|
|
|
},
|
|
|
{
|
|
|
"label": "合同日期",
|
|
@@ -43,85 +45,87 @@
|
|
|
"label": "供应商",
|
|
|
"prop": "strCorpName",
|
|
|
"search": true,
|
|
|
- "searchIndex": 2,
|
|
|
+ "searchIndex": 1,
|
|
|
"index": 3,
|
|
|
- "width":120
|
|
|
+ "width":200
|
|
|
},{
|
|
|
"label": "采购商",
|
|
|
"prop": "strPurchaserName",
|
|
|
"index": 4,
|
|
|
- "width":120
|
|
|
+ "width":200
|
|
|
},
|
|
|
{
|
|
|
- "label": "付款日期/开证日期",
|
|
|
- "prop": "accountsCollectionDate",
|
|
|
+ "label": "采购日期",
|
|
|
+ "prop": "createTime",
|
|
|
"type": "date",
|
|
|
- "search": true,
|
|
|
"format": "yyyy-MM-dd",
|
|
|
"valueFormat": "yyyy-MM-dd",
|
|
|
"unlinkPanels": true,
|
|
|
"searchRange": true,
|
|
|
+ "search": true,
|
|
|
+ "searchIndex": 3,
|
|
|
"index": 5,
|
|
|
- "width":150
|
|
|
- },{
|
|
|
- "label": "到港日期",
|
|
|
- "prop": "arrivalDate",
|
|
|
- "type": "date",
|
|
|
- "format": "yyyy-MM-dd",
|
|
|
- "valueFormat": "yyyy-MM-dd",
|
|
|
- "unlinkPanels": true,
|
|
|
- "searchRange": true,
|
|
|
+ "width":100
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "label": "码单重量",
|
|
|
+ "prop": "billWeight",
|
|
|
"index": 6,
|
|
|
- "width":150
|
|
|
+ "width":100
|
|
|
},{
|
|
|
- "label": "合同金额",
|
|
|
- "prop": "orderAmount",
|
|
|
- "search": true,
|
|
|
+ "label": "发票净重",
|
|
|
+ "prop": "invoiceWeight",
|
|
|
"index": 7,
|
|
|
"width":100
|
|
|
- },{
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "label": "单价",
|
|
|
+ "prop": "salesPrice",
|
|
|
+ "index": 8,
|
|
|
+ "width":100
|
|
|
+ },
|
|
|
+ {
|
|
|
"label": "币别",
|
|
|
"prop": "currency",
|
|
|
- "index": 8,
|
|
|
+ "index": 9,
|
|
|
"width":100
|
|
|
},{
|
|
|
"label": "汇率",
|
|
|
- "prop": "exChangeRate",
|
|
|
- "index": 8,
|
|
|
+ "prop": "exchangeRate",
|
|
|
+ "index": 10,
|
|
|
"width":100
|
|
|
},{
|
|
|
- "label": "是否全部到货",
|
|
|
- "prop": "arrival",
|
|
|
- "index": 8,
|
|
|
- "width":100
|
|
|
- },{
|
|
|
- "label": "单据状态",
|
|
|
- "prop": "status",
|
|
|
- "index": 8,
|
|
|
+ "label": "合同金额",
|
|
|
+ "prop": "orderAmount",
|
|
|
+ "search": true,
|
|
|
+ "index": 11,
|
|
|
"width":100
|
|
|
},{
|
|
|
- "label": "单据类型",
|
|
|
+ "label": "合同类型",
|
|
|
"prop": "orderType",
|
|
|
- "index": 8,
|
|
|
- "width":100
|
|
|
- },{
|
|
|
- "label": "备注",
|
|
|
- "prop": "orderRemark",
|
|
|
- "index": 8,
|
|
|
+ "index": 12,
|
|
|
"width":100
|
|
|
},
|
|
|
{
|
|
|
- "label": "采购日期",
|
|
|
- "prop": "createTime",
|
|
|
+ "label": "单据状态",
|
|
|
+ "prop": "status",
|
|
|
+ "index": 13,
|
|
|
+ "width":100
|
|
|
+ }, {
|
|
|
+ "label": "付款日期/开证日期",
|
|
|
+ "prop": "accountsCollectionDate",
|
|
|
"type": "date",
|
|
|
"format": "yyyy-MM-dd",
|
|
|
"valueFormat": "yyyy-MM-dd",
|
|
|
"unlinkPanels": true,
|
|
|
"searchRange": true,
|
|
|
- "search": true,
|
|
|
- "searchIndex": 3,
|
|
|
- "index": 8,
|
|
|
- "width":100
|
|
|
+ "index": 14,
|
|
|
+ "width":150
|
|
|
+ },{
|
|
|
+ "label": "备注",
|
|
|
+ "prop": "orderRemark",
|
|
|
+ "index": 15,
|
|
|
+ "width":200
|
|
|
}
|
|
|
]
|
|
|
}
|