| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 |
- {
- "lazy": true,
- "tip": false,
- "searchMenuPosition": "right",
- "simplePage": true,
- "searchShow": true,
- "dialogWidth": "60%",
- "addBtn": false,
- "tree": true,
- "border": true,
- "index": true,
- "selection": true,
- "viewBtn": false,
- "editBtn": false,
- "delBtn": false,
- "menuWidth": 180,
- "dialogClickModal": false,
- "searchLabelWidth": 120,
- "searchIcon": true,
- "searchIndex": 2,
- "searchSpan": 8,
- "column": [
- {
- "label": "大字(规格编码)",
- "prop": "code",
- "search": true,
- "index": 1,
- "width": 120
- },
- {
- "label": "名称",
- "prop": "cname",
- "search": true,
- "index": 1,
- "width": 100
- },
- {
- "label": "花纹",
- "prop": "brandItem",
- "search": true,
- "index": 1,
- "width": 100
- },
- {
- "label": "产地",
- "prop": "placeProduction",
- "search": true,
- "index": 1,
- "width": 100
- },
- {
- "label": "规格",
- "prop": "typeno",
- "search": true,
- "index": 1,
- "width": 100
- },
- {
- "label": "规格1",
- "prop": "typenoOne",
- "search": true,
- "index": 1,
- "width": 100
- },
- {
- "label": "品牌",
- "prop": "brand",
- "search": true,
- "index": 1,
- "width": 100
- },
- {
- "label": "总库存",
- "prop": "balanceQuantity",
- "search": false,
- "index": 1,
- "width": 100,
- "cell": true
- },
- {
- "label": "内贸锁定",
- "prop": "lockingQuantity",
- "search": false,
- "index": 1,
- "width": 100,
- "cell": true
- },
- {
- "label": "可用库存",
- "prop": "surplusRouteQuantity",
- "search": false,
- "index": 1,
- "width": 100,
- "cell": true
- },
- {
- "label": "供应商",
- "prop": "corpName",
- "search": false,
- "index": 1,
- "width": 100
- },
- {
- "label": "创建日期",
- "type": "date",
- "unlinkPanels": true,
- "searchRange": true,
- "prop": "createTime",
- "search": true,
- "index": 1,
- "width": 100,
- "format": "yyyy-MM-dd",
- "valueFormat": "yyyy-MM-dd",
- "overHidden": true,
- "pickerOptions": {}
- },
- {
- "label": "创建人",
- "prop": "createUserName",
- "search": false,
- "index": 1,
- "width": 100
- },
- {
- "label": "更新日期",
- "prop": "updateTime",
- "search": false,
- "index": 1,
- "width": 100
- },
- {
- "label": "更新人",
- "prop": "updateUserName",
- "search": false,
- "index": 1,
- "width": 100
- }
- ]
- }
|