|
|
@@ -1,22 +1,22 @@
|
|
|
{
|
|
|
- "templateName": "信息大类",
|
|
|
- "directories": "property",
|
|
|
- "templateCode": "activitiesType",
|
|
|
- "templateKey": "typeCd",
|
|
|
- "templateKeyName": "大类编码",
|
|
|
- "searchCode": "typeCd",
|
|
|
- "searchName": "大类编码",
|
|
|
+ "templateName": "商品分类",
|
|
|
+ "directories": "goods",
|
|
|
+ "templateCode": "productCategory",
|
|
|
+ "templateKey": "categoryId",
|
|
|
+ "templateKeyName": "分类ID",
|
|
|
+ "searchCode": "categoryId",
|
|
|
+ "searchName": "分类ID",
|
|
|
"conditions": [
|
|
|
{
|
|
|
- "name": "大类编码",
|
|
|
+ "name": "名称",
|
|
|
"inputType": "input",
|
|
|
- "code": "typeCd",
|
|
|
+ "code": "categoryName",
|
|
|
"whereCondition": "equal"
|
|
|
},
|
|
|
{
|
|
|
- "name": "大类名称",
|
|
|
+ "name": "分类级别",
|
|
|
"inputType": "input",
|
|
|
- "code": "typeName",
|
|
|
+ "code": "categoryLevel",
|
|
|
"whereCondition": "equal"
|
|
|
},
|
|
|
{
|
|
|
@@ -24,33 +24,21 @@
|
|
|
"inputType": "select",
|
|
|
"selectValue":"Y,N",
|
|
|
"selectValueName":"是,否",
|
|
|
- "code": "defalutShow",
|
|
|
+ "code": "isShow",
|
|
|
"whereCondition": "equal"
|
|
|
}
|
|
|
],
|
|
|
"columns": [
|
|
|
{
|
|
|
- "code": "typeName",
|
|
|
- "cnCode": "大类名称",
|
|
|
- "desc": "必填,请填写大类名称",
|
|
|
+ "code": "categoryName",
|
|
|
+ "cnCode": "分类名称",
|
|
|
+ "desc": "必填,请填写分类名称",
|
|
|
"required": true,
|
|
|
"hasDefaultValue": false,
|
|
|
"inputType": "input",
|
|
|
"limit": "maxLength",
|
|
|
"limitParam": "100",
|
|
|
- "limitErrInfo": "大类名称超过100位",
|
|
|
- "show": true
|
|
|
- },
|
|
|
- {
|
|
|
- "code": "typeDesc",
|
|
|
- "cnCode": "大类描述",
|
|
|
- "desc": "可填,请填写类型描述",
|
|
|
- "required": false,
|
|
|
- "hasDefaultValue": false,
|
|
|
- "inputType": "input",
|
|
|
- "limit": "maxLength",
|
|
|
- "limitParam": "500",
|
|
|
- "limitErrInfo": "描述超过500位",
|
|
|
+ "limitErrInfo": "分类名称不能超过100位",
|
|
|
"show": true
|
|
|
},
|
|
|
{
|
|
|
@@ -66,7 +54,7 @@
|
|
|
"show": true
|
|
|
},
|
|
|
{
|
|
|
- "code": "defalutShow",
|
|
|
+ "code": "isShow",
|
|
|
"cnCode": "是否显示",
|
|
|
"desc": "必填,请填写是否显示",
|
|
|
"required": true,
|