safecheck-client 3.0.39-8 → 3.0.39-80

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (312) hide show
  1. package/.babelrc +5 -5
  2. package/.editorconfig +9 -9
  3. package/android.html +18 -18
  4. package/config/dev.env.js +6 -6
  5. package/config/index.js +38 -38
  6. package/config/prod.env.js +3 -3
  7. package/config/test.env.js +6 -6
  8. package/docs/AppBase.md +22 -22
  9. package/docs/Busy.md +14 -14
  10. package/docs/CriteriaPaged.md +47 -47
  11. package/docs/DataGrid.md +54 -54
  12. package/docs/DataModel.md +22 -22
  13. package/docs/Dynamic.md +42 -42
  14. package/docs/GetParams.md +11 -11
  15. package/docs/HttpBusy.md +13 -13
  16. package/docs/HttpStore.md +29 -29
  17. package/docs/MessageBox.md +28 -28
  18. package/docs/PagedList.md +29 -29
  19. package/docs/Pager.md +21 -21
  20. package/docs/Project.md +23 -23
  21. package/docs/Route.md +105 -105
  22. package/docs/SafetyCheck/AdjustPlan.md +13 -13
  23. package/docs/SafetyCheck/CheckerPlan.md +12 -12
  24. package/docs/Task.md +46 -46
  25. package/docs/TreeList.md +28 -28
  26. package/docs/TreeMixin.md +18 -18
  27. package/docs/all.md +10 -10
  28. package/docs/list.md +42 -42
  29. package/docs/partial.md +75 -75
  30. package/docs/selector.md +82 -82
  31. package/docs//345/274/200/345/217/221/346/226/207/346/241/243/Snippets.md +28 -28
  32. package/docs//345/274/200/345/217/221/346/226/207/346/241/243/vue-strap/345/217/230/346/233/264/350/256/260/345/275/225.md +7 -7
  33. package/docs//345/274/200/345/217/221/346/226/207/346/241/243/vue/345/217/230/346/233/264/350/256/260/345/275/225.md +13 -13
  34. package/docs//345/274/200/345/217/221/346/226/207/346/241/243//345/274/200/345/217/221/347/216/257/345/242/203/350/256/276/347/275/256.md +77 -77
  35. package/docs//347/225/214/351/235/242/345/210/266/344/275/234/350/247/204/350/214/203.md +54 -54
  36. package/examples/AddressList/App.vue +13 -13
  37. package/examples/AddressList/index.html +11 -11
  38. package/examples/DispatchList/App.vue +10 -10
  39. package/examples/DispatchList/BaseTree.vue +13 -13
  40. package/examples/DispatchList/Init.vue +22 -22
  41. package/examples/DispatchList/Test.vue +20 -20
  42. package/examples/DispatchList/index.html +11 -11
  43. package/examples/DispatchList/main.js +18 -18
  44. package/home.html +16 -16
  45. package/package.json +5 -5
  46. package/publish.bat +7 -7
  47. package/release.bat +5 -5
  48. package/src/Widget.vue +13 -13
  49. package/src/android-bootstrap/fonts/glyphicons-halflings-regular.svg +287 -287
  50. package/src/android-bootstrap/less/.csscomb.json +304 -304
  51. package/src/android-bootstrap/less/.csslintrc +19 -19
  52. package/src/android-bootstrap/less/alerts.less +73 -73
  53. package/src/android-bootstrap/less/badges.less +66 -66
  54. package/src/android-bootstrap/less/bootstrap.less +56 -56
  55. package/src/android-bootstrap/less/breadcrumbs.less +26 -26
  56. package/src/android-bootstrap/less/button-groups.less +247 -247
  57. package/src/android-bootstrap/less/buttons.less +173 -173
  58. package/src/android-bootstrap/less/carousel.less +269 -269
  59. package/src/android-bootstrap/less/close.less +34 -34
  60. package/src/android-bootstrap/less/code.less +69 -69
  61. package/src/android-bootstrap/less/component-animations.less +33 -33
  62. package/src/android-bootstrap/less/grid.less +84 -84
  63. package/src/android-bootstrap/less/input-groups.less +167 -167
  64. package/src/android-bootstrap/less/jumbotron.less +52 -52
  65. package/src/android-bootstrap/less/labels.less +64 -64
  66. package/src/android-bootstrap/less/list-group.less +141 -141
  67. package/src/android-bootstrap/less/media.less +66 -66
  68. package/src/android-bootstrap/less/mixins/alerts.less +14 -14
  69. package/src/android-bootstrap/less/mixins/background-variant.less +9 -9
  70. package/src/android-bootstrap/less/mixins/border-radius.less +18 -18
  71. package/src/android-bootstrap/less/mixins/buttons.less +69 -69
  72. package/src/android-bootstrap/less/mixins/center-block.less +7 -7
  73. package/src/android-bootstrap/less/mixins/clearfix.less +22 -22
  74. package/src/android-bootstrap/less/mixins/forms.less +90 -90
  75. package/src/android-bootstrap/less/mixins/gradients.less +59 -59
  76. package/src/android-bootstrap/less/mixins/grid-framework.less +92 -92
  77. package/src/android-bootstrap/less/mixins/grid.less +122 -122
  78. package/src/android-bootstrap/less/mixins/hide-text.less +21 -21
  79. package/src/android-bootstrap/less/mixins/image.less +33 -33
  80. package/src/android-bootstrap/less/mixins/labels.less +12 -12
  81. package/src/android-bootstrap/less/mixins/list-group.less +30 -30
  82. package/src/android-bootstrap/less/mixins/nav-divider.less +10 -10
  83. package/src/android-bootstrap/less/mixins/nav-vertical-align.less +9 -9
  84. package/src/android-bootstrap/less/mixins/opacity.less +8 -8
  85. package/src/android-bootstrap/less/mixins/pagination.less +24 -24
  86. package/src/android-bootstrap/less/mixins/panels.less +24 -24
  87. package/src/android-bootstrap/less/mixins/progress-bar.less +10 -10
  88. package/src/android-bootstrap/less/mixins/reset-filter.less +8 -8
  89. package/src/android-bootstrap/less/mixins/reset-text.less +18 -18
  90. package/src/android-bootstrap/less/mixins/resize.less +6 -6
  91. package/src/android-bootstrap/less/mixins/responsive-visibility.less +15 -15
  92. package/src/android-bootstrap/less/mixins/size.less +10 -10
  93. package/src/android-bootstrap/less/mixins/tab-focus.less +9 -9
  94. package/src/android-bootstrap/less/mixins/table-row.less +44 -44
  95. package/src/android-bootstrap/less/mixins/text-emphasis.less +9 -9
  96. package/src/android-bootstrap/less/mixins/text-overflow.less +8 -8
  97. package/src/android-bootstrap/less/mixins/vendor-prefixes.less +227 -227
  98. package/src/android-bootstrap/less/mixins.less +40 -40
  99. package/src/android-bootstrap/less/modals.less +151 -151
  100. package/src/android-bootstrap/less/navbar.less +660 -660
  101. package/src/android-bootstrap/less/navs.less +290 -290
  102. package/src/android-bootstrap/less/normalize.less +424 -424
  103. package/src/android-bootstrap/less/pager.less +76 -76
  104. package/src/android-bootstrap/less/pagination.less +89 -89
  105. package/src/android-bootstrap/less/panels.less +274 -274
  106. package/src/android-bootstrap/less/popovers.less +131 -131
  107. package/src/android-bootstrap/less/print.less +101 -101
  108. package/src/android-bootstrap/less/progress-bars.less +87 -87
  109. package/src/android-bootstrap/less/responsive-embed.less +35 -35
  110. package/src/android-bootstrap/less/responsive-utilities.less +194 -194
  111. package/src/android-bootstrap/less/scaffolding.less +161 -161
  112. package/src/android-bootstrap/less/tables.less +262 -262
  113. package/src/android-bootstrap/less/theme.less +291 -291
  114. package/src/android-bootstrap/less/thumbnails.less +36 -36
  115. package/src/android-bootstrap/less/tooltip.less +102 -102
  116. package/src/android-bootstrap/less/type.less +303 -303
  117. package/src/android-bootstrap/less/utilities.less +55 -55
  118. package/src/android-bootstrap/less/variables.less +896 -896
  119. package/src/android-bootstrap/less/wells.less +29 -29
  120. package/src/assets//345/256/232/344/275/215.png +0 -0
  121. package/src/bootstrap/less/.csscomb.json +304 -304
  122. package/src/bootstrap/less/.csslintrc +19 -19
  123. package/src/bootstrap/less/alerts.less +73 -73
  124. package/src/bootstrap/less/badges.less +66 -66
  125. package/src/bootstrap/less/breadcrumbs.less +26 -26
  126. package/src/bootstrap/less/button-groups.less +247 -247
  127. package/src/bootstrap/less/buttons.less +172 -172
  128. package/src/bootstrap/less/carousel.less +269 -269
  129. package/src/bootstrap/less/close.less +34 -34
  130. package/src/bootstrap/less/code.less +69 -69
  131. package/src/bootstrap/less/component-animations.less +33 -33
  132. package/src/bootstrap/less/dropdowns.less +216 -216
  133. package/src/bootstrap/less/grid.less +84 -84
  134. package/src/bootstrap/less/input-groups.less +167 -167
  135. package/src/bootstrap/less/jumbotron.less +52 -52
  136. package/src/bootstrap/less/labels.less +64 -64
  137. package/src/bootstrap/less/list-group.less +141 -141
  138. package/src/bootstrap/less/media.less +66 -66
  139. package/src/bootstrap/less/mixins/alerts.less +14 -14
  140. package/src/bootstrap/less/mixins/background-variant.less +9 -9
  141. package/src/bootstrap/less/mixins/border-radius.less +18 -18
  142. package/src/bootstrap/less/mixins/buttons.less +69 -69
  143. package/src/bootstrap/less/mixins/center-block.less +7 -7
  144. package/src/bootstrap/less/mixins/clearfix.less +22 -22
  145. package/src/bootstrap/less/mixins/forms.less +90 -90
  146. package/src/bootstrap/less/mixins/gradients.less +59 -59
  147. package/src/bootstrap/less/mixins/grid-framework.less +92 -92
  148. package/src/bootstrap/less/mixins/grid.less +122 -122
  149. package/src/bootstrap/less/mixins/hide-text.less +21 -21
  150. package/src/bootstrap/less/mixins/image.less +33 -33
  151. package/src/bootstrap/less/mixins/labels.less +12 -12
  152. package/src/bootstrap/less/mixins/list-group.less +30 -30
  153. package/src/bootstrap/less/mixins/nav-divider.less +10 -10
  154. package/src/bootstrap/less/mixins/nav-vertical-align.less +9 -9
  155. package/src/bootstrap/less/mixins/opacity.less +8 -8
  156. package/src/bootstrap/less/mixins/pagination.less +24 -24
  157. package/src/bootstrap/less/mixins/panels.less +24 -24
  158. package/src/bootstrap/less/mixins/progress-bar.less +10 -10
  159. package/src/bootstrap/less/mixins/reset-filter.less +8 -8
  160. package/src/bootstrap/less/mixins/reset-text.less +18 -18
  161. package/src/bootstrap/less/mixins/resize.less +6 -6
  162. package/src/bootstrap/less/mixins/responsive-visibility.less +15 -15
  163. package/src/bootstrap/less/mixins/size.less +10 -10
  164. package/src/bootstrap/less/mixins/tab-focus.less +9 -9
  165. package/src/bootstrap/less/mixins/table-row.less +44 -44
  166. package/src/bootstrap/less/mixins/text-emphasis.less +9 -9
  167. package/src/bootstrap/less/mixins/text-overflow.less +8 -8
  168. package/src/bootstrap/less/mixins/vendor-prefixes.less +227 -227
  169. package/src/bootstrap/less/mixins.less +40 -40
  170. package/src/bootstrap/less/modals.less +151 -151
  171. package/src/bootstrap/less/navbar.less +660 -660
  172. package/src/bootstrap/less/normalize.less +424 -424
  173. package/src/bootstrap/less/pagination.less +89 -89
  174. package/src/bootstrap/less/panels.less +275 -275
  175. package/src/bootstrap/less/popovers.less +131 -131
  176. package/src/bootstrap/less/print.less +101 -101
  177. package/src/bootstrap/less/progress-bars.less +87 -87
  178. package/src/bootstrap/less/responsive-embed.less +35 -35
  179. package/src/bootstrap/less/responsive-utilities.less +194 -194
  180. package/src/bootstrap/less/scaffolding.less +161 -161
  181. package/src/bootstrap/less/theme.less +291 -291
  182. package/src/bootstrap/less/thumbnails.less +36 -36
  183. package/src/bootstrap/less/tooltip.less +102 -102
  184. package/src/bootstrap/less/type.less +303 -303
  185. package/src/bootstrap/less/utilities.less +55 -55
  186. package/src/bootstrap/less/wells.less +29 -29
  187. package/src/components/FileUpload.vue +696 -696
  188. package/src/components/Hello.vue +39 -39
  189. package/src/components/LeftTree.vue +27 -27
  190. package/src/components/Util/ImgSelfSafePlus.vue +2 -2
  191. package/src/components/android/AndroidDefectDeal.vue +2 -2
  192. package/src/components/android/AttendanceTally.vue +116 -116
  193. package/src/components/android/Blank.vue +10 -10
  194. package/src/components/android/CheckUnplanPage.vue +56 -56
  195. package/src/components/android/Checker.vue +12 -12
  196. package/src/components/android/CheckerAnnual.vue +81 -81
  197. package/src/components/android/CheckerAvarta.vue +82 -82
  198. package/src/components/android/EquipmentInspection.vue +348 -348
  199. package/src/components/android/FootprintMap.vue +120 -120
  200. package/src/components/android/HiddentroubleInvestigation.vue +192 -192
  201. package/src/components/android/MasterMain.vue +77 -77
  202. package/src/components/android/Menu.vue +132 -132
  203. package/src/components/android/NewCheckpaperAndroid.vue +2 -2
  204. package/src/components/android/PaperAlarm.vue +85 -85
  205. package/src/components/android/PaperDeviceNoncivil.vue +214 -214
  206. package/src/components/android/PhoneUpUserinfo.vue +11 -0
  207. package/src/components/android/PlumberAnnual.vue +83 -83
  208. package/src/components/android/PlumberAnnualDetail.vue +65 -65
  209. package/src/components/android/PlumberMonthly.vue +84 -84
  210. package/src/components/android/PostMap.vue +83 -83
  211. package/src/components/android/QueryCheckHistory.vue +122 -122
  212. package/src/components/android/QueryCheckHistoryItem.vue +62 -62
  213. package/src/components/android/RepairMain.vue +60 -60
  214. package/src/components/android/Repairman.vue +12 -12
  215. package/src/components/android/StationMaster.vue +12 -12
  216. package/src/components/android/rejectInspecCheck.vue +322 -0
  217. package/src/components/defects/DefectModal.vue +101 -101
  218. package/src/components/defects/DevicesAndItem.vue +39 -39
  219. package/src/components/issueplan/IssuePlanMain.vue +23 -23
  220. package/src/components/notice/NoticeForm.vue +100 -100
  221. package/src/components/notice/NoticeIssue.vue +20 -20
  222. package/src/components/paper/PicViewer.vue +18 -18
  223. package/src/components/pc/AddPlanItemYyChange.vue +5 -1
  224. package/src/components/pc/NewCheckpaper.vue +108 -14
  225. package/src/components/pc/PaperDefectMain.vue +1 -1
  226. package/src/components/pc/SafeCheckOrder/SafeCheckOrderList.vue +34 -0
  227. package/src/components/phonestate/MonthlyTraffic.vue +66 -66
  228. package/src/components/phonestate/MonthlyTrafficRouter.vue +15 -15
  229. package/src/components/phonestate/PostMap.vue +82 -82
  230. package/src/components/querycheckpaper/PaperItem.vue +59 -59
  231. package/src/components/rongcheng/PaperStatem.vue +6 -6
  232. package/src/components/rongcheng/PhoneUpUserinfo.vue +1 -0
  233. package/src/components/userfile/MeterFile.vue +145 -145
  234. package/src/components/userfile/MeterModify.vue +46 -46
  235. package/src/components/userfileaudit/MeterAuditFile.vue +129 -129
  236. package/src/filiale/BFshiye/android/AndroidDefectDeal.vue +652 -0
  237. package/src/filiale/BFshiye/android/PhoneUpUserinfo.vue +3 -1
  238. package/src/filiale/BFshiye/android/SafecheckUserInfo.vue +861 -861
  239. package/src/filiale/BFshiye/pc/DefectListNew.vue +637 -0
  240. package/src/filiale/BFshiye/pc/NewCheckpaper.vue +18 -56
  241. package/src/filiale/BFshiye/pc.js +3 -2
  242. package/src/filiale/baiyin/android/SafecheckUserInfo.vue +775 -0
  243. package/src/filiale/baiyin/android.js +1 -0
  244. package/src/filiale/bayan/pc/NewCheckpaper.vue +2 -2
  245. package/src/filiale/bayan/pc/SelectAreaReport.vue +1 -0
  246. package/src/filiale/bayan/pc/SummaryOfSecurityInspectionProgress.vue +7 -7
  247. package/src/filiale/dexin/android/SafecheckOrderV.vue +1 -1
  248. package/src/filiale/dexin/android/SafecheckOrderVTemp.vue +4 -1
  249. package/src/filiale/hanzhong/pc/CheckHiddenDanger.vue +2 -2
  250. package/src/filiale/hanzhong/pc/CheckNumberStatistics.vue +1 -1
  251. package/src/filiale/hanzhong/pc/CheckSafeDetail.vue +6 -1
  252. package/src/filiale/hanzhong/pc/CheckSafeStatus.vue +1 -1
  253. package/src/filiale/hanzhong/pc/CheckerSafeDetail.vue +1 -1
  254. package/src/filiale/huatong/android/SafecheckOrderV.vue +2 -2
  255. package/src/filiale/jiaocheng/pc/NewCheckpaper.vue +64 -4
  256. package/src/filiale/jinhuang/android/AddPlanItem.vue +430 -0
  257. package/src/filiale/jinhuang/android/PhoneUpUserinfo.vue +183 -145
  258. package/src/filiale/jinhuang/android.js +2 -1
  259. package/src/filiale/kelai/android/PaperFeedback.vue +1553 -1550
  260. package/src/filiale/kelai/android/PhoneUpUserinfo.vue +1 -1
  261. package/src/filiale/kelai/android/SafecheckOrderV.vue +1 -1
  262. package/src/filiale/kelai/android/SafecheckUserInfo.vue +1 -1
  263. package/src/filiale/kelai/pc/PaperList.vue +13 -0
  264. package/src/filiale/kelai/pc/UserInfoAudit.vue +126 -90
  265. package/src/filiale/liaoyuan/pc/DefectPaperWeiXiu.vue +4 -6
  266. package/src/filiale/liaoyuan/pc/NewCheckpaper.vue +7 -7
  267. package/src/filiale/liaoyuan/pc/checkPlanList.vue +2 -3
  268. package/src/filiale/qingjian/android/PhoneUpUserinfo.vue +125 -38
  269. package/src/filiale/qingjian/android/SafecheckDevices.vue +1 -1
  270. package/src/filiale/qingjian/android/SafecheckOrderV.vue +3 -0
  271. package/src/filiale/qingjian/android/SafecheckUserInfo.vue +42 -19
  272. package/src/filiale/rongchuang/android/AddPlanItemVisitingWithoutMeeting.vue +454 -0
  273. package/src/filiale/rongchuang/android/AddPlanItemYy.vue +498 -0
  274. package/src/filiale/rongchuang/android/PhoneUpUserinfo.vue +1262 -0
  275. package/src/filiale/rongchuang/android/SafecheckDevices.vue +1 -1
  276. package/src/filiale/rongchuang/android/SafecheckOrderV.vue +3 -2
  277. package/src/filiale/rongchuang/android.js +3 -0
  278. package/src/filiale/rongchuang/pc/NewCheckpaper.vue +13 -1
  279. package/src/filiale/rongchuang/pc/checkPlanList.vue +398 -0
  280. package/src/filiale/rongchuang/pc.js +1 -0
  281. package/src/filiale/shanxian/pc/NewCheckpaper.vue +4 -4
  282. package/src/filiale/siyang/android/PhoneInsurancePurchaseDetail.vue +58 -24
  283. package/src/filiale/tongchuan/android/PhoneUpUserinfo.vue +888 -889
  284. package/src/filiale/tongchuan/android/SafecheckDevices.vue +909 -885
  285. package/src/filiale/tongchuan/pc/AMapTrailShowZk.vue +226 -0
  286. package/src/filiale/tongchuan/pc/CheckPlanCountChartAreaByWangGeYuan.vue +137 -0
  287. package/src/filiale/tongchuan/pc/CheckSearchUser.vue +47 -1
  288. package/src/filiale/tongchuan/pc/DefectPaperWeiXiu.vue +46 -0
  289. package/src/filiale/tongchuan/pc/NoCheckplanSafecheck.vue +34 -0
  290. package/src/filiale/tongchuan/pc/PaperDefectMain.vue +34 -0
  291. package/src/filiale/tongchuan/pc/PaperList.vue +44 -10
  292. package/src/filiale/tongchuan/pc/PersonTrack.vue +269 -0
  293. package/src/filiale/tongchuan/pc/SelectCheckPlan.vue +42 -2
  294. package/src/filiale/tongchuan/pc.js +3 -0
  295. package/src/filiale/wenxi/pc/PaperList.vue +9 -3
  296. package/src/filiale/wuan/android/SafecheckOrderV.vue +2242 -2242
  297. package/src/filiale/wuan/android/SafecheckUserInfo.vue +659 -659
  298. package/src/filiale/yangchunboneng/android/AndiroidSecurityAudit.vue +2 -1
  299. package/src/filiale/yangchunboneng/pc/CheckPlanAreaList.vue +3 -3
  300. package/src/plugins/LoadData.js +10 -10
  301. package/src/plugins/LoadParams.js +24 -24
  302. package/src/safecheck-android.js +1 -0
  303. package/src/stores/wxconfig.js +10 -10
  304. package/src/utils/getNowDate.js +33 -33
  305. package/test/e2e/custom-assertions/elementCount.js +26 -26
  306. package/test/e2e/nightwatch.conf.js +40 -40
  307. package/test/e2e/runner.js +30 -30
  308. package/test/e2e/specs/test.js +13 -13
  309. package/test/unit/.eslintrc +5 -5
  310. package/test/unit/TestUtil.js +62 -62
  311. package/test/unit/context.html +20 -20
  312. package/test/unit/index.js +13 -13
@@ -1212,16 +1212,11 @@ export default {
1212
1212
  },
1213
1213
 
1214
1214
  devicesCollect() {
1215
- //tag
1216
- //tag)
1217
- //tag)
1218
- //tag
1219
1215
  this.deviceCollects = []
1220
1216
  this.deviceImgs = []
1221
1217
  let checkResult = '正常'
1222
1218
  this.result = '正常'
1223
1219
  let codata = JSON.parse(JSON.stringify(this.data))
1224
- //tag)
1225
1220
  for (let device in this.data) {
1226
1221
  let f_device_type
1227
1222
  if (device.startsWith("device")) {
@@ -1232,54 +1227,38 @@ export default {
1232
1227
  } else {
1233
1228
  f_device_type = this.data[device][item].f_device_type
1234
1229
  }
1235
- // //tag
1236
1230
  let deviceelse = []
1237
1231
  let deviceInfos = []
1238
-
1239
1232
  for (let i in this.data[device][item].f_items) {
1240
1233
  let defects = ''
1241
-
1242
1234
  let items = this.data[device][item].f_items[i]
1243
-
1244
-
1245
- if ((items.type === 'selector' || items.type === 'radio' || items.type === 'checkbox' || items.type === 'picture') && items.f_item_value != null && items.f_item_value instanceof Array) {
1235
+ if (items.f_item_name == '用气设施安装是否符合规范'){
1236
+ debugger
1237
+ }
1238
+ if ((items.type === 'selector' || items.type === 'radio' || items.type === 'checkbox' || items.type === 'picture') && items.f_item_value != null && items.f_item_value instanceof Array && items.f_item_value.length != 0) {
1246
1239
  for (let i in items.f_item_value) {
1247
1240
  let f_item_value = items.f_item_value[i]
1248
-
1249
- //tag)
1250
- //tag)
1251
- //tag)
1252
- //tag)
1253
-
1254
1241
  if (!this.config[this.data[device][item].f_device_type].items[items.f_item_name] && (items.isdefect && (items.isdefect == 'true' || items.isdefect == true))) {
1255
1242
  continue
1256
1243
  }
1257
- /*if(items.f_is_defect != true && items.f_is_defect != 'true'){
1258
- continue
1259
- }*/
1260
1244
  if (items.f_is_defect == 'true' || items.f_is_defect == true) {
1261
1245
  checkResult = '有隐患'
1262
1246
  this.result = '有隐患'
1263
1247
  defects = `${defects}:${items.f_item_value}/`
1264
1248
  }
1265
- /*let options = this.config[this.data[device][item].f_device_type].items[items.f_item_name].options
1266
- for (let option in options) {
1267
- if (options[option].data == f_item_value) {
1268
- if (options[option].isdefect == 'true' || options[option].isdefect == true) {
1269
- checkResult = '有隐患'
1270
- this.result = '有隐患'
1271
- defects = `${defects}:${options[option].data}/`
1272
- // let level = options[option].level
1273
- }
1274
- }
1275
- }*/
1276
- //tag)
1277
1249
  }
1278
1250
  if (defects != '') {
1279
1251
  console.log('有隐患items', items)
1280
1252
  deviceInfos.push(`${items.f_item_name}${defects.substring(0, defects.length - 1)}${items.f_else ? items.f_else : ''}`)
1281
1253
  this.deviceImgs.push({f_overall_path:items.f_path})
1282
1254
  }
1255
+ } else if ((items.type === 'selector' || items.type === 'radio' || items.type === 'checkbox' || items.type === 'picture') && items.f_item_value && items.f_item_value.length == 0) {
1256
+ if (items.f_is_defect == 'true' || items.f_is_defect == true) {
1257
+ checkResult = '有隐患'
1258
+ this.result = '有隐患'
1259
+ deviceInfos.push(items.f_item_name)
1260
+ this.deviceImgs.push({f_overall_path:items.f_path})
1261
+ }
1283
1262
  } else if ((items.type === 'string' || items.type === 'number') && items.f_is_defect && items.f_item_value[0]) {
1284
1263
  checkResult = '有隐患'
1285
1264
  this.result = '有隐患'
@@ -1298,7 +1277,6 @@ export default {
1298
1277
  }
1299
1278
  } else if (items.f_item_name == '气量异常差值') {
1300
1279
  var deviation = this.$appdata.getSingleValue('气量异常差值允许误差')
1301
- //tag
1302
1280
  if (parseFloat(items.f_item_value[0]).toString() != "NaN" && parseFloat(deviation).toString() != "NaN") {
1303
1281
  if (parseFloat(items.f_item_value[0]) > parseFloat(deviation) || parseFloat(items.f_item_value[0]) < parseFloat(deviation) * -1) {
1304
1282
  checkResult = '有隐患'
@@ -1307,9 +1285,7 @@ export default {
1307
1285
  }
1308
1286
  }
1309
1287
  }
1310
- if (!this.config[this.data[device][item].f_device_type].items[items.f_item_name]) {
1311
- // console.log('this.config[this.data[device][item].f_device_type]', this.config[this.data[device][item].f_device_type])
1312
- // console.log('this.deviceconfig2', this.deviceconfig2)
1288
+ if (!this.config[this.data[device][item].f_device_type].items[items.f_item_name]) {
1313
1289
  for (let dev in this.deviceconfig2) {
1314
1290
  if (this.deviceconfig2[dev].checkname == this.data[device][item].f_device_type) {
1315
1291
  this.deviceconfig2[dev].items.push({
@@ -1318,31 +1294,20 @@ export default {
1318
1294
  }
1319
1295
  }
1320
1296
  }
1321
- //tag)
1322
- //tag
1323
- //tag
1324
1297
  if (items.type === 'selector') {
1325
1298
  items.selected = []
1326
1299
  } else if (items.type === 'inputSelector') {
1327
1300
  items.selected = ''
1328
1301
  }
1329
1302
  }
1330
-
1331
-
1332
- //tag
1333
1303
  this.$set('deviceCollect.name', f_device_type)
1334
1304
  this.$set('deviceCollect.value', checkResult)
1335
1305
  this.$set('deviceCollect.devices', deviceInfos)
1336
1306
  this.$set('deviceCollect.else', deviceelse)
1337
- console.log('deviceCollect.devices', this.deviceCollect.devices)
1338
- console.log('deviceCollect.else', this.deviceCollect.else)
1339
- console.log('deviceCollect.imgs', this.deviceCollect.imgs)
1340
- //tag)
1341
1307
  if (this.deviceCollect.name) {
1342
- //tag
1308
+ console.log("---------------"+JSON.stringify(this.deviceCollect))
1343
1309
  this.deviceCollects.push(JSON.parse(JSON.stringify(this.deviceCollect)))
1344
1310
  }
1345
-
1346
1311
  checkResult = '正常'
1347
1312
  this.deviceCollect = {}
1348
1313
  }
@@ -1478,6 +1443,9 @@ export default {
1478
1443
  if (val2 == '气量异常差值' || val2 == '金额异常差值') {
1479
1444
  return
1480
1445
  }
1446
+ if (val2 == '用气设施安装是否符合规范'){
1447
+ debugger
1448
+ }
1481
1449
  for (let i = 0; i < this.devicesAll.length; i++) {
1482
1450
  for (let j = 0; j < this.devicesAll[i].length; j++) {
1483
1451
  if (this.devicesAll[i][j].f_device_type == val1) {
@@ -1936,15 +1904,9 @@ export default {
1936
1904
  console.log('Vue.config.safecheck.DevicesConfig', Vue.config.safecheck.DevicesConfig)
1937
1905
  // 如果没有用户类型 默认按民用配置走
1938
1906
  if (this.data.f_check_type == '非民用') {
1939
- this.deviceconfig = Vue.config.safecheck.DevicesSetConfig
1940
- if (typeof this.deviceconfig === 'string') {
1941
- this.deviceconfig = JSON.parse(this.deviceconfig)
1942
- }
1907
+ this.deviceconfig = JSON.parse(JSON.stringify(Vue.config.safecheck.DevicesSetConfig))
1943
1908
  }else{
1944
- this.deviceconfig = Vue.config.safecheck.DevicesConfig
1945
- if (typeof this.deviceconfig === 'string') {
1946
- this.deviceconfig = JSON.parse(this.deviceconfig)
1947
- }
1909
+ this.deviceconfig = JSON.parse(JSON.stringify(Vue.config.safecheck.DevicesConfig))
1948
1910
  }
1949
1911
  if (this.data.f_collection_type == '按金额') {
1950
1912
  if (this.deviceconfig["燃气表"]){
@@ -6,8 +6,9 @@ let specialComp = {
6
6
  'check-user-list': (resolve) => { require(['./pc/checkUserList'], resolve) },
7
7
  'new-check-paper': (resolve) => { require(['./pc/NewCheckpaper.vue'], resolve) },
8
8
  'check-plan-area-list': (resolve) => { require(['./pc/CheckPlanAreaList.vue'], resolve) },
9
- 'check-plan': (resolve) => { require(['./pc/CheckPlan.vue'], resolve) },
10
- 'select-check-plan': (resolve) => { require(['./pc/SelectCheckPlan'], resolve) },
9
+ // 'check-plan': (resolve) => { require(['./pc/CheckPlan.vue'], resolve) },
10
+ // 'select-check-plan': (resolve) => { require(['./pc/SelectCheckPlan'], resolve) },
11
+ // 'safe-defect-list-new': (resolve) => { require(['./pc/DefectListNew.vue'], resolve) },
11
12
  }
12
13
  exports.specialComp = specialComp
13
14