template_1.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. "templateName": "房屋折扣申请",
  3. "directories": "property",
  4. "templateCode": "applyRoomDiscount",
  5. "templateKey": "ardId",
  6. "templateKeyName": "申请ID",
  7. "searchCode": "ardId",
  8. "searchName": "申请ID",
  9. "conditions": [
  10. {
  11. "name": "房屋名称",
  12. "inputType": "input",
  13. "code": "roomName",
  14. "whereCondition": "equal"
  15. },
  16. {
  17. "name": "申请类型",
  18. "inputType": "select",
  19. "selectValue": "3333,4444,5555",
  20. "selectValueName": "空置房,采暖不热,房屋质量问题",
  21. "code": "roomName",
  22. "whereCondition": "equal"
  23. },
  24. {
  25. "name": "状态",
  26. "inputType": "select",
  27. "selectValue": "1,2,3,4,5",
  28. "selectValueName": "申请验房,验房通过,验房不通过,审批通过,审批不通过",
  29. "code": "state",
  30. "whereCondition": "equal"
  31. }
  32. ],
  33. "columns": [
  34. {
  35. "code": "roomName",
  36. "cnCode": "房屋",
  37. "desc": "必填,请填写房屋",
  38. "required": true,
  39. "hasDefaultValue": false,
  40. "inputType": "input",
  41. "limit": "maxLength",
  42. "limitParam": "64",
  43. "limitErrInfo": "房屋格式错误",
  44. "show": true
  45. },
  46. {
  47. "code": "discountId",
  48. "cnCode": "折扣",
  49. "desc": "必填,请选择折扣",
  50. "required": true,
  51. "hasDefaultValue": false,
  52. "inputType": "select",
  53. "selectValue": "1",
  54. "selectValueName": "折扣",
  55. "limit": "maxLength",
  56. "limitParam": "12",
  57. "limitErrInfo": "折扣错误",
  58. "show": true
  59. },
  60. {
  61. "code": "applyType",
  62. "cnCode": "申请类型",
  63. "desc": "必填,请选择认证方式",
  64. "required": true,
  65. "hasDefaultValue": false,
  66. "inputType": "select",
  67. "selectValue": "3333,4444,5555",
  68. "selectValueName": "空置房,采暖不热,房屋质量问题",
  69. "limit": "num",
  70. "limitParam": "",
  71. "limitErrInfo": "申请类型错误",
  72. "show": true
  73. },
  74. {
  75. "code": "createUserName",
  76. "cnCode": "申请人",
  77. "desc": "必填,请填写申请人",
  78. "required": true,
  79. "hasDefaultValue": false,
  80. "inputType": "input",
  81. "limit": "maxLength",
  82. "limitParam": "64",
  83. "limitErrInfo": "申请人错误",
  84. "show": true
  85. },
  86. {
  87. "code": "createUserTel",
  88. "cnCode": "申请电话",
  89. "desc": "必填,请填写申请电话",
  90. "required": true,
  91. "hasDefaultValue": false,
  92. "inputType": "input",
  93. "limit": "phone",
  94. "limitParam": "",
  95. "limitErrInfo": "申请电话错误",
  96. "show": true
  97. },
  98. {
  99. "code": "startTime",
  100. "cnCode": "开始时间",
  101. "desc": "必填,请选择开始时间",
  102. "required": true,
  103. "hasDefaultValue": false,
  104. "inputType": "input",
  105. "limit": "datetime",
  106. "limitParam": "",
  107. "limitErrInfo": "开始时间错误",
  108. "show": true
  109. },
  110. {
  111. "code": "endTime",
  112. "cnCode": "结束时间",
  113. "desc": "必填,请选择结束时间",
  114. "required": true,
  115. "hasDefaultValue": false,
  116. "inputType": "input",
  117. "limit": "datetime",
  118. "limitParam": "",
  119. "limitErrInfo": "结束时间错误",
  120. "show": true
  121. },
  122. {
  123. "code": "createRemark",
  124. "cnCode": "申请说明",
  125. "desc": "必填,请填写申请说明",
  126. "required": true,
  127. "hasDefaultValue": false,
  128. "inputType": "input",
  129. "limit": "maxLength",
  130. "limitParam": "512",
  131. "limitErrInfo": "申请申请说明",
  132. "show": false
  133. }
  134. ]
  135. }