old mode 100644
new mode 100755
| | |
| | | { |
| | | "templateName":"报修设置", |
| | | "directories": "property", |
| | | "templateCode":"repairSetting", |
| | | "templateKey":"settingId", |
| | | "templateKeyName":"设置", |
| | | "searchCode": "settingId", |
| | | "searchName": "设置", |
| | | "templateName":"保证金对象", |
| | | "templateCode":"accountBondObj", |
| | | "templateKey":"bobjId", |
| | | "templateKeyName":"保证金对象ID", |
| | | "searchCode": "bobjId", |
| | | "searchName": "保证金对象ID", |
| | | "directories": "acct", |
| | | "conditions": [ |
| | | { |
| | | "name": "类型名称", |
| | | "inputType": "input", |
| | | "code": "repairTypeName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "派单方式", |
| | | "inputType": "select", |
| | | "selectValue":"100,200,300", |
| | | "selectValueName":"抢单,指派,轮训", |
| | | "code": "repairWay", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "派单类型", |
| | | "inputType": "input", |
| | | "code": "repairType", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns":[ |
| | | { |
| | | "code":"repairTypeName", |
| | | "cnCode":"类型名称", |
| | | "desc":"必填,请填写类型名称", |
| | | "code":"bondId", |
| | | "cnCode":"保证金", |
| | | "desc":"必填,请填写保证金", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "limit":"maxin", |
| | | "limitParam":"1,20", |
| | | "limitErrInfo":"保证金名称超长了", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "objId", |
| | | "cnCode":"保证金对象ID", |
| | | "desc":"必填,请填写保证金对象ID", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"max", |
| | | "limitParam":"1,200", |
| | | "limitErrInfo":"类型名称不能超过200位", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"保证金金额格式有误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "repairWay", |
| | | "cnCode":"派单方式", |
| | | "desc":"必填,请填写派单方式", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "select", |
| | | "selectValue":"100,200,300", |
| | | "selectValueName":"抢单,指派,轮训", |
| | | "limit":"maxLength", |
| | | "limitParam":"12", |
| | | "limitErrInfo":"派单方式格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "remark", |
| | | "cnCode":"说明", |
| | | "desc":"选填,请填写说明", |
| | | "code": "receivableAmount", |
| | | "cnCode":"应收金额", |
| | | "desc":"必填,请填写应收金额", |
| | | "required":false, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"maxLength", |
| | | "limitParam":"500", |
| | | "limitErrInfo":"说明不能超过500位", |
| | | "show": false |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"不是有效数字格式", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "receivedAmount", |
| | | "cnCode":"实收金额", |
| | | "desc":"必填,请填写实收金额", |
| | | "required":false, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"不是有效数字格式", |
| | | "show": true |
| | | } |
| | | ] |
| | | } |