| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "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":true,
- "dialogWidth": "60%",
- "tree": true,
- "border": true,
- "index": true,
- "selection": true,
- "menu": false,
- "menuWidth": 0,
- "dialogClickModal": false,
- "column":[
- {
- "label": "合同号",
- "prop": "orderNo",
- "search": true,
- "index": 1,
- "width":180
- },
- {
- "label": "提单号",
- "prop": "billNo",
- "index": 2,
- "width":180
- },
- {
- "label": "供应商",
- "prop": "strCorpName",
- "search": true,
- "index": 3,
- "width":180
- },
- {
- "label": "货物品种",
- "prop": "priceCategoryNames",
- "index": 4,
- "width":120
- },{
- "label": "规格名称",
- "prop": "itemType",
- "index": 5,
- "width":120
- },{
- "label": "件数",
- "prop": "purchaseQuantity",
- "index": 6,
- "width":120
- },{
- "label": "发票净重(吨)",
- "prop": "invoiceWeight",
- "index": 7,
- "width":120
- },{
- "label": "码单重量(吨)",
- "prop": "billWeight",
- "index": 8,
- "width":120
- },{
- "label": "单价",
- "prop": "price",
- "index": 9,
- "width":120
- },{
- "label": "合同金额",
- "prop": "amount",
- "index": 10,
- "width":120
- },{
- "label": "采购日期",
- "prop": "promentDate",
- "hide": true,
- "type": "date",
- "format": "yyyy-MM-dd",
- "valueFormat": "yyyy-MM-dd",
- "unlinkPanels": true,
- "searchRange": true,
- "search": true,
- "index": 6,
- "width":150
- }
- ]
- }
|