old mode 100644
new mode 100755
| | |
| | | { |
| | | "templateName": "商品信息", |
| | | "directories": "goods", |
| | | "templateCode": "product", |
| | | "templateKey": "productId", |
| | | "templateKeyName": "商品ID", |
| | | "searchCode": "productId", |
| | | "searchName": "商品ID", |
| | | "templateName":"金币设置", |
| | | "templateCode":"systemGoldSetting", |
| | | "templateKey":"settingId", |
| | | "templateKeyName":"设置ID", |
| | | "searchCode": "settingId", |
| | | "searchName": "设置ID", |
| | | "directories": "admin", |
| | | "conditions": [ |
| | | { |
| | | "name": "商品名称", |
| | | "name": "活动标题", |
| | | "inputType": "input", |
| | | "code": "prodName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "关键字", |
| | | "inputType": "input", |
| | | "code": "keyword", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "产品条码", |
| | | "inputType": "input", |
| | | "code": "barCode", |
| | | "code": "title", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns": [ |
| | | "columns":[ |
| | | { |
| | | "code": "categoryId", |
| | | "cnCode": "商品大类", |
| | | "desc": "必填,请填写商品大类", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "商品大类错误", |
| | | "code":"goldName", |
| | | "cnCode":"名称", |
| | | "desc":"必填,请填写名称", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "limit":"maxin", |
| | | "limitParam":"1,64", |
| | | "limitErrInfo":"名称不能超过64位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "prodName", |
| | | "cnCode": "商品名称", |
| | | "desc": "必填,请填写商品名称", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "128", |
| | | "limitErrInfo": "商品名称不能超过128位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "prodDesc", |
| | | "cnCode": "商品简介", |
| | | "desc": "必填,请填写商品简介", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "256", |
| | | "limitErrInfo": "商品简介不能超过256位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "keyword", |
| | | "cnCode": "关键词", |
| | | "desc": "必填,请填写关键词", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "256", |
| | | "limitErrInfo": "关键词不能超过256位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "barCode", |
| | | "cnCode": "产品条码", |
| | | "desc": "选填,请填写产品条码", |
| | | "required": false, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "15", |
| | | "limitErrInfo": "产品条码不能超过15位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "unitName", |
| | | "cnCode": "单位", |
| | | "desc": "选填,请填写单位", |
| | | "required": false, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "32", |
| | | "limitErrInfo": "单位不能超过32位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "sort", |
| | | "cnCode": "排序", |
| | | "desc": "选填,请填写排序", |
| | | "required": false, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "排序格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "isPostage", |
| | | "cnCode": "是否包邮", |
| | | "desc": "选填,请填写排序", |
| | | "required": false, |
| | | "hasDefaultValue": false, |
| | | "code": "goldType", |
| | | "cnCode":"类型", |
| | | "desc":"必填,请选择类型", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "select", |
| | | "selectValue":"1,2", |
| | | "selectValueName":"包邮,不包邮", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "是否包邮格式错误", |
| | | "selectValue":"1001", |
| | | "selectValueName":"普通金币", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"类型格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "postage", |
| | | "cnCode": "邮费", |
| | | "desc": "选填,请填写邮费", |
| | | "required": false, |
| | | "hasDefaultValue": false, |
| | | "code": "buyPrice", |
| | | "cnCode":"购买价格", |
| | | "desc":"必填,请填写购买金币价格", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit": "money", |
| | | "limitParam": "", |
| | | "limitErrInfo": "邮费格式错误,请填写如 3.00", |
| | | "limit":"money", |
| | | "limitParam":"", |
| | | "limitErrInfo":"购买价格格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "usePrice", |
| | | "cnCode":"使用价格", |
| | | "desc":"必填,请填写使用价格", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"money", |
| | | "limitParam":"", |
| | | "limitErrInfo":"使用价格格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "validity", |
| | | "cnCode":"有效期", |
| | | "desc":"必填,请填写有效期", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"有效期必须为整数", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "state", |
| | | "cnCode":"状态", |
| | | "desc":"必填,请选择状态", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "select", |
| | | "selectValue":"001,002", |
| | | "selectValueName":"启用,停用", |
| | | "limit":"maxLength", |
| | | "limitParam":"12", |
| | | "limitErrInfo":"状态格式错误", |
| | | "show": true |
| | | } |
| | | ] |