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
@@ -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: {
@@ -68,6 +68,18 @@
68
68
  condition="f_userinfo_code = '{}'"
69
69
  placeholder="用户编号"/>
70
70
  </div>
71
+ <div class="col-sm-2 form-group">
72
+ <label class="font_normal_body">网&ensp;格&ensp;员</label>
73
+ <v-select class="select_list select"
74
+ placeholder='请选择' style="width: 60%"
75
+ :value.sync="model.f_book_checker" v-model="model.f_book_checker"
76
+ :options='$parent.$parent.users'
77
+ filer-key="name"
78
+ close-on-select clear-button
79
+ condition="f_book_checker like '%{}%' and f_checker_name = '{}'"
80
+ :value-single="true">
81
+ </v-select>
82
+ </div>
71
83
  </div>
72
84
  </div>
73
85
  </div>
@@ -145,6 +157,7 @@ import {HttpResetClass, PagedList} from 'vue-client'
145
157
  // f_orgids: '1522.255', //测试使用
146
158
  suggetsShow: false,
147
159
  f_suggest: '',
160
+ users:[{label: '全部', value: ''}],
148
161
 
149
162
  curorgid: [this.$login.f.orgid],
150
163
  f_orgid: '',
@@ -155,8 +168,29 @@ import {HttpResetClass, PagedList} from 'vue-client'
155
168
  ready(){
156
169
  // 默认查询待处理状态预约
157
170
  this.search()
171
+ this.initBookChecker()
158
172
  },
159
173
  methods: {
174
+ initBookChecker(){
175
+ new HttpResetClass().load('POST', '/rs/search', {
176
+ data: {
177
+ source: `root.getResourceById($${this.$login.f.orgid}$,$organization$).getSpecialResByType($user$).where(row.getAttributes().get($rolestr$).indexOf($网格员$) != -1)`,
178
+ userid: this.$login.f.id
179
+ }
180
+ }, {resolveMsg: null, rejectMsg: null}).then(res=>{
181
+ let data = res.data
182
+ const addedNames = new Set()
183
+ this.users = []
184
+ data.forEach(user => {
185
+ if (user.state === '在职') {
186
+ if (!addedNames.has(user.name)) {
187
+ this.users.push({ label: user.name, value: user.name })
188
+ addedNames.add(user.name)
189
+ }
190
+ }
191
+ });
192
+ })
193
+ },
160
194
  getPcds(val) {
161
195
  this.pcds = [{label: '全部', value: ''}]
162
196
  new HttpResetClass().load("POST", `/rs/sql/safe_singleTable_OrderBy`,
@@ -1,66 +1,66 @@
1
- <template>
2
- <div>
3
- <criteria-paged :model="model" v-ref:paged>
4
- <criteria partial='criteria' @condition-changed='search'>
5
- <div novalidate class="form-inline auto" partial>
6
- <div class="form-group">
7
- <label class="col-sm-12 control-label">选择年月:</label>
8
- <div class="col-sm-12">
9
- <datepicker placeholder="请选择年月"
10
- :value.sync="$parent.$parent.model.f_ym"
11
- :disabled-days-of-Week="[]"
12
- :format="'yyyy-MM'">
13
- </datepicker>
14
- <button class="btn btn-default" @click="search()">查询</button>
15
- <div class="form-group">
16
- 部门:
17
- <chooser :userid.sync='$parent.$parent.f.id' resource-type="organization" :width='200' :select-data.sync='$parent.$parent.model.chosenOrg'></chooser>
18
- </div>
19
- {{$parent.$parent.model.chosenOrg.fullname}}
20
- </div>
21
- </div>
22
- </div>
23
- </criteria>
24
- <data-grid :model="model" partial='list' v-ref:grid>
25
- <template partial='head'>
26
- <tr>
27
- <th>手机使用者</th>
28
- <th>流量Mb</th>
29
- </tr>
30
- </template>
31
- <template partial='body'>
32
- <td v-on:click.stop.prevent='$parent.$parent.$parent.dailyTraffic(row)'>{{row.f_user_name}}&nbsp;&nbsp;&nbsp;&nbsp;<span class="glyphicon glyphicon-option-horizontal"></span></td>
33
- <td>{{row.f_traffic}}</td>
34
- </template>
35
- </data-grid>
36
- </criteria-paged>
37
- </div>
38
- </template>
39
-
40
- <script>
41
- import { PagedList } from 'vue-client'
42
- import * as Util from '../Util'
43
-
44
- export default {
45
- title: '月流量统计',
46
- props: ['f'],
47
- data () {
48
- let model = new PagedList('rs/rcq/月度流量统计', 20, {f_loggedOnUserId: 'this.f_loggedOnUserId', f_loggedOnOrgId: 'this.chosenOrg.id', f_ym: 'this.f_ym'})
49
- model.f_ym = Util.toStandardYearMonth()
50
- model.chosenOrg = {id:0}
51
- return {
52
- model: model,
53
- }
54
- },
55
- methods: {
56
- dailyTraffic (row) {
57
- this.$goto('daily-traffic', {f_userinfoid: row.f_userinfoid, f_user_name: row.f_user_name, f_ym: this.model.f_ym}, 'self')
58
- }
59
- },
60
- ready () {
61
- this.model.f_loggedOnUserId = this.f.id
62
- this.model.chosenOrg.id = this.f.parent.id
63
- this.model.search()
64
- }
65
- }
66
- </script>
1
+ <template>
2
+ <div>
3
+ <criteria-paged :model="model" v-ref:paged>
4
+ <criteria partial='criteria' @condition-changed='search'>
5
+ <div novalidate class="form-inline auto" partial>
6
+ <div class="form-group">
7
+ <label class="col-sm-12 control-label">选择年月:</label>
8
+ <div class="col-sm-12">
9
+ <datepicker placeholder="请选择年月"
10
+ :value.sync="$parent.$parent.model.f_ym"
11
+ :disabled-days-of-Week="[]"
12
+ :format="'yyyy-MM'">
13
+ </datepicker>
14
+ <button class="btn btn-default" @click="search()">查询</button>
15
+ <div class="form-group">
16
+ 部门:
17
+ <chooser :userid.sync='$parent.$parent.f.id' resource-type="organization" :width='200' :select-data.sync='$parent.$parent.model.chosenOrg'></chooser>
18
+ </div>
19
+ {{$parent.$parent.model.chosenOrg.fullname}}
20
+ </div>
21
+ </div>
22
+ </div>
23
+ </criteria>
24
+ <data-grid :model="model" partial='list' v-ref:grid>
25
+ <template partial='head'>
26
+ <tr>
27
+ <th>手机使用者</th>
28
+ <th>流量Mb</th>
29
+ </tr>
30
+ </template>
31
+ <template partial='body'>
32
+ <td v-on:click.stop.prevent='$parent.$parent.$parent.dailyTraffic(row)'>{{row.f_user_name}}&nbsp;&nbsp;&nbsp;&nbsp;<span class="glyphicon glyphicon-option-horizontal"></span></td>
33
+ <td>{{row.f_traffic}}</td>
34
+ </template>
35
+ </data-grid>
36
+ </criteria-paged>
37
+ </div>
38
+ </template>
39
+
40
+ <script>
41
+ import { PagedList } from 'vue-client'
42
+ import * as Util from '../Util'
43
+
44
+ export default {
45
+ title: '月流量统计',
46
+ props: ['f'],
47
+ data () {
48
+ let model = new PagedList('rs/rcq/月度流量统计', 20, {f_loggedOnUserId: 'this.f_loggedOnUserId', f_loggedOnOrgId: 'this.chosenOrg.id', f_ym: 'this.f_ym'})
49
+ model.f_ym = Util.toStandardYearMonth()
50
+ model.chosenOrg = {id:0}
51
+ return {
52
+ model: model,
53
+ }
54
+ },
55
+ methods: {
56
+ dailyTraffic (row) {
57
+ this.$goto('daily-traffic', {f_userinfoid: row.f_userinfoid, f_user_name: row.f_user_name, f_ym: this.model.f_ym}, 'self')
58
+ }
59
+ },
60
+ ready () {
61
+ this.model.f_loggedOnUserId = this.f.id
62
+ this.model.chosenOrg.id = this.f.parent.id
63
+ this.model.search()
64
+ }
65
+ }
66
+ </script>