old mode 100644
new mode 100755
| | |
| | | { |
| | | "templateName":"合同类型属性", |
| | | "directories": "admin", |
| | | "templateCode":"contractTypeSpec", |
| | | "templateKey":"specCd", |
| | | "templateKeyName":"规格", |
| | | "searchCode": "specCd", |
| | | "searchName": "规格", |
| | | "templateName":"账户提现", |
| | | "templateCode":"accountWithdrawalApply", |
| | | "templateKey":"applyId", |
| | | "templateKeyName":"提现ID", |
| | | "searchCode": "applyId", |
| | | "searchName": "提现ID", |
| | | "directories": "acct", |
| | | "conditions": [ |
| | | { |
| | | "name": "规格名称", |
| | | "name": "申请人名称", |
| | | "inputType": "input", |
| | | "code": "specName", |
| | | "code": "applyUserName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "规格显示", |
| | | "inputType": "select", |
| | | "selectValue":"Y,N", |
| | | "selectValueName":"显示,不显示", |
| | | "code": "specShow", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "规格", |
| | | "name": "申请人电话", |
| | | "inputType": "input", |
| | | "code": "specCd", |
| | | "code": "applyUserTel", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns":[ |
| | | { |
| | | "code": "specName", |
| | | "cnCode":"规格名称", |
| | | "desc":"必填,请填写规格名称", |
| | | "code":"amount", |
| | | "cnCode":"提现金额", |
| | | "desc":"必填,请填写提现金额", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "limit":"money", |
| | | "limitParam":"", |
| | | "limitErrInfo":"提现金额格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "applyUserId", |
| | | "cnCode":"申请人ID", |
| | | "desc":"必填,请选择类型", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"类型格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "applyUserName", |
| | | "cnCode":"申请人名称", |
| | | "desc":"必填,请填写申请人名称", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"maxin", |
| | | "limitParam":"1,20", |
| | | "limitErrInfo":"申请人名称不能超过20位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "applyUserTel", |
| | | "cnCode":"申请人电话", |
| | | "desc":"必填,请填写申请人电话", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"phone", |
| | | "limitParam":"", |
| | | "limitErrInfo":"申请人电话格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "context", |
| | | "cnCode":"申请说明", |
| | | "desc":"请填写申请说明", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"maxLength", |
| | | "limitParam":"64", |
| | | "limitErrInfo":"规格名称太长", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "specHoldplace", |
| | | "cnCode":"说明", |
| | | "desc":"选填,请填写说明", |
| | | "required":false, |
| | | "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":"规格类型错误", |
| | | "limitParam":"500", |
| | | "limitErrInfo":"申请说明不能超过500", |
| | | "show": true |
| | | } |
| | | ] |