123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- {
- "calcHeight": 80,
- "tip": false,
- "addBtn": false,
- "searchShow": false,
- "searchShowBtn": false,
- "menu": false,
- "searchMenuSpan": 6,
- "border": true,
- "index": true,
- "selection": true,
- "viewBtn": true,
- "dialogClickModal": false,
- "column": [
- {
- "label": "商品编码",
- "prop": "code",
- "search": true,
- "minWidth": 100,
- "rules": [
- {
- "required": true,
- "message": " ",
- "trigger": "blur"
- }
- ]
- },
- {
- "label": "商品名称",
- "prop": "cname",
- "slot": true,
- "minWidth": 100,
- "rules": [
- {
- "required": true,
- "message": " ",
- "trigger": "blur"
- }
- ]
- },
- {
- "label": "商品类别",
- "prop": "goodsTypeId",
- "dicData": [],
- "type": "tree",
- "hide": true,
- "addDisabled": false,
- "multiple": true,
- "props": {
- "label": "title"
- },
- "rules": [{
- "required": true,
- "message": " ",
- "trigger": "click"
- }]
- },
- {
- "label": "规格编码",
- "prop": "typeno",
- "search": true
- },
- {
- "label": "品牌",
- "prop": "brand",
- "slot": true
- },
- {
- "label": "花纹",
- "prop": "brandItem",
- "slot": true
- },
- {
- "label": "规格尺寸",
- "prop": "specs",
- "slot": true
- },
- {
- "label": "产品类别",
- "prop": "category",
- "slot": true
- },
- {
- "label": "产品分类",
- "prop": "categoryitem",
- "slot": true
- },
- {
- "label": "供应商",
- "prop": "providers",
- "slot": true
- },
- {
- "label": "计量单位",
- "prop": "unit",
- "slot": true
- },
- {
- "label": "包装单位",
- "prop": "packgeunit",
- "slot": true
- },
- {
- "label": "商品图片",
- "prop": "url",
- "type": "upload",
- "listType": "picture-img",
- "dataType": "string",
- "action": "/api/blade-resource/oss/endpoint/put-file",
- "propsHttp": {
- "res": "data",
- "url": "link"
- },
- "hide": true,
- "span": 24
- },
- {
- "label": "备注",
- "prop": "remarks",
- "slot": true
- }
- ]
- }
|