old mode 100644
new mode 100755
| | |
| | | { |
| | | "templateName": "商品规格", |
| | | "directories": "goods", |
| | | "templateCode": "productSpec", |
| | | "templateKey": "specId", |
| | | "templateKeyName": "规格ID", |
| | | "searchCode": "specId", |
| | | "searchName": "规格ID", |
| | | "templateName":"收据模板", |
| | | "directories": "property", |
| | | "templateCode":"feePrintPage", |
| | | "templateKey":"pageId", |
| | | "templateKeyName":"收据ID", |
| | | "searchCode": "pageId", |
| | | "searchName": "收据ID", |
| | | "conditions": [ |
| | | { |
| | | "name": "名称", |
| | | "inputType": "input", |
| | | "code": "specName", |
| | | "whereCondition": "equal" |
| | | "whereCondition": "equal", |
| | | "code": "pageId", |
| | | "name": "页面ID", |
| | | "inputType": "input" |
| | | }, |
| | | { |
| | | "name": "规格ID", |
| | | "inputType": "input", |
| | | "code": "specId", |
| | | "whereCondition": "equal" |
| | | "whereCondition": "equal", |
| | | "code": "pageName", |
| | | "name": "名称", |
| | | "inputType": "input" |
| | | }, |
| | | { |
| | | "whereCondition": "equal", |
| | | "code": "state", |
| | | "name": "状态", |
| | | "inputType": "input" |
| | | } |
| | | ], |
| | | "columns": [ |
| | | { |
| | | "code": "specName", |
| | | "cnCode": "规格名称", |
| | | "desc": "必填,请填写规格名称", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limitParam": "128", |
| | | "code": "pageName", |
| | | "limitErrInfo": "名称不能超过128", |
| | | "cnCode": "名称", |
| | | "limit": "maxLength", |
| | | "limitParam": "100", |
| | | "limitErrInfo": "规格名称不能超过100位", |
| | | "show": true |
| | | "show": true, |
| | | "inputType": "input", |
| | | "required": true, |
| | | "desc": "必填,名称" |
| | | }, |
| | | { |
| | | "hasDefaultValue": false, |
| | | "limitParam": "30", |
| | | "code": "communityId", |
| | | "limitErrInfo": "小区ID不能超过30", |
| | | "cnCode": "小区ID", |
| | | "limit": "maxLength", |
| | | "show": true, |
| | | "inputType": "input", |
| | | "required": true, |
| | | "desc": "必填,小区ID" |
| | | }, |
| | | { |
| | | "hasDefaultValue": false, |
| | | "limitParam": "512", |
| | | "code": "pageUrl", |
| | | "limitErrInfo": "收据页面不能超过512", |
| | | "cnCode": "收据页面", |
| | | "limit": "maxLength", |
| | | "show": true, |
| | | "inputType": "input", |
| | | "required": true, |
| | | "desc": "必填,收据页面" |
| | | } |
| | | ] |
| | | } |
| | | |
| | | } |