old mode 100644
new mode 100755
| | |
| | | { |
| | | "templateName": "拼团设置", |
| | | "directories": "goods", |
| | | "templateCode": "groupBuySetting", |
| | | "templateKey": "settingId", |
| | | "templateKeyName": "设置ID", |
| | | "searchCode": "settingId", |
| | | "searchName": "设置ID", |
| | | "templateName": "返省上报", |
| | | "templateCode": "reportInfoBackCity", |
| | | "templateKey": "backId", |
| | | "templateKeyName": "返回ID", |
| | | "searchCode": "backId", |
| | | "searchName": "返回ID", |
| | | "directories": "property", |
| | | "conditions": [ |
| | | { |
| | | "name": "拼团名称", |
| | | "name": "姓名", |
| | | "inputType": "input", |
| | | "code": "groupBuyName", |
| | | "code": "name", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "拼团时效", |
| | | "name": "身份证", |
| | | "inputType": "input", |
| | | "code": "validHours", |
| | | "code": "idCard", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "设置ID", |
| | | "name": "手机号", |
| | | "inputType": "input", |
| | | "code": "settingId", |
| | | "code": "tel", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "来源地", |
| | | "inputType": "select", |
| | | "selectValue":"1001,2002", |
| | | "selectValueName":"国内,国外", |
| | | "code": "source", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns": [ |
| | | { |
| | | "code": "groupBuyName", |
| | | "cnCode": "拼团名称", |
| | | "desc": "必填,请填写拼团名称", |
| | | "code": "name", |
| | | "cnCode": "姓名", |
| | | "desc": "必填,请填写姓名", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "256", |
| | | "limitErrInfo": "拼团名称不能超过256位", |
| | | "limitParam": "64", |
| | | "limitErrInfo": "姓名超过64位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "groupBuyDesc", |
| | | "cnCode": "拼团简介", |
| | | "desc": "必填,请填写拼团简介", |
| | | "code": "idCard", |
| | | "cnCode": "身份证", |
| | | "desc": "必填,请填写身份证", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "500", |
| | | "limitErrInfo": "拼团简介不能超过500位", |
| | | "limitParam": "64", |
| | | "limitErrInfo": "身份证不能为空", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "validHours", |
| | | "cnCode": "拼团时效", |
| | | "desc": "必填,请填写拼团时效", |
| | | "code": "tel", |
| | | "cnCode": "手机号", |
| | | "desc": "必填,请填写手机号", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "phone", |
| | | "limitParam": "", |
| | | "limitErrInfo": "手机号格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "source", |
| | | "cnCode": "来源地", |
| | | "desc": "必填,请填写来源地", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "select", |
| | | "selectValue":"1001,2002", |
| | | "selectValueName":"国内,国外", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "拼团时效不是有效数字", |
| | | "limitErrInfo": "来源地格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "startTime", |
| | | "cnCode": "开始时间", |
| | | "desc": "必填,请填写开始时间", |
| | | "code": "sourceCityName", |
| | | "cnCode": "城市名称", |
| | | "desc": "必填,请填写城市名称", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "datetime", |
| | | "limitParam": "", |
| | | "limitErrInfo": "开始时间不是有效日期", |
| | | "limit": "maxLength", |
| | | "limitParam": "64", |
| | | "limitErrInfo": "城市名称格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "endTime", |
| | | "cnCode": "结束时间", |
| | | "desc": "必填,请填写结束时间", |
| | | "code": "backTime", |
| | | "cnCode": "返回时间", |
| | | "desc": "必填,请填写返回时间", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "datetime", |
| | | "limit": "dateTime", |
| | | "limitParam": "", |
| | | "limitErrInfo": "结束时间不是有效日期", |
| | | "limitErrInfo": "返回时间格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "remark", |
| | | "cnCode": "备注", |
| | | "desc": "可填,请填写备注", |
| | | "required": false, |
| | | "hasDefaultValue": false, |
| | | "defaultValue": "", |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "200", |
| | | "limitErrInfo": "备注内容不能超过200", |
| | | "show": false |
| | | } |
| | | ] |
| | | } |