siteArchiveAdd.vue 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  1. <template>
  2. <view class="appWrapper">
  3. <form action="">
  4. <view style="height:30rpx"></view>
  5. <view class="form-item">
  6. <view class="title">
  7. <!-- <text class="necessary">*</text> -->
  8. 户号:
  9. </view>
  10. <input name="input" v-model="formMess.deviceNo"></input>
  11. </view>
  12. <view class="form-item">
  13. <view class="title">流变变比:</view>
  14. <input name="input" v-model="formMess.deviceName"></input>
  15. </view>
  16. <view class="form-item">
  17. <view class="title" style="width:240rpx">单路电源容量:</view>
  18. <input name="input" v-model="formMess.deviceName"></input>
  19. </view>
  20. <view class="form-item">
  21. <view class="title">线路:</view>
  22. <input name="input" v-model="formMess.deviceName"></input>
  23. </view>
  24. <view class="form-item">
  25. <view class="title">站点名称:</view>
  26. <input name="input" v-model="formMess.deviceName"></input>
  27. </view>
  28. <view class="form-item">
  29. <view class="title">监察:</view>
  30. <input name="input" v-model="formMess.deviceName"></input>
  31. </view>
  32. <view class="info-tit margin-left-xs">
  33. <text class="cuIcon-titles margin-right-xs"></text>
  34. 四防一通
  35. </view>
  36. <view class="form-item extraDis">
  37. <view class="title">电缆孔洞:</view>
  38. <radio-group name="gender">
  39. <label class="margin-right-xl">
  40. <radio value="是" checked /><text>是</text>
  41. </label>
  42. <label>
  43. <radio value="否" /><text>否</text>
  44. </label>
  45. </radio-group>
  46. </view>
  47. <view class="form-item extraDis">
  48. <view class="title">门窗、墙壁破损:</view>
  49. <radio-group name="gender">
  50. <label class="margin-right-xl">
  51. <radio value="是" checked /><text>是</text>
  52. </label>
  53. <label>
  54. <radio value="否" /><text>否</text>
  55. </label>
  56. </radio-group>
  57. </view>
  58. <view class="form-item extraDis">
  59. <view class="title">屋顶墙壁渗漏水:</view>
  60. <radio-group name="gender">
  61. <label class="margin-right-xl">
  62. <radio value="是" checked /><text>是</text>
  63. </label>
  64. <label>
  65. <radio value="否" /><text>否</text>
  66. </label>
  67. </radio-group>
  68. </view>
  69. <view class="form-item extraDis">
  70. <view class="title">灭火器配置不足:</view>
  71. <radio-group name="gender">
  72. <label class="margin-right-xl">
  73. <radio value="是" checked /><text>是</text>
  74. </label>
  75. <label>
  76. <radio value="否" /><text>否</text>
  77. </label>
  78. </radio-group>
  79. </view>
  80. <view class="form-item extraDis">
  81. <view class="title">灭火器超期:</view>
  82. <radio-group name="gender">
  83. <label class="margin-right-xl">
  84. <radio value="是" checked /><text>是</text>
  85. </label>
  86. <label>
  87. <radio value="否" /><text>否</text>
  88. </label>
  89. </radio-group>
  90. </view>
  91. <view class="info-tit margin-left-xs">
  92. <text class="cuIcon-titles margin-right-xs"></text>
  93. 室内环境
  94. </view>
  95. <view class="form-item extraDis">
  96. <view class="title">堆放杂物:</view>
  97. <radio-group name="gender">
  98. <label class="margin-right-xl">
  99. <radio value="是" checked /><text>是</text>
  100. </label>
  101. <label>
  102. <radio value="否" /><text>否</text>
  103. </label>
  104. </radio-group>
  105. </view>
  106. <view class="form-item extraDis">
  107. <view class="title">积灰严重:</view>
  108. <radio-group name="gender">
  109. <label class="margin-right-xl">
  110. <radio value="是" checked /><text>是</text>
  111. </label>
  112. <label>
  113. <radio value="否" /><text>否</text>
  114. </label>
  115. </radio-group>
  116. </view>
  117. <view class="form-item extraDis">
  118. <view class="title">配电房周围环境潮湿:</view>
  119. <radio-group name="gender">
  120. <label class="margin-right-xl">
  121. <radio value="是" checked /><text>是</text>
  122. </label>
  123. <label>
  124. <radio value="否" /><text>否</text>
  125. </label>
  126. </radio-group>
  127. </view>
  128. <view class="info-tit margin-left-xs">
  129. <text class="cuIcon-titles margin-right-xs"></text>
  130. 电工
  131. </view>
  132. <view class="form-item extraDis">
  133. <view class="title">无电工:</view>
  134. <radio-group name="gender">
  135. <label class="margin-right-xl">
  136. <radio value="是" checked /><text>是</text>
  137. </label>
  138. <label>
  139. <radio value="否" /><text>否</text>
  140. </label>
  141. </radio-group>
  142. </view>
  143. <view class="form-item extraDis">
  144. <view class="title">电工人数配置不足:</view>
  145. <radio-group name="gender">
  146. <label class="margin-right-xl">
  147. <radio value="是" checked /><text>是</text>
  148. </label>
  149. <label>
  150. <radio value="否" /><text>否</text>
  151. </label>
  152. </radio-group>
  153. </view>
  154. <view class="form-item extraDis">
  155. <view class="title">电工证超期:</view>
  156. <radio-group name="gender">
  157. <label class="margin-right-xl">
  158. <radio value="是" checked /><text>是</text>
  159. </label>
  160. <label>
  161. <radio value="否" /><text>否</text>
  162. </label>
  163. </radio-group>
  164. </view>
  165. <!-- 电试 -->
  166. <view class="info-tit margin-left-xs">
  167. <text class="cuIcon-titles margin-right-xs"></text>
  168. 电试
  169. </view>
  170. <view class="form-item extraDis">
  171. <view class="title">电试超期:</view>
  172. <radio-group name="gender">
  173. <label class="margin-right-xl">
  174. <radio value="是" checked /><text>是</text>
  175. </label>
  176. <label>
  177. <radio value="否" /><text>否</text>
  178. </label>
  179. </radio-group>
  180. </view>
  181. <!-- 设备 -->
  182. <view class="info-tit margin-left-xs">
  183. <text class="cuIcon-titles margin-right-xs"></text>
  184. 设备
  185. </view>
  186. <view class="form-item extraDis">
  187. <view class="title">设备老旧(标明出厂或投运日期):</view>
  188. <input type="text" style="width:35%">
  189. </view>
  190. <!-- 安全工器具 -->
  191. <view class="info-tit margin-left-xs">
  192. <text class="cuIcon-titles margin-right-xs"></text>
  193. 安全工器具
  194. </view>
  195. <view class="form-item extraDis">
  196. <view class="title">配置不足(绝缘体):</view>
  197. <radio-group name="gender">
  198. <label class="margin-right-xl">
  199. <radio value="是" checked /><text>是</text>
  200. </label>
  201. <label>
  202. <radio value="否" /><text>否</text>
  203. </label>
  204. </radio-group>
  205. </view>
  206. <view class="form-item extraDis">
  207. <view class="title">接地线与存放位置编号:</view>
  208. <radio-group name="gender">
  209. <label class="margin-right-xl">
  210. <radio value="是" checked /><text>是</text>
  211. </label>
  212. <label>
  213. <radio value="否" /><text>否</text>
  214. </label>
  215. </radio-group>
  216. </view>
  217. <!-- 安全工器具 -->
  218. <view class="info-tit margin-left-xs">
  219. <text class="cuIcon-titles margin-right-xs"></text>
  220. 模拟屏
  221. </view>
  222. <view class="form-item extraDis">
  223. <view class="title">模拟屏:</view>
  224. <radio-group name="gender">
  225. <label class="margin-right-xl">
  226. <radio value="是" checked /><text>是</text>
  227. </label>
  228. <label>
  229. <radio value="否" /><text>否</text>
  230. </label>
  231. </radio-group>
  232. </view>
  233. <view class="form-item">
  234. <view class="title">备注:</view>
  235. <input type="text">
  236. </view>
  237. <view class="btn-area submitBottomBtn padding-lr-sm " style="position:static">
  238. <button class="bg-blue round margin-top" @click="submit()">提 交 </button>
  239. </view>
  240. <br>
  241. </form>
  242. </view>
  243. </template>
  244. <script>
  245. export default {
  246. data() {
  247. return {
  248. index: -1,
  249. type: '0',
  250. isShow: false,
  251. formMess: {
  252. "userName": "sss",
  253. "siteName": "",
  254. "place": "",
  255. "longitude": "",
  256. "dimension": "",
  257. "contactor": "",
  258. "mobile": "",
  259. },
  260. }
  261. },
  262. onLoad: function(option) {
  263. },
  264. methods: {
  265. }
  266. }
  267. </script>
  268. <style lang="scss">
  269. </style>