template_1.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. {
  2. "templateName":"审核业主绑定",
  3. "templateCode":"auditAppUserBindingOwner",
  4. "templateKey":"appUserId",
  5. "templateKeyName":"绑定ID",
  6. "searchCode": "name",
  7. "searchName": "名称",
  8. "conditions": [
  9. {
  10. "name": "业主名称",
  11. "inputType": "input",
  12. "code": "appUserName",
  13. "whereCondition": "equal"
  14. },
  15. {
  16. "name": "业主身份证",
  17. "inputType": "input",
  18. "code": "idCard",
  19. "whereCondition": "equal"
  20. },
  21. {
  22. "name": "状态",
  23. "inputType": "input",
  24. "inputType": "select",
  25. "selectValue":"10000,12000,13000",
  26. "selectValueName":"审核中,审核成功,审核失败"
  27. },
  28. {
  29. "name": "业主手机",
  30. "inputType": "input",
  31. "code": "link",
  32. "whereCondition": "equal"
  33. }
  34. ],
  35. "columns":[
  36. {
  37. "code":"memberId",
  38. "cnCode":"业主ID",
  39. "desc":"必填,请填写业主ID",
  40. "required":true,
  41. "hasDefaultValue":false,
  42. "inputType":"input",
  43. "limit":"maxin",
  44. "limitParam":"1,64",
  45. "limitErrInfo":"业主ID不能超过64位",
  46. "show": true
  47. },
  48. {
  49. "code": "communityId",
  50. "cnCode":"小区ID",
  51. "desc":"必填,请填写小区ID",
  52. "required":true,
  53. "hasDefaultValue":false,
  54. "inputType": "input",
  55. "limit":"num",
  56. "limitParam":"",
  57. "limitErrInfo":"小区ID格式错误",
  58. "show": true
  59. },
  60. {
  61. "code": "communityName",
  62. "cnCode":"小区名称",
  63. "desc":"必填,请填写小区名称",
  64. "required":true,
  65. "hasDefaultValue":false,
  66. "inputType": "input",
  67. "limit":"num",
  68. "limitParam":"",
  69. "limitErrInfo":"小区名称格式错误",
  70. "show": true
  71. },
  72. {
  73. "code": "appUserName",
  74. "cnCode":"关联业主",
  75. "desc":"必填,请填写业主",
  76. "required":true,
  77. "hasDefaultValue":false,
  78. "inputType": "input",
  79. "limit":"num",
  80. "limitParam":"",
  81. "limitErrInfo":"关联业主格式错误",
  82. "show": true
  83. },
  84. {
  85. "code": "idCard",
  86. "cnCode":"身份证",
  87. "desc":"必填,请填写身份证",
  88. "required":true,
  89. "hasDefaultValue":false,
  90. "inputType": "input",
  91. "limit":"num",
  92. "limitParam":"",
  93. "limitErrInfo":"身份证不是有效数字",
  94. "show": true
  95. },
  96. {
  97. "code":"link",
  98. "cnCode":"手机号",
  99. "desc":"必填,请填写手机号",
  100. "required":true,
  101. "hasDefaultValue":false,
  102. "inputType":"input",
  103. "limit":"phone",
  104. "limitParam":"",
  105. "limitErrInfo":"手机号不是有效的身份证号",
  106. "show": true
  107. },
  108. {
  109. "code": "state",
  110. "cnCode":"状态",
  111. "desc":"必填,请填写状态",
  112. "required":true,
  113. "hasDefaultValue":false,
  114. "inputType": "input",
  115. "limit":"dateTime",
  116. "limitParam":"",
  117. "limitErrInfo":"不是有效的时间格式",
  118. "show": true
  119. },
  120. {
  121. "code": "createTime",
  122. "cnCode":"申请时间",
  123. "desc":"必填,请选择结束时间",
  124. "required":true,
  125. "hasDefaultValue":false,
  126. "inputType": "input",
  127. "limit":"dateTime",
  128. "limitParam":"",
  129. "limitErrInfo":"不是有效的时间格式",
  130. "show": true
  131. }
  132. ]
  133. }