| | |
| | | { |
| | | "templateName":"报修设置", |
| | | "templateName": "仓库", |
| | | "directories": "property", |
| | | "templateCode":"repairSetting", |
| | | "templateKey":"settingId", |
| | | "templateKeyName":"设置", |
| | | "searchCode": "settingId", |
| | | "searchName": "设置", |
| | | "templateCode": "storehouse", |
| | | "templateKey": "shId", |
| | | "templateKeyName": "仓库编号", |
| | | "searchCode": "shId", |
| | | "searchName": "仓库编号", |
| | | "conditions": [ |
| | | { |
| | | "name": "类型名称", |
| | | "name": "仓库名称", |
| | | "inputType": "input", |
| | | "code": "repairTypeName", |
| | | "code": "shName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "派单方式", |
| | | "name": "仓库类型", |
| | | "inputType": "select", |
| | | "selectValue":"100,200,300", |
| | | "selectValueName":"抢单,指派,轮训", |
| | | "code": "repairWay", |
| | | "selectValue": "2806,2807", |
| | | "selectValueName": "集团仓库,小区仓库", |
| | | "code": "shType", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "派单类型", |
| | | "name": "仓库编号", |
| | | "inputType": "input", |
| | | "code": "repairType", |
| | | "code": "shId", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns":[ |
| | | "columns": [ |
| | | { |
| | | "code":"repairTypeName", |
| | | "cnCode":"类型名称", |
| | | "desc":"必填,请填写类型名称", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "code": "shName", |
| | | "cnCode": "仓库名称", |
| | | "desc": "必填,请填写仓库名称", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit":"max", |
| | | "limitParam":"1,200", |
| | | "limitErrInfo":"类型名称不能超过200位", |
| | | "limit": "maxLength", |
| | | "limitParam": "64", |
| | | "limitErrInfo": "仓库名称太长", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "repairWay", |
| | | "cnCode":"派单方式", |
| | | "desc":"必填,请填写派单方式", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "code": "shType", |
| | | "cnCode": "仓库类型", |
| | | "desc": "必填,请选择仓库类型", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "select", |
| | | "selectValue":"100,200,300", |
| | | "selectValueName":"抢单,指派,轮训", |
| | | "limit":"maxLength", |
| | | "limitParam":"12", |
| | | "limitErrInfo":"派单方式格式错误", |
| | | "selectValue": "2806,2807", |
| | | "selectValueName": "集团仓库,小区仓库", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "仓库类型格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "remark", |
| | | "cnCode":"说明", |
| | | "desc":"选填,请填写说明", |
| | | "required":false, |
| | | "hasDefaultValue":false, |
| | | "code": "shDesc", |
| | | "cnCode": "描述", |
| | | "desc": "必填,请填写描述", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit":"maxLength", |
| | | "limitParam":"500", |
| | | "limitErrInfo":"说明不能超过500位", |
| | | "show": false |
| | | "limit": "maxLength", |
| | | "limitParam": "512", |
| | | "limitErrInfo": "描述太长", |
| | | "show": true |
| | | } |
| | | ] |
| | | } |