| | |
| | | { |
| | | "templateName":"位置管理", |
| | | "templateName": "仓库", |
| | | "directories": "property", |
| | | "templateCode":"location", |
| | | "templateKey":"locationId", |
| | | "templateKeyName":"位置ID", |
| | | "searchCode": "locationName", |
| | | "searchName": "位置名称", |
| | | "templateCode": "storehouse", |
| | | "templateKey": "shId", |
| | | "templateKeyName": "仓库编号", |
| | | "searchCode": "shId", |
| | | "searchName": "仓库编号", |
| | | "conditions": [ |
| | | { |
| | | "name": "位置名称", |
| | | "name": "仓库名称", |
| | | "inputType": "input", |
| | | "code": "locationName", |
| | | "code": "shName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "位置编码", |
| | | "inputType": "input", |
| | | "code": "locationId", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "位置类型", |
| | | "name": "仓库类型", |
| | | "inputType": "select", |
| | | "selectValue":"1000,2000,3000", |
| | | "selectValueName":"小区,单元,房屋", |
| | | "code": "locationType", |
| | | "selectValue": "2806,2807", |
| | | "selectValueName": "集团仓库,小区仓库", |
| | | "code": "shType", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "仓库编号", |
| | | "inputType": "input", |
| | | "code": "shId", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns":[ |
| | | "columns": [ |
| | | { |
| | | "code":"locationName", |
| | | "cnCode":"位置名称", |
| | | "desc":"必填,请填写位置名称", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "code": "shName", |
| | | "cnCode": "仓库名称", |
| | | "desc": "必填,请填写仓库名称", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit":"max", |
| | | "limitParam":"1,100", |
| | | "limitErrInfo":"位置名称不能超过100位", |
| | | "limit": "maxLength", |
| | | "limitParam": "64", |
| | | "limitErrInfo": "仓库名称太长", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "locationType", |
| | | "cnCode":"位置类型", |
| | | "desc":"必填,请填写位置类型", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "code": "shType", |
| | | "cnCode": "仓库类型", |
| | | "desc": "必填,请选择仓库类型", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "select", |
| | | "selectValue":"1000,2000,3000", |
| | | "selectValueName":"小区,单元,房屋", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"位置类型 格式错误", |
| | | "selectValue": "2806,2807", |
| | | "selectValueName": "集团仓库,小区仓库", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "仓库类型格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "shDesc", |
| | | "cnCode": "描述", |
| | | "desc": "必填,请填写描述", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "512", |
| | | "limitErrInfo": "描述太长", |
| | | "show": true |
| | | } |
| | | ] |