old mode 100644
new mode 100755
| | |
| | | { |
| | | "templateName": "拼团设置", |
| | | "directories": "goods", |
| | | "templateCode": "groupBuySetting", |
| | | "templateKey": "settingId", |
| | | "templateKeyName": "设置ID", |
| | | "searchCode": "settingId", |
| | | "searchName": "设置ID", |
| | | "templateName":"催缴记录", |
| | | "templateCode":"feeCollectionOrder", |
| | | "templateKey":"orderId", |
| | | "templateKeyName":"记录编号", |
| | | "searchCode": "orderId", |
| | | "searchName": "记录编号", |
| | | "directories": "property", |
| | | "conditions": [ |
| | | { |
| | | "name": "拼团名称", |
| | | "name": "名称", |
| | | "inputType": "input", |
| | | "code": "groupBuyName", |
| | | "code": "collectionName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "拼团时效", |
| | | },{ |
| | | "name": "催缴人", |
| | | "inputType": "input", |
| | | "code": "validHours", |
| | | "code": "staffName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "设置ID", |
| | | },{ |
| | | "name": "催缴方式", |
| | | "inputType": "input", |
| | | "code": "settingId", |
| | | "code": "collectionWay", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns": [ |
| | | "columns":[ |
| | | { |
| | | "code": "groupBuyName", |
| | | "cnCode": "拼团名称", |
| | | "desc": "必填,请填写拼团名称", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "code":"collectionName", |
| | | "cnCode":"催缴名称", |
| | | "desc":"必填,请填写催缴名称", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "256", |
| | | "limitErrInfo": "拼团名称不能超过256位", |
| | | "limit":"maxLength", |
| | | "limitParam":"64", |
| | | "limitErrInfo":"催缴名称超过64位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "groupBuyDesc", |
| | | "cnCode": "拼团简介", |
| | | "desc": "必填,请填写拼团简介", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "code": "staffName", |
| | | "cnCode":"催缴人", |
| | | "desc":"必填,请填写催缴人", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "500", |
| | | "limitErrInfo": "拼团简介不能超过500位", |
| | | "limit":"maxLength", |
| | | "limitParam":"64", |
| | | "limitErrInfo":"催缴人不能为空", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "validHours", |
| | | "cnCode": "拼团时效", |
| | | "desc": "必填,请填写拼团时效", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "拼团时效不是有效数字", |
| | | "code": "collectionWay", |
| | | "cnCode":"催缴方式", |
| | | "desc":"必填,请填写催缴方式", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "select", |
| | | "selectValue":"001,002,003", |
| | | "selectValueName":"仅短信方式,短信微信方式,仅微信方式", |
| | | "limit":"maxLength", |
| | | "limitParam":"64", |
| | | "limitErrInfo":"催缴方式超过64位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "startTime", |
| | | "cnCode": "开始时间", |
| | | "desc": "必填,请填写开始时间", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "datetime", |
| | | "limitParam": "", |
| | | "limitErrInfo": "开始时间不是有效日期", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "endTime", |
| | | "cnCode": "结束时间", |
| | | "desc": "必填,请填写结束时间", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "datetime", |
| | | "limitParam": "", |
| | | "limitErrInfo": "结束时间不是有效日期", |
| | | "show": true |
| | | "code":"remark", |
| | | "cnCode":"备注", |
| | | "desc":"可填,请填写备注", |
| | | "required":false, |
| | | "hasDefaultValue":false, |
| | | "defaultValue":"", |
| | | "inputType":"input", |
| | | "limit":"maxLength", |
| | | "limitParam":"200", |
| | | "limitErrInfo":"备注内容不能超过200", |
| | | "show": false |
| | | } |
| | | ] |
| | | } |