| | |
| | | { |
| | | "templateName": "收款计划", |
| | | "directories": "admin", |
| | | "templateCode": "contractCollectionPlan", |
| | | "templateKey": "planId", |
| | | "templateKeyName": "计划ID", |
| | | "searchCode": "planId", |
| | | "searchName": "计划ID", |
| | | "templateName": "仓库", |
| | | "directories": "property", |
| | | "templateCode": "storehouse", |
| | | "templateKey": "shId", |
| | | "templateKeyName": "仓库编号", |
| | | "searchCode": "shId", |
| | | "searchName": "仓库编号", |
| | | "conditions": [ |
| | | { |
| | | "name": "计划名称", |
| | | "name": "仓库名称", |
| | | "inputType": "input", |
| | | "code": "planName", |
| | | "code": "shName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "费用名称", |
| | | "inputType": "input", |
| | | "code": "feeName", |
| | | "name": "仓库类型", |
| | | "inputType": "select", |
| | | "selectValue": "2806,2807", |
| | | "selectValueName": "集团仓库,小区仓库", |
| | | "code": "shType", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "合同编号", |
| | | "name": "仓库编号", |
| | | "inputType": "input", |
| | | "code": "contractCode", |
| | | "code": "shId", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns": [ |
| | | { |
| | | "code": "planName", |
| | | "cnCode": "计划名称", |
| | | "desc": "必填,请填写计划名称", |
| | | "code": "shName", |
| | | "cnCode": "仓库名称", |
| | | "desc": "必填,请填写仓库名称", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "128", |
| | | "limitErrInfo": "计划名称太长", |
| | | "limitParam": "64", |
| | | "limitErrInfo": "仓库名称太长", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "contractCode", |
| | | "cnCode": "合同号", |
| | | "desc": "必填,请填写合同号", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "30", |
| | | "limitErrInfo": "合同号格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "feeName", |
| | | "cnCode": "费用", |
| | | "desc": "必填,请选择费用", |
| | | "code": "shType", |
| | | "cnCode": "仓库类型", |
| | | "desc": "必填,请选择仓库类型", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "select", |
| | | "selectValue": "111", |
| | | "selectValueName": "计划费用", |
| | | "limit": "maxLength", |
| | | "limitParam": "128", |
| | | "limitErrInfo": "费用不正确", |
| | | "selectValue": "2806,2807", |
| | | "selectValueName": "集团仓库,小区仓库", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "仓库类型格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "remark", |
| | | "cnCode": "备注", |
| | | "desc": "选填,请填写备注", |
| | | "required": false, |
| | | "code": "shDesc", |
| | | "cnCode": "描述", |
| | | "desc": "必填,请填写描述", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "512", |
| | | "limitErrInfo": "备注太长", |
| | | "limitErrInfo": "描述太长", |
| | | "show": true |
| | | } |
| | | ] |