| | |
| | | { |
| | | "templateName":"合同类型属性", |
| | | "directories": "admin", |
| | | "templateCode":"contractTypeSpec", |
| | | "templateKey":"specCd", |
| | | "templateKeyName":"规格", |
| | | "searchCode": "specCd", |
| | | "searchName": "规格", |
| | | "templateName": "仓库", |
| | | "directories": "property", |
| | | "templateCode": "storehouse", |
| | | "templateKey": "shId", |
| | | "templateKeyName": "仓库编号", |
| | | "searchCode": "shId", |
| | | "searchName": "仓库编号", |
| | | "conditions": [ |
| | | { |
| | | "name": "规格名称", |
| | | "name": "仓库名称", |
| | | "inputType": "input", |
| | | "code": "specName", |
| | | "code": "shName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "规格显示", |
| | | "name": "仓库类型", |
| | | "inputType": "select", |
| | | "selectValue":"Y,N", |
| | | "selectValueName":"显示,不显示", |
| | | "code": "specShow", |
| | | "selectValue": "2806,2807", |
| | | "selectValueName": "集团仓库,小区仓库", |
| | | "code": "shType", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "规格", |
| | | "name": "仓库编号", |
| | | "inputType": "input", |
| | | "code": "specCd", |
| | | "code": "shId", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns":[ |
| | | "columns": [ |
| | | { |
| | | "code": "specName", |
| | | "cnCode":"规格名称", |
| | | "desc":"必填,请填写规格名称", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "code": "shName", |
| | | "cnCode": "仓库名称", |
| | | "desc": "必填,请填写仓库名称", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit":"maxLength", |
| | | "limitParam":"64", |
| | | "limitErrInfo":"规格名称太长", |
| | | "limit": "maxLength", |
| | | "limitParam": "64", |
| | | "limitErrInfo": "仓库名称太长", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "specHoldplace", |
| | | "cnCode":"说明", |
| | | "desc":"选填,请填写说明", |
| | | "required":false, |
| | | "hasDefaultValue":false, |
| | | "code": "shType", |
| | | "cnCode": "仓库类型", |
| | | "desc": "必填,请选择仓库类型", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "select", |
| | | "selectValue": "2806,2807", |
| | | "selectValueName": "集团仓库,小区仓库", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "仓库类型格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "shDesc", |
| | | "cnCode": "描述", |
| | | "desc": "必填,请填写描述", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit":"maxLength", |
| | | "limitParam":"200", |
| | | "limitErrInfo":"说明不能超过500位", |
| | | "show": false |
| | | }, |
| | | { |
| | | "code":"required", |
| | | "cnCode":"必填", |
| | | "desc":"必填,请选择是否必填", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "select", |
| | | "selectValue":"Y,N", |
| | | "selectValueName":"是,否", |
| | | "limit":"", |
| | | "limitParam":"", |
| | | "limitErrInfo":"模板格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"specShow", |
| | | "cnCode":"展示", |
| | | "desc":"必填,请选择是否添加编辑时展示", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "select", |
| | | "selectValue":"Y,N", |
| | | "selectValueName":"是,否", |
| | | "limit":"", |
| | | "limitParam":"", |
| | | "limitErrInfo":"模板格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"specValueType", |
| | | "cnCode":"值类型", |
| | | "desc":"必填,请选择值类型", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "select", |
| | | "selectValue":"1001,2002,3003", |
| | | "selectValueName":"字符串,整数,金额", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"值类型格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"specType", |
| | | "cnCode":"规格类型", |
| | | "desc":"必填,请选择规格类型", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "select", |
| | | "selectValue":"2233,3344", |
| | | "selectValueName":"input,select", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"规格类型错误", |
| | | "show": true |
| | | } |
| | | , |
| | | { |
| | | "code":"listShow", |
| | | "cnCode":"查询显示", |
| | | "desc":"必填,请选择查询显示", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "select", |
| | | "selectValue":"Y,N", |
| | | "selectValueName":"是,否", |
| | | "limit":"", |
| | | "limitParam":"", |
| | | "limitErrInfo":"规格类型错误", |
| | | "limit": "maxLength", |
| | | "limitParam": "512", |
| | | "limitErrInfo": "描述太长", |
| | | "show": true |
| | | } |
| | | ] |