template_company.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "templateName":"公司列表",
  3. "templateCode":"companyMain",
  4. "templateKey":"companyId",
  5. "templateKeyName":"公司ID",
  6. "searchCode": "companyName",
  7. "searchName": "公司名称",
  8. "conditions": [
  9. {
  10. "name": "公司ID",
  11. "inputType": "input",
  12. "code": "companyId",
  13. "whereCondition": "equal"
  14. },
  15. {
  16. "name": "公司编号",
  17. "inputType": "input",
  18. "code": "companyNo",
  19. "whereCondition": "equal"
  20. },
  21. {
  22. "name": "公司名称",
  23. "inputType": "input",
  24. "code": "companyName",
  25. "whereCondition": "equal"
  26. }
  27. ],
  28. "columns":[
  29. {
  30. "code":"communityId",
  31. "cnCode":"社区ID",
  32. "desc":"必填,请填写商户ID",
  33. "required":true,
  34. "hasDefaultValue":false,
  35. "inputType":"input",
  36. "limit":"num",
  37. "limitParam":"",
  38. "limitErrInfo":"社区ID必须为数字",
  39. "show": false
  40. },
  41. {
  42. "code": "companyName",
  43. "cnCode":"公司名称",
  44. "desc":"必填,请选择投诉类型",
  45. "required":true,
  46. "hasDefaultValue":false,
  47. "inputType": "input",
  48. "limit":"num",
  49. "limitParam":"",
  50. "limitErrInfo":"公司名称类型格式错误",
  51. "show": true
  52. },
  53. {
  54. "code":"membeId",
  55. "cnCode":"管理员编号",
  56. "desc":"必填,请选择法人编号",
  57. "required":true,
  58. "hasDefaultValue":false,
  59. "inputType":"input",
  60. "limit":"num",
  61. "limitParam":"",
  62. "limitErrInfo":"法人编号格式错误",
  63. "show": true
  64. },
  65. {
  66. "code":"companyContact",
  67. "cnCode":"公司电话电话",
  68. "desc":"必填,请填写公司电话",
  69. "required":true,
  70. "hasDefaultValue":false,
  71. "inputType":"input",
  72. "limit":"phone",
  73. "limitParam":"",
  74. "limitErrInfo":"投诉电话格式错误",
  75. "show": true
  76. },
  77. {
  78. "code":"companyAddress",
  79. "cnCode":"公司地址",
  80. "desc":"必填,请填写公司地址",
  81. "required":true,
  82. "hasDefaultValue":false,
  83. "inputType":"input",
  84. "limit":"maxLength",
  85. "limitParam":"200",
  86. "limitErrInfo":"公司地址不能大于200位",
  87. "show": true
  88. }
  89. ]
  90. }