safecheck-client 3.0.33-90 → 3.0.33-91

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 (304) hide show
  1. package/.babelrc +5 -5
  2. package/.editorconfig +9 -9
  3. package/android.html +18 -18
  4. package/build/css-loaders.js +34 -34
  5. package/build/dev-android.js +151 -151
  6. package/build/dev-client.js +8 -8
  7. package/build/release.sh +28 -28
  8. package/build/utils.js +71 -71
  9. package/build/webpack.baseandroid.conf.js +83 -83
  10. package/build/webpack.devandroid.conf.js +33 -33
  11. package/build/webpack.hanwei.conf.js +57 -57
  12. package/build/webpack.hwbase.conf.js +78 -78
  13. package/build/webpack.prodandroid.conf.js +60 -60
  14. package/build/webpack.test.conf.js +31 -31
  15. package/config/dev.env.js +6 -6
  16. package/config/index.js +38 -38
  17. package/config/prod.env.js +3 -3
  18. package/config/test.env.js +6 -6
  19. package/docs/AppBase.md +22 -22
  20. package/docs/Busy.md +14 -14
  21. package/docs/Criteria.md +47 -47
  22. package/docs/CriteriaPaged.md +47 -47
  23. package/docs/DataGrid.md +54 -54
  24. package/docs/DataModel.md +22 -22
  25. package/docs/Dynamic.md +42 -42
  26. package/docs/FormPrint.md +18 -18
  27. package/docs/GetParams.md +11 -11
  28. package/docs/GridTree.md +47 -47
  29. package/docs/HttpBusy.md +13 -13
  30. package/docs/HttpStore.md +29 -29
  31. package/docs/MessageBox.md +28 -28
  32. package/docs/PagedList.md +29 -29
  33. package/docs/Pager.md +21 -21
  34. package/docs/PrintFile.md +38 -38
  35. package/docs/Project.md +23 -23
  36. package/docs/Route.md +105 -105
  37. package/docs/SafetyCheck/AdjustPlan.md +13 -13
  38. package/docs/SafetyCheck/CheckerPlan.md +12 -12
  39. package/docs/Task.md +46 -46
  40. package/docs/TreeList.md +28 -28
  41. package/docs/TreeMixin.md +18 -18
  42. package/docs/all.md +10 -10
  43. package/docs/list.md +42 -42
  44. package/docs/partial.md +75 -75
  45. package/docs/selector.md +82 -82
  46. package/docs/tree.md +40 -40
  47. package/docs//345/274/200/345/217/221/346/226/207/346/241/243/Snippets.md +28 -28
  48. 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
  49. 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
  50. 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
  51. package/docs//347/225/214/351/235/242/345/210/266/344/275/234/350/247/204/350/214/203.md +54 -54
  52. package/examples/AddressList/App.vue +13 -13
  53. package/examples/AddressList/index.html +11 -11
  54. package/examples/DispatchList/App.vue +10 -10
  55. package/examples/DispatchList/BaseTree.vue +13 -13
  56. package/examples/DispatchList/Init.vue +22 -22
  57. package/examples/DispatchList/Test.vue +20 -20
  58. package/examples/DispatchList/index.html +11 -11
  59. package/examples/DispatchList/main.js +18 -18
  60. package/home.html +16 -16
  61. package/package.json +1 -1
  62. package/publish.bat +7 -7
  63. package/release.bat +5 -5
  64. package/src/Widget.vue +13 -13
  65. package/src/android-bootstrap/fonts/glyphicons-halflings-regular.svg +287 -287
  66. package/src/android-bootstrap/less/.csscomb.json +304 -304
  67. package/src/android-bootstrap/less/.csslintrc +19 -19
  68. package/src/android-bootstrap/less/alerts.less +73 -73
  69. package/src/android-bootstrap/less/badges.less +66 -66
  70. package/src/android-bootstrap/less/bootstrap.less +56 -56
  71. package/src/android-bootstrap/less/breadcrumbs.less +26 -26
  72. package/src/android-bootstrap/less/button-groups.less +247 -247
  73. package/src/android-bootstrap/less/buttons.less +173 -173
  74. package/src/android-bootstrap/less/carousel.less +269 -269
  75. package/src/android-bootstrap/less/close.less +34 -34
  76. package/src/android-bootstrap/less/code.less +69 -69
  77. package/src/android-bootstrap/less/component-animations.less +33 -33
  78. package/src/android-bootstrap/less/dropdowns.less +216 -216
  79. package/src/android-bootstrap/less/forms.less +626 -626
  80. package/src/android-bootstrap/less/grid.less +84 -84
  81. package/src/android-bootstrap/less/input-groups.less +167 -167
  82. package/src/android-bootstrap/less/jumbotron.less +52 -52
  83. package/src/android-bootstrap/less/labels.less +64 -64
  84. package/src/android-bootstrap/less/list-group.less +141 -141
  85. package/src/android-bootstrap/less/media.less +66 -66
  86. package/src/android-bootstrap/less/mixins/alerts.less +14 -14
  87. package/src/android-bootstrap/less/mixins/background-variant.less +9 -9
  88. package/src/android-bootstrap/less/mixins/border-radius.less +18 -18
  89. package/src/android-bootstrap/less/mixins/buttons.less +69 -69
  90. package/src/android-bootstrap/less/mixins/center-block.less +7 -7
  91. package/src/android-bootstrap/less/mixins/clearfix.less +22 -22
  92. package/src/android-bootstrap/less/mixins/forms.less +90 -90
  93. package/src/android-bootstrap/less/mixins/gradients.less +59 -59
  94. package/src/android-bootstrap/less/mixins/grid-framework.less +92 -92
  95. package/src/android-bootstrap/less/mixins/grid.less +122 -122
  96. package/src/android-bootstrap/less/mixins/hide-text.less +21 -21
  97. package/src/android-bootstrap/less/mixins/image.less +33 -33
  98. package/src/android-bootstrap/less/mixins/labels.less +12 -12
  99. package/src/android-bootstrap/less/mixins/list-group.less +30 -30
  100. package/src/android-bootstrap/less/mixins/nav-divider.less +10 -10
  101. package/src/android-bootstrap/less/mixins/nav-vertical-align.less +9 -9
  102. package/src/android-bootstrap/less/mixins/opacity.less +8 -8
  103. package/src/android-bootstrap/less/mixins/pagination.less +24 -24
  104. package/src/android-bootstrap/less/mixins/panels.less +24 -24
  105. package/src/android-bootstrap/less/mixins/progress-bar.less +10 -10
  106. package/src/android-bootstrap/less/mixins/reset-filter.less +8 -8
  107. package/src/android-bootstrap/less/mixins/reset-text.less +18 -18
  108. package/src/android-bootstrap/less/mixins/resize.less +6 -6
  109. package/src/android-bootstrap/less/mixins/responsive-visibility.less +15 -15
  110. package/src/android-bootstrap/less/mixins/size.less +10 -10
  111. package/src/android-bootstrap/less/mixins/tab-focus.less +9 -9
  112. package/src/android-bootstrap/less/mixins/table-row.less +44 -44
  113. package/src/android-bootstrap/less/mixins/text-emphasis.less +9 -9
  114. package/src/android-bootstrap/less/mixins/text-overflow.less +8 -8
  115. package/src/android-bootstrap/less/mixins/vendor-prefixes.less +227 -227
  116. package/src/android-bootstrap/less/mixins.less +40 -40
  117. package/src/android-bootstrap/less/modals.less +151 -151
  118. package/src/android-bootstrap/less/navbar.less +660 -660
  119. package/src/android-bootstrap/less/navs.less +290 -290
  120. package/src/android-bootstrap/less/normalize.less +424 -424
  121. package/src/android-bootstrap/less/pager.less +76 -76
  122. package/src/android-bootstrap/less/pagination.less +89 -89
  123. package/src/android-bootstrap/less/panels.less +274 -274
  124. package/src/android-bootstrap/less/popovers.less +131 -131
  125. package/src/android-bootstrap/less/print.less +101 -101
  126. package/src/android-bootstrap/less/progress-bars.less +87 -87
  127. package/src/android-bootstrap/less/responsive-embed.less +35 -35
  128. package/src/android-bootstrap/less/responsive-utilities.less +194 -194
  129. package/src/android-bootstrap/less/scaffolding.less +161 -161
  130. package/src/android-bootstrap/less/tables.less +262 -262
  131. package/src/android-bootstrap/less/theme.less +291 -291
  132. package/src/android-bootstrap/less/thumbnails.less +36 -36
  133. package/src/android-bootstrap/less/tooltip.less +102 -102
  134. package/src/android-bootstrap/less/type.less +303 -303
  135. package/src/android-bootstrap/less/utilities.less +55 -55
  136. package/src/android-bootstrap/less/variables.less +896 -896
  137. package/src/android-bootstrap/less/wells.less +29 -29
  138. package/src/androidTest.js +20 -20
  139. package/src/bootstrap/less/.csscomb.json +304 -304
  140. package/src/bootstrap/less/.csslintrc +19 -19
  141. package/src/bootstrap/less/alerts.less +73 -73
  142. package/src/bootstrap/less/badges.less +66 -66
  143. package/src/bootstrap/less/breadcrumbs.less +26 -26
  144. package/src/bootstrap/less/button-groups.less +247 -247
  145. package/src/bootstrap/less/buttons.less +172 -172
  146. package/src/bootstrap/less/carousel.less +269 -269
  147. package/src/bootstrap/less/close.less +34 -34
  148. package/src/bootstrap/less/code.less +69 -69
  149. package/src/bootstrap/less/component-animations.less +33 -33
  150. package/src/bootstrap/less/dropdowns.less +216 -216
  151. package/src/bootstrap/less/forms.less +626 -626
  152. package/src/bootstrap/less/grid.less +84 -84
  153. package/src/bootstrap/less/input-groups.less +167 -167
  154. package/src/bootstrap/less/jumbotron.less +52 -52
  155. package/src/bootstrap/less/labels.less +64 -64
  156. package/src/bootstrap/less/list-group.less +141 -141
  157. package/src/bootstrap/less/media.less +66 -66
  158. package/src/bootstrap/less/mixins/alerts.less +14 -14
  159. package/src/bootstrap/less/mixins/background-variant.less +9 -9
  160. package/src/bootstrap/less/mixins/border-radius.less +18 -18
  161. package/src/bootstrap/less/mixins/buttons.less +69 -69
  162. package/src/bootstrap/less/mixins/center-block.less +7 -7
  163. package/src/bootstrap/less/mixins/clearfix.less +22 -22
  164. package/src/bootstrap/less/mixins/forms.less +90 -90
  165. package/src/bootstrap/less/mixins/gradients.less +59 -59
  166. package/src/bootstrap/less/mixins/grid-framework.less +92 -92
  167. package/src/bootstrap/less/mixins/grid.less +122 -122
  168. package/src/bootstrap/less/mixins/hide-text.less +21 -21
  169. package/src/bootstrap/less/mixins/image.less +33 -33
  170. package/src/bootstrap/less/mixins/labels.less +12 -12
  171. package/src/bootstrap/less/mixins/list-group.less +30 -30
  172. package/src/bootstrap/less/mixins/nav-divider.less +10 -10
  173. package/src/bootstrap/less/mixins/nav-vertical-align.less +9 -9
  174. package/src/bootstrap/less/mixins/opacity.less +8 -8
  175. package/src/bootstrap/less/mixins/pagination.less +24 -24
  176. package/src/bootstrap/less/mixins/panels.less +24 -24
  177. package/src/bootstrap/less/mixins/progress-bar.less +10 -10
  178. package/src/bootstrap/less/mixins/reset-filter.less +8 -8
  179. package/src/bootstrap/less/mixins/reset-text.less +18 -18
  180. package/src/bootstrap/less/mixins/resize.less +6 -6
  181. package/src/bootstrap/less/mixins/responsive-visibility.less +15 -15
  182. package/src/bootstrap/less/mixins/size.less +10 -10
  183. package/src/bootstrap/less/mixins/tab-focus.less +9 -9
  184. package/src/bootstrap/less/mixins/table-row.less +44 -44
  185. package/src/bootstrap/less/mixins/text-emphasis.less +9 -9
  186. package/src/bootstrap/less/mixins/text-overflow.less +8 -8
  187. package/src/bootstrap/less/mixins/vendor-prefixes.less +227 -227
  188. package/src/bootstrap/less/mixins.less +40 -40
  189. package/src/bootstrap/less/modals.less +151 -151
  190. package/src/bootstrap/less/navbar.less +660 -660
  191. package/src/bootstrap/less/normalize.less +424 -424
  192. package/src/bootstrap/less/pager.less +76 -76
  193. package/src/bootstrap/less/pagination.less +89 -89
  194. package/src/bootstrap/less/panels.less +275 -275
  195. package/src/bootstrap/less/popovers.less +131 -131
  196. package/src/bootstrap/less/print.less +101 -101
  197. package/src/bootstrap/less/progress-bars.less +87 -87
  198. package/src/bootstrap/less/responsive-embed.less +35 -35
  199. package/src/bootstrap/less/responsive-utilities.less +194 -194
  200. package/src/bootstrap/less/scaffolding.less +161 -161
  201. package/src/bootstrap/less/tables.less +262 -262
  202. package/src/bootstrap/less/theme.less +291 -291
  203. package/src/bootstrap/less/thumbnails.less +36 -36
  204. package/src/bootstrap/less/tooltip.less +102 -102
  205. package/src/bootstrap/less/type.less +303 -303
  206. package/src/bootstrap/less/utilities.less +55 -55
  207. package/src/bootstrap/less/wells.less +29 -29
  208. package/src/components/AloneLoadParams.vue +25 -25
  209. package/src/components/FileUpload.vue +696 -696
  210. package/src/components/Hello.vue +39 -39
  211. package/src/components/LeftTree.vue +27 -27
  212. package/src/components/Main.vue +393 -393
  213. package/src/components/android/AddGas.vue +147 -147
  214. package/src/components/android/AddressList.vue +61 -61
  215. package/src/components/android/AttendanceTally.vue +116 -116
  216. package/src/components/android/Blank.vue +10 -10
  217. package/src/components/android/CheckUnplanPage.vue +56 -56
  218. package/src/components/android/Checker.vue +12 -12
  219. package/src/components/android/CheckerAnnual.vue +81 -81
  220. package/src/components/android/CheckerAvarta.vue +82 -82
  221. package/src/components/android/CheckerMonthly.vue +84 -84
  222. package/src/components/android/DevicesNoncivil.vue +214 -214
  223. package/src/components/android/EquipmentInspection.vue +348 -348
  224. package/src/components/android/FootprintMap.vue +120 -120
  225. package/src/components/android/HiddentroubleInvestigation.vue +192 -192
  226. package/src/components/android/LcheckUnplan.vue +108 -108
  227. package/src/components/android/MasterMain.vue +77 -77
  228. package/src/components/android/Menu.vue +132 -132
  229. package/src/components/android/NavBottom.vue +157 -157
  230. package/src/components/android/PaperAlarm.vue +85 -85
  231. package/src/components/android/PaperDeviceNoncivil.vue +214 -214
  232. package/src/components/android/PlumberAnnual.vue +83 -83
  233. package/src/components/android/PlumberAnnualDetail.vue +65 -65
  234. package/src/components/android/PlumberMonthly.vue +84 -84
  235. package/src/components/android/PostMap.vue +83 -83
  236. package/src/components/android/QueryCheckHistory.vue +122 -122
  237. package/src/components/android/QueryCheckHistoryItem.vue +62 -62
  238. package/src/components/android/RepairMain.vue +60 -60
  239. package/src/components/android/Repairman.vue +12 -12
  240. package/src/components/android/StationMaster.vue +12 -12
  241. package/src/components/android/SwitchValve.vue +323 -323
  242. package/src/components/checkerphonestate/Checker.vue +32 -32
  243. package/src/components/checkerphonestate/CheckerState.vue +97 -97
  244. package/src/components/defects/AddDefectModal.vue +120 -120
  245. package/src/components/defects/AddDevice.vue +95 -95
  246. package/src/components/defects/DefectModal.vue +101 -101
  247. package/src/components/defects/DefectSeting.vue +98 -98
  248. package/src/components/defects/DevicesAndItem.vue +39 -39
  249. package/src/components/defects/DevicesSeting.vue +106 -106
  250. package/src/components/equipment/BoilerUsage.vue +105 -105
  251. package/src/components/equipment/CookerUsage.vue +105 -105
  252. package/src/components/equipment/DeviceUsage.vue +105 -105
  253. package/src/components/equipment/FurnaceUsage.vue +105 -105
  254. package/src/components/equipment/GasMeterUsage.vue +109 -109
  255. package/src/components/equipment/HeaterUsage.vue +105 -105
  256. package/src/components/gasusage/GasUsage.vue +126 -126
  257. package/src/components/issueplan/IssuePlanMain.vue +23 -23
  258. package/src/components/metterfiles/AddUserfiles.vue +246 -246
  259. package/src/components/metterfiles/MetterFiles.vue +104 -104
  260. package/src/components/notice/NoticeForm.vue +100 -100
  261. package/src/components/notice/NoticeIssue.vue +20 -20
  262. package/src/components/notice/NoticeQuery.vue +76 -76
  263. package/src/components/paper/PicViewer.vue +18 -18
  264. package/src/components/paper/RepairVerify.vue +139 -139
  265. package/src/components/paper/RepairVerifyForm.vue +76 -76
  266. package/src/components/paper/VerifyForm.vue +107 -107
  267. package/src/components/phonestate/DailyTraffic.vue +57 -57
  268. package/src/components/phonestate/LastKnownState.vue +74 -74
  269. package/src/components/phonestate/MonthlyTraffic.vue +66 -66
  270. package/src/components/phonestate/MonthlyTrafficRouter.vue +15 -15
  271. package/src/components/phonestate/PostMap.vue +82 -82
  272. package/src/components/planmanage/checkUserList.vue +773 -773
  273. package/src/components/querycheckpaper/PaperItem.vue +59 -59
  274. package/src/components/task/RepairAnnual.vue +79 -79
  275. package/src/components/task/RepairAnnualDetail.vue +49 -49
  276. package/src/components/task/RepairMonthly.vue +91 -91
  277. package/src/components/task/TaskAnnual.vue +77 -77
  278. package/src/components/task/TaskAnnualDetail.vue +47 -47
  279. package/src/components/task/TaskMonthly.vue +89 -89
  280. package/src/components/userfile/MeterFile.vue +145 -145
  281. package/src/components/userfile/MeterModify.vue +46 -46
  282. package/src/components/userfile/UserFile.vue +118 -118
  283. package/src/components/userfile/UserfileChange.vue +277 -277
  284. package/src/components/userfileaudit/MeterAuditFile.vue +129 -129
  285. package/src/expandcss.less +571 -571
  286. package/src/filiale/kelai/pc/CheckPlanAreaList.vue +468 -488
  287. package/src/filiale/yangchunboneng/android/AddPlanItem.vue +496 -496
  288. package/src/filiale/yangchunboneng/android/CurrentCreate.vue +1191 -1191
  289. package/src/filiale/yangchunboneng/pc/CheckBookSearchUser.vue +647 -647
  290. package/src/filiale/yangchunboneng/pc/PaperList.vue +744 -744
  291. package/src/main.js +33 -33
  292. package/src/plugins/LoadData.js +10 -10
  293. package/src/plugins/LoadParams.js +24 -24
  294. package/src/stores/AppData.js +46 -46
  295. package/src/stores/wxconfig.js +10 -10
  296. package/src/utils/getNowDate.js +33 -33
  297. package/test/e2e/custom-assertions/elementCount.js +26 -26
  298. package/test/e2e/nightwatch.conf.js +40 -40
  299. package/test/e2e/runner.js +30 -30
  300. package/test/e2e/specs/test.js +13 -13
  301. package/test/unit/.eslintrc +5 -5
  302. package/test/unit/TestUtil.js +62 -62
  303. package/test/unit/context.html +20 -20
  304. package/test/unit/index.js +13 -13
@@ -1,647 +1,647 @@
1
- <template>
2
- <div class="flex-row">
3
- <div class="basic-main">
4
- <criteria-paged :model="model" v-ref:paged>
5
- <criteria partial='criteria' class="search_area" @condition-changed='$parent.selfSearch' v-ref:criteria>
6
- <div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
7
- <div class="row">
8
- <div class="form-group col-sm-4">
9
- <label class="font_normal_body">客户编号</label>
10
- <input type="text" class="input_search" v-model="model.f_userinfo_code"
11
- style="width: 60%" placeholder="客户编号" condition="f_userinfo_code='{}'">
12
- </div>
13
- <div class="form-group col-sm-4">
14
- <label class="font_normal_body">客户名称</label>
15
- <input type="text" class="input_search" v-model="model.f_user_name"
16
- style="width: 60%" placeholder="客户名称" condition="f_user_name like '%{}%'">
17
- </div>
18
- <div class="form-group col-sm-4">
19
- <button class="button_spacing button_search" @click="search()">查询</button>
20
- <div style="float: right" class="button_spacing"
21
- :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
22
- @click="$parent.$parent.hidden()"></div>
23
- </div>
24
- </div>
25
- <div class="row">
26
- <div class="form-group col-sm-4" v-show="$parent.$parent.criteriaShow">
27
- <label class="font_normal_body">地&emsp;&emsp;址</label>
28
- <input type="text" class="input_search" v-model="model.f_address"
29
- style="width: 60%" placeholder="地址" condition="f_address like '%{}%'">
30
- </div>
31
- <div class="form-group col-sm-4" v-show="$parent.$parent.criteriaShow">
32
- <label class="font_normal_body">小区名称</label>
33
- <input type="text" class="input_search" v-model="model.f_residential_area"
34
- style="width: 60%" placeholder="小区名称" condition="f_residential_area like '%{}%'">
35
- </div>
36
- <div class="form-group col-sm-4" v-show="$parent.$parent.criteriaShow">
37
- <label class="font_normal_body">客户类型</label>
38
- <v-select :value.sync="model.f_user_type" v-model='model.f_user_type'
39
- :value-single="true" style="width: 60%"
40
- class="select_list select"
41
- :options='$parent.$parent.userTypes' placeholder='客户类型'
42
- close-on-select
43
- condition="f_user_type ='{}'"></v-select>
44
- </div>
45
- <div class="col-sm-4 form-group" style="margin-bottom: 0px" v-show="$parent.$parent.criteriaShow">
46
- <label class="font_normal_body">公&emsp;&emsp;司</label>
47
- <right-tree-safe @re-res="$parent.$parent.getResm" v-model="model.f_orgid" condition="ui.f_orgid in {}"></right-tree-safe>
48
- </div>
49
- <div class="form-group col-sm-4" v-show="$parent.$parent.criteriaShow">
50
- <label class="font_normal_body">安&ensp;检&ensp;册</label>
51
- <v-select :value.sync="model.f_check_book_id" v-model='model.f_check_book_id'
52
- :value-single="true" style="width: 60%"
53
- class="select_list select"
54
- :options='$parent.$parent.checkBooks' placeholder='安检册名称'
55
- close-on-select
56
- condition="f_check_book_id ='{}'"></v-select>
57
- </div>
58
- <div class="form-group col-sm-4" v-show="$parent.$parent.criteriaShow">
59
- <label class="font_normal_body">是否在册</label>
60
- <v-select :value.sync="model.f_is_checkbook" v-model='model.f_is_checkbook'
61
- :value-single="true" style="width: 60%"
62
- class="select_list select"
63
- @change="$parent.$parent.changeState"
64
- :options='$parent.$parent.isCheckBook' placeholder='有无所属安检册'
65
- close-on-select
66
- condition="{}"></v-select>
67
- </div>
68
- </div>
69
- <div class="row">
70
- <div class="form-group col-sm-4" v-show="$parent.$parent.criteriaShow">
71
- <label class="font_normal_body">通气开始</label>
72
- <datepicker
73
- :value.sync="model.f_gas_date_str"
74
- style="width: 60%"
75
- :format="'yyyy-MM-dd 00:00:00'"
76
- v-model="model.f_gas_date_str"
77
- condition="f_uservent_date > '{}'"
78
- >
79
- </datepicker>
80
- </div>
81
- <div class="form-group col-sm-4" v-show="$parent.$parent.criteriaShow">
82
- <label class="font_normal_body">通气结束</label>
83
- <datepicker
84
- :value.sync="model.f_gas_date_end"
85
- style="width: 60%"
86
- :format="'yyyy-MM-dd 23:59:59'"
87
- v-model="model.f_gas_date_end"
88
- condition="f_uservent_date < '{}'"
89
- >
90
- </datepicker>
91
- </div>
92
- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow" >
93
- <label class="font_normal_body">开始时间</label>
94
- <datepicker
95
- :value.sync="model.f_check_start"
96
- placeholder='首次通气时间' style="width: 60%"
97
- :disabled-days-of-week="[]"
98
- :format="'yyyy-MM-dd'"
99
- :show-rest-button="reset"
100
- v-model="model.f_check_start"
101
- condition="f_uservent_date > ='{} 00:00:00'">
102
- </datepicker>
103
- </div>
104
- <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow" >
105
- <label class="font_normal_body">结束时间</label>
106
- <datepicker
107
- :value.sync="model.f_check_end"
108
- placeholder='首次通气时间' style="width: 60%"
109
- :disabled-days-of-week="[]"
110
- :format="'yyyy-MM-dd'"
111
- :show-rest-button="reset"
112
- v-model="model.f_check_end"
113
- condition="f_uservent_date <= '{} 23:59:59'">
114
- </datepicker>
115
- </div>
116
- </div>
117
- </div>
118
- </criteria>
119
- <data-grid class="list_area table_sy" style="overflow: hidden" :model="model" partial='list' v-ref:grid>
120
- <template partial='head'>
121
- <tr @dblclick.stop="">
122
- <th>
123
- <nobr><input type="checkbox" v-model="$parent.$parent.$parent.bookAll"></input>全选</nobr>
124
- </th>
125
- <th>
126
- <nobr>客户姓名</nobr>
127
- </th>
128
- <th>
129
- <nobr>客户编号</nobr>
130
- </th>
131
- <th>
132
- <nobr>客户类型</nobr>
133
- </th>
134
- <th>
135
- <nobr>客户电话</nobr>
136
- </th>
137
- <th>
138
- <nobr>用户单位</nobr>
139
- </th>
140
- <th>
141
- <nobr>客户地址</nobr>
142
- </th>
143
- <th>
144
- <nobr>首次通气时间</nobr>
145
- </th>
146
- <th>
147
- <nobr>所属安检册</nobr>
148
- </th>
149
- </tr>
150
- </template>
151
- <template partial='body'>
152
- <td style="text-align: center">
153
- <nobr><input type="checkbox" :checked="$parent.$parent.$parent.checkModel(row)"
154
- @change="$parent.$parent.$parent.checkChange(row, $event)"></input>
155
- </nobr>
156
- </td>
157
- <td style="text-align: center">{{ row.f_user_name }}</td>
158
- <td style="text-align: center">{{ row.f_userinfo_code }}</td>
159
- <td style="text-align: center">{{ row.f_user_type }}</td>
160
- <td style="text-align: center">{{ row.f_user_phone }}</td>
161
- <td style="text-align: center">{{ row.f_residential_area }}</td>
162
- <td style="text-align: center">{{ row.f_address }}</td>
163
- <td style="text-align: center">{{ row.f_uservent_date }}</td>
164
- <td style="text-align: center">{{ row.f_check_book_name }}</td>
165
- </template>
166
- </data-grid>
167
- </criteria-paged>
168
- </div>
169
- <modal :show.sync="showModal" :backdrop="false">
170
- <div slot="modal-header" class="modal-header">
171
- <h4 class="modal-title">
172
- 创建片区
173
- </h4>
174
- </div>
175
- <div slot="modal-body" class="modal-body">
176
- <div v-if="true">
177
- <div class="row" style="margin-top: 10px">
178
- <div class="col-sm-12 form-group" style="margin: 0">
179
- <role-selector-safe
180
- @re-res="getRes"
181
- role-name="安检员"
182
- role-lable="安&nbsp;检&nbsp;员&nbsp;"
183
- :value.sync="checkBook.f_checker_name"
184
- v-model="checkBook.f_checker_name">
185
- </role-selector-safe>
186
- </div>
187
- <div class="form-group col-sm-6" style="margin-top: 20px">
188
- <label class="font_normal_body">片区名</label>
189
- <input type="text" class="input_search" v-model="checkBook.f_check_book_name"
190
- style="width: 60%" >
191
- </div>
192
- <div class="form-group col-sm-6" style="margin-top: 20px">
193
- <label class="font_normal_body">执行日期</label>
194
- <datepicker
195
- :value.sync="checkBook.f_run_date"
196
- style="width: 60%"
197
- :format="'yyyy-MM-dd'"
198
- v-model="checkBook.f_run_date"
199
- >
200
- </datepicker>
201
- </div>
202
- <div class="form-group col-sm-6" style="margin-top: 20px">
203
- <label class="font_normal_body">执行周期</label>
204
- <input type="number" class="input_search" v-model="checkBook.f_around_time"
205
- style="width: 60%" >
206
- </div>
207
- <div class="form-group col-sm-6" style="margin-top: 20px">
208
- <label class="font_normal_body">周期单位</label>
209
- <v-select :value.sync="checkBook.f_around_unit" v-model='checkBook.f_around_unit'
210
- :value-single="true" style="width: 60%"
211
- class="select_list select"
212
- :options='aroundUnit' placeholder=''
213
- close-on-select></v-select>
214
- </div>
215
- </div>
216
- </div>
217
- </div>
218
- <div slot="modal-footer" class="modal-footer" style="text-align: center">
219
- <button class="button_search" style="margin-right: 20px" @click="ok">确认</button>
220
- <button class="button_search" @click="cancel">取消</button>
221
- </div>
222
- </modal>
223
- <modal :show.sync="showModal2" :backdrop="false">
224
- <div slot="modal-header" class="modal-header">
225
- <h4 class="modal-title">
226
- 添加用户
227
- </h4>
228
- </div>
229
- <div slot="modal-body" class="modal-body">
230
- <div v-if="true">
231
- <div class="row" style="margin-top: 10px">
232
- <div class="form-group col-sm-12" style="margin-top: 20px">
233
- <label class="font_normal_body">片&ensp;区&ensp;名</label>
234
- <v-select :value.sync="selectBook" v-model='selectBook'
235
- :value-single="true" style="width: 80%"
236
- class="select_list select"
237
- :options='checkBooks' placeholder=''
238
- close-on-select></v-select>
239
- </div>
240
- </div>
241
- </div>
242
- </div>
243
- <div slot="modal-footer" class="modal-footer" style="text-align: center">
244
- <button class="button_search" style="margin-right: 20px" @click="ok2">确认</button>
245
- <button class="button_search" @click="cancel2">取消</button>
246
- </div>
247
- </modal>
248
- <modal :show.sync="showModal3" :backdrop="false">
249
- <div slot="modal-header" class="modal-header">
250
- <h4 class="modal-title">
251
- 调整用户
252
- </h4>
253
- </div>
254
- <div slot="modal-body" class="modal-body">
255
- <div v-if="true">
256
- <div class="row" style="margin-top: 10px;text-align: center">
257
- <div class="form-group col-sm-12" style="margin-top: 20px">
258
- <label class="font_normal_body">安&ensp;检&ensp;册</label>
259
- <v-select :value.sync="selectBook" v-model='selectBook'
260
- :value-single="true" style="width: 80%"
261
- class="select_list select"
262
- :options='checkBooks' placeholder=''
263
- close-on-select></v-select>
264
- </div>
265
- </div>
266
- </div>
267
- </div>
268
- <div slot="modal-footer" class="modal-footer" style="text-align: center">
269
- <button class="button_search" style="margin-right: 20px" @click="ok3">确认</button>
270
- <button class="button_search" @click="cancel3">取消</button>
271
- </div>
272
- </modal>
273
-
274
- </div>
275
- </template>
276
-
277
- <script>
278
- import {PagedList, HttpResetClass} from 'vue-client'
279
- import * as Util from "../../../components/Util";
280
- import bus from "../../../bus";
281
-
282
- export default {
283
- title: '片区管理',
284
- data () {
285
- let model = new PagedList('rs/sql/getUserByCheckBookuser', 20)
286
- return {
287
- model: model,
288
- criteriaShow: false,
289
- excelHeaders: {},
290
- checkBooks: [],
291
- f_orgid: '',
292
- bookAll: false,
293
- bookList: [],
294
- selectBook:'',
295
- userTypes: [{label: '全部', value: ''},{label: '民用', value: '民用'}, {label: '非民用', value: '非民用'}],
296
- // init:false,
297
- aroundUnit: [{label: '年', value: '年'}, {label: '月', value: '月'}, {label: '日', value: '月'}],
298
- isCheckBook: [{label: '全部', value: ''}, {label: '是', value: 'f_check_book_name is not null'}, {label: '否', value: 'f_check_book_name is null'}],
299
- isSearch: false,
300
- checkBook: {
301
- f_check_book_name: '',
302
- f_run_date: '',
303
- f_around_time: '',
304
- f_around_unit: '',
305
- f_create_date: Util.toStandardDateString(),
306
- f_create_person: this.$login.f.name,
307
- f_orgid: '',
308
- f_checker_name: ''
309
- },
310
- showModal: false,
311
- showModal2: false,
312
- showModal3: false
313
- }
314
- },
315
- computed: {
316
- searchData () {
317
- return {condition: this.model.condition}
318
- },
319
- bookCondition () {
320
- return this.model.condition
321
- },
322
- isCreateBook () {
323
- return this.$refs.paged.$refs.criteria.model.f_is_checkbook === 'f_check_book_name is null'
324
- },
325
- isChangeBook () {
326
- return this.$refs.paged.$refs.criteria.model.f_is_checkbook === 'f_check_book_name is not null'
327
- }
328
- },
329
- watch:{
330
- 'bookList'(){
331
- this.$emit('book-list',this.bookList)
332
- },
333
- 'bookAll'(val){
334
- if(!val){
335
- this.bookList=[]
336
- }
337
- this.bookList=[]
338
- for (let row of this.model.rows){
339
- this.bookList.push({f_userinfo_id:row.f_userinfo_id,f_plan_id:row.f_plan_id})
340
- }
341
- // this.$emit('book-all',this.bookAll)
342
- }
343
- },
344
- methods: {
345
- async ok2() {
346
- if (!this.selectBook) {
347
- this.$showMessage('请选择片区')
348
- return
349
- }
350
- if (this.isSearch && (this.bookAll || this.bookList.length > 0) && this.model.rows.length > 0) {
351
- let userCondition = ''
352
- if (this.bookList.length < 1) {
353
- //tag
354
- userCondition = this.bookCondition
355
- } else {
356
- userCondition = JSON.stringify(this.bookList).substring(JSON.stringify(this.bookList).indexOf('[') + 1, JSON.stringify(this.bookList).indexOf(']'))
357
- userCondition = 'tui.f_userinfo_id in (' + userCondition + ')'
358
- }
359
- let addUser = `update t_user_address set f_check_book_id ='${this.selectBook}'
360
- FROM
361
- t_userinfo tui
362
- LEFT JOIN t_userfiles tuf ON tui.f_userinfo_id= tuf.f_userinfo_id
363
- LEFT JOIN t_user_address tua ON tuf.f_userinfo_id = tua.f_userinfo_id
364
- LEFT JOIN t_check_book tcb ON tua.f_check_book_id= tcb.id
365
- WHERE
366
- tui.f_user_state = '正常'
367
- AND ( tuf.f_table_state= '正常' OR tuf.f_table_state= '停用' )
368
- AND ${userCondition}`
369
- await new HttpResetClass().load('POST', 'rs/logic/runSQL', {data: {sql: addUser}},
370
- {resolveMsg: null, rejectMsg: '添加用户失败'})
371
- this.$showMessage('添加用户成功')
372
- this.selectBook = ''
373
- this.bookAll = false
374
- this.bookList = []
375
- this.showModal2 = false
376
- this.$refs.paged.$refs.criteria.search()
377
- }
378
- },
379
- async ok3() {
380
- if (!this.selectBook) {
381
- this.$showMessage('请选择片区')
382
- return
383
- }
384
- if (this.isSearch && (this.bookAll || this.bookList.length > 0) && this.model.rows.length > 0) {
385
- let userCondition = ''
386
- if (this.bookList.length < 1) {
387
- //tag
388
- userCondition = this.bookCondition
389
- } else {
390
- //tag)
391
-
392
- userCondition = JSON.stringify(this.bookList).substring(JSON.stringify(this.bookList).indexOf('[') + 1, JSON.stringify(this.bookList).indexOf(']'))
393
- userCondition = 'tui.f_userinfo_id in (' + userCondition + ')'
394
- //tag
395
- }
396
- let upUser = `update t_user_address set f_check_book_id ='${this.selectBook}'
397
- FROM
398
- t_userinfo tui
399
- LEFT JOIN t_userfiles tuf ON tui.f_userinfo_id= tuf.f_userinfo_id
400
- LEFT JOIN t_user_address tua ON tuf.f_userinfo_id = tua.f_userinfo_id
401
- LEFT JOIN t_check_book tcb ON tua.f_check_book_id= tcb.id
402
- WHERE
403
- tui.f_user_state = '正常'
404
- AND ( tuf.f_table_state= '正常' OR tuf.f_table_state= '停用' )
405
- AND ${userCondition}`
406
- await new HttpResetClass().load('POST', 'rs/logic/runSQL', {data: {sql: upUser}},
407
- {resolveMsg: null, rejectMsg: '调整用户失败'})
408
- this.$showMessage('调整用户成功')
409
- this.selectBook = ''
410
- this.bookAll = false
411
- this.bookList = []
412
- this.showModal3 = false
413
- this.$refs.paged.$refs.criteria.search()
414
- }
415
- },
416
- cancel2(){
417
- this.selectBook = ''
418
- this.bookAll = false
419
- this.bookList = []
420
- this.showModal2 = false
421
- this.$refs.paged.$refs.criteria.search()
422
- },
423
- cancel3(){
424
- this.selectBook = ''
425
- this.bookAll = false
426
- this.bookList = []
427
- this.showModal3 = false
428
- this.$refs.paged.$refs.criteria.search()
429
- },
430
- addUser () {
431
- if (!this.isCreateBook) {
432
- this.$showMessage('请选择查询未划分片区的用户')
433
- return
434
- }
435
- if (this.isSearch && (this.bookAll || this.bookList.length > 0) && this.model.rows.length > 0) {
436
- this.showModal2 = true
437
- this.freshCheckBook()
438
- return
439
- }
440
- this.$showMessage('请选择用户')
441
- },
442
- upUser () {
443
- if (!this.isChangeBook) {
444
- this.$showMessage('请选择查询已划分片区的用户')
445
- return
446
- }
447
- if (this.isSearch && (this.bookAll || this.bookList.length > 0) && this.model.rows.length > 0) {
448
- this.showModal3 = true
449
- this.freshCheckBook()
450
- return
451
- }
452
- this.$showMessage('请选择用户')
453
- },
454
- async delUser () {
455
- if (!this.isChangeBook) {
456
- this.$showMessage('请选择查询已划分片区的用户')
457
- return
458
- }
459
- if (this.isSearch && (this.bookAll || this.bookList.length > 0) && this.model.rows.length > 0) {
460
- let userCondition= ''
461
- if (this.bookList.length < 1) {
462
- //tag
463
- userCondition = this.bookCondition
464
- } else {
465
- //tag)
466
-
467
- userCondition = JSON.stringify(this.bookList).substring(JSON.stringify(this.bookList).indexOf('[') + 1, JSON.stringify(this.bookList).indexOf(']'))
468
- userCondition = 'tui.f_userinfo_id in (' + userCondition + ')'
469
- //tag
470
- }
471
- let delUser= `update t_user_address set f_check_book_id =null
472
- FROM
473
- t_userinfo tui
474
- LEFT JOIN t_userfiles tuf ON tui.f_userinfo_id= tuf.f_userinfo_id
475
- LEFT JOIN t_user_address tua ON tuf.f_userinfo_id = tua.f_userinfo_id
476
- LEFT JOIN t_check_book tcb ON tua.f_check_book_id= tcb.id
477
- WHERE
478
- tui.f_user_state = '正常'
479
- AND ( tuf.f_table_state= '正常' OR tuf.f_table_state= '停用' )
480
- AND ${userCondition}`
481
- await new HttpResetClass().load('POST', 'rs/logic/runSQL', {data: {sql: delUser}},
482
- {resolveMsg: null, rejectMsg: '删除片区失败'})
483
- this.$showMessage('从片区删除所选用户成功')
484
- this.selectBook = ''
485
- this.bookAll = false
486
- this.bookList = []
487
- this.showModal3 = false
488
- this.$refs.paged.$refs.criteria.search()
489
- return
490
- }
491
- this.$showMessage('请选择用户')
492
- },
493
- beforeCreateBook () {
494
- if (!this.isCreateBook) {
495
- this.$showMessage('请选择查询未划分片区的用户')
496
- return
497
- }
498
- if (this.isSearch && (this.bookAll || this.bookList.length > 0) && this.model.rows.length > 0) {
499
- this.showModal = true
500
- return
501
- }
502
- this.$showMessage('请选择用户')
503
- },
504
- ok () {
505
- //tag)
506
- let condition = ''
507
- if (!this.checkBook.f_check_book_name) {
508
- return this.$showMessage('请填写册名')
509
- }
510
- if (!this.checkBook.f_checker_name) {
511
- return this.$showMessage('请选择安检员')
512
- }
513
- if (!this.checkBook.f_around_time || !this.checkBook.f_around_unit) {
514
- return this.$showMessage('请选填写周期信息')
515
- }
516
- if (!this.checkBook.f_run_date) {
517
- return this.$showMessage('执行日期')
518
- }
519
- if (this.bookList.length < 1) {
520
- //tag
521
- condition = this.bookCondition
522
- } else {
523
- //tag)
524
-
525
- condition = JSON.stringify(this.bookList).substring(JSON.stringify(this.bookList).indexOf('[') + 1, JSON.stringify(this.bookList).indexOf(']'))
526
- condition = 'tui.f_userinfo_id in (' + condition + ')'
527
- //tag
528
- }
529
- let data = {
530
- checkBook: this.checkBook,
531
- sqlStr: condition
532
- }
533
- new HttpResetClass().load('post', 'rs/logic/AddCheckBook', {data}).then(res => {
534
- //tag)
535
- if (res.data.id) {
536
- this.$showMessage('创建成功')
537
- this.showModal = false
538
- this.isSearch = false
539
- this.bookList = []
540
- this.bookAll = false
541
- this.freshCheckBook()
542
- this.$refs.paged.$refs.criteria.search()
543
- }
544
- })
545
- },
546
- changeState (val) {
547
- //tag
548
- //tag
549
- this.bookAll = false
550
- this.bookList = []
551
- if (this.$refs.paged.$refs.criteria.model.f_orgid){
552
- this.$refs.paged.$refs.criteria.search()
553
- }
554
- },
555
- cancel () {
556
- this.bookAll = false
557
- this.bookList = []
558
- this.showModal = false
559
- this.$refs.paged.$refs.criteria.search()
560
- },
561
- checkModel (row) {
562
- if (this.bookAll) {
563
- return true
564
- } else {
565
- if (this.bookList.findIndex(res => res === row.f_userinfo_id) !== -1) {
566
- return true
567
- } else {
568
- return false
569
- }
570
- }
571
- },
572
- checkChange (row, e) {
573
- if (e.target.checked) {
574
- this.bookList.push({f_userinfo_id:row.f_userinfo_id,f_plan_id:row.f_plan_id})
575
- } else {
576
- this.bookList.splice(this.bookList.findIndex(res => res.f_userinfo_id === row.f_userinfo_id), 1)
577
- }
578
- },
579
- getRes (obj) {
580
- this.checkBook.f_orgid = obj.resids[0]
581
- },
582
- getResm (obj) {
583
- this.$refs.paged.$refs.criteria.model.f_orgid = this.$login.convertToIn(obj.resids)
584
- },
585
- hidden () {
586
- this.criteriaShow = !this.criteriaShow
587
- },
588
- selfSearch (args) {
589
- this.isSearch = true
590
- this.bookAll = false
591
- this.bookList = []
592
-
593
- console.log("查询66666666666666666")
594
- this.$emit('book-condition',args.condition)
595
- // if (this.$refs.paged.$refs.criteria.model.f_orgid){
596
- // args.condition += `f_orgid in ${this.$refs.paged.$refs.criteria.model.f_orgid}`
597
- // }
598
- this.model.search(args.condition, args.model)
599
- },
600
- freshCheckBook () {
601
- this.checkBooks = []
602
- new HttpResetClass().load('POST', `/rs/sql/safe_singleTable_OrderBy`, {
603
- data: {
604
- items: 'id,f_check_book_name,f_check_book_type',
605
- tablename: 't_check_book',
606
- condition: this.$refs.paged.$refs.criteria.model.f_orgid?`f_orgid in ${this.$refs.paged.$refs.criteria.model.f_orgid}`:'1=1',
607
- orderitem: 'id desc'
608
- }
609
- }, {resolveMsg: null, rejectMsg: null}).then(res => {
610
- this.checkBooks.push({label: '全部', value: ''})
611
- res.data.forEach(ress => {
612
- console.log("片区类型",ress)
613
- if(ress.f_check_book_type ==='用户'){
614
- this.checkBooks.push({
615
- label: ress.f_check_book_name,
616
- value: ress.id
617
- })
618
- }
619
-
620
- })
621
- })
622
- }
623
- },
624
- beforeDestroy() {
625
- //tag
626
- bus.$off('fresh-user')
627
- },
628
- ready () {
629
- // bus.$on('fresh-user',()=>{
630
- // console.log("进入方法")
631
- // this.bookAll = false
632
- // this.bookList = []
633
- // this.$refs.paged.$refs.criteria.search()
634
- // })
635
- // this.$refs.paged.$refs.criteria.model.f_is_checkbook = 'f_check_book_name is null'
636
- // //tag
637
- // // this.init=true
638
- // this.freshCheckBook()
639
- }
640
- }
641
- </script>
642
- <style scoped>
643
- /*.btn-group > .btn:first-child {*/
644
- /* margin-left: 0;*/
645
- /* width: 100%;*/
646
- /*}*/
647
- </style>
1
+ <template>
2
+ <div class="flex-row">
3
+ <div class="basic-main">
4
+ <criteria-paged :model="model" v-ref:paged>
5
+ <criteria partial='criteria' class="search_area" @condition-changed='$parent.selfSearch' v-ref:criteria>
6
+ <div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
7
+ <div class="row">
8
+ <div class="form-group col-sm-4">
9
+ <label class="font_normal_body">客户编号</label>
10
+ <input type="text" class="input_search" v-model="model.f_userinfo_code"
11
+ style="width: 60%" placeholder="客户编号" condition="f_userinfo_code='{}'">
12
+ </div>
13
+ <div class="form-group col-sm-4">
14
+ <label class="font_normal_body">客户名称</label>
15
+ <input type="text" class="input_search" v-model="model.f_user_name"
16
+ style="width: 60%" placeholder="客户名称" condition="f_user_name like '%{}%'">
17
+ </div>
18
+ <div class="form-group col-sm-4">
19
+ <button class="button_spacing button_search" @click="search()">查询</button>
20
+ <div style="float: right" class="button_spacing"
21
+ :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
22
+ @click="$parent.$parent.hidden()"></div>
23
+ </div>
24
+ </div>
25
+ <div class="row">
26
+ <div class="form-group col-sm-4" v-show="$parent.$parent.criteriaShow">
27
+ <label class="font_normal_body">地&emsp;&emsp;址</label>
28
+ <input type="text" class="input_search" v-model="model.f_address"
29
+ style="width: 60%" placeholder="地址" condition="f_address like '%{}%'">
30
+ </div>
31
+ <div class="form-group col-sm-4" v-show="$parent.$parent.criteriaShow">
32
+ <label class="font_normal_body">小区名称</label>
33
+ <input type="text" class="input_search" v-model="model.f_residential_area"
34
+ style="width: 60%" placeholder="小区名称" condition="f_residential_area like '%{}%'">
35
+ </div>
36
+ <div class="form-group col-sm-4" v-show="$parent.$parent.criteriaShow">
37
+ <label class="font_normal_body">客户类型</label>
38
+ <v-select :value.sync="model.f_user_type" v-model='model.f_user_type'
39
+ :value-single="true" style="width: 60%"
40
+ class="select_list select"
41
+ :options='$parent.$parent.userTypes' placeholder='客户类型'
42
+ close-on-select
43
+ condition="f_user_type ='{}'"></v-select>
44
+ </div>
45
+ <div class="col-sm-4 form-group" style="margin-bottom: 0px" v-show="$parent.$parent.criteriaShow">
46
+ <label class="font_normal_body">公&emsp;&emsp;司</label>
47
+ <right-tree-safe @re-res="$parent.$parent.getResm" v-model="model.f_orgid" condition="ui.f_orgid in {}"></right-tree-safe>
48
+ </div>
49
+ <div class="form-group col-sm-4" v-show="$parent.$parent.criteriaShow">
50
+ <label class="font_normal_body">安&ensp;检&ensp;册</label>
51
+ <v-select :value.sync="model.f_check_book_id" v-model='model.f_check_book_id'
52
+ :value-single="true" style="width: 60%"
53
+ class="select_list select"
54
+ :options='$parent.$parent.checkBooks' placeholder='安检册名称'
55
+ close-on-select
56
+ condition="f_check_book_id ='{}'"></v-select>
57
+ </div>
58
+ <div class="form-group col-sm-4" v-show="$parent.$parent.criteriaShow">
59
+ <label class="font_normal_body">是否在册</label>
60
+ <v-select :value.sync="model.f_is_checkbook" v-model='model.f_is_checkbook'
61
+ :value-single="true" style="width: 60%"
62
+ class="select_list select"
63
+ @change="$parent.$parent.changeState"
64
+ :options='$parent.$parent.isCheckBook' placeholder='有无所属安检册'
65
+ close-on-select
66
+ condition="{}"></v-select>
67
+ </div>
68
+ </div>
69
+ <div class="row">
70
+ <div class="form-group col-sm-4" v-show="$parent.$parent.criteriaShow">
71
+ <label class="font_normal_body">通气开始</label>
72
+ <datepicker
73
+ :value.sync="model.f_gas_date_str"
74
+ style="width: 60%"
75
+ :format="'yyyy-MM-dd 00:00:00'"
76
+ v-model="model.f_gas_date_str"
77
+ condition="f_uservent_date > '{}'"
78
+ >
79
+ </datepicker>
80
+ </div>
81
+ <div class="form-group col-sm-4" v-show="$parent.$parent.criteriaShow">
82
+ <label class="font_normal_body">通气结束</label>
83
+ <datepicker
84
+ :value.sync="model.f_gas_date_end"
85
+ style="width: 60%"
86
+ :format="'yyyy-MM-dd 23:59:59'"
87
+ v-model="model.f_gas_date_end"
88
+ condition="f_uservent_date < '{}'"
89
+ >
90
+ </datepicker>
91
+ </div>
92
+ <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow" >
93
+ <label class="font_normal_body">开始时间</label>
94
+ <datepicker
95
+ :value.sync="model.f_check_start"
96
+ placeholder='首次通气时间' style="width: 60%"
97
+ :disabled-days-of-week="[]"
98
+ :format="'yyyy-MM-dd'"
99
+ :show-rest-button="reset"
100
+ v-model="model.f_check_start"
101
+ condition="f_uservent_date > ='{} 00:00:00'">
102
+ </datepicker>
103
+ </div>
104
+ <div class="form-group col-sm-2" v-show="$parent.$parent.criteriaShow" >
105
+ <label class="font_normal_body">结束时间</label>
106
+ <datepicker
107
+ :value.sync="model.f_check_end"
108
+ placeholder='首次通气时间' style="width: 60%"
109
+ :disabled-days-of-week="[]"
110
+ :format="'yyyy-MM-dd'"
111
+ :show-rest-button="reset"
112
+ v-model="model.f_check_end"
113
+ condition="f_uservent_date <= '{} 23:59:59'">
114
+ </datepicker>
115
+ </div>
116
+ </div>
117
+ </div>
118
+ </criteria>
119
+ <data-grid class="list_area table_sy" style="overflow: hidden" :model="model" partial='list' v-ref:grid>
120
+ <template partial='head'>
121
+ <tr @dblclick.stop="">
122
+ <th>
123
+ <nobr><input type="checkbox" v-model="$parent.$parent.$parent.bookAll"></input>全选</nobr>
124
+ </th>
125
+ <th>
126
+ <nobr>客户姓名</nobr>
127
+ </th>
128
+ <th>
129
+ <nobr>客户编号</nobr>
130
+ </th>
131
+ <th>
132
+ <nobr>客户类型</nobr>
133
+ </th>
134
+ <th>
135
+ <nobr>客户电话</nobr>
136
+ </th>
137
+ <th>
138
+ <nobr>用户单位</nobr>
139
+ </th>
140
+ <th>
141
+ <nobr>客户地址</nobr>
142
+ </th>
143
+ <th>
144
+ <nobr>首次通气时间</nobr>
145
+ </th>
146
+ <th>
147
+ <nobr>所属安检册</nobr>
148
+ </th>
149
+ </tr>
150
+ </template>
151
+ <template partial='body'>
152
+ <td style="text-align: center">
153
+ <nobr><input type="checkbox" :checked="$parent.$parent.$parent.checkModel(row)"
154
+ @change="$parent.$parent.$parent.checkChange(row, $event)"></input>
155
+ </nobr>
156
+ </td>
157
+ <td style="text-align: center">{{ row.f_user_name }}</td>
158
+ <td style="text-align: center">{{ row.f_userinfo_code }}</td>
159
+ <td style="text-align: center">{{ row.f_user_type }}</td>
160
+ <td style="text-align: center">{{ row.f_user_phone }}</td>
161
+ <td style="text-align: center">{{ row.f_residential_area }}</td>
162
+ <td style="text-align: center">{{ row.f_address }}</td>
163
+ <td style="text-align: center">{{ row.f_uservent_date }}</td>
164
+ <td style="text-align: center">{{ row.f_check_book_name }}</td>
165
+ </template>
166
+ </data-grid>
167
+ </criteria-paged>
168
+ </div>
169
+ <modal :show.sync="showModal" :backdrop="false">
170
+ <div slot="modal-header" class="modal-header">
171
+ <h4 class="modal-title">
172
+ 创建片区
173
+ </h4>
174
+ </div>
175
+ <div slot="modal-body" class="modal-body">
176
+ <div v-if="true">
177
+ <div class="row" style="margin-top: 10px">
178
+ <div class="col-sm-12 form-group" style="margin: 0">
179
+ <role-selector-safe
180
+ @re-res="getRes"
181
+ role-name="安检员"
182
+ role-lable="安&nbsp;检&nbsp;员&nbsp;"
183
+ :value.sync="checkBook.f_checker_name"
184
+ v-model="checkBook.f_checker_name">
185
+ </role-selector-safe>
186
+ </div>
187
+ <div class="form-group col-sm-6" style="margin-top: 20px">
188
+ <label class="font_normal_body">片区名</label>
189
+ <input type="text" class="input_search" v-model="checkBook.f_check_book_name"
190
+ style="width: 60%" >
191
+ </div>
192
+ <div class="form-group col-sm-6" style="margin-top: 20px">
193
+ <label class="font_normal_body">执行日期</label>
194
+ <datepicker
195
+ :value.sync="checkBook.f_run_date"
196
+ style="width: 60%"
197
+ :format="'yyyy-MM-dd'"
198
+ v-model="checkBook.f_run_date"
199
+ >
200
+ </datepicker>
201
+ </div>
202
+ <div class="form-group col-sm-6" style="margin-top: 20px">
203
+ <label class="font_normal_body">执行周期</label>
204
+ <input type="number" class="input_search" v-model="checkBook.f_around_time"
205
+ style="width: 60%" >
206
+ </div>
207
+ <div class="form-group col-sm-6" style="margin-top: 20px">
208
+ <label class="font_normal_body">周期单位</label>
209
+ <v-select :value.sync="checkBook.f_around_unit" v-model='checkBook.f_around_unit'
210
+ :value-single="true" style="width: 60%"
211
+ class="select_list select"
212
+ :options='aroundUnit' placeholder=''
213
+ close-on-select></v-select>
214
+ </div>
215
+ </div>
216
+ </div>
217
+ </div>
218
+ <div slot="modal-footer" class="modal-footer" style="text-align: center">
219
+ <button class="button_search" style="margin-right: 20px" @click="ok">确认</button>
220
+ <button class="button_search" @click="cancel">取消</button>
221
+ </div>
222
+ </modal>
223
+ <modal :show.sync="showModal2" :backdrop="false">
224
+ <div slot="modal-header" class="modal-header">
225
+ <h4 class="modal-title">
226
+ 添加用户
227
+ </h4>
228
+ </div>
229
+ <div slot="modal-body" class="modal-body">
230
+ <div v-if="true">
231
+ <div class="row" style="margin-top: 10px">
232
+ <div class="form-group col-sm-12" style="margin-top: 20px">
233
+ <label class="font_normal_body">片&ensp;区&ensp;名</label>
234
+ <v-select :value.sync="selectBook" v-model='selectBook'
235
+ :value-single="true" style="width: 80%"
236
+ class="select_list select"
237
+ :options='checkBooks' placeholder=''
238
+ close-on-select></v-select>
239
+ </div>
240
+ </div>
241
+ </div>
242
+ </div>
243
+ <div slot="modal-footer" class="modal-footer" style="text-align: center">
244
+ <button class="button_search" style="margin-right: 20px" @click="ok2">确认</button>
245
+ <button class="button_search" @click="cancel2">取消</button>
246
+ </div>
247
+ </modal>
248
+ <modal :show.sync="showModal3" :backdrop="false">
249
+ <div slot="modal-header" class="modal-header">
250
+ <h4 class="modal-title">
251
+ 调整用户
252
+ </h4>
253
+ </div>
254
+ <div slot="modal-body" class="modal-body">
255
+ <div v-if="true">
256
+ <div class="row" style="margin-top: 10px;text-align: center">
257
+ <div class="form-group col-sm-12" style="margin-top: 20px">
258
+ <label class="font_normal_body">安&ensp;检&ensp;册</label>
259
+ <v-select :value.sync="selectBook" v-model='selectBook'
260
+ :value-single="true" style="width: 80%"
261
+ class="select_list select"
262
+ :options='checkBooks' placeholder=''
263
+ close-on-select></v-select>
264
+ </div>
265
+ </div>
266
+ </div>
267
+ </div>
268
+ <div slot="modal-footer" class="modal-footer" style="text-align: center">
269
+ <button class="button_search" style="margin-right: 20px" @click="ok3">确认</button>
270
+ <button class="button_search" @click="cancel3">取消</button>
271
+ </div>
272
+ </modal>
273
+
274
+ </div>
275
+ </template>
276
+
277
+ <script>
278
+ import {PagedList, HttpResetClass} from 'vue-client'
279
+ import * as Util from "../../../components/Util";
280
+ import bus from "../../../bus";
281
+
282
+ export default {
283
+ title: '片区管理',
284
+ data () {
285
+ let model = new PagedList('rs/sql/getUserByCheckBookuser', 20)
286
+ return {
287
+ model: model,
288
+ criteriaShow: false,
289
+ excelHeaders: {},
290
+ checkBooks: [],
291
+ f_orgid: '',
292
+ bookAll: false,
293
+ bookList: [],
294
+ selectBook:'',
295
+ userTypes: [{label: '全部', value: ''},{label: '民用', value: '民用'}, {label: '非民用', value: '非民用'}],
296
+ // init:false,
297
+ aroundUnit: [{label: '年', value: '年'}, {label: '月', value: '月'}, {label: '日', value: '月'}],
298
+ isCheckBook: [{label: '全部', value: ''}, {label: '是', value: 'f_check_book_name is not null'}, {label: '否', value: 'f_check_book_name is null'}],
299
+ isSearch: false,
300
+ checkBook: {
301
+ f_check_book_name: '',
302
+ f_run_date: '',
303
+ f_around_time: '',
304
+ f_around_unit: '',
305
+ f_create_date: Util.toStandardDateString(),
306
+ f_create_person: this.$login.f.name,
307
+ f_orgid: '',
308
+ f_checker_name: ''
309
+ },
310
+ showModal: false,
311
+ showModal2: false,
312
+ showModal3: false
313
+ }
314
+ },
315
+ computed: {
316
+ searchData () {
317
+ return {condition: this.model.condition}
318
+ },
319
+ bookCondition () {
320
+ return this.model.condition
321
+ },
322
+ isCreateBook () {
323
+ return this.$refs.paged.$refs.criteria.model.f_is_checkbook === 'f_check_book_name is null'
324
+ },
325
+ isChangeBook () {
326
+ return this.$refs.paged.$refs.criteria.model.f_is_checkbook === 'f_check_book_name is not null'
327
+ }
328
+ },
329
+ watch:{
330
+ 'bookList'(){
331
+ this.$emit('book-list',this.bookList)
332
+ },
333
+ 'bookAll'(val){
334
+ if(!val){
335
+ this.bookList=[]
336
+ }
337
+ this.bookList=[]
338
+ for (let row of this.model.rows){
339
+ this.bookList.push({f_userinfo_id:row.f_userinfo_id,f_plan_id:row.f_plan_id})
340
+ }
341
+ // this.$emit('book-all',this.bookAll)
342
+ }
343
+ },
344
+ methods: {
345
+ async ok2() {
346
+ if (!this.selectBook) {
347
+ this.$showMessage('请选择片区')
348
+ return
349
+ }
350
+ if (this.isSearch && (this.bookAll || this.bookList.length > 0) && this.model.rows.length > 0) {
351
+ let userCondition = ''
352
+ if (this.bookList.length < 1) {
353
+ //tag
354
+ userCondition = this.bookCondition
355
+ } else {
356
+ userCondition = JSON.stringify(this.bookList).substring(JSON.stringify(this.bookList).indexOf('[') + 1, JSON.stringify(this.bookList).indexOf(']'))
357
+ userCondition = 'tui.f_userinfo_id in (' + userCondition + ')'
358
+ }
359
+ let addUser = `update t_user_address set f_check_book_id ='${this.selectBook}'
360
+ FROM
361
+ t_userinfo tui
362
+ LEFT JOIN t_userfiles tuf ON tui.f_userinfo_id= tuf.f_userinfo_id
363
+ LEFT JOIN t_user_address tua ON tuf.f_userinfo_id = tua.f_userinfo_id
364
+ LEFT JOIN t_check_book tcb ON tua.f_check_book_id= tcb.id
365
+ WHERE
366
+ tui.f_user_state = '正常'
367
+ AND ( tuf.f_table_state= '正常' OR tuf.f_table_state= '停用' )
368
+ AND ${userCondition}`
369
+ await new HttpResetClass().load('POST', 'rs/logic/runSQL', {data: {sql: addUser}},
370
+ {resolveMsg: null, rejectMsg: '添加用户失败'})
371
+ this.$showMessage('添加用户成功')
372
+ this.selectBook = ''
373
+ this.bookAll = false
374
+ this.bookList = []
375
+ this.showModal2 = false
376
+ this.$refs.paged.$refs.criteria.search()
377
+ }
378
+ },
379
+ async ok3() {
380
+ if (!this.selectBook) {
381
+ this.$showMessage('请选择片区')
382
+ return
383
+ }
384
+ if (this.isSearch && (this.bookAll || this.bookList.length > 0) && this.model.rows.length > 0) {
385
+ let userCondition = ''
386
+ if (this.bookList.length < 1) {
387
+ //tag
388
+ userCondition = this.bookCondition
389
+ } else {
390
+ //tag)
391
+
392
+ userCondition = JSON.stringify(this.bookList).substring(JSON.stringify(this.bookList).indexOf('[') + 1, JSON.stringify(this.bookList).indexOf(']'))
393
+ userCondition = 'tui.f_userinfo_id in (' + userCondition + ')'
394
+ //tag
395
+ }
396
+ let upUser = `update t_user_address set f_check_book_id ='${this.selectBook}'
397
+ FROM
398
+ t_userinfo tui
399
+ LEFT JOIN t_userfiles tuf ON tui.f_userinfo_id= tuf.f_userinfo_id
400
+ LEFT JOIN t_user_address tua ON tuf.f_userinfo_id = tua.f_userinfo_id
401
+ LEFT JOIN t_check_book tcb ON tua.f_check_book_id= tcb.id
402
+ WHERE
403
+ tui.f_user_state = '正常'
404
+ AND ( tuf.f_table_state= '正常' OR tuf.f_table_state= '停用' )
405
+ AND ${userCondition}`
406
+ await new HttpResetClass().load('POST', 'rs/logic/runSQL', {data: {sql: upUser}},
407
+ {resolveMsg: null, rejectMsg: '调整用户失败'})
408
+ this.$showMessage('调整用户成功')
409
+ this.selectBook = ''
410
+ this.bookAll = false
411
+ this.bookList = []
412
+ this.showModal3 = false
413
+ this.$refs.paged.$refs.criteria.search()
414
+ }
415
+ },
416
+ cancel2(){
417
+ this.selectBook = ''
418
+ this.bookAll = false
419
+ this.bookList = []
420
+ this.showModal2 = false
421
+ this.$refs.paged.$refs.criteria.search()
422
+ },
423
+ cancel3(){
424
+ this.selectBook = ''
425
+ this.bookAll = false
426
+ this.bookList = []
427
+ this.showModal3 = false
428
+ this.$refs.paged.$refs.criteria.search()
429
+ },
430
+ addUser () {
431
+ if (!this.isCreateBook) {
432
+ this.$showMessage('请选择查询未划分片区的用户')
433
+ return
434
+ }
435
+ if (this.isSearch && (this.bookAll || this.bookList.length > 0) && this.model.rows.length > 0) {
436
+ this.showModal2 = true
437
+ this.freshCheckBook()
438
+ return
439
+ }
440
+ this.$showMessage('请选择用户')
441
+ },
442
+ upUser () {
443
+ if (!this.isChangeBook) {
444
+ this.$showMessage('请选择查询已划分片区的用户')
445
+ return
446
+ }
447
+ if (this.isSearch && (this.bookAll || this.bookList.length > 0) && this.model.rows.length > 0) {
448
+ this.showModal3 = true
449
+ this.freshCheckBook()
450
+ return
451
+ }
452
+ this.$showMessage('请选择用户')
453
+ },
454
+ async delUser () {
455
+ if (!this.isChangeBook) {
456
+ this.$showMessage('请选择查询已划分片区的用户')
457
+ return
458
+ }
459
+ if (this.isSearch && (this.bookAll || this.bookList.length > 0) && this.model.rows.length > 0) {
460
+ let userCondition= ''
461
+ if (this.bookList.length < 1) {
462
+ //tag
463
+ userCondition = this.bookCondition
464
+ } else {
465
+ //tag)
466
+
467
+ userCondition = JSON.stringify(this.bookList).substring(JSON.stringify(this.bookList).indexOf('[') + 1, JSON.stringify(this.bookList).indexOf(']'))
468
+ userCondition = 'tui.f_userinfo_id in (' + userCondition + ')'
469
+ //tag
470
+ }
471
+ let delUser= `update t_user_address set f_check_book_id =null
472
+ FROM
473
+ t_userinfo tui
474
+ LEFT JOIN t_userfiles tuf ON tui.f_userinfo_id= tuf.f_userinfo_id
475
+ LEFT JOIN t_user_address tua ON tuf.f_userinfo_id = tua.f_userinfo_id
476
+ LEFT JOIN t_check_book tcb ON tua.f_check_book_id= tcb.id
477
+ WHERE
478
+ tui.f_user_state = '正常'
479
+ AND ( tuf.f_table_state= '正常' OR tuf.f_table_state= '停用' )
480
+ AND ${userCondition}`
481
+ await new HttpResetClass().load('POST', 'rs/logic/runSQL', {data: {sql: delUser}},
482
+ {resolveMsg: null, rejectMsg: '删除片区失败'})
483
+ this.$showMessage('从片区删除所选用户成功')
484
+ this.selectBook = ''
485
+ this.bookAll = false
486
+ this.bookList = []
487
+ this.showModal3 = false
488
+ this.$refs.paged.$refs.criteria.search()
489
+ return
490
+ }
491
+ this.$showMessage('请选择用户')
492
+ },
493
+ beforeCreateBook () {
494
+ if (!this.isCreateBook) {
495
+ this.$showMessage('请选择查询未划分片区的用户')
496
+ return
497
+ }
498
+ if (this.isSearch && (this.bookAll || this.bookList.length > 0) && this.model.rows.length > 0) {
499
+ this.showModal = true
500
+ return
501
+ }
502
+ this.$showMessage('请选择用户')
503
+ },
504
+ ok () {
505
+ //tag)
506
+ let condition = ''
507
+ if (!this.checkBook.f_check_book_name) {
508
+ return this.$showMessage('请填写册名')
509
+ }
510
+ if (!this.checkBook.f_checker_name) {
511
+ return this.$showMessage('请选择安检员')
512
+ }
513
+ if (!this.checkBook.f_around_time || !this.checkBook.f_around_unit) {
514
+ return this.$showMessage('请选填写周期信息')
515
+ }
516
+ if (!this.checkBook.f_run_date) {
517
+ return this.$showMessage('执行日期')
518
+ }
519
+ if (this.bookList.length < 1) {
520
+ //tag
521
+ condition = this.bookCondition
522
+ } else {
523
+ //tag)
524
+
525
+ condition = JSON.stringify(this.bookList).substring(JSON.stringify(this.bookList).indexOf('[') + 1, JSON.stringify(this.bookList).indexOf(']'))
526
+ condition = 'tui.f_userinfo_id in (' + condition + ')'
527
+ //tag
528
+ }
529
+ let data = {
530
+ checkBook: this.checkBook,
531
+ sqlStr: condition
532
+ }
533
+ new HttpResetClass().load('post', 'rs/logic/AddCheckBook', {data}).then(res => {
534
+ //tag)
535
+ if (res.data.id) {
536
+ this.$showMessage('创建成功')
537
+ this.showModal = false
538
+ this.isSearch = false
539
+ this.bookList = []
540
+ this.bookAll = false
541
+ this.freshCheckBook()
542
+ this.$refs.paged.$refs.criteria.search()
543
+ }
544
+ })
545
+ },
546
+ changeState (val) {
547
+ //tag
548
+ //tag
549
+ this.bookAll = false
550
+ this.bookList = []
551
+ if (this.$refs.paged.$refs.criteria.model.f_orgid){
552
+ this.$refs.paged.$refs.criteria.search()
553
+ }
554
+ },
555
+ cancel () {
556
+ this.bookAll = false
557
+ this.bookList = []
558
+ this.showModal = false
559
+ this.$refs.paged.$refs.criteria.search()
560
+ },
561
+ checkModel (row) {
562
+ if (this.bookAll) {
563
+ return true
564
+ } else {
565
+ if (this.bookList.findIndex(res => res === row.f_userinfo_id) !== -1) {
566
+ return true
567
+ } else {
568
+ return false
569
+ }
570
+ }
571
+ },
572
+ checkChange (row, e) {
573
+ if (e.target.checked) {
574
+ this.bookList.push({f_userinfo_id:row.f_userinfo_id,f_plan_id:row.f_plan_id})
575
+ } else {
576
+ this.bookList.splice(this.bookList.findIndex(res => res.f_userinfo_id === row.f_userinfo_id), 1)
577
+ }
578
+ },
579
+ getRes (obj) {
580
+ this.checkBook.f_orgid = obj.resids[0]
581
+ },
582
+ getResm (obj) {
583
+ this.$refs.paged.$refs.criteria.model.f_orgid = this.$login.convertToIn(obj.resids)
584
+ },
585
+ hidden () {
586
+ this.criteriaShow = !this.criteriaShow
587
+ },
588
+ selfSearch (args) {
589
+ this.isSearch = true
590
+ this.bookAll = false
591
+ this.bookList = []
592
+
593
+ console.log("查询66666666666666666")
594
+ this.$emit('book-condition',args.condition)
595
+ // if (this.$refs.paged.$refs.criteria.model.f_orgid){
596
+ // args.condition += `f_orgid in ${this.$refs.paged.$refs.criteria.model.f_orgid}`
597
+ // }
598
+ this.model.search(args.condition, args.model)
599
+ },
600
+ freshCheckBook () {
601
+ this.checkBooks = []
602
+ new HttpResetClass().load('POST', `/rs/sql/safe_singleTable_OrderBy`, {
603
+ data: {
604
+ items: 'id,f_check_book_name,f_check_book_type',
605
+ tablename: 't_check_book',
606
+ condition: this.$refs.paged.$refs.criteria.model.f_orgid?`f_orgid in ${this.$refs.paged.$refs.criteria.model.f_orgid}`:'1=1',
607
+ orderitem: 'id desc'
608
+ }
609
+ }, {resolveMsg: null, rejectMsg: null}).then(res => {
610
+ this.checkBooks.push({label: '全部', value: ''})
611
+ res.data.forEach(ress => {
612
+ console.log("片区类型",ress)
613
+ if(ress.f_check_book_type ==='用户'){
614
+ this.checkBooks.push({
615
+ label: ress.f_check_book_name,
616
+ value: ress.id
617
+ })
618
+ }
619
+
620
+ })
621
+ })
622
+ }
623
+ },
624
+ beforeDestroy() {
625
+ //tag
626
+ bus.$off('fresh-user')
627
+ },
628
+ ready () {
629
+ // bus.$on('fresh-user',()=>{
630
+ // console.log("进入方法")
631
+ // this.bookAll = false
632
+ // this.bookList = []
633
+ // this.$refs.paged.$refs.criteria.search()
634
+ // })
635
+ // this.$refs.paged.$refs.criteria.model.f_is_checkbook = 'f_check_book_name is null'
636
+ // //tag
637
+ // // this.init=true
638
+ // this.freshCheckBook()
639
+ }
640
+ }
641
+ </script>
642
+ <style scoped>
643
+ /*.btn-group > .btn:first-child {*/
644
+ /* margin-left: 0;*/
645
+ /* width: 100%;*/
646
+ /*}*/
647
+ </style>