| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- {
- "border": true,
- "index": true,
- "viewBtn": false,
- "editBtn": false,
- "delBtn": false,
- "addBtn": false,
- "menu":false,
- "align": "center",
- "menuWidth": "180",
- "selection": true,
- "tip":false,
- "column": [{
- "label": "商品名称",
- "prop": "cname",
- "index": 1,
- "width": 100,
- "overHidden": true
- },
- {
- "label": "规格",
- "prop": "specs",
- "index": 2,
- "width": 100,
- "overHidden": true
- },
- {
- "label": "产品属性",
- "prop": "goodNature",
- "index": 3,
- "width": 100,
- "overHidden": true
- },
- {
- "label": "供应商",
- "prop": "corpName",
- "index": 4,
- "width": 100,
- "overHidden": true
- },
- {
- "label": "币别",
- "prop": "currency",
- "index": 5,
- "width": 100,
- "overHidden": true
- },
- {
- "label": "FOB系数",
- "prop": "coefficient",
- "index": 6,
- "width": 100,
- "overHidden": true
- },
- {
- "label": "最新价格",
- "prop": "price",
- "index": 7,
- "width": 100,
- "overHidden": true
- },
- {
- "label": "历史价格1",
- "prop": "priceOne",
- "index": 8,
- "width": 100,
- "overHidden": true
- },
- {
- "label": "历史价格1日期",
- "prop": "priceOneTime",
- "index": 9,
- "width": 100,
- "overHidden": true
- },
- {
- "label": "历史价格2",
- "prop": "priceTwo",
- "index": 10,
- "width": 100,
- "overHidden": true
- },
- {
- "label": "历史价格2日期",
- "prop": "priceTwoTime",
- "index": 11,
- "width": 100,
- "overHidden": true
- },
- {
- "label": "历史价格3",
- "prop": "priceThree",
- "index": 12,
- "width": 100,
- "overHidden": true
- },
- {
- "label": "历史价格3日期",
- "prop": "priceThreeTime",
- "index": 13,
- "width": 100,
- "overHidden": true
- },
- {
- "label": "备注",
- "prop": "remarks",
- "index": 14,
- "width": 100,
- "overHidden": true
- },
- {
- "label": "有效期开始",
- "prop": "startTime",
- "index": 15,
- "width": 100,
- "overHidden": true
- },
- {
- "label": "有效期结束",
- "prop": "endTime",
- "index": 16,
- "width": 100,
- "overHidden": true
- },
- {
- "label": "业务员",
- "prop": "person",
- "index": 17,
- "width": 100,
- "overHidden": true
- }
- ]
- }
|