| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "templateName":"公司列表",
- "templateCode":"companyMain",
- "templateKey":"companyId",
- "templateKeyName":"公司ID",
- "searchCode": "companyName",
- "searchName": "公司名称",
- "conditions": [
- {
- "name": "公司ID",
- "inputType": "input",
- "code": "companyId",
- "whereCondition": "equal"
- },
- {
- "name": "公司编号",
- "inputType": "input",
- "code": "companyNo",
- "whereCondition": "equal"
- },
- {
- "name": "公司名称",
- "inputType": "input",
- "code": "companyName",
- "whereCondition": "equal"
- }
- ],
- "columns":[
- {
- "code":"communityId",
- "cnCode":"社区ID",
- "desc":"必填,请填写商户ID",
- "required":true,
- "hasDefaultValue":false,
- "inputType":"input",
- "limit":"num",
- "limitParam":"",
- "limitErrInfo":"社区ID必须为数字",
- "show": false
- },
- {
- "code": "companyName",
- "cnCode":"公司名称",
- "desc":"必填,请选择投诉类型",
- "required":true,
- "hasDefaultValue":false,
- "inputType": "input",
- "limit":"num",
- "limitParam":"",
- "limitErrInfo":"公司名称类型格式错误",
- "show": true
- },
- {
- "code":"membeId",
- "cnCode":"管理员编号",
- "desc":"必填,请选择法人编号",
- "required":true,
- "hasDefaultValue":false,
- "inputType":"input",
- "limit":"num",
- "limitParam":"",
- "limitErrInfo":"法人编号格式错误",
- "show": true
- },
- {
- "code":"companyContact",
- "cnCode":"公司电话电话",
- "desc":"必填,请填写公司电话",
- "required":true,
- "hasDefaultValue":false,
- "inputType":"input",
- "limit":"phone",
- "limitParam":"",
- "limitErrInfo":"投诉电话格式错误",
- "show": true
- },
- {
- "code":"companyAddress",
- "cnCode":"公司地址",
- "desc":"必填,请填写公司地址",
- "required":true,
- "hasDefaultValue":false,
- "inputType":"input",
- "limit":"maxLength",
- "limitParam":"200",
- "limitErrInfo":"公司地址不能大于200位",
- "show": true
- }
- ]
- }
|