| | |
| | | { |
| | | "templateName": "费用折扣", |
| | | "templateName": "仓库", |
| | | "directories": "property", |
| | | "templateCode": "feeDiscount", |
| | | "templateKey": "discountId", |
| | | "templateKeyName": "折扣ID", |
| | | "searchCode": "discountId", |
| | | "searchName": "折扣ID", |
| | | "templateCode": "storehouse", |
| | | "templateKey": "shId", |
| | | "templateKeyName": "仓库编号", |
| | | "searchCode": "shId", |
| | | "searchName": "仓库编号", |
| | | "conditions": [ |
| | | { |
| | | "name": "折扣名称", |
| | | "name": "仓库名称", |
| | | "inputType": "input", |
| | | "code": "discountName", |
| | | "code": "shName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "折扣类型", |
| | | "name": "仓库类型", |
| | | "inputType": "select", |
| | | "selectValue":"1001,2002", |
| | | "selectValueName":"优惠,违约", |
| | | "code": "discountType", |
| | | "selectValue": "2806,2807", |
| | | "selectValueName": "集团仓库,小区仓库", |
| | | "code": "shType", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "规则名称", |
| | | "name": "仓库编号", |
| | | "inputType": "input", |
| | | "code": "ruleName", |
| | | "code": "shId", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns": [ |
| | | { |
| | | "code": "discountName", |
| | | "cnCode": "折扣名称", |
| | | "desc": "必填,请填写折扣名称", |
| | | "code": "shName", |
| | | "cnCode": "仓库名称", |
| | | "desc": "必填,请填写仓库名称", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "256", |
| | | "limitErrInfo": "折扣名称不能超过256位", |
| | | "limitParam": "64", |
| | | "limitErrInfo": "仓库名称太长", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "discountType", |
| | | "cnCode": "折扣类型", |
| | | "desc": "必填,请选择折扣类型", |
| | | "code": "shType", |
| | | "cnCode": "仓库类型", |
| | | "desc": "必填,请选择仓库类型", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "select", |
| | | "selectValue":"1001,2002", |
| | | "selectValueName":"优惠,违约", |
| | | "selectValue": "2806,2807", |
| | | "selectValueName": "集团仓库,小区仓库", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "折扣类型格式错误", |
| | | "limitErrInfo": "仓库类型格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "ruleId", |
| | | "cnCode": "规则", |
| | | "desc": "必填,请选择规则", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "规则不是有效数字", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "discountDesc", |
| | | "code": "shDesc", |
| | | "cnCode": "描述", |
| | | "desc": "可填,请填写描述", |
| | | "desc": "必填,请填写描述", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "", |
| | | "limitErrInfo": "描述不能超过500位", |
| | | "show": false |
| | | "limitParam": "512", |
| | | "limitErrInfo": "描述太长", |
| | | "show": true |
| | | } |
| | | ] |
| | | } |