| | |
| | | { |
| | | "templateName":"公众号菜单", |
| | | "templateName": "仓库", |
| | | "directories": "property", |
| | | "templateCode":"wechatMenu", |
| | | "templateKey":"wechatMenuId", |
| | | "templateKeyName":"菜单ID", |
| | | "searchCode": "wechatMenuId", |
| | | "searchName": "菜单ID", |
| | | "templateCode": "storehouse", |
| | | "templateKey": "shId", |
| | | "templateKeyName": "仓库编号", |
| | | "searchCode": "shId", |
| | | "searchName": "仓库编号", |
| | | "conditions": [ |
| | | { |
| | | "name": "菜单名称", |
| | | "name": "仓库名称", |
| | | "inputType": "input", |
| | | "code": "menuName", |
| | | "code": "shName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "菜单级别", |
| | | "name": "仓库类型", |
| | | "inputType": "select", |
| | | "selectValue":"101,202", |
| | | "selectValueName":"一级菜单,二级菜单", |
| | | "code": "menuLevel", |
| | | "selectValue": "2806,2807", |
| | | "selectValueName": "集团仓库,小区仓库", |
| | | "code": "shType", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "菜单类别", |
| | | "inputType": "select", |
| | | "selectValue":"view", |
| | | "selectValueName":"链接", |
| | | "code": "menuType", |
| | | "name": "仓库编号", |
| | | "inputType": "input", |
| | | "code": "shId", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns":[ |
| | | "columns": [ |
| | | { |
| | | "code":"menuName", |
| | | "cnCode":"菜单名称", |
| | | "desc":"必填,请填写菜单名称", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "code": "shName", |
| | | "cnCode": "仓库名称", |
| | | "desc": "必填,请填写仓库名称", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit":"max", |
| | | "limitParam":"1,7", |
| | | "limitErrInfo":"菜单名称不能超过7位", |
| | | "limit": "maxLength", |
| | | "limitParam": "64", |
| | | "limitErrInfo": "仓库名称太长", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "menuType", |
| | | "cnCode":"菜单类型", |
| | | "desc":"必填,请填写菜单类型", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "code": "shType", |
| | | "cnCode": "仓库类型", |
| | | "desc": "必填,请选择仓库类型", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "select", |
| | | "selectValue":"view", |
| | | "selectValueName":"链接", |
| | | "limit":"maxLength", |
| | | "limitParam":"10", |
| | | "limitErrInfo":"菜单类型格式错误", |
| | | "selectValue": "2806,2807", |
| | | "selectValueName": "集团仓库,小区仓库", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "仓库类型格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "menuLevel", |
| | | "cnCode":"菜单级别", |
| | | "desc":"必填,请填写菜单级别", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "select", |
| | | "selectValue":"101,202", |
| | | "selectValueName":"一级菜单,二级菜单", |
| | | "limit":"maxLength", |
| | | "limitParam":"10", |
| | | "limitErrInfo":"菜单级别格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"menuValue", |
| | | "cnCode":"值", |
| | | "desc":"必填,请填写值", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "code": "shDesc", |
| | | "cnCode": "描述", |
| | | "desc": "必填,请填写描述", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit":"maxLength", |
| | | "limitParam":"50", |
| | | "limitErrInfo":"值不能超过50位", |
| | | "show": true |
| | | }, |
| | | |
| | | { |
| | | "code":"appId", |
| | | "cnCode":"AppId", |
| | | "desc":"必填,请填写小程序AppId", |
| | | "required":false, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"maxLength", |
| | | "limitParam":"64", |
| | | "limitErrInfo":"AppId不能超过64位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"pagepath", |
| | | "cnCode":"小程序地址", |
| | | "desc":"必填,请填写小程序运行地址", |
| | | "required":false, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"maxLength", |
| | | "limitParam":"64", |
| | | "limitErrInfo":"小程序地址不能超过200位", |
| | | "limit": "maxLength", |
| | | "limitParam": "512", |
| | | "limitErrInfo": "描述太长", |
| | | "show": true |
| | | } |
| | | ] |