safecheck-client 3.0.39-7 → 3.0.39-70

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 (333) 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/App.vue +31 -26
  49. package/src/Widget.vue +13 -13
  50. package/src/android-bootstrap/fonts/glyphicons-halflings-regular.svg +287 -287
  51. package/src/android-bootstrap/less/.csscomb.json +304 -304
  52. package/src/android-bootstrap/less/.csslintrc +19 -19
  53. package/src/android-bootstrap/less/alerts.less +73 -73
  54. package/src/android-bootstrap/less/badges.less +66 -66
  55. package/src/android-bootstrap/less/bootstrap.less +56 -56
  56. package/src/android-bootstrap/less/breadcrumbs.less +26 -26
  57. package/src/android-bootstrap/less/button-groups.less +247 -247
  58. package/src/android-bootstrap/less/buttons.less +173 -173
  59. package/src/android-bootstrap/less/carousel.less +269 -269
  60. package/src/android-bootstrap/less/close.less +34 -34
  61. package/src/android-bootstrap/less/code.less +69 -69
  62. package/src/android-bootstrap/less/component-animations.less +33 -33
  63. package/src/android-bootstrap/less/grid.less +84 -84
  64. package/src/android-bootstrap/less/input-groups.less +167 -167
  65. package/src/android-bootstrap/less/jumbotron.less +52 -52
  66. package/src/android-bootstrap/less/labels.less +64 -64
  67. package/src/android-bootstrap/less/list-group.less +141 -141
  68. package/src/android-bootstrap/less/media.less +66 -66
  69. package/src/android-bootstrap/less/mixins/alerts.less +14 -14
  70. package/src/android-bootstrap/less/mixins/background-variant.less +9 -9
  71. package/src/android-bootstrap/less/mixins/border-radius.less +18 -18
  72. package/src/android-bootstrap/less/mixins/buttons.less +69 -69
  73. package/src/android-bootstrap/less/mixins/center-block.less +7 -7
  74. package/src/android-bootstrap/less/mixins/clearfix.less +22 -22
  75. package/src/android-bootstrap/less/mixins/forms.less +90 -90
  76. package/src/android-bootstrap/less/mixins/gradients.less +59 -59
  77. package/src/android-bootstrap/less/mixins/grid-framework.less +92 -92
  78. package/src/android-bootstrap/less/mixins/grid.less +122 -122
  79. package/src/android-bootstrap/less/mixins/hide-text.less +21 -21
  80. package/src/android-bootstrap/less/mixins/image.less +33 -33
  81. package/src/android-bootstrap/less/mixins/labels.less +12 -12
  82. package/src/android-bootstrap/less/mixins/list-group.less +30 -30
  83. package/src/android-bootstrap/less/mixins/nav-divider.less +10 -10
  84. package/src/android-bootstrap/less/mixins/nav-vertical-align.less +9 -9
  85. package/src/android-bootstrap/less/mixins/opacity.less +8 -8
  86. package/src/android-bootstrap/less/mixins/pagination.less +24 -24
  87. package/src/android-bootstrap/less/mixins/panels.less +24 -24
  88. package/src/android-bootstrap/less/mixins/progress-bar.less +10 -10
  89. package/src/android-bootstrap/less/mixins/reset-filter.less +8 -8
  90. package/src/android-bootstrap/less/mixins/reset-text.less +18 -18
  91. package/src/android-bootstrap/less/mixins/resize.less +6 -6
  92. package/src/android-bootstrap/less/mixins/responsive-visibility.less +15 -15
  93. package/src/android-bootstrap/less/mixins/size.less +10 -10
  94. package/src/android-bootstrap/less/mixins/tab-focus.less +9 -9
  95. package/src/android-bootstrap/less/mixins/table-row.less +44 -44
  96. package/src/android-bootstrap/less/mixins/text-emphasis.less +9 -9
  97. package/src/android-bootstrap/less/mixins/text-overflow.less +8 -8
  98. package/src/android-bootstrap/less/mixins/vendor-prefixes.less +227 -227
  99. package/src/android-bootstrap/less/mixins.less +40 -40
  100. package/src/android-bootstrap/less/modals.less +151 -151
  101. package/src/android-bootstrap/less/navbar.less +660 -660
  102. package/src/android-bootstrap/less/navs.less +290 -290
  103. package/src/android-bootstrap/less/normalize.less +424 -424
  104. package/src/android-bootstrap/less/pager.less +76 -76
  105. package/src/android-bootstrap/less/pagination.less +89 -89
  106. package/src/android-bootstrap/less/panels.less +274 -274
  107. package/src/android-bootstrap/less/popovers.less +131 -131
  108. package/src/android-bootstrap/less/print.less +101 -101
  109. package/src/android-bootstrap/less/progress-bars.less +87 -87
  110. package/src/android-bootstrap/less/responsive-embed.less +35 -35
  111. package/src/android-bootstrap/less/responsive-utilities.less +194 -194
  112. package/src/android-bootstrap/less/scaffolding.less +161 -161
  113. package/src/android-bootstrap/less/tables.less +262 -262
  114. package/src/android-bootstrap/less/theme.less +291 -291
  115. package/src/android-bootstrap/less/thumbnails.less +36 -36
  116. package/src/android-bootstrap/less/tooltip.less +102 -102
  117. package/src/android-bootstrap/less/type.less +303 -303
  118. package/src/android-bootstrap/less/utilities.less +55 -55
  119. package/src/android-bootstrap/less/variables.less +896 -896
  120. package/src/android-bootstrap/less/wells.less +29 -29
  121. package/src/assets//345/256/232/344/275/215.png +0 -0
  122. package/src/bootstrap/less/.csscomb.json +304 -304
  123. package/src/bootstrap/less/.csslintrc +19 -19
  124. package/src/bootstrap/less/alerts.less +73 -73
  125. package/src/bootstrap/less/badges.less +66 -66
  126. package/src/bootstrap/less/breadcrumbs.less +26 -26
  127. package/src/bootstrap/less/button-groups.less +247 -247
  128. package/src/bootstrap/less/buttons.less +172 -172
  129. package/src/bootstrap/less/carousel.less +269 -269
  130. package/src/bootstrap/less/close.less +34 -34
  131. package/src/bootstrap/less/code.less +69 -69
  132. package/src/bootstrap/less/component-animations.less +33 -33
  133. package/src/bootstrap/less/dropdowns.less +216 -216
  134. package/src/bootstrap/less/grid.less +84 -84
  135. package/src/bootstrap/less/input-groups.less +167 -167
  136. package/src/bootstrap/less/jumbotron.less +52 -52
  137. package/src/bootstrap/less/labels.less +64 -64
  138. package/src/bootstrap/less/list-group.less +141 -141
  139. package/src/bootstrap/less/media.less +66 -66
  140. package/src/bootstrap/less/mixins/alerts.less +14 -14
  141. package/src/bootstrap/less/mixins/background-variant.less +9 -9
  142. package/src/bootstrap/less/mixins/border-radius.less +18 -18
  143. package/src/bootstrap/less/mixins/buttons.less +69 -69
  144. package/src/bootstrap/less/mixins/center-block.less +7 -7
  145. package/src/bootstrap/less/mixins/clearfix.less +22 -22
  146. package/src/bootstrap/less/mixins/forms.less +90 -90
  147. package/src/bootstrap/less/mixins/gradients.less +59 -59
  148. package/src/bootstrap/less/mixins/grid-framework.less +92 -92
  149. package/src/bootstrap/less/mixins/grid.less +122 -122
  150. package/src/bootstrap/less/mixins/hide-text.less +21 -21
  151. package/src/bootstrap/less/mixins/image.less +33 -33
  152. package/src/bootstrap/less/mixins/labels.less +12 -12
  153. package/src/bootstrap/less/mixins/list-group.less +30 -30
  154. package/src/bootstrap/less/mixins/nav-divider.less +10 -10
  155. package/src/bootstrap/less/mixins/nav-vertical-align.less +9 -9
  156. package/src/bootstrap/less/mixins/opacity.less +8 -8
  157. package/src/bootstrap/less/mixins/pagination.less +24 -24
  158. package/src/bootstrap/less/mixins/panels.less +24 -24
  159. package/src/bootstrap/less/mixins/progress-bar.less +10 -10
  160. package/src/bootstrap/less/mixins/reset-filter.less +8 -8
  161. package/src/bootstrap/less/mixins/reset-text.less +18 -18
  162. package/src/bootstrap/less/mixins/resize.less +6 -6
  163. package/src/bootstrap/less/mixins/responsive-visibility.less +15 -15
  164. package/src/bootstrap/less/mixins/size.less +10 -10
  165. package/src/bootstrap/less/mixins/tab-focus.less +9 -9
  166. package/src/bootstrap/less/mixins/table-row.less +44 -44
  167. package/src/bootstrap/less/mixins/text-emphasis.less +9 -9
  168. package/src/bootstrap/less/mixins/text-overflow.less +8 -8
  169. package/src/bootstrap/less/mixins/vendor-prefixes.less +227 -227
  170. package/src/bootstrap/less/mixins.less +40 -40
  171. package/src/bootstrap/less/modals.less +151 -151
  172. package/src/bootstrap/less/navbar.less +660 -660
  173. package/src/bootstrap/less/normalize.less +424 -424
  174. package/src/bootstrap/less/pagination.less +89 -89
  175. package/src/bootstrap/less/panels.less +275 -275
  176. package/src/bootstrap/less/popovers.less +131 -131
  177. package/src/bootstrap/less/print.less +101 -101
  178. package/src/bootstrap/less/progress-bars.less +87 -87
  179. package/src/bootstrap/less/responsive-embed.less +35 -35
  180. package/src/bootstrap/less/responsive-utilities.less +194 -194
  181. package/src/bootstrap/less/scaffolding.less +161 -161
  182. package/src/bootstrap/less/theme.less +291 -291
  183. package/src/bootstrap/less/thumbnails.less +36 -36
  184. package/src/bootstrap/less/tooltip.less +102 -102
  185. package/src/bootstrap/less/type.less +303 -303
  186. package/src/bootstrap/less/utilities.less +55 -55
  187. package/src/bootstrap/less/wells.less +29 -29
  188. package/src/components/FileUpload.vue +696 -696
  189. package/src/components/Hello.vue +39 -39
  190. package/src/components/LeftTree.vue +27 -27
  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/PlumberAnnual.vue +83 -83
  207. package/src/components/android/PlumberAnnualDetail.vue +65 -65
  208. package/src/components/android/PlumberMonthly.vue +84 -84
  209. package/src/components/android/PostMap.vue +83 -83
  210. package/src/components/android/QueryCheckHistory.vue +122 -122
  211. package/src/components/android/QueryCheckHistoryItem.vue +62 -62
  212. package/src/components/android/RepairMain.vue +60 -60
  213. package/src/components/android/Repairman.vue +12 -12
  214. package/src/components/android/SafecheckOrderV.vue +2291 -2291
  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/RoleSelector.vue +172 -172
  227. package/src/components/pc/SafeCheckOrder/SafeCheckOrderList.vue +34 -0
  228. package/src/components/phonestate/MonthlyTraffic.vue +66 -66
  229. package/src/components/phonestate/MonthlyTrafficRouter.vue +15 -15
  230. package/src/components/phonestate/PostMap.vue +82 -82
  231. package/src/components/querycheckpaper/PaperItem.vue +59 -59
  232. package/src/components/rongcheng/AddPlanItem.vue +344 -344
  233. package/src/components/rongcheng/CheckCurrentCreate.vue +1081 -1081
  234. package/src/components/rongcheng/PaperDefectMain.vue +828 -828
  235. package/src/components/rongcheng/PaperStatem.vue +6 -6
  236. package/src/components/rongcheng/PhoneUpUserinfo.vue +1 -0
  237. package/src/components/userfile/MeterFile.vue +145 -145
  238. package/src/components/userfile/MeterModify.vue +46 -46
  239. package/src/components/userfileaudit/MeterAuditFile.vue +129 -129
  240. package/src/filiale/BFshiye/android/AndroidDefectDeal.vue +652 -0
  241. package/src/filiale/BFshiye/android/PhoneUpUserinfo.vue +3 -1
  242. package/src/filiale/BFshiye/android/SafecheckUserInfo.vue +2 -8
  243. package/src/filiale/BFshiye/pc/DefectListNew.vue +637 -0
  244. package/src/filiale/BFshiye/pc/checkUserList.vue +772 -772
  245. package/src/filiale/BFshiye/pc.js +17 -16
  246. package/src/filiale/baiyin/android/SafecheckUserInfo.vue +775 -0
  247. package/src/filiale/baiyin/android.js +12 -11
  248. package/src/filiale/bayan/pc/NewCheckpaper.vue +2 -2
  249. package/src/filiale/bayan/pc/SelectAreaReport.vue +1 -0
  250. package/src/filiale/bayan/pc/SummaryOfSecurityInspectionProgress.vue +7 -7
  251. package/src/filiale/dexin/android/SafecheckOrderV.vue +1 -1
  252. package/src/filiale/dexin/android/SafecheckOrderVTemp.vue +4 -1
  253. package/src/filiale/dexin/pc/PaperList.vue +840 -840
  254. package/src/filiale/hanzhong/pc/CheckHiddenDanger.vue +2 -2
  255. package/src/filiale/hanzhong/pc/CheckNumberStatistics.vue +1 -1
  256. package/src/filiale/hanzhong/pc/CheckSafeDetail.vue +6 -1
  257. package/src/filiale/hanzhong/pc/CheckSafeStatus.vue +1 -1
  258. package/src/filiale/hanzhong/pc/CheckerSafeDetail.vue +1 -1
  259. package/src/filiale/huatong/android/SafecheckOrderV.vue +2 -2
  260. package/src/filiale/jinhuang/android/AddPlanItem.vue +430 -0
  261. package/src/filiale/jinhuang/android/PhoneUpUserinfo.vue +182 -144
  262. package/src/filiale/jinhuang/android.js +2 -1
  263. package/src/filiale/kelai/android/PaperFeedback.vue +1384 -1370
  264. package/src/filiale/kelai/android/PhoneUpUserinfo.vue +1 -1
  265. package/src/filiale/kelai/android/SafecheckOrderV.vue +1 -1
  266. package/src/filiale/kelai/android/SafecheckUserInfo.vue +1 -1
  267. package/src/filiale/kelai/pc/PaperList.vue +13 -0
  268. package/src/filiale/kelai/pc/UserInfoAudit.vue +126 -90
  269. package/src/filiale/liaoyuan/pc/DefectPaperWeiXiu.vue +4 -6
  270. package/src/filiale/liaoyuan/pc/NewCheckpaper.vue +7 -7
  271. package/src/filiale/liaoyuan/pc/checkPlanList.vue +2 -3
  272. package/src/filiale/qingjian/android/PhoneUpUserinfo.vue +1357 -1270
  273. package/src/filiale/qingjian/android/SafecheckDevices.vue +1 -1
  274. package/src/filiale/qingjian/android/SafecheckOrderV.vue +3 -0
  275. package/src/filiale/qingjian/android/SafecheckUserInfo.vue +823 -800
  276. package/src/filiale/qingjian/pc/NewCheckpaper.vue +1919 -1919
  277. package/src/filiale/rongchuang/android/AddPlanItemVisitingWithoutMeeting.vue +454 -0
  278. package/src/filiale/rongchuang/android/AddPlanItemYy.vue +498 -0
  279. package/src/filiale/rongchuang/android/PhoneUpUserinfo.vue +1262 -0
  280. package/src/filiale/rongchuang/android/SafecheckDevices.vue +1 -1
  281. package/src/filiale/rongchuang/android/SafecheckOrderV.vue +3 -2
  282. package/src/filiale/rongchuang/android.js +3 -0
  283. package/src/filiale/rongchuang/pc/NewCheckpaper.vue +13 -1
  284. package/src/filiale/rongchuang/pc/checkPlanList.vue +398 -0
  285. package/src/filiale/rongchuang/pc.js +18 -17
  286. package/src/filiale/shanxian/pc/NewCheckpaper.vue +1 -1
  287. package/src/filiale/siyang/android/PhoneInsurancePurchaseDetail.vue +532 -498
  288. package/src/filiale/tongchuan/android/PhoneUpUserinfo.vue +1340 -1343
  289. package/src/filiale/tongchuan/android/SafecheckDevices.vue +909 -885
  290. package/src/filiale/tongchuan/pc/AMapTrailShowZk.vue +226 -0
  291. package/src/filiale/tongchuan/pc/CheckPlanCountChartAreaByWangGeYuan.vue +137 -0
  292. package/src/filiale/tongchuan/pc/CheckSearchUser.vue +47 -1
  293. package/src/filiale/tongchuan/pc/DefectPaperWeiXiu.vue +46 -0
  294. package/src/filiale/tongchuan/pc/NoCheckplanSafecheck.vue +34 -0
  295. package/src/filiale/tongchuan/pc/PaperDefectMain.vue +34 -0
  296. package/src/filiale/tongchuan/pc/PaperList.vue +44 -10
  297. package/src/filiale/tongchuan/pc/PersonTrack.vue +269 -0
  298. package/src/filiale/tongchuan/pc/SelectCheckPlan.vue +42 -2
  299. package/src/filiale/tongchuan/pc.js +3 -0
  300. package/src/filiale/wensu/android/SafecheckOrderV.vue +2444 -2444
  301. package/src/filiale/wensu/android/SafecheckUserInfo.vue +712 -712
  302. package/src/filiale/wensu/pc/CheckSearchUser.vue +1251 -1251
  303. package/src/filiale/wenxi/pc/PaperList.vue +9 -3
  304. package/src/filiale/wuan/android/SafecheckOrderV.vue +1 -1
  305. package/src/filiale/wuan/android/SafecheckUserInfo.vue +12 -8
  306. package/src/filiale/yangchunboneng/android/AndiroidSecurityAudit.vue +2 -1
  307. package/src/filiale/yangchunboneng/android/CurrentCreate.vue +1191 -1191
  308. package/src/filiale/yangchunboneng/android/SafecheckUserInfo.vue +913 -913
  309. package/src/filiale/yangchunboneng/android.js +21 -21
  310. package/src/filiale/yangchunboneng/pc/CheckBookList.vue +353 -353
  311. package/src/filiale/yangchunboneng/pc/CheckPlanAreaList.vue +3 -3
  312. package/src/filiale/yangchunboneng/pc/CheckSearchUser.vue +1197 -1197
  313. package/src/filiale/yangchunboneng/pc/HiddenSituation.vue +171 -171
  314. package/src/filiale/yangchunboneng/pc/PaperDefectMain.vue +1112 -1112
  315. package/src/filiale/yangchunboneng/pc/PaperList.vue +757 -757
  316. package/src/filiale/yangchunboneng/pc/SelectCheckPlan.vue +331 -331
  317. package/src/filiale/yangchunboneng/pc.js +29 -29
  318. package/src/main.js +33 -33
  319. package/src/plugins/LoadData.js +10 -10
  320. package/src/plugins/LoadParams.js +24 -24
  321. package/src/rongcheng.js +319 -319
  322. package/src/safecheck-android.js +316 -315
  323. package/src/stores/wxconfig.js +10 -10
  324. package/src/utils/getNowDate.js +33 -33
  325. package/test/e2e/custom-assertions/elementCount.js +26 -26
  326. package/test/e2e/nightwatch.conf.js +40 -40
  327. package/test/e2e/runner.js +30 -30
  328. package/test/e2e/specs/test.js +13 -13
  329. package/test/unit/.eslintrc +5 -5
  330. package/test/unit/TestUtil.js +62 -62
  331. package/test/unit/context.html +20 -20
  332. package/test/unit/index.js +13 -13
  333. package/yarn-error.log +0 -140
@@ -1,23 +1,23 @@
1
- <template>
2
- <div class="flex">
3
- <section>
4
- <div class="flex-row">
5
- <div class="over col-md-6">
6
- <issue-plan-query v-ref:query ></issue-plan-query>
7
- </div>
8
- <div class="span-row over col-md-6">
9
- <issue-plan-action :item='$refs.query.selected' ></issue-plan-action>
10
- </div>
11
- </div>
12
- </section>
13
- </div>
14
- </template>
15
- <script>
16
- import IssuePlanAction from './IssuePlanAction'
17
- import IssuePlanQuery from './IssuePlanQuery'
18
- export default {
19
- title: '下发计划',
20
- props: ['f'],
21
- components: { IssuePlanAction, IssuePlanQuery }
22
- }
23
- </script>
1
+ <template>
2
+ <div class="flex">
3
+ <section>
4
+ <div class="flex-row">
5
+ <div class="over col-md-6">
6
+ <issue-plan-query v-ref:query ></issue-plan-query>
7
+ </div>
8
+ <div class="span-row over col-md-6">
9
+ <issue-plan-action :item='$refs.query.selected' ></issue-plan-action>
10
+ </div>
11
+ </div>
12
+ </section>
13
+ </div>
14
+ </template>
15
+ <script>
16
+ import IssuePlanAction from './IssuePlanAction'
17
+ import IssuePlanQuery from './IssuePlanQuery'
18
+ export default {
19
+ title: '下发计划',
20
+ props: ['f'],
21
+ components: { IssuePlanAction, IssuePlanQuery }
22
+ }
23
+ </script>
@@ -1,100 +1,100 @@
1
- <template>
2
- <div>
3
- <validator name='v'>
4
- <form novalidate class="form-horizontal">
5
- <div class="form-group">
6
- <label class="col-sm-2 control-lable">标题:</label>
7
- <div class="col-sm-8">
8
- <input class="form-control" type="text" v-model="notice.f_title" v-validate:f_title='{ required: true }' />
9
- </div>
10
- </div>
11
- <div class="form-group">
12
- <label class="col-sm-2 control-lable">内容:</label>
13
- <div class="col-sm-8">
14
- <textarea class="form-control" type="text" v-model="notice.f_content" v-validate:f_content='{ required: true }'></textarea>
15
- </div>
16
- </div>
17
- <div class="form-group">
18
- <label class="col-sm-2 control-lable">时间:</label>
19
- <div class="col-sm-8">
20
- <input readonly='readonly' class="form-control" type="text" v-model="notice.f_time"/>
21
- </div>
22
- </div>
23
- <div class="form-group">
24
- <label class="col-sm-2 control-lable">分公司:</label>
25
- <div class="col-sm-8">
26
- <v-select :value.sync="notice.f_subcompany" :options='$parent.$refs.query.f_divisions' placeholder='请选择子公司'
27
- close-on-select clear-button></v-select>
28
- </div>
29
- </div>
30
- <div class="form-group col-sm-10 text-right">
31
- <button type="button" class="btn btn-success width-80" @click="save" v-if="$v.valid">保存</button>
32
- <button type="button" class="btn btn-success width-80" @click="anew">新建</button>
33
- <button type="button" class="btn btn-success width-80" @click="delete" v-if="$v.valid">删除</button>
34
- </div>
35
- </form>
36
- </validator>
37
- </div>
38
-
39
- </template>
40
-
41
- <script>
42
- import * as Util from '../Util'
43
- import co from 'co'
44
- import Vue from 'vue'
45
-
46
- let syncSave = function * (self) {
47
- self.notice.f_subcompany = self.$parent.$refs.query.f_divisions[0].value
48
- yield self.$resetpost('rs/entity/t_notice', self.notice)
49
- self.$parent.$refs.query.$refs.cp.$refs.criteria.search()
50
- }
51
-
52
- let syncDelete = function * (self) {
53
- yield self.$remove('rs/entity/t_notice/', {id:self.notice.id })
54
- self.$parent.$refs.query.$refs.cp.$refs.criteria.search()
55
- }
56
-
57
- export default {
58
- title: '公告表单',
59
- props: ['notice'],
60
- computed: {
61
- f_division: {
62
- get() {
63
- if (!this.notice || !this.notice.f_subcompany)
64
- return Vue.f_subcompany
65
- else
66
- return [this.notice.f_subcompany]
67
- },
68
- set(val) {
69
- this.notice.f_subcompany = val[0]
70
- }
71
- }
72
- },
73
- methods: {
74
- save() {
75
- if (!this.notice) {
76
- alert('请选择一个通知。')
77
- return
78
- }
79
- if (!this.notice.id) {
80
- this.$set('notice.f_time', Util.toStandardTimeString())
81
- }
82
- let gen = syncSave(this)
83
- return co(gen)
84
- },
85
- anew() {
86
- this.notice = {}
87
- this.$set('notice.f_time', Util.toStandardTimeString())
88
- },
89
- delete() {
90
- if (!this.notice) {
91
- alert('请选择一个通知。')
92
- return
93
- }
94
- let gen = syncDelete(this)
95
- return co(gen)
96
- }
97
- }
98
- }
99
-
100
- </script>
1
+ <template>
2
+ <div>
3
+ <validator name='v'>
4
+ <form novalidate class="form-horizontal">
5
+ <div class="form-group">
6
+ <label class="col-sm-2 control-lable">标题:</label>
7
+ <div class="col-sm-8">
8
+ <input class="form-control" type="text" v-model="notice.f_title" v-validate:f_title='{ required: true }' />
9
+ </div>
10
+ </div>
11
+ <div class="form-group">
12
+ <label class="col-sm-2 control-lable">内容:</label>
13
+ <div class="col-sm-8">
14
+ <textarea class="form-control" type="text" v-model="notice.f_content" v-validate:f_content='{ required: true }'></textarea>
15
+ </div>
16
+ </div>
17
+ <div class="form-group">
18
+ <label class="col-sm-2 control-lable">时间:</label>
19
+ <div class="col-sm-8">
20
+ <input readonly='readonly' class="form-control" type="text" v-model="notice.f_time"/>
21
+ </div>
22
+ </div>
23
+ <div class="form-group">
24
+ <label class="col-sm-2 control-lable">分公司:</label>
25
+ <div class="col-sm-8">
26
+ <v-select :value.sync="notice.f_subcompany" :options='$parent.$refs.query.f_divisions' placeholder='请选择子公司'
27
+ close-on-select clear-button></v-select>
28
+ </div>
29
+ </div>
30
+ <div class="form-group col-sm-10 text-right">
31
+ <button type="button" class="btn btn-success width-80" @click="save" v-if="$v.valid">保存</button>
32
+ <button type="button" class="btn btn-success width-80" @click="anew">新建</button>
33
+ <button type="button" class="btn btn-success width-80" @click="delete" v-if="$v.valid">删除</button>
34
+ </div>
35
+ </form>
36
+ </validator>
37
+ </div>
38
+
39
+ </template>
40
+
41
+ <script>
42
+ import * as Util from '../Util'
43
+ import co from 'co'
44
+ import Vue from 'vue'
45
+
46
+ let syncSave = function * (self) {
47
+ self.notice.f_subcompany = self.$parent.$refs.query.f_divisions[0].value
48
+ yield self.$resetpost('rs/entity/t_notice', self.notice)
49
+ self.$parent.$refs.query.$refs.cp.$refs.criteria.search()
50
+ }
51
+
52
+ let syncDelete = function * (self) {
53
+ yield self.$remove('rs/entity/t_notice/', {id:self.notice.id })
54
+ self.$parent.$refs.query.$refs.cp.$refs.criteria.search()
55
+ }
56
+
57
+ export default {
58
+ title: '公告表单',
59
+ props: ['notice'],
60
+ computed: {
61
+ f_division: {
62
+ get() {
63
+ if (!this.notice || !this.notice.f_subcompany)
64
+ return Vue.f_subcompany
65
+ else
66
+ return [this.notice.f_subcompany]
67
+ },
68
+ set(val) {
69
+ this.notice.f_subcompany = val[0]
70
+ }
71
+ }
72
+ },
73
+ methods: {
74
+ save() {
75
+ if (!this.notice) {
76
+ alert('请选择一个通知。')
77
+ return
78
+ }
79
+ if (!this.notice.id) {
80
+ this.$set('notice.f_time', Util.toStandardTimeString())
81
+ }
82
+ let gen = syncSave(this)
83
+ return co(gen)
84
+ },
85
+ anew() {
86
+ this.notice = {}
87
+ this.$set('notice.f_time', Util.toStandardTimeString())
88
+ },
89
+ delete() {
90
+ if (!this.notice) {
91
+ alert('请选择一个通知。')
92
+ return
93
+ }
94
+ let gen = syncDelete(this)
95
+ return co(gen)
96
+ }
97
+ }
98
+ }
99
+
100
+ </script>
@@ -1,20 +1,20 @@
1
- <template>
2
- <div class="flex">
3
- <section>
4
- <div class="flex-row">
5
- <div class="over col-md-6">
6
- <notice-query v-ref:query></notice-query>
7
- </div>
8
- <div class="span-row over col-md-6">
9
- <notice-form :notice='$refs.query.selected'></notice-form>
10
- </div>
11
- </div>
12
- </section>
13
- </div>
14
- </template>
15
-
16
- <script>
17
- export default {
18
- title: '通知管理'
19
- }
20
- </script>
1
+ <template>
2
+ <div class="flex">
3
+ <section>
4
+ <div class="flex-row">
5
+ <div class="over col-md-6">
6
+ <notice-query v-ref:query></notice-query>
7
+ </div>
8
+ <div class="span-row over col-md-6">
9
+ <notice-form :notice='$refs.query.selected'></notice-form>
10
+ </div>
11
+ </div>
12
+ </section>
13
+ </div>
14
+ </template>
15
+
16
+ <script>
17
+ export default {
18
+ title: '通知管理'
19
+ }
20
+ </script>
@@ -1,18 +1,18 @@
1
- <template>
2
- <div>
3
- <a href="#" class="btn btn-primary" @click="this.$back('items')" width="800" height="600">&lt;&lt;</a>
4
- <img :src="pic_path">
5
- </div>
6
- </template>
7
-
8
- <script>
9
- export default {
10
- title: '图片浏览',
11
- props: ['pic_path'],
12
- data() {
13
- return {
14
- pic_path : this.pic_path
15
- }
16
- }
17
- }
18
- </script>
1
+ <template>
2
+ <div>
3
+ <a href="#" class="btn btn-primary" @click="this.$back('items')" width="800" height="600">&lt;&lt;</a>
4
+ <img :src="pic_path">
5
+ </div>
6
+ </template>
7
+
8
+ <script>
9
+ export default {
10
+ title: '图片浏览',
11
+ props: ['pic_path'],
12
+ data() {
13
+ return {
14
+ pic_path : this.pic_path
15
+ }
16
+ }
17
+ }
18
+ </script>
@@ -96,6 +96,9 @@
96
96
  <th>
97
97
  <nobr>安检员</nobr>
98
98
  </th>
99
+ <th>
100
+ <nobr>派单员</nobr>
101
+ </th>
99
102
  <th>
100
103
  <nobr>备注</nobr>
101
104
  </th>
@@ -109,6 +112,7 @@
109
112
  <td style="text-align: center;white-space:nowrap;">{{ row.f_user_name }}</td>
110
113
  <td style="text-align: center;white-space:nowrap;">{{ row.f_handler_time }}</td>
111
114
  <td style="text-align: center;white-space:nowrap;">{{ row.f_handlercheck_name }}</td>
115
+ <td style="text-align: center;white-space:nowrap;">{{ row.f_operator }}</td>
112
116
  <td style="text-align: center;white-space:nowrap;">{{ row.f_safe_remark }}</td>
113
117
  </template>
114
118
  </data-grid>
@@ -156,7 +160,7 @@ let select = function* (self) {
156
160
  })
157
161
  }
158
162
  export default {
159
- title: '隐患查询',
163
+ title: '预约安检',
160
164
  data() {
161
165
  let model = new PagedList('rs/sql/safe_singleTable_OrderBy', 20, {
162
166
  items: "'*'",
@@ -202,17 +202,64 @@ div {
202
202
  </tr>
203
203
  <tr>
204
204
  <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">入户状态:</td>
205
- <td colspan="2" style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">
205
+ <td colspan="3" style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">
206
206
  {{ paperdata.f_entry_status }}
207
207
  </td>
208
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">
209
- <button-link style="color: black" type="button" class="btn btn-link" @click="showpicture2()">
210
- {{ dev.lname }}
211
- 查看{{ data.f_entry_status }}照片
212
- </button-link>
213
- </td>
208
+ <!-- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">-->
209
+ <!-- <button-link style="color: black" type="button" class="btn btn-link" @click="showpicture2()">-->
210
+ <!-- {{ dev.lname }}-->
211
+ <!-- 查看{{ data.f_entry_status }}照片-->
212
+ <!-- </button-link>-->
213
+ <!-- </td>-->
214
+ </tr>
215
+
216
+ </tbody>
217
+ </table>
218
+ <table class="table table-striped table-bordered" style="margin-top: 35px"
219
+ v-show="paperdata.f_entry_status=='到访不遇' || paperdata.f_entry_status=='拒检'" >
220
+ <thead>
221
+ <tr>
222
+ <th style="text-align: center">{{paperdata.f_entry_status}}照片</th>
214
223
  </tr>
224
+ </thead>
225
+ <tbody>
226
+ <tr>
227
+ <td style="margin: auto;text-align: center">
228
+ <div class="container" style="max-width: 550px;background: #FFFFFF">
215
229
 
230
+ <div class="img" v-if="paperdata.f_entry_status=='到访不遇'&& paperdata.f_noanswer_path">
231
+ <img-self-plus :src="paperdata.f_noanswer_path" style="float: left"
232
+ width="150"
233
+ height="200"></img-self-plus>
234
+ </div>
235
+ <div class="img" v-if="paperdata.f_entry_status=='到访不遇'&& paperdata.f_noanswer1_path">
236
+ <img-self-plus :src="paperdata.f_noanswer1_path" style="float: left"
237
+ width="150"
238
+ height="200"></img-self-plus>
239
+ </div>
240
+ <div class="img" v-if="paperdata.f_entry_status=='到访不遇'&& paperdata.f_noanswer2_path">
241
+ <img-self-plus :src="paperdata.f_noanswer2_path" style="float: left"
242
+ width="150"
243
+ height="200"></img-self-plus>
244
+ </div>
245
+ <div class="img" v-if="paperdata.f_entry_status=='拒检'&& paperdata.f_rejectcheck_path">
246
+ <img-self-plus :src="paperdata.f_rejectcheck_path" style="float: left"
247
+ width="150"
248
+ height="200"></img-self-plus>
249
+ </div>
250
+ <div class="img" v-if="paperdata.f_entry_status=='拒检'&& paperdata.f_rejectcheck1_path">
251
+ <img-self-plus :src="paperdata.f_rejectcheck1_path" style="float: left"
252
+ width="150"
253
+ height="200"></img-self-plus>
254
+ </div>
255
+ <div class="img" v-if="paperdata.f_entry_status=='拒检'&& paperdata.f_rejectcheck2_path">
256
+ <img-self-plus :src="paperdata.f_rejectcheck2_path" style="float: left"
257
+ width="150"
258
+ height="200"></img-self-plus>
259
+ </div>
260
+ </div>
261
+ </td>
262
+ </tr>
216
263
  </tbody>
217
264
  </table>
218
265
  <table class="table table-striped table-bordered" style="margin-top: 40px"
@@ -607,17 +654,64 @@ div {
607
654
  </tr>
608
655
  <tr>
609
656
  <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">入户状态:</td>
610
- <td colspan="2" style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">
657
+ <td colspan="3" style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">
611
658
  {{ paperdata.f_entry_status }}
612
659
  </td>
613
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">
614
- <button-link style="color: black" type="button" class="btn btn-link" @click="showpicture2()">
615
- {{ dev.lname }}
616
- 查看{{ data.f_entry_status }}照片
617
- </button-link>
618
- </td>
660
+ <!-- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 17%">-->
661
+ <!-- <button-link style="color: black" type="button" class="btn btn-link" @click="showpicture2()">-->
662
+ <!-- {{ dev.lname }}-->
663
+ <!-- 查看{{ data.f_entry_status }}照片-->
664
+ <!-- </button-link>-->
665
+ <!-- </td>-->
666
+ </tr>
667
+
668
+ </tbody>
669
+ </table>
670
+ <table class="table table-striped table-bordered" style="margin-top: 35px"
671
+ v-show="paperdata.f_entry_status=='到访不遇' || paperdata.f_entry_status=='拒检'" >
672
+ <thead>
673
+ <tr>
674
+ <th style="text-align: center">{{paperdata.f_entry_status}}照片</th>
619
675
  </tr>
676
+ </thead>
677
+ <tbody>
678
+ <tr>
679
+ <td style="margin: auto;text-align: center">
680
+ <div class="container" style="max-width: 550px;background: #FFFFFF">
620
681
 
682
+ <div class="img" v-if="paperdata.f_entry_status=='到访不遇'&& paperdata.f_noanswer_path">
683
+ <img-self-plus :src="paperdata.f_noanswer_path" style="float: left"
684
+ width="150"
685
+ height="200"></img-self-plus>
686
+ </div>
687
+ <div class="img" v-if="paperdata.f_entry_status=='到访不遇'&& paperdata.f_noanswer1_path">
688
+ <img-self-plus :src="paperdata.f_noanswer1_path" style="float: left"
689
+ width="150"
690
+ height="200"></img-self-plus>
691
+ </div>
692
+ <div class="img" v-if="paperdata.f_entry_status=='到访不遇'&& paperdata.f_noanswer2_path">
693
+ <img-self-plus :src="paperdata.f_noanswer2_path" style="float: left"
694
+ width="150"
695
+ height="200"></img-self-plus>
696
+ </div>
697
+ <div class="img" v-if="paperdata.f_entry_status=='拒检'&& paperdata.f_rejectcheck_path">
698
+ <img-self-plus :src="paperdata.f_rejectcheck_path" style="float: left"
699
+ width="150"
700
+ height="200"></img-self-plus>
701
+ </div>
702
+ <div class="img" v-if="paperdata.f_entry_status=='拒检'&& paperdata.f_rejectcheck1_path">
703
+ <img-self-plus :src="paperdata.f_rejectcheck1_path" style="float: left"
704
+ width="150"
705
+ height="200"></img-self-plus>
706
+ </div>
707
+ <div class="img" v-if="paperdata.f_entry_status=='拒检'&& paperdata.f_rejectcheck2_path">
708
+ <img-self-plus :src="paperdata.f_rejectcheck2_path" style="float: left"
709
+ width="150"
710
+ height="200"></img-self-plus>
711
+ </div>
712
+ </div>
713
+ </td>
714
+ </tr>
621
715
  </tbody>
622
716
  </table>
623
717
  <table class="table table-striped table-bordered" style="margin-top: 40px"
@@ -424,7 +424,7 @@
424
424
  audioshow:false,
425
425
 
426
426
  model: model,
427
- deal_dispose:[{label:'全部',value:''},{label:'报修',value:'报修'},{label:'现场整改',value:'现场整改'},{label:'自行处理',value:'自行处理'},{label:'未处理',value:'未处理'}],
427
+ deal_dispose:[{label:'全部',value:''},{label:'报修',value:'报修'},{label:'现场整改',value:'现场整改'},{label:'自行处理',value:'自行处理'},{label:'未处理',value:'未处理'},{label:'已处理',value:'已处理'}],
428
428
  repairStateOptions: this.getSafeParam('隐患状态'),
429
429
  //searchData:searchData,
430
430
  excelHeaders: {