safecheck-client 4.0.1-7 → 4.0.1-70

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (304) 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//350/255/246/345/221/212 (3).png +0 -0
  121. package/src/assets//350/255/246/345/221/212 (4).png +0 -0
  122. package/src/assets//350/255/246/345/221/212 (5).png +0 -0
  123. package/src/bootstrap/less/.csscomb.json +304 -304
  124. package/src/bootstrap/less/.csslintrc +19 -19
  125. package/src/bootstrap/less/alerts.less +73 -73
  126. package/src/bootstrap/less/badges.less +66 -66
  127. package/src/bootstrap/less/breadcrumbs.less +26 -26
  128. package/src/bootstrap/less/button-groups.less +247 -247
  129. package/src/bootstrap/less/buttons.less +172 -172
  130. package/src/bootstrap/less/carousel.less +269 -269
  131. package/src/bootstrap/less/close.less +34 -34
  132. package/src/bootstrap/less/code.less +69 -69
  133. package/src/bootstrap/less/component-animations.less +33 -33
  134. package/src/bootstrap/less/dropdowns.less +216 -216
  135. package/src/bootstrap/less/grid.less +84 -84
  136. package/src/bootstrap/less/input-groups.less +167 -167
  137. package/src/bootstrap/less/jumbotron.less +52 -52
  138. package/src/bootstrap/less/labels.less +64 -64
  139. package/src/bootstrap/less/list-group.less +141 -141
  140. package/src/bootstrap/less/media.less +66 -66
  141. package/src/bootstrap/less/mixins/alerts.less +14 -14
  142. package/src/bootstrap/less/mixins/background-variant.less +9 -9
  143. package/src/bootstrap/less/mixins/border-radius.less +18 -18
  144. package/src/bootstrap/less/mixins/buttons.less +69 -69
  145. package/src/bootstrap/less/mixins/center-block.less +7 -7
  146. package/src/bootstrap/less/mixins/clearfix.less +22 -22
  147. package/src/bootstrap/less/mixins/forms.less +90 -90
  148. package/src/bootstrap/less/mixins/gradients.less +59 -59
  149. package/src/bootstrap/less/mixins/grid-framework.less +92 -92
  150. package/src/bootstrap/less/mixins/grid.less +122 -122
  151. package/src/bootstrap/less/mixins/hide-text.less +21 -21
  152. package/src/bootstrap/less/mixins/image.less +33 -33
  153. package/src/bootstrap/less/mixins/labels.less +12 -12
  154. package/src/bootstrap/less/mixins/list-group.less +30 -30
  155. package/src/bootstrap/less/mixins/nav-divider.less +10 -10
  156. package/src/bootstrap/less/mixins/nav-vertical-align.less +9 -9
  157. package/src/bootstrap/less/mixins/opacity.less +8 -8
  158. package/src/bootstrap/less/mixins/pagination.less +24 -24
  159. package/src/bootstrap/less/mixins/panels.less +24 -24
  160. package/src/bootstrap/less/mixins/progress-bar.less +10 -10
  161. package/src/bootstrap/less/mixins/reset-filter.less +8 -8
  162. package/src/bootstrap/less/mixins/reset-text.less +18 -18
  163. package/src/bootstrap/less/mixins/resize.less +6 -6
  164. package/src/bootstrap/less/mixins/responsive-visibility.less +15 -15
  165. package/src/bootstrap/less/mixins/size.less +10 -10
  166. package/src/bootstrap/less/mixins/tab-focus.less +9 -9
  167. package/src/bootstrap/less/mixins/table-row.less +44 -44
  168. package/src/bootstrap/less/mixins/text-emphasis.less +9 -9
  169. package/src/bootstrap/less/mixins/text-overflow.less +8 -8
  170. package/src/bootstrap/less/mixins/vendor-prefixes.less +227 -227
  171. package/src/bootstrap/less/mixins.less +40 -40
  172. package/src/bootstrap/less/modals.less +151 -151
  173. package/src/bootstrap/less/navbar.less +660 -660
  174. package/src/bootstrap/less/normalize.less +424 -424
  175. package/src/bootstrap/less/pagination.less +89 -89
  176. package/src/bootstrap/less/panels.less +275 -275
  177. package/src/bootstrap/less/popovers.less +131 -131
  178. package/src/bootstrap/less/print.less +101 -101
  179. package/src/bootstrap/less/progress-bars.less +87 -87
  180. package/src/bootstrap/less/responsive-embed.less +35 -35
  181. package/src/bootstrap/less/responsive-utilities.less +194 -194
  182. package/src/bootstrap/less/scaffolding.less +161 -161
  183. package/src/bootstrap/less/theme.less +291 -291
  184. package/src/bootstrap/less/thumbnails.less +36 -36
  185. package/src/bootstrap/less/tooltip.less +102 -102
  186. package/src/bootstrap/less/type.less +303 -303
  187. package/src/bootstrap/less/utilities.less +55 -55
  188. package/src/bootstrap/less/wells.less +29 -29
  189. package/src/components/FileUpload.vue +696 -696
  190. package/src/components/Hello.vue +39 -39
  191. package/src/components/LeftTree.vue +27 -27
  192. package/src/components/NewDefectList/DefectListNew.vue +22 -3
  193. package/src/components/android/AndroidDefectDeal.vue +356 -323
  194. package/src/components/android/AndroidDefectDetails.vue +3 -3
  195. package/src/components/android/AppInstallationMaterial.vue +865 -0
  196. package/src/components/android/AttendanceTally.vue +116 -116
  197. package/src/components/android/Blank.vue +10 -10
  198. package/src/components/android/CheckUnplanPage.vue +56 -56
  199. package/src/components/android/Checker.vue +12 -12
  200. package/src/components/android/CheckerAnnual.vue +81 -81
  201. package/src/components/android/CheckerAvarta.vue +82 -82
  202. package/src/components/android/DailyworkloadQuery.vue +2 -1
  203. package/src/components/android/EquipmentInspection.vue +348 -348
  204. package/src/components/android/FootprintMap.vue +120 -120
  205. package/src/components/android/HiddentroubleInvestigation.vue +192 -192
  206. package/src/components/android/MasterMain.vue +77 -77
  207. package/src/components/android/Menu.vue +132 -132
  208. package/src/components/android/NewCheckpaperAndroid.vue +22 -48
  209. package/src/components/android/PaperAlarm.vue +85 -85
  210. package/src/components/android/PaperDeviceNoncivil.vue +214 -214
  211. package/src/components/android/PlumberAnnual.vue +83 -83
  212. package/src/components/android/PlumberAnnualDetail.vue +65 -65
  213. package/src/components/android/PlumberMonthly.vue +84 -84
  214. package/src/components/android/PostMap.vue +83 -83
  215. package/src/components/android/QueryCheckHistory.vue +122 -122
  216. package/src/components/android/QueryCheckHistoryItem.vue +62 -62
  217. package/src/components/android/RepairMain.vue +60 -60
  218. package/src/components/android/Repairman.vue +12 -12
  219. package/src/components/android/StationMaster.vue +12 -12
  220. package/src/components/android/SwitchValve.vue +1 -1
  221. package/src/components/checkplan/CheckDetail.vue +1 -1
  222. package/src/components/defects/DefectModal.vue +101 -101
  223. package/src/components/defects/DevicesAndItem.vue +39 -39
  224. package/src/components/issueplan/IssuePlanMain.vue +23 -23
  225. package/src/components/map/SecurityCheckCoordinates.vue +361 -0
  226. package/src/components/notice/NoticeForm.vue +100 -100
  227. package/src/components/notice/NoticeIssue.vue +20 -20
  228. package/src/components/paper/PicViewer.vue +18 -18
  229. package/src/components/pc/CheckBookUser.vue +337 -337
  230. package/src/components/pc/DefectDeal.vue +1 -0
  231. package/src/components/pc/DefectMaterialLook.vue +98 -0
  232. package/src/components/pc/PaperDefectMain.vue +26 -1
  233. package/src/components/phonestate/MonthlyTraffic.vue +66 -66
  234. package/src/components/phonestate/MonthlyTrafficRouter.vue +15 -15
  235. package/src/components/phonestate/PostMap.vue +82 -82
  236. package/src/components/planmanage/PlanManage.vue +1 -0
  237. package/src/components/querycheckpaper/CheckPaperList.vue +6 -4
  238. package/src/components/querycheckpaper/CheckPaperSearchUser.vue +30 -4
  239. package/src/components/querycheckpaper/CheckSearchUser.vue +6 -1
  240. package/src/components/querycheckpaper/PaperItem.vue +59 -59
  241. package/src/components/userfile/MeterFile.vue +145 -145
  242. package/src/components/userfile/MeterModify.vue +46 -46
  243. package/src/components/userfileaudit/MeterAuditFile.vue +129 -129
  244. package/src/filiale/jinhong/android/CurrentCreate.vue +66 -22
  245. package/src/filiale/jinhong/pc/CheckBookList.vue +10 -7
  246. package/src/filiale/jinhong/pc/DefectPaperNew.vue +10 -10
  247. package/src/filiale/jinhong/pc/checkUserList.vue +30 -6
  248. package/src/filiale/libo/android/PaperFeedback.vue +1579 -0
  249. package/src/filiale/libo/android/PhoneUpUserinfo.vue +1249 -0
  250. package/src/filiale/libo/android/SafecheckOrderV.vue +2302 -0
  251. package/src/filiale/libo/android.js +14 -0
  252. package/src/filiale/libo/pc/NewCheckpaper.vue +1987 -0
  253. package/src/filiale/libo/pc.js +12 -0
  254. package/src/filiale/meihekou/android/CurrentCreate.vue +1 -1
  255. package/src/filiale/meihekou/android/MeterReading.vue +9 -5
  256. package/src/filiale/meihekou/android/PhoneUpUserinfo.vue +3 -2
  257. package/src/filiale/meihekou/android/SafecheckDevices.vue +5 -5
  258. package/src/filiale/meihekou/android/SafecheckOrderV.vue +324 -311
  259. package/src/filiale/meihekou/pc/NewCheckpaper.vue +2 -2
  260. package/src/filiale/meihekou/pc/NewCheckpaperNew.vue +2050 -0
  261. package/src/filiale/meihekou/pc/PaperList.vue +1205 -0
  262. package/src/filiale/meihekou/pc.js +2 -0
  263. package/src/filiale/minsheng/android/SwitchValve.vue +1 -1
  264. package/src/filiale/qianneng/android/SwitchValve.vue +1 -1
  265. package/src/filiale/qingjian/pc/checkUserList.vue +35 -0
  266. package/src/filiale/taiyuan/android/CurrentCreate.vue +1016 -0
  267. package/src/filiale/taiyuan/android/PhoneUpUserinfo.vue +1259 -0
  268. package/src/filiale/taiyuan/android/SafecheckOrderV.vue +2341 -0
  269. package/src/filiale/taiyuan/android/SafecheckUserInfo.vue +776 -0
  270. package/src/filiale/taiyuan/android.js +13 -0
  271. package/src/filiale/taiyuan/pc/DefectDeal.vue +1034 -0
  272. package/src/filiale/taiyuan/pc/NewCheckpaper.vue +1976 -0
  273. package/src/filiale/taiyuan/pc/PlanManage.vue +891 -0
  274. package/src/filiale/taiyuan/pc/checkUserList.vue +798 -0
  275. package/src/filiale/taiyuan/pc.js +15 -0
  276. package/src/filiale/tongchuan/android/SwitchValve.vue +1 -1
  277. package/src/filiale/xinkang/android/AddPlanItem.vue +244 -196
  278. package/src/filiale/xinkang/android/AndroidDefectDeal.vue +1 -0
  279. package/src/filiale/xinkang/android/SafecheckDevices.vue +52 -22
  280. package/src/filiale/xinkang/android/SafecheckOrderV.vue +24 -80
  281. package/src/filiale/xinkang/android/SafecheckUserInfo.vue +1 -1
  282. package/src/filiale/xinkang/pc/CheckSearchUser.vue +12 -12
  283. package/src/filiale/xinkang/pc/NewCheckpaper.vue +20 -44
  284. package/src/filiale/xinkang/pc/PaperList.vue +2 -9
  285. package/src/filiale/yuansheng/android/SwitchValve.vue +1 -1
  286. package/src/filiale/yunchengminsheng/android/PaperFeedback.vue +1030 -1030
  287. package/src/filiale/yunchengminsheng/android/SafecheckDevices.vue +4 -4
  288. package/src/filiale/yunchengminsheng/pc/PaperList.vue +811 -0
  289. package/src/filiale/yunchengminsheng/pc.js +1 -0
  290. package/src/main.js +33 -33
  291. package/src/plugins/LoadData.js +10 -10
  292. package/src/plugins/LoadParams.js +24 -24
  293. package/src/safecheck-android.js +4 -0
  294. package/src/safecheck.js +6 -0
  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,95 +1,95 @@
1
1
  <style scoped>
2
- .bg {
3
- background-color: blue;
4
- height: 1px;
5
- border: 0;
6
- }
2
+ .bg {
3
+ background-color: blue;
4
+ height: 1px;
5
+ border: 0;
6
+ }
7
7
 
8
- .app-row {
9
- background-color: white;
10
- padding: 10px 10px 0 10px;
11
- border-bottom: 1px solid rgba(235, 235, 235, 0.5);
12
- }
8
+ .app-row {
9
+ background-color: white;
10
+ padding: 10px 10px 0 10px;
11
+ border-bottom: 1px solid rgba(235, 235, 235, 0.5);
12
+ }
13
13
 
14
- .search_input {
15
- border: 0;
16
- outline: none;
17
- }
14
+ .search_input {
15
+ border: 0;
16
+ outline: none;
17
+ }
18
18
 
19
- .font {
20
- font: 15px PingFang-SC-Medium;
21
- color: #666666;
22
- }
19
+ .font {
20
+ font: 15px PingFang-SC-Medium;
21
+ color: #666666;
22
+ }
23
23
 
24
- .input-font {
25
- font: 15px PingFang-SC-Medium;
26
- color: #333333;
27
- }
24
+ .input-font {
25
+ font: 15px PingFang-SC-Medium;
26
+ color: #333333;
27
+ }
28
28
 
29
- .btn-font {
30
- font: 600 16px PingFang-SC-Bold;
31
- color: #499EDF;
32
- }
29
+ .btn-font {
30
+ font: 600 16px PingFang-SC-Bold;
31
+ color: #499EDF;
32
+ }
33
33
 
34
- .btn-color {
35
- background-color: #FFFFFF;
36
- border-radius: 10px;
37
- border: 1px solid #499EDF;
38
- }
34
+ .btn-color {
35
+ background-color: #FFFFFF;
36
+ border-radius: 10px;
37
+ border: 1px solid #499EDF;
38
+ }
39
39
 
40
- .app-text {
41
- font-size: 12px;
42
- }
40
+ .app-text {
41
+ font-size: 12px;
42
+ }
43
43
 
44
- .panel-self {
45
- border-radius: 10px;
46
- border: 1px solid #499EDF;
47
- background-color: #F8F8F8;
48
- }
44
+ .panel-self {
45
+ border-radius: 10px;
46
+ border: 1px solid #499EDF;
47
+ background-color: #F8F8F8;
48
+ }
49
49
 
50
- .yybtn-color {
51
- background-color: #499edf;
52
- border-radius: 4px;
53
- border: 1px solid #499EDF;
54
- color: #FFFFFF;
55
- font: 14px PingFang-SC-Bold;
56
- }
50
+ .yybtn-color {
51
+ background-color: #499edf;
52
+ border-radius: 4px;
53
+ border: 1px solid #499EDF;
54
+ color: #FFFFFF;
55
+ font: 14px PingFang-SC-Bold;
56
+ }
57
57
 
58
- .qxbtn-color {
59
- background-color: #FFFFFF;
60
- border-radius: 4px;
61
- color: #499edf;
62
- font: 14px PingFang-SC-Bold;
63
- border: 1px solid #499EDF;
64
- }
58
+ .qxbtn-color {
59
+ background-color: #FFFFFF;
60
+ border-radius: 4px;
61
+ color: #499edf;
62
+ font: 14px PingFang-SC-Bold;
63
+ border: 1px solid #499EDF;
64
+ }
65
65
 
66
- .button_shrink_top {
67
- width: 35px;
68
- height: 35px;
69
- background-size: 100%;
70
- background-image: url("../../../static/newStyle/stretch_top.png")
71
- }
66
+ .button_shrink_top {
67
+ width: 35px;
68
+ height: 35px;
69
+ background-size: 100%;
70
+ background-image: url("../../../static/newStyle/stretch_top.png")
71
+ }
72
72
 
73
- .button_shrink_bottom {
74
- width: 35px;
75
- height: 35px;
76
- background-size: 100%;
77
- background-image: url("../../../static/newStyle/stretch_bottom.png")
78
- }
73
+ .button_shrink_bottom {
74
+ width: 35px;
75
+ height: 35px;
76
+ background-size: 100%;
77
+ background-image: url("../../../static/newStyle/stretch_bottom.png")
78
+ }
79
79
 
80
- .button_shrink_left {
81
- width: 35px;
82
- height: 35px;
83
- background-size: 100%;
84
- background-image: url("../../../static/newStyle/stretch_left.png")
85
- }
80
+ .button_shrink_left {
81
+ width: 35px;
82
+ height: 35px;
83
+ background-size: 100%;
84
+ background-image: url("../../../static/newStyle/stretch_left.png")
85
+ }
86
86
 
87
- .button_shrink_right {
88
- width: 35px;
89
- height: 35px;
90
- background-size: 100%;
91
- background-image: url("../../../static/newStyle/stretch_right.png")
92
- }
87
+ .button_shrink_right {
88
+ width: 35px;
89
+ height: 35px;
90
+ background-size: 100%;
91
+ background-image: url("../../../static/newStyle/stretch_right.png")
92
+ }
93
93
  </style>
94
94
  <template>
95
95
  <div style="height: auto;width: 100%">
@@ -245,7 +245,11 @@
245
245
  style="background-color:#499edf;float: right;margin-right:10px;"
246
246
  @click="$parent.$parent.$parent.openshowModal1(row)">处理
247
247
  </button>
248
- <!--<button type="button" class="btn btn-default" @click="$parent.$parent.$parent.ceshi">确认2</button>-->
248
+ <button type="button" name="button" class="btn btn-primary"
249
+ v-if="$parent.$parent.$parent.canlook"
250
+ style="background-color:#499edf;float: right"
251
+ @click="$parent.$parent.$parent.showmateria(row)">添加材料
252
+ </button>
249
253
  </div>
250
254
  </div>
251
255
  </div>
@@ -361,274 +365,303 @@
361
365
  <button type="button" class="btn btn-default" @click="closeshowModal1">取消</button>
362
366
  </div>
363
367
  </modal>
368
+ <modal :show.sync="showmaterial" backdrop="false" style="overflow: scroll;height: 100%">
369
+ <header slot="modal-header" class="modal-header text-center">
370
+ <button type="button" class="close" @click="close2"><span>&times;</span></button>
371
+ <h4 class="modal-title">添加材料</h4>
372
+ </header>
373
+ <article slot="modal-body">
374
+ <appinstallation-material v-if="showmaterial" :selectdata = "selectdata"></appinstallation-material>
375
+ </article>
376
+ <footer slot="modal-footer"></footer>
377
+ </modal>
364
378
  </template>
365
379
 
366
380
  <script>
367
- import Vue from 'vue'
368
- import {HttpResetClass, PagedList} from 'vue-client'
369
- import * as Util from '../Util'
381
+ import Vue from 'vue'
382
+ import {HttpResetClass, PagedList} from 'vue-client'
383
+ import * as Util from '../Util'
384
+ import AppInstallationMaterial from './AppInstallationMaterial'
370
385
 
371
- export default {
372
- title: '无计划安检查询',
373
- data() {
374
- return {
375
- row:{},
376
- showModal: false,
377
- showModal1: false,
378
- showimg: '',
379
- deal: {
380
- result: {},
381
- f_deal_path: '',
382
- f_other_dealpath1: '',
383
- f_other_dealpath2: '',
384
- f_deal_remark: '',
385
- f_dealsign_path: '', //签名
386
- f_dealer: Vue.user.name,
387
- f_dealer_id: Vue.user.id
388
- },
389
- user_types: [
390
- {label: '请选择用户类型', value: ''},
391
- {label: '民用', value: '民用'},
392
- {label: '非民用', value: '非民用'},
393
- ],
394
- f_filialeids: '',
395
- model: new PagedList(`${this.$androidUtil.getProxyUrl()}/api/af-safecheck/sql/AndroidDealWith`, 20, {
396
- condition: 'this.condition',
397
- f_filialeids: `'${Vue.user.orgid}'`,
398
- f_checker_id: `'${Vue.user.id}'`
399
- }),
400
- criteriaShow: false,
401
- isNeedDealSign: this.$appdata.getSingleValue('隐患处理是否需要签名') == 'true',
402
- isCancelLimitGas: this.$appdata.getSingleValue('隐患处理-取消限制购气') == '是',
403
- deletebacklistisselect: false
386
+ export default {
387
+ components: {
388
+ 'appinstallation-material': AppInstallationMaterial
389
+ },
390
+ title: '无计划安检查询',
391
+ data() {
392
+ return {
393
+ row:{},
394
+ showModal: false,
395
+ showModal1: false,
396
+ showimg: '',
397
+ deal: {
398
+ result: {},
399
+ f_deal_path: '',
400
+ f_other_dealpath1: '',
401
+ f_other_dealpath2: '',
402
+ f_deal_remark: '',
403
+ f_dealsign_path: '', //签名
404
+ f_dealer: Vue.user.name,
405
+ f_dealer_id: Vue.user.id
406
+ },
407
+ user_types: [
408
+ {label: '请选择用户类型', value: ''},
409
+ {label: '民用', value: '民用'},
410
+ {label: '非民用', value: '非民用'},
411
+ ],
412
+ f_filialeids: '',
413
+ model: new PagedList(`${this.$androidUtil.getProxyUrl()}/api/af-safecheck/sql/AndroidDealWith`, 20, {
414
+ condition: 'this.condition',
415
+ f_filialeids: `'${Vue.user.orgid}'`,
416
+ f_checker_id: `'${Vue.user.id}'`
417
+ }),
418
+ criteriaShow: false,
419
+ isNeedDealSign: this.$appdata.getSingleValue('隐患处理是否需要签名') == 'true',
420
+ isCancelLimitGas: this.$appdata.getSingleValue('隐患处理-取消限制购气') == '是',
421
+ canlook: this.$appdata.getSingleValue('隐患处理添加材料')?true:false,
422
+ deletebacklistisselect: false,
423
+ selectdata:{},
424
+ showmaterial:false
425
+ }
426
+ },
427
+ ready() {
428
+ this.selfSearch()
429
+ },
430
+ methods: {
431
+ showmateria(row){
432
+ debugger
433
+ this.selectdata = {
434
+ f_process_id :row.device_id,
435
+ model:row
404
436
  }
437
+ this.showmaterial = true
405
438
  },
406
- ready() {
407
- this.selfSearch()
439
+ close2(){
440
+ this.showmaterial = false
441
+ this.selectdata ={}
408
442
  },
409
- methods: {
410
- async deletebacklist() {
411
- ////tag)
412
- let http = new HttpResetClass()
413
- ////tag
414
- let res1 = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-safecheck/sql/safe_singleTable_OrderBy`, {
415
- data: {
416
- items: "*",
417
- tablename: "t_userinfo",
418
- condition: `f_userinfo_code = ${this.deal.result.f_userinfo_code}`,
419
- orderitem: "f_userinfo_code"
420
- }
421
- }, {resolveMsg: null, rejectMsg: null})
422
- ////tag)
423
- ////tag
424
- let res2 = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-revenue/logic/backlistOperate`, {
425
- data: {
426
- "f_operat_type": "取消拉黑",
427
- "f_state": "有效",
428
- "f_user_name": this.deal.result.f_user_name,
429
- "f_comments": '',
430
- "f_operator": Vue.user.name,
431
- "f_operatorid": Vue.user.id,
432
- "f_orgid": Vue.user.orgid,
433
- "f_orgname": Vue.user.orgs,
434
- "f_depid": Vue.user.depids,
435
- "f_depname": Vue.user.deps,
436
- "f_describe": `${Vue.user.name}对用户${this.deal.result.f_user_name}进行取消拉黑`,
437
- "f_userinfo_id": {
438
- "f_userinfo_id": res1.data[0].f_userinfo_id,
439
- "f_user_state": "正常",
440
- "version": res1.data[0].version
441
- },
442
- "f_limit_times":"",
443
- "f_limit_value":""
444
- }
445
- }, {resolveMsg: null, rejectMsg: null})
446
- },
447
- // 签名回调
448
- signCallback(prop, fileName) {
449
- console.log("签名回调地址" + fileName)
450
- // HostApp.alert('绑定属性:' + prop + ' 文件全路径如file:///storage/sdcard0/safecheck/abc.jpg:' + fullFileName)
451
- HostApp.__this__.$set('deal.f_dealsign_path', fileName)
452
- HostApp.__callback__ = null
453
- HostApp.__this__ = null
454
- },
455
- // 用户签名
456
- sign() {
457
- if (!this.deal.f_deal_path) {
458
- this.$showMessage('请先拍摄处理后照片!!!')
459
- return
443
+ async deletebacklist() {
444
+ ////tag)
445
+ let http = new HttpResetClass()
446
+ ////tag
447
+ let res1 = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-safecheck/sql/safe_singleTable_OrderBy`, {
448
+ data: {
449
+ items: "*",
450
+ tablename: "t_userinfo",
451
+ condition: `f_userinfo_code = ${this.deal.result.f_userinfo_code}`,
452
+ orderitem: "f_userinfo_code"
453
+ }
454
+ }, {resolveMsg: null, rejectMsg: null})
455
+ ////tag)
456
+ ////tag
457
+ let res2 = await http.load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-safecheck/logic/backlistOperate`, {
458
+ data: {
459
+ "f_operat_type": "取消拉黑",
460
+ "f_state": "有效",
461
+ "f_user_name": this.deal.result.f_user_name,
462
+ "f_comments": '',
463
+ "f_operator": Vue.user.name,
464
+ "f_operatorid": Vue.user.id,
465
+ "f_orgid": Vue.user.orgid,
466
+ "f_orgname": Vue.user.orgs,
467
+ "f_depid": Vue.user.depids,
468
+ "f_depname": Vue.user.deps,
469
+ "f_describe": `${Vue.user.name}对用户${this.deal.result.f_user_name}进行取消拉黑`,
470
+ "f_userinfo_id": {
471
+ "f_userinfo_id": res1.data[0].f_userinfo_id,
472
+ "f_user_state": "正常",
473
+ "version": res1.data[0].version
474
+ },
475
+ "f_limit_times":"",
476
+ "f_limit_value":""
460
477
  }
461
- this.delAudioFile('f_dealsign_path', this.deal.f_dealsign_path)
462
- let prop = 'f_dealsign_path'
463
- let idx = 'aofeng'
464
- let fileName
465
- if (!this.deal.f_dealsign_path) {
466
- fileName = Util.guid() + '-valve-' + idx + '-' + prop + '.jpg'
478
+ }, {resolveMsg: null, rejectMsg: null})
479
+ },
480
+ // 签名回调
481
+ signCallback(prop, fileName) {
482
+ console.log("签名回调地址" + fileName)
483
+ // HostApp.alert('绑定属性:' + prop + ' 文件全路径如file:///storage/sdcard0/safecheck/abc.jpg:' + fullFileName)
484
+ HostApp.__this__.$set('deal.f_dealsign_path', fileName)
485
+ HostApp.__callback__ = null
486
+ HostApp.__this__ = null
487
+ },
488
+ // 用户签名
489
+ sign() {
490
+ if (!this.deal.f_deal_path) {
491
+ this.$showMessage('请先拍摄处理后照片!!!')
492
+ return
493
+ }
494
+ this.delAudioFile('f_dealsign_path', this.deal.f_dealsign_path)
495
+ let prop = 'f_dealsign_path'
496
+ let idx = 'aofeng'
497
+ let fileName
498
+ if (!this.deal.f_dealsign_path) {
499
+ fileName = Util.guid() + '-valve-' + idx + '-' + prop + '.jpg'
500
+ } else {
501
+ fileName = Util.getFileName(this.deal.f_dealsign_path)
502
+ }
503
+ HostApp.__callback__ = this.signCallback
504
+ HostApp.__this__ = this
505
+ HostApp.getSignature({
506
+ file: fileName,
507
+ requestCode: 111,
508
+ callback: 'javascript:HostApp.__callback__("' + prop + '", "%s");'
509
+ })
510
+ },
511
+ delAudioFile(prop, fileName) {
512
+ if (!fileName)
513
+ return
514
+ else {
515
+ HostApp.delfile(fileName)
516
+ this.deal[prop] = null
517
+ }
518
+ },
519
+ commitDealDefect() {
520
+ //tag
521
+ //tag)
522
+ // if (!this.deal.f_deal_path) {
523
+ // this.$showMessage('处理后照片必须上传')
524
+ // return
525
+ // }
526
+ if (this.isNeedDealSign && !this.deal.f_dealsign_path) {
527
+ this.$showMessage('签名必须上传')
528
+ return
529
+ }
530
+ if (this.deletebacklistisselect){
531
+ this.deletebacklist()
532
+ }
533
+ this.deal.f_other_dealpath = this.deal.f_deal_path
534
+ HostApp.__this__ = this
535
+ HostApp.logicWithHint({
536
+ 'logic': 'safe_dealWithDefect', 'callback': 'javascript: HostApp.__this__.commitCallBack()',
537
+ 'data': this.deal, 'backresult': 1
538
+ })
539
+ },
540
+ commitCallBack(jo) {
541
+ //tag
542
+ //tag)
543
+ if (jo.state == 'ok') {
544
+ let ress = JSON.parse(jo.result)
545
+ if (ress.code == 200) {
546
+ this.$showMessage(ress.msg)
547
+ this.closeshowModal1()
467
548
  } else {
468
- fileName = Util.getFileName(this.deal.f_dealsign_path)
549
+ this.$showMessage(ress.msg)
469
550
  }
470
- HostApp.__callback__ = this.signCallback
471
- HostApp.__this__ = this
472
- HostApp.getSignature({
551
+ } else {
552
+ this.$showMessage('本地服务调用失败')
553
+ }
554
+ },
555
+ delfile(prop, fileName) {
556
+ if (fileName == Vue.nopic)
557
+ return
558
+ else {
559
+ HostApp.delfile(fileName)
560
+ this.deal[prop] = Vue.nopic
561
+ }
562
+ },
563
+ openshowModal(val) {
564
+ this.row = val
565
+ this.showModal = true
566
+ },
567
+ closeshowModal() {
568
+ this.showimg = ''
569
+ this.showModal = false
570
+ },
571
+ openshowModal1(val) {
572
+ this.deal.result = val
573
+ //tag
574
+ //tag
575
+ this.deletebacklistisselect = false
576
+ this.showModal1 = true
577
+ },
578
+ closeshowModal1() {
579
+ this.deal = {
580
+ result: {},
581
+ f_deal_path: '',
582
+ f_other_dealpath1: '',
583
+ f_other_dealpath2: '',
584
+ f_deal_remark: '',
585
+ f_dealsign_path: '', //签名
586
+ f_dealer: Vue.user.name,
587
+ f_dealer_id: Vue.user.id
588
+ }
589
+ this.showModal1 = false
590
+ this.selfSearch()
591
+ },
592
+ cameraCallBack(prop, fileName) {
593
+ HostApp.__this__.$set( 'deal.'+prop+'', fileName)
594
+ HostApp.__callback__ = null
595
+ HostApp.__this__ = null
596
+ },
597
+ takePic(prop, title) {
598
+ HostApp.__callback__ = this.cameraCallBack
599
+ HostApp.__this__ = this
600
+ let fileName
601
+ if (!this.deal[prop] || this.deal[prop].includes("nopic.png")) {
602
+ fileName = Util.guid() + '-' + prop + '.jpg'
603
+ } else {
604
+ fileName = Util.getFileName(this.deal[prop])
605
+ }
606
+ //tag
607
+ //tag
608
+ HostApp._open_a_page({
609
+ type: 'boomerang',
610
+ page: 'com.aofeng.hybrid.android.peripheral.CameraActivity',
611
+ param: {
473
612
  file: fileName,
474
613
  requestCode: 111,
475
- callback: 'javascript:HostApp.__callback__("' + prop + '", "%s");'
476
- })
477
- },
478
- delAudioFile(prop, fileName) {
479
- if (!fileName)
480
- return
481
- else {
482
- HostApp.delfile(fileName)
483
- this.deal[prop] = null
484
- }
485
- },
486
- commitDealDefect() {
487
- //tag
488
- //tag)
489
- // if (!this.deal.f_deal_path) {
490
- // this.$showMessage('处理后照片必须上传')
491
- // return
492
- // }
493
- if (this.isNeedDealSign && !this.deal.f_dealsign_path) {
494
- this.$showMessage('签名必须上传')
495
- return
496
- }
497
- if (this.deletebacklistisselect){
498
- this.deletebacklist()
499
- }
500
- this.deal.f_other_dealpath = this.deal.f_deal_path
501
- HostApp.__this__ = this
502
- HostApp.logicWithHint({
503
- 'logic': 'safe_dealWithDefect', 'callback': 'javascript: HostApp.__this__.commitCallBack()',
504
- 'data': this.deal, 'backresult': 1
505
- })
506
- },
507
- commitCallBack(jo) {
508
- //tag
509
- //tag)
510
- if (jo.state == 'ok') {
511
- let ress = JSON.parse(jo.result)
512
- if (ress.code == 200) {
513
- this.$showMessage(ress.msg)
514
- this.closeshowModal1()
515
- } else {
516
- this.$showMessage(ress.msg)
517
- }
518
- } else {
519
- this.$showMessage('本地服务调用失败')
520
- }
521
- },
522
- delfile(prop, fileName) {
523
- if (fileName == Vue.nopic)
524
- return
525
- else {
526
- HostApp.delfile(fileName)
527
- this.deal[prop] = Vue.nopic
528
- }
529
- },
530
- openshowModal(val) {
531
- this.row = val
532
- this.showModal = true
533
- },
534
- closeshowModal() {
535
- this.showimg = ''
536
- this.showModal = false
537
- },
538
- openshowModal1(val) {
539
- this.deal.result = val
540
- //tag
541
- //tag
542
- this.deletebacklistisselect = false
543
- this.showModal1 = true
544
- },
545
- closeshowModal1() {
546
- this.deal = {
547
- result: {},
548
- f_deal_path: '',
549
- f_other_dealpath1: '',
550
- f_other_dealpath2: '',
551
- f_deal_remark: '',
552
- f_dealsign_path: '', //签名
553
- f_dealer: Vue.user.name,
554
- f_dealer_id: Vue.user.id
555
- }
556
- this.showModal1 = false
557
- this.selfSearch()
558
- },
559
- cameraCallBack(prop, fileName) {
560
- HostApp.__this__.$set( 'deal.'+prop+'', fileName)
561
- HostApp.__callback__ = null
562
- HostApp.__this__ = null
563
- },
564
- takePic(prop, title) {
565
- HostApp.__callback__ = this.cameraCallBack
566
- HostApp.__this__ = this
567
- let fileName
568
- if (!this.deal[prop] || this.deal[prop].includes("nopic.png")) {
569
- fileName = Util.guid() + '-' + prop + '.jpg'
570
- } else {
571
- fileName = Util.getFileName(this.deal[prop])
614
+ callback: 'javascript:HostApp.__callback__("' + prop + '", "%s");',
615
+ watermark: title + '\t时间:' + Util.toStandardTimeString() + '\t' + Vue.user.name
572
616
  }
573
- //tag
574
- //tag
575
- HostApp._open_a_page({
576
- type: 'boomerang',
577
- page: 'com.aofeng.hybrid.android.peripheral.CameraActivity',
578
- param: {
579
- file: fileName,
580
- requestCode: 111,
581
- callback: 'javascript:HostApp.__callback__("' + prop + '", "%s");',
582
- watermark: title + '\t时间:' + Util.toStandardTimeString() + '\t' + Vue.user.name
583
- }
584
- })
585
- },
586
- selfSearch() {
617
+ })
618
+ },
619
+ selfSearch() {
587
620
 
588
- let condition = "1=1 "
589
- if (this.$refs.paged.$refs.cri.model.f_user_name) {
590
- if (this.$refs.paged.$refs.cri.model.f_user_name.toString().trim()) {
591
- condition += " and tcp.f_user_name like '" + this.$refs.paged.$refs.cri.model.f_user_name + "%'"
592
- }
621
+ let condition = "1=1 "
622
+ if (this.$refs.paged.$refs.cri.model.f_user_name) {
623
+ if (this.$refs.paged.$refs.cri.model.f_user_name.toString().trim()) {
624
+ condition += " and tcp.f_user_name like '" + this.$refs.paged.$refs.cri.model.f_user_name + "%'"
593
625
  }
594
- if (this.$refs.paged.$refs.cri.model.f_userinfo_code) {
595
- if (this.$refs.paged.$refs.cri.model.f_userinfo_code.toString().trim()) {
596
- condition += " and tcp.f_userinfo_code = '" + this.$refs.paged.$refs.cri.model.f_userinfo_code + "'"
597
- }
626
+ }
627
+ if (this.$refs.paged.$refs.cri.model.f_userinfo_code) {
628
+ if (this.$refs.paged.$refs.cri.model.f_userinfo_code.toString().trim()) {
629
+ condition += " and tcp.f_userinfo_code = '" + this.$refs.paged.$refs.cri.model.f_userinfo_code + "'"
598
630
  }
599
- if (this.$refs.paged.$refs.cri.model.f_checker_name) {
600
- if (this.$refs.paged.$refs.cri.model.f_checker_name.toString().trim()) {
601
- condition += " and tcp.f_checker_name = '" + this.$refs.paged.$refs.cri.model.f_checker_name + "'"
602
- }
631
+ }
632
+ if (this.$refs.paged.$refs.cri.model.f_checker_name) {
633
+ if (this.$refs.paged.$refs.cri.model.f_checker_name.toString().trim()) {
634
+ condition += " and tcp.f_checker_name = '" + this.$refs.paged.$refs.cri.model.f_checker_name + "'"
603
635
  }
604
- if (this.$refs.paged.$refs.cri.model.f_address) {
605
- if (this.$refs.paged.$refs.cri.model.f_address.toString().trim()) {
606
- condition += " and tcp.f_address like '%" + this.$refs.paged.$refs.cri.model.f_address + "%'"
607
- }
636
+ }
637
+ if (this.$refs.paged.$refs.cri.model.f_address) {
638
+ if (this.$refs.paged.$refs.cri.model.f_address.toString().trim()) {
639
+ condition += " and tcp.f_address like '%" + this.$refs.paged.$refs.cri.model.f_address + "%'"
608
640
  }
609
- if (this.$refs.paged.$refs.cri.model.f_start_date) {
610
- if (this.$refs.paged.$refs.cri.model.f_start_date.toString().trim()) {
611
- condition += " and tdl.f_create_time > '" + this.$refs.paged.$refs.cri.model.f_start_date + "'"
612
- }
641
+ }
642
+ if (this.$refs.paged.$refs.cri.model.f_start_date) {
643
+ if (this.$refs.paged.$refs.cri.model.f_start_date.toString().trim()) {
644
+ condition += " and tdl.f_create_time > '" + this.$refs.paged.$refs.cri.model.f_start_date + "'"
613
645
  }
614
- if (this.$refs.paged.$refs.cri.model.f_end_date) {
615
- if (this.$refs.paged.$refs.cri.model.f_end_date.toString().trim()) {
616
- condition += " and tdl.f_create_time < '" + this.$refs.paged.$refs.cri.model.f_end_date + "'"
617
- }
646
+ }
647
+ if (this.$refs.paged.$refs.cri.model.f_end_date) {
648
+ if (this.$refs.paged.$refs.cri.model.f_end_date.toString().trim()) {
649
+ condition += " and tdl.f_create_time < '" + this.$refs.paged.$refs.cri.model.f_end_date + "'"
618
650
  }
619
- if (this.$refs.paged.$refs.cri.model.f_user_type) {
620
- if (this.$refs.paged.$refs.cri.model.f_user_type.toString().trim()) {
621
- condition += " and f_user_type = '" + this.$refs.paged.$refs.cri.model.f_user_type + "'"
622
- }
651
+ }
652
+ if (this.$refs.paged.$refs.cri.model.f_user_type) {
653
+ if (this.$refs.paged.$refs.cri.model.f_user_type.toString().trim()) {
654
+ condition += " and f_user_type = '" + this.$refs.paged.$refs.cri.model.f_user_type + "'"
623
655
  }
656
+ }
624
657
 
625
- //tag
626
- this.model.search(condition)
627
- },
658
+ //tag
659
+ this.model.search(condition)
660
+ },
628
661
 
629
- hidden() {
630
- this.criteriaShow = !this.criteriaShow
631
- }
662
+ hidden() {
663
+ this.criteriaShow = !this.criteriaShow
632
664
  }
633
665
  }
666
+ }
634
667
  </script>