old mode 100644
new mode 100755
| | |
| | | { |
| | | "templateName":"合同类型属性", |
| | | "directories": "admin", |
| | | "templateCode":"contractTypeSpec", |
| | | "templateKey":"specCd", |
| | | "templateKeyName":"规格", |
| | | "searchCode": "specCd", |
| | | "searchName": "规格", |
| | | "templateName":"催缴记录", |
| | | "templateCode":"feeCollectionOrder", |
| | | "templateKey":"orderId", |
| | | "templateKeyName":"记录编号", |
| | | "searchCode": "orderId", |
| | | "searchName": "记录编号", |
| | | "directories": "property", |
| | | "conditions": [ |
| | | { |
| | | "name": "规格名称", |
| | | "name": "名称", |
| | | "inputType": "input", |
| | | "code": "specName", |
| | | "code": "collectionName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "规格显示", |
| | | "inputType": "select", |
| | | "selectValue":"Y,N", |
| | | "selectValueName":"显示,不显示", |
| | | "code": "specShow", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "规格", |
| | | },{ |
| | | "name": "催缴人", |
| | | "inputType": "input", |
| | | "code": "specCd", |
| | | "code": "staffName", |
| | | "whereCondition": "equal" |
| | | },{ |
| | | "name": "催缴方式", |
| | | "inputType": "input", |
| | | "code": "collectionWay", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns":[ |
| | | { |
| | | "code": "specName", |
| | | "cnCode":"规格名称", |
| | | "desc":"必填,请填写规格名称", |
| | | "code":"collectionName", |
| | | "cnCode":"催缴名称", |
| | | "desc":"必填,请填写催缴名称", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"maxLength", |
| | | "limitParam":"64", |
| | | "limitErrInfo":"规格名称太长", |
| | | "limitErrInfo":"催缴名称超过64位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "specHoldplace", |
| | | "cnCode":"说明", |
| | | "desc":"选填,请填写说明", |
| | | "required":false, |
| | | "code": "staffName", |
| | | "cnCode":"催缴人", |
| | | "desc":"必填,请填写催缴人", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"maxLength", |
| | | "limitParam":"64", |
| | | "limitErrInfo":"催缴人不能为空", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "collectionWay", |
| | | "cnCode":"催缴方式", |
| | | "desc":"必填,请填写催缴方式", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "select", |
| | | "selectValue":"001,002,003", |
| | | "selectValueName":"仅短信方式,短信微信方式,仅微信方式", |
| | | "limit":"maxLength", |
| | | "limitParam":"64", |
| | | "limitErrInfo":"催缴方式超过64位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"remark", |
| | | "cnCode":"备注", |
| | | "desc":"可填,请填写备注", |
| | | "required":false, |
| | | "hasDefaultValue":false, |
| | | "defaultValue":"", |
| | | "inputType":"input", |
| | | "limit":"maxLength", |
| | | "limitParam":"200", |
| | | "limitErrInfo":"说明不能超过500位", |
| | | "limitErrInfo":"备注内容不能超过200", |
| | | "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":"规格类型错误", |
| | | "show": true |
| | | } |
| | | ] |
| | | } |