safecheck-client 3.0.34-1 → 3.0.34-100

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 (183) hide show
  1. package/package.json +1 -1
  2. package/src/App-/345/215/225/351/241/265/351/235/242/346/211/223/345/214/205/347/224/250.vue +55 -0
  3. package/src/assets/123.png +0 -0
  4. package/src/assets/f8632d3c8c4c1cb68e99da754cab1a7.png +0 -0
  5. package/src/components/LoadData.vue +62 -0
  6. package/src/components/NewDefectList/DefectListNew.vue +1 -0
  7. package/src/components/android/AddPlanItemYy.vue +451 -0
  8. package/src/components/android/AndroidDefectDeal.vue +1 -0
  9. package/src/components/android/AndroidDefectDealBeforeSafe.vue +502 -0
  10. package/src/components/android/AreaPlan.vue +1 -7
  11. package/src/components/android/AreaSelect.vue +198 -0
  12. package/src/components/android/BuildingSelect.vue +192 -0
  13. package/src/components/android/CheckPlanSelect.vue +229 -0
  14. package/src/components/android/CurrentCreateYy.vue +1051 -0
  15. package/src/components/android/ImgSelfAndroid.vue +181 -181
  16. package/src/components/android/PaperFeedback.vue +34 -1
  17. package/src/components/android/PaperFeedbackTemp.vue +1 -1
  18. package/src/components/android/QRCode/QRCodeBinding.vue +300 -0
  19. package/src/components/android/QRCode/QRCodePage.vue +212 -0
  20. package/src/components/android/SafecheckDevices.vue +4 -4
  21. package/src/components/android/SafecheckDevicesTemp.vue +1 -1
  22. package/src/components/android/SafecheckOrderV.vue +8 -12
  23. package/src/components/android/UserinfoSelect.vue +714 -0
  24. package/src/components/android/examples/410.png +0 -0
  25. package/src/components/android/examples/SafeListExamples.vue +296 -0
  26. package/src/components/android/examples/UserExamples.vue +137 -0
  27. package/src/components/android/examples/ViewDetailsExamples.vue +1235 -0
  28. package/src/components/android/examples/touxiang.png +0 -0
  29. package/src/components/android/userinfo/SafecheckUserInfo.vue +1 -1
  30. package/src/components/pc/SafeVisitInfo.vue +261 -0
  31. package/src/components/rongcheng/AddPlanItem.vue +8 -0
  32. package/src/components/rongcheng/AspiratedAreaPlan.vue +574 -464
  33. package/src/components/rongcheng/AspiratedUserInfo.vue +1 -1
  34. package/src/components/rongcheng/CheckSearchUser.vue +46 -16
  35. package/src/components/rongcheng/PaperStatem.vue +6 -1
  36. package/src/components/rongcheng/PhoneDevicesInfo.vue +16 -1
  37. package/src/components/rongcheng/PhoneUpUserinfo.vue +1236 -1328
  38. package/src/components/rongcheng/SafecheckOrderV.vue +12 -3
  39. package/src/components/rongcheng/SafecheckOrderVCli.vue +9 -0
  40. package/src/filiale/baiyin/android/AndroidDefectDeal.vue +633 -633
  41. package/src/filiale/baiyin/android/SafecheckOrderV.vue +2785 -0
  42. package/src/filiale/baiyin/android.js +11 -10
  43. package/src/filiale/baiyin/pc/CheckPlanAreaList.vue +485 -485
  44. package/src/filiale/baiyin/pc/CheckSearchUser.vue +1067 -1067
  45. package/src/filiale/baiyin/pc/DefectListNew.vue +597 -597
  46. package/src/filiale/baiyin/pc/DefectMainNew.vue +63 -63
  47. package/src/filiale/baiyin/pc/DefectPaperNew.vue +1052 -1052
  48. package/src/filiale/baiyin/pc/PaperList.vue +790 -790
  49. package/src/filiale/baiyin/pc/PlanChooser.vue +167 -167
  50. package/src/filiale/baiyin/pc/PlanManage.vue +834 -834
  51. package/src/filiale/baiyin/pc/RightTreeSafe.vue +348 -348
  52. package/src/filiale/baiyin/pc/RoleSelector.vue +160 -160
  53. package/src/filiale/bayan/android/AddPlanItem.vue +8 -0
  54. package/src/filiale/bayan/android/PaperFeedback.vue +68 -50
  55. package/src/filiale/bayan/android/PhoneUpUserinfo.vue +40 -40
  56. package/src/filiale/bayan/android/SafecheckDevices.vue +1 -1
  57. package/src/filiale/bayan/android/SafecheckOrderV.vue +58 -58
  58. package/src/filiale/bayan/android/SafecheckUserInfo.vue +6 -1
  59. package/src/filiale/bayan/pc/NewCheckpaper.vue +50 -46
  60. package/src/filiale/bayan/pc/PaperList.vue +1 -0
  61. package/src/filiale/dexin/android/SafecheckDevices.vue +1 -1
  62. package/src/filiale/fugou/pc/CheckBookSearchUser.vue +35 -15
  63. package/src/filiale/hanzhong/android/PaperFeedback.vue +1 -1
  64. package/src/filiale/hanzhong/android/SafecheckDevices.vue +1 -1
  65. package/src/filiale/hanzhong/android/SafecheckUserInfo.vue +1 -1
  66. package/src/filiale/huaran/android/SafecheckOrderV.vue +2803 -0
  67. package/src/filiale/huaran/android.js +12 -0
  68. package/src/filiale/huaran/pc/CheckBook.vue +313 -0
  69. package/src/filiale/huaran/pc/CheckBookAll.vue +69 -0
  70. package/src/filiale/huaran/pc/CheckBookArea.vue +170 -0
  71. package/src/filiale/huaran/pc/CheckBookCompany.vue +166 -0
  72. package/src/filiale/huaran/pc/CheckBookDetails.vue +196 -0
  73. package/src/filiale/huaran/pc/CheckBookEntry.vue +61 -0
  74. package/src/filiale/huaran/pc/CheckBookList.vue +386 -0
  75. package/src/filiale/huaran/pc/CheckBookSearchArea.vue +564 -0
  76. package/src/filiale/huaran/pc/CheckBookSearchUnit.vue +229 -0
  77. package/src/filiale/huaran/pc/CheckBookSearchUser.vue +604 -0
  78. package/src/filiale/huaran/pc/CheckBookUser.vue +112 -0
  79. package/src/filiale/huaran/pc/PaperList.vue +822 -0
  80. package/src/filiale/huaran/pc/PlanManage.vue +887 -0
  81. package/src/filiale/huaran/pc/checkPlanList.vue +419 -0
  82. package/src/filiale/huaran/pc/checkUserList.vue +867 -0
  83. package/src/filiale/huaran/pc.js +27 -0
  84. package/src/filiale/jiaxian/android/AddPlanItem.vue +447 -0
  85. package/src/filiale/jiaxian/android/PhoneUpUserinfo.vue +1229 -0
  86. package/src/filiale/jiaxian/android/SafecheckDevices.vue +1298 -1298
  87. package/src/filiale/jiaxian/android/SafecheckOrderV.vue +2807 -0
  88. package/src/filiale/jiaxian/android/SafecheckUserInfo.vue +784 -0
  89. package/src/filiale/jiaxian/android.js +14 -10
  90. package/src/filiale/jiaxian/pc.js +12 -12
  91. package/src/filiale/jingyang/android/PaperFeedback.vue +1 -1
  92. package/src/filiale/jingyang/android/SafecheckUserInfo.vue +1 -1
  93. package/src/filiale/kelai/pc/CheckPlanAreaList.vue +15 -7
  94. package/src/filiale/pingxiang/android/PaperFeedback.vue +1 -1
  95. package/src/filiale/qianneng/android/SafecheckOrderV.vue +1 -1
  96. package/src/filiale/qingjian/android/PhoneUpUserinfo.vue +1270 -1270
  97. package/src/filiale/qingjian/android/SafecheckDevices.vue +1 -1
  98. package/src/filiale/qingjian/android/SafecheckOrderV.vue +2844 -2844
  99. package/src/filiale/qingjian/android/SafecheckUserInfo.vue +1 -1
  100. package/src/filiale/qingtongxia/android/AddPlanItem.vue +450 -0
  101. package/src/filiale/qingtongxia/android/CurrentCreate.vue +1053 -0
  102. package/src/filiale/qingtongxia/android/PhoneUpUserinfo.vue +1230 -0
  103. package/src/filiale/qingtongxia/android/SafecheckUserInfo.vue +782 -0
  104. package/src/filiale/qingtongxia/android.js +4 -0
  105. package/src/filiale/ruihua/android/SafecheckOrderV.vue +2747 -0
  106. package/src/filiale/ruihua/android/SafecheckUserInfo.vue +804 -0
  107. package/src/filiale/ruihua/android.js +11 -0
  108. package/src/filiale/shanxian/android/AddPlanItem.vue +447 -0
  109. package/src/filiale/shanxian/android/SafecheckOrderV.vue +1 -1
  110. package/src/filiale/shanxian/android.js +1 -0
  111. package/src/filiale/shanxian/pc/PaperList.vue +785 -0
  112. package/src/filiale/shanxian/pc/checkUserList.vue +4 -4
  113. package/src/filiale/shanxian/pc.js +2 -2
  114. package/src/filiale/shiquan/android/SafecheckDevices.vue +1 -1
  115. package/src/filiale/siyang/android/AddPlanItem.vue +450 -0
  116. package/src/filiale/siyang/android/AppCheckPlan.vue +246 -0
  117. package/src/filiale/siyang/android/CurrentCreate.vue +1051 -0
  118. package/src/filiale/siyang/android/SafecheckUserInfo.vue +1 -1
  119. package/src/filiale/siyang/android.js +4 -0
  120. package/src/filiale/siyang/pc/CheckBookList.vue +396 -0
  121. package/src/filiale/siyang/pc/CheckBookSearchArea.vue +667 -0
  122. package/src/filiale/siyang/pc/CheckPlanAreaList.vue +512 -0
  123. package/src/filiale/siyang/pc/CheckSearchUser.vue +1035 -0
  124. package/src/filiale/siyang/pc/HiddenSituation.vue +167 -0
  125. package/src/filiale/siyang/pc/checkPlanList.vue +367 -0
  126. package/src/filiale/siyang/pc/checkUserList.vue +22 -18
  127. package/src/filiale/siyang/pc.js +6 -0
  128. package/src/filiale/tongchuan/android/SafecheckDevices.vue +2 -2
  129. package/src/filiale/tongchuan/android/Select.vue +421 -0
  130. package/src/filiale/tongchuan/android.js +1 -0
  131. package/src/filiale/tongchuan/pc/CheckPlanCountChartArea.vue +3 -1
  132. package/src/filiale/tongchuan/pc/DefectPaperWeiXiu.vue +6 -2
  133. package/src/filiale/tongchuan/pc/HiddenSituation.vue +3 -1
  134. package/src/filiale/tongchuan/pc/NewCheckpaper.vue +13 -22
  135. package/src/filiale/tongchuan/pc/PaperDefectMain.vue +1 -1
  136. package/src/filiale/tongchuan/pc/SelectCheckPlan.vue +5 -2
  137. package/src/filiale/tongchuan/pc/checkUserList.vue +30 -0
  138. package/src/filiale/tongchuan/utils/EventListener.js +29 -0
  139. package/src/filiale/tongchuan/utils/coerceBoolean.js +7 -0
  140. package/src/filiale/weinan/android/SafecheckDevices.vue +1 -1
  141. package/src/filiale/weinan/android/SafecheckOrderV.vue +6 -2
  142. package/src/filiale/weinan/pc/CheckBookSearchUserList.vue +75 -62
  143. package/src/filiale/weinan/pc/CheckDetail.vue +11 -11
  144. package/src/filiale/weinan/pc/DefectPaperNew.vue +31 -0
  145. package/src/filiale/weinan/pc/DeviceChange.vue +1088 -0
  146. package/src/filiale/weinan/pc/checkUserList.vue +49 -113
  147. package/src/filiale/weinan/pc.js +1 -0
  148. package/src/filiale/wuan/android/SafecheckOrderV.vue +5 -1
  149. package/src/filiale/wuan/android/SafecheckUserInfo.vue +10 -5
  150. package/src/filiale/xilan/android/AddPlanItem.vue +457 -0
  151. package/src/filiale/xilan/android/CurrentCreate.vue +1063 -0
  152. package/src/filiale/xilan/android.js +11 -0
  153. package/src/filiale/xilan/pc/checkUserList.vue +772 -0
  154. package/src/filiale/xilan/pc.js +12 -0
  155. package/src/filiale/yangchunboneng/android/CurrentCreate.vue +8 -11
  156. package/src/filiale/yangchunboneng/android/DailyworkloadQuery.vue +8 -13
  157. package/src/filiale/yangchunboneng/android/NewCheckpaperAndroid.vue +1362 -1362
  158. package/src/filiale/yangchunboneng/android/PaperFeedback.vue +1731 -1731
  159. package/src/filiale/yangchunboneng/android/PhoneUpUserinfo.vue +1235 -1235
  160. package/src/filiale/yangchunboneng/android/SafecheckDevices.vue +1336 -1332
  161. package/src/filiale/yangchunboneng/android/SafecheckOrderV.vue +2865 -2845
  162. package/src/filiale/yangchunboneng/android/SafecheckUserInfo.vue +887 -887
  163. package/src/filiale/yangchunboneng/android/safeHistoryLook.vue +8 -13
  164. package/src/filiale/yangchunboneng/pc/CheckBookSearchUser.vue +23 -11
  165. package/src/filiale/yangchunboneng/pc/CheckBookUser.vue +9 -9
  166. package/src/filiale/yangchunboneng/pc/CheckPlanAreaList.vue +96 -30
  167. package/src/filiale/yangchunboneng/pc/CheckSearchUser.vue +1192 -1192
  168. package/src/filiale/yangchunboneng/pc/DefectPaperNew.vue +54 -3
  169. package/src/filiale/yangchunboneng/pc/PaperDefectMain.vue +1046 -944
  170. package/src/filiale/yangchunboneng/pc/PaperList.vue +29 -0
  171. package/src/filiale/yongzhou/android/PaperFeedback.vue +1 -1
  172. package/src/filiale/yongzhou/android/SafecheckDevices.vue +1 -1
  173. package/src/filiale/yongzhou/android/SafecheckUserInfo.vue +1 -1
  174. package/src/filiale/yuansheng/android/SafecheckDevices.vue +11 -1
  175. package/src/filiale/yuansheng/pc/NewCheckpaper.vue +10 -2
  176. package/src/filiale/yunchengminsheng/android/PaperFeedback.vue +1 -1
  177. package/src/filiale/yunchengminsheng/android/SafecheckDevices.vue +1 -1
  178. package/src/filiale/yunchengminsheng/android/SafecheckUserInfo.vue +1 -1
  179. package/src/main-/345/215/225/351/241/265/351/235/242/346/211/223/345/214/205/347/224/250.js +24 -0
  180. package/src/main.js +33 -33
  181. package/src/safecheck-android.js +307 -296
  182. package/src/safecheck-page.js +12 -0
  183. package/src/safecheck.js +3 -0
@@ -0,0 +1,1051 @@
1
+ <style scoped>
2
+ .bg {
3
+ background-color: blue;
4
+ height: 1px;
5
+ border: 0;
6
+ }
7
+ .app-row {
8
+ background-color: white;
9
+ padding: 10px 10px 0 10px;
10
+ border-bottom: 1px solid rgba(235, 235, 235, 0.5);
11
+ }
12
+ .search_input {
13
+ border: 0;
14
+ outline: none;
15
+ }
16
+ .font{
17
+ font: 15px PingFang-SC-Medium;
18
+ color: #666666;
19
+ }
20
+ .input-font{
21
+ font: 15px PingFang-SC-Medium;
22
+ color: #333333;
23
+ }
24
+ .btn-font{
25
+ font:600 16px PingFang-SC-Bold;
26
+ color: #499EDF;
27
+ }
28
+ .btn-color{
29
+ background-color: #FFFFFF;
30
+ border-radius: 10px ;
31
+ border: 1px solid #499EDF;
32
+ }
33
+ .app-text {
34
+ font-size: 12px;
35
+ }
36
+ .panel-self{
37
+ border-radius: 10px;
38
+ border:1px solid #499EDF;
39
+ background-color: #F8F8F8;
40
+ }
41
+ .yybtn-color{
42
+ background-color:#499edf;
43
+ border-radius: 4px ;
44
+ border: 1px solid #499EDF;
45
+ color: #FFFFFF;
46
+ font: 14px PingFang-SC-Bold;
47
+ }
48
+ .qxbtn-color{
49
+ background-color: #FFFFFF;
50
+ border-radius: 4px ;
51
+ color: #499edf;
52
+ font: 14px PingFang-SC-Bold;
53
+ border: 1px solid #499EDF;
54
+ }
55
+
56
+ .button_shrink_top {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/stretch_top.png")}
57
+ .button_shrink_bottom {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/stretch_bottom.png")}
58
+ .button_shrink_left {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/stretch_left.png")}
59
+ .button_shrink_right {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/stretch_right.png")}
60
+ </style>
61
+ <style>
62
+ .clear-select-with .dropdown-menu{
63
+ left: 0px !important;
64
+ width: 200% !important;
65
+ }
66
+ </style>
67
+ <template>
68
+ <div style="height: auto;width: 100%">
69
+ <criteria-paged :model="model" v-ref:paged>
70
+ <criteria partial='criteria' @condition-changed='search' v-ref:cri>
71
+ <div partial>
72
+ <form>
73
+ <div class="row app-row">
74
+ <!--小区名称-->
75
+ <v-select :value.sync="model.f_residential_area"
76
+ class="input-font clear-select-with"
77
+ :options='$parent.$parent.residentialAreaOptions'
78
+ placeholder='小区名称'
79
+ :width="'32.5%'"
80
+ v-model="model.f_residential_area"
81
+ condition="ti.f_residential_area = '{}'"
82
+ @change="$parent.$parent.getbuilds"
83
+ close-on-select clear-button>
84
+ </v-select>
85
+ <!--楼栋-->
86
+ <v-select :value.sync="model.f_building"
87
+ class="input-font"
88
+ :options='$parent.$parent.buildOptions'
89
+ placeholder='楼栋'
90
+ :width="'32.5%'"
91
+ v-model="model.f_building"
92
+ condition="ti.f_building = '{}'"
93
+ @change="$parent.$parent.getUnits"
94
+ close-on-select clear-button>
95
+ </v-select>
96
+ <!--单元-->
97
+ <v-select :value.sync="model.f_unit"
98
+ class="input-font"
99
+ :options='$parent.$parent.unitOptions'
100
+ placeholder='单元'
101
+ :width="'32.5%'"
102
+ v-model="model.f_unit"
103
+ condition="ti.f_unit = '{}'"
104
+ close-on-select clear-button>
105
+ </v-select>
106
+ </div>
107
+ <div class="row app-row">
108
+ <div class="col-xs-4">
109
+ <img src="../../../assets/用户ID.png" style="width: 20px;margin-bottom: 5px" alt="">
110
+ <label for="f_userinfo_code" class="font text-left">用户编号:</label>
111
+ </div>
112
+ <div class="col-xs-8" >
113
+ <input id="f_userinfo_code" class="search_input input-font"
114
+ v-model=model.f_userinfo_code condition="f_userinfo_code like '%{}%'" />
115
+ </div>
116
+ </div>
117
+ <div class="row app-row">
118
+ <div class="col-xs-4">
119
+ <img src="../../../assets/用户姓名.png" style="width: 20px;margin-bottom: 5px" alt="">
120
+ <label class="font text-left">用户姓名:</label>
121
+ </div>
122
+ <div class="col-xs-8" >
123
+ <input class="search_input input-font" v-model=model.f_user_name condition="f_user_name like '%{}%'" />
124
+ </div>
125
+ </div>
126
+
127
+ <div class="row app-row">
128
+ <div class="col-xs-4">
129
+ <img src="../../../assets/安检状态.png" style="width: 20px;margin-bottom: 5px" alt="">
130
+ <label class="font text-left">用户证号:</label>
131
+ </div>
132
+ <div class="col-xs-8" >
133
+ <input class="search_input input-font" v-model=model.f_enter_number condition="f_enter_number like '%{}%'" />
134
+ </div>
135
+ </div>
136
+
137
+ <div class="row app-row" v-if="$parent.$parent.criteriaShow && !$parent.$parent.planName">
138
+ <div class="col-xs-4">
139
+ <img src="../../../assets/安检状态.png" style="width: 20px;margin-bottom: 5px" alt="">
140
+ <label for="f_plan_name" class="font text-left">计划名称:</label>
141
+ </div>
142
+ <v-select
143
+ id="f_plan_name"
144
+ :value.sync="model.f_plan_name"
145
+ class="input-font"
146
+ :options='$parent.$parent.planNameOptions'
147
+ placeholder='计划名称'
148
+ :width="'60%'"
149
+ v-model="model.f_plan_name"
150
+ condition="f_plan_name like '%{}%'"
151
+ close-on-select clear-button>
152
+ </v-select>
153
+ </div>
154
+
155
+ <div class="row app-row" v-if="$parent.$parent.criteriaShow">
156
+ <div class="col-xs-4">
157
+ <img src="../../../assets/是否已检.png" style="width: 20px;margin-bottom: 5px" alt="">
158
+ <label for="f_state" class="font text-left">是否已检:</label>
159
+ </div>
160
+ <v-select id="f_state"
161
+ :value.sync="model.f_state"
162
+ class="input-font"
163
+ :options='$parent.$parent.check_states'
164
+ placeholder='是否已检'
165
+ :width="'60%'"
166
+ v-model="model.f_state"
167
+ condition="f_state='{}'"
168
+ close-on-select clear-button>
169
+ </v-select>
170
+ </div>
171
+ <div class="row app-row" v-if="$parent.$parent.criteriaShow">
172
+ <div class="col-xs-4">
173
+ <img src="../../../assets/用户ID.png" style="width: 20px;margin-bottom: 5px" alt="">
174
+ <label class="font text-left">表&emsp;&emsp;号:</label>
175
+ </div>
176
+ <div class="col-xs-5" >
177
+ <input class="search_input input-font"
178
+ v-model=model.f_meter_no condition="f_meter_no like '%{}%'" />
179
+ </div>
180
+ <div class="col-xs-3">
181
+ <button type="button" class="btn btn-lg btn-font btn-color" @click="$parent.$parent.scan()">扫码</button>
182
+ </div>
183
+ </div>
184
+ <div class="row app-row" v-if="$parent.$parent.criteriaShow">
185
+ <div class="col-xs-4">
186
+ <img src="../../../assets/小区.png" style="width: 20px;margin-bottom: 5px" alt="">
187
+ <label class="font text-left">客户电话:</label>
188
+ </div>
189
+ <div class="col-xs-8" >
190
+ <input class="search_input input-font"
191
+ v-model=model.f_user_phone condition="f_user_phone like '%{}%'" />
192
+ </div>
193
+ </div>
194
+
195
+ <div class="row app-row" v-if="$parent.$parent.criteriaShow">
196
+ <div class="col-xs-4">
197
+ <img src="../../../assets/小区.png" style="width: 20px;margin-bottom: 5px" alt="">
198
+ <label class="font text-left">用户地址:</label>
199
+ </div>
200
+ <div class="col-xs-8" >
201
+ <input class="search_input input-font"
202
+ v-model=model.f_keyword condition="f_address like '%{}%'" />
203
+ </div>
204
+ </div>
205
+ <div class="row app-row" v-if="$parent.$parent.criteriaShow">
206
+ <div class="col-xs-4">
207
+ <img src="../../../assets/用户类型.png" style="width: 20px;margin-bottom: 5px" alt="">
208
+ <label for="f_user_type" class="font text-left">用户类型:</label>
209
+ </div>
210
+ <v-select id="f_user_type" :value.sync="model.f_user_type" class="input-font"
211
+ :width="'60%'"
212
+ :options='$parent.$parent.user_types' placeholder='请选择用户类型'
213
+ v-model="model.f_user_type" condition="f_user_type='{}'" close-on-select clear-button></v-select>
214
+ </div>
215
+ <div class="row app-row" v-if="$parent.$parent.criteriaShow">
216
+ <div class="col-xs-6">
217
+ <img src="../../../assets/用户ID.png" style="width: 20px;margin-bottom: 5px" alt="">
218
+ <label class="font text-left">到访不遇:</label>
219
+ </div>
220
+ <div class="col-xs-8" >
221
+ <input class="search_input input-font" type="number"
222
+ v-model=model.f_check_version condition="f_check_version <= '{}'" />
223
+ </div>
224
+ </div>
225
+ <div class="row app-row" v-if="$parent.$parent.criteriaShow">
226
+ <div class="col-xs-6" style="text-align: center">
227
+ <span class="font text-left">待办{{$parent.$parent.upcomingCount}}条</span>
228
+ </div>
229
+ <div class="col-xs-6" style="text-align: center">
230
+ <span class="font text-left">已办{{$parent.$parent.doneCount}}条</span>
231
+ </div>
232
+ <div class="col-xs-6" style="text-align: center">
233
+ <span class="font text-left">临时保存{{$parent.$parent.tempSaveCount}}条</span>
234
+ </div>
235
+ <div class="col-xs-6" style="text-align: center">
236
+ <span class="font text-left">总共{{$parent.$parent.allPlanCount}}条</span>
237
+ </div>
238
+ </div>
239
+
240
+ <div class="row text-center" style="margin-top: 20px;">
241
+ <button type="button" class="btn btn-lg btn-font btn-color" style="width: 25%;" @click="$parent.$parent.selfSearch">查询</button>
242
+ <button type="button" class="btn btn-lg btn-font btn-color" style="width: 25%; margin-left: 10px" @click="$parent.$parent.queryplanmany">转发</button>
243
+ <div style="float: right;margin-right: 3% " class="button_spacing" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.hidden()"></div>
244
+ <img v-if="!$parent.$parent.planName" style="float: right;margin-right: 3% " @click="$parent.$parent.getNewOrder" src="../../../assets/shuaxindaiban1.png" style="width: 40px;padding: 5px; float:right">
245
+ </div>
246
+ <div class="col-sm-12">
247
+
248
+ </div>
249
+ <!--<div class="row app-btn">-->
250
+ <!--<button class="btn btn-primary col-xs-6" type="button" @click="search"><span class="glyphicon glyphicon-search" style="margin-right: 20px;">查询</span></button>-->
251
+ <!--</div>-->
252
+ <div style="height:30px;"></div>
253
+ </form>
254
+ </div>
255
+ </criteria>
256
+ <list :model="model" partial='list'>
257
+ <div partial>
258
+ <div class="auto app-text" style="margin-top: 5px;">
259
+ <div class="panel" style="padding: 10px 10px 5px 10px;">
260
+ <div class="panel-body panel-self">
261
+
262
+ <div class="col-xs-12">
263
+ <p class="panel-title col-xs-5 text-left font" style="width: 21%;float: left"><b>用户编号:</b></p>
264
+ <p class="panel-title col-xs-5 text-left input-font" style="width: 74%">{{ row.f_userinfo_code }}</p>
265
+ <p class="panel-title col-xs-2 text-left input-font" style="width: 5%;float:right">
266
+ <input type="checkbox" @click="$parent.$parent.$parent.setPlanParam(row.id, $event)"/>
267
+ </p>
268
+ </div>
269
+ <div class="col-xs-12">
270
+ <p class="panel-title col-xs-5 text-left font" style="width: 21%;float: left"><b>用户名称:</b></p>
271
+ <p class="panel-title col-xs-7 text-left input-font" style="width: 79%">{{ row.f_user_name }}</p>
272
+ </div>
273
+ <div class="col-xs-6">
274
+ <p class="panel-title col-xs-5 text-left font"><b>用户类型:</b></p>
275
+ <p class="panel-title col-xs-7 text-left input-font">{{ row.f_user_type }}
276
+ </p>
277
+ </div>
278
+ <div class="col-xs-6">
279
+ <p class="panel-title col-xs-5 text-left font"><b>计划名称:</b></p>
280
+ <p class="panel-title col-xs-7 text-left input-font">{{ row.f_plan_name }}</p>
281
+ </div>
282
+ <!-- <div class="col-xs-6">-->
283
+ <!-- <p class="panel-title col-xs-5 text-left font"><b>小区名称:</b></p>-->
284
+ <!-- <p class="panel-title col-xs-7 text-left input-font">{{ row.f_residential_area }}</p>-->
285
+ <!-- </div>-->
286
+ <div class="col-xs-12">
287
+ <p class="panel-title text-left font" style="width: 23%;float: left"><b>用户电话:</b></p>
288
+ <p class="panel-title text-left input-font" style="width: 77%">{{ row.f_user_phone }}
289
+ <img src="../../../assets/phone.png" style="width: 6%"
290
+ v-on:click.stop.prevent='$parent.$parent.$parent.makeAPhoneCall(row.f_user_phone)'/>
291
+ </p>
292
+ </div>
293
+ <div class="col-xs-12">
294
+ <p class="panel-title text-left font" style="width: 23%;float: left"><b>备用电话:</b></p>
295
+ <p class="panel-title text-left input-font" style="width: 77%">{{ row.f_rent_phone}}
296
+ <img v-if="row.f_rent_phone" src="../../../assets/phone.png" style="width: 6%"
297
+ v-on:click.stop.prevent='$parent.$parent.$parent.makeAPhoneCall(row.f_rent_phone)'/>
298
+ </p>
299
+ </div>
300
+ <div class="col-xs-12">
301
+ <p class="panel-title text-left font" style="width: 23%;float: left"><b>租户电话:</b></p>
302
+ <p class="panel-title text-left input-font" style="width: 77%">{{ row.f_zuhu_phone }}
303
+ <img v-if="row.f_zuhu_phone" src="../../../assets/phone.png" style="width: 6%"
304
+ v-on:click.stop.prevent='$parent.$parent.$parent.makeAPhoneCall(row.f_zuhu_phone)'/>
305
+ </p>
306
+ </div>
307
+
308
+ <div class="col-xs-12">
309
+ <p class="panel-title text-left font" style="width: 21%;float: left"><b>用户地址:</b></p>
310
+ <p class="panel-title text-left input-font" style="width: 79%">{{ row.f_address }}</p>
311
+ </div>
312
+
313
+ <!-- <div class="row">-->
314
+ <!-- <p class="panel-title col-xs-4 text-left font">计划年份</p>-->
315
+ <!-- <p class="panel-title col-xs-8 text-left input-font">{{ row.f_plan_year }}</p>-->
316
+ <!-- </div>-->
317
+ <!-- <div class="row">-->
318
+ <!-- <p class="panel-title col-xs-4 text-left font">计划月份</p>-->
319
+ <!-- <p class="panel-title col-xs-8 text-left input-font">{{ row.f_plan_month }}</p>-->
320
+ <!-- </div>-->
321
+ <!-- <div class="row">-->
322
+ <!-- <p class="panel-title col-xs-4 text-left font">预约时间</p>-->
323
+ <!-- <p class="panel-title col-xs-8 text-left input-font">{{ row.f_prearranged_date }}</p>-->
324
+ <!-- </div>-->
325
+ <!--<div class="row">-->
326
+ <!--<p class="panel-title col-xs-4 text-left font">上次安检状态</p>-->
327
+ <!--<p class="panel-title col-xs-8 text-left input-font">{{ row.f_last_check_state }}</p>-->
328
+ <!--</div>-->
329
+ <div class="col-xs-6">
330
+ <p class="panel-title col-xs-5 text-left font"><b>安检状态:</b></p>
331
+ <p class="panel-title col-xs-7 text-left input-font">{{ row.f_state == '已检'?'临时保存':row.f_state }}</p>
332
+ </div>
333
+ <div class="col-xs-6">
334
+ <p class="panel-title col-xs-5 text-left font"><b>上传状态:</b></p>
335
+ <p class="panel-title col-xs-7 text-left input-font">{{ row.f_upload_state }}</p>
336
+ </div>
337
+ <div class="col-xs-12" v-if="row.f_prearranged_date !=null">
338
+ <p class="panel-title col-xs-5 text-left font" style="width: 21%;float: left"><b>预约时间:</b></p>
339
+ <p class="panel-title col-xs-7 text-left input-font" style="width: 79%">{{ row.f_prearranged_date }}</p>
340
+ </div>
341
+ <div class="col-xs-6">
342
+ <p class="panel-title col-xs-5 text-left font"><b>安检类型:</b></p>
343
+ <p class="panel-title col-xs-7 text-left input-font">{{ row.f_safecheck_type }}</p>
344
+ </div>
345
+ <div class="col-xs-12">
346
+ <p class="panel-title col-xs-5 text-left font"><b>到访不遇次数:</b></p>
347
+ <p class="panel-title col-xs-7 text-left input-font">{{ row.f_check_version }}</p>
348
+ </div>
349
+ <!--<div class="col-xs-12">-->
350
+ <!--<p class="panel-title col-xs-5 text-left font"><b>送气期限:</b></p>-->
351
+ <!--<p class="panel-title col-xs-7 text-left input-font">{{timeSet(row.f_issue_time)}}</p>-->
352
+ <!--</div>-->
353
+ <div class="col-xs-12">
354
+ <button type="button" name="button" class="btn btn-primary" style="background-color:#499edf;float: right" @click="$parent.$parent.$parent.inspect(row)">处理</button>
355
+ <button type="button" name="button" class="btn btn-primary" style="background-color:#499edf;float: right;margin-right:10px;" @click="$parent.$parent.$parent.queryplan(row.id)">转发</button>
356
+ <!--<button type="button" class="btn btn-default" @click="$parent.$parent.$parent.ceshi">确认2</button>-->
357
+ </div>
358
+ <!-- <div class="row text-right" v-show="row.f_upload_state != '已传'" >-->
359
+ <!-- <button type="button" class="btn yybtn-color" v-on:click.stop.prevent='$parent.$parent.$parent.reserve($index)'>预约</button>&nbsp;-->
360
+ <!-- <button type="button" class="btn qxbtn-color" v-if ='row.f_prearranged_date'-->
361
+ <!-- v-on:click.stop.prevent='$parent.$parent.$parent.cancelReserve($index, row.id)'>取消预约</button>-->
362
+ <!-- </div>-->
363
+ </div>
364
+ </div>
365
+ </div>
366
+ </div>
367
+ </list>
368
+ </criteria-paged>
369
+ <modal :show.sync="showModal">
370
+ <div slot="modal-header" class="modal-header">
371
+ <h4 class="modal-title">
372
+ 选择预约时间
373
+ </h4>
374
+ </div>
375
+ <div slot="modal-body" class="modal-body">
376
+ <input type="datetime-local" v-model="f_preset_dt">
377
+ </div>
378
+ <div slot="modal-footer" class="modal-footer">
379
+ <button type="button" class="btn btn-default" @click="genuineReserve">确认</button>
380
+ </div>
381
+ </modal>
382
+ <!--<back-page :need-back='true' @flag="$back()"></back-page>-->
383
+ <modal :show.sync="showModal2" v-ref:modal>
384
+ <div slot="modal-header" class="modal-header">
385
+ <h4 class="modal-title">
386
+ 选择计划
387
+ </h4>
388
+ </div>
389
+ <div slot="modal-body" class="modal-body">
390
+ <div class="col-xs-12">
391
+
392
+ <div class="col-xs-4">
393
+ <v-select :value.sync="check" v-model='check'
394
+ :value-single="true"
395
+ class="select_list select"
396
+ :options='checkers' placeholder='安检员'
397
+ close-on-select width="100%"></v-select>
398
+ </div>
399
+
400
+ <div class="col-xs-1">
401
+ <!--<label style="font-size:20px;line-height: 35px">人员 </label>-->
402
+ </div>
403
+ <div class="col-xs-4" style="padding-left: 2px">
404
+ <input class="select-style" placeholder="计划名称" type="text" v-model="plan" style="border: 1px solid #93B2D3;height:34px;width: 100%;line-height: 35px"/>
405
+ </div>
406
+ <div class="col-xs-1" >
407
+ <!--<label style="font-size: 20px;line-height: 35px">计划</label>-->
408
+ </div>
409
+ <!--<input placeholder="安检员" type="text" v-model="check" style="height:30px;width: 100px"/>-->
410
+ <div class="col-xs-2" style="float: right">
411
+ <button type="button" class="btn btn-primary" @click="plansearch" style="background-color:#499edf;float: right;margin-right:10px;border: 1px solid #93B2D3;height:34px;width: 100%;line-height: 1px;padding-left: 12px">查询</button>
412
+ </div>
413
+ </div>
414
+ <table class="table table_sy">
415
+ <thead>
416
+ <tr>
417
+ <th style="width: 30px"></th>
418
+ <th style="font-family: 'Adobe 黑体 Std R'">计划名称</th>
419
+ </tr>
420
+ </thead>
421
+ <tbody>
422
+ <tr v-for="row in planoption">
423
+ <td @click="select(row, $index)" >{{row.selected==true ? '☆' : '&nbsp;&nbsp;&nbsp;&nbsp;'}}</td>
424
+ <td @click="select(row, $index)" style="text-align: center">{{row.label}}</td>
425
+
426
+
427
+ </tr>
428
+ </tbody>
429
+ </table>
430
+ </div>
431
+ <div slot="modal-footer" class="modal-footer">
432
+ <button class="btn btn-default" @click="isok()">确认</button>
433
+ <button class="btn btn-default" @click="iscancel()">取消</button>
434
+ </div>
435
+ </modal>
436
+ <modal :show.sync="showModal3" v-ref:modal>
437
+ <div slot="modal-header" class="modal-header">
438
+ <h4 class="modal-title">
439
+ 选择计划
440
+ </h4>
441
+ </div>
442
+ <div slot="modal-body" class="modal-body">
443
+ <div class="col-xs-12">
444
+
445
+ <div class="col-xs-4">
446
+ <v-select :value.sync="check" v-model='check'
447
+ :value-single="true"
448
+ class="select_list select"
449
+ :options='checkers' placeholder='安检员'
450
+ close-on-select width="100%"></v-select>
451
+ </div>
452
+
453
+ <div class="col-xs-1">
454
+ <!--<label style="font-size:20px;line-height: 35px">人员 </label>-->
455
+ </div>
456
+ <div class="col-xs-4" style="padding-left: 2px">
457
+ <input class="select-style" placeholder="计划名称" type="text" v-model="plan" style="border: 1px solid #93B2D3;height:34px;width: 100%;line-height: 35px"/>
458
+ </div>
459
+ <div class="col-xs-1" >
460
+ <!--<label style="font-size: 20px;line-height: 35px">计划</label>-->
461
+ </div>
462
+ <!--<input placeholder="安检员" type="text" v-model="check" style="height:30px;width: 100px"/>-->
463
+ <div class="col-xs-2" style="float: right">
464
+ <button type="button" class="btn btn-primary" @click="plansearch" style="background-color:#499edf;float: right;margin-right:10px;border: 1px solid #93B2D3;height:34px;width: 100%;line-height: 1px;padding-left: 12px">查询</button>
465
+ </div>
466
+ </div>
467
+ <table class="table table_sy">
468
+ <thead>
469
+ <tr>
470
+ <th style="width: 30px"></th>
471
+ <th style="font-family: 'Adobe 黑体 Std R'">计划名称</th>
472
+ </tr>
473
+ </thead>
474
+ <tbody>
475
+ <tr v-for="row in planoption">
476
+ <td @click="select(row, $index)" >{{row.selected==true ? '☆' : '&nbsp;&nbsp;&nbsp;&nbsp;'}}</td>
477
+ <td @click="select(row, $index)" style="text-align: center">{{row.label}}</td>
478
+
479
+
480
+ </tr>
481
+ </tbody>
482
+ </table>
483
+ </div>
484
+ <div slot="modal-footer" class="modal-footer">
485
+ <button class="btn btn-default" @click="manyisok()">确认</button>
486
+ <button class="btn btn-default" @click="iscancel()">取消</button>
487
+ </div>
488
+ </modal>
489
+ </div>
490
+
491
+ </template>
492
+
493
+ <script>
494
+ import LocalPagedList from '../../../plugins/LocalPagedList'
495
+ import Vue from 'vue'
496
+ import { PagedList,HttpResetClass } from 'vue-client'
497
+ import * as Util from '../../Util'
498
+ import co from 'co'
499
+ let select = function * (self) {
500
+ let http = new HttpResetClass()
501
+ http.load('POST', `${self.$androidUtil.getProxyUrl()}/rs/search`, {
502
+ source: 'this.getParentByType($department$).getAllChildrens().where(row.getAttributes().get($rolestr$).indexOf($安检员$) != -1))',
503
+ userid: Vue.user.id
504
+ }, {resolveMsg: null, rejectMsg: null}).then((res) => {
505
+ //tag
506
+ self.checkers.push({label:'全部',value:''})
507
+ res.data.forEach((checker)=>{
508
+ self.checkers.push({label:checker.name,value:checker.id})
509
+ })
510
+ })
511
+ }
512
+ export default {
513
+ title: '无计划安检查询',
514
+ props: ['planName'],
515
+ data() {
516
+ return {
517
+ f_filialeids:'('+Vue.user.orgid+')',
518
+ //f_filialeids:'(305)',
519
+ planparam:[],
520
+ check:'',
521
+ plan:'',
522
+ planid:'',
523
+ model:Vue.android? new LocalPagedList('androidGetuserinfo',20,{condition:'this.condition'}): new PagedList( 'AndroidRest/rs/sql/androidGetuserinfo',20,{condition:'this.condition'}),
524
+ showModal: false,
525
+ showModal2:false,
526
+ showModal3:false,
527
+ needid:'',
528
+ criteriaShow: false,
529
+ planoption:[],
530
+ condition:'',
531
+ checkers:[],
532
+ param: null,
533
+ f_preset_dt : Util.to3339TimeString(),
534
+ flow_direction:[
535
+ {label: '请选择挂表方式', value: ''},
536
+ {label: '左表', value: '左表'},
537
+ {label: '右表', value: '右表'}
538
+ ],
539
+ check_states: [
540
+ {label: '请选择安检状态', value: ''},
541
+ {label: '未检', value: '未检'},
542
+ {label: '临时保存', value: '已检'},
543
+ ],
544
+ last_check_states: [
545
+ {label: '请选择上次安检状态', value: ''},
546
+ {label: '入户', value: '入户'},
547
+ {label: '拒检', value: '拒检'},
548
+ {label: '到访不遇', value: '到访不遇'},
549
+ {label: '未使用天然气', value: '未使用天然气'}
550
+ ],
551
+ upload_states: [
552
+ {label: '请选择上传状态', value: ''},
553
+ {label: '未传', value: '未传'},
554
+ {label: '已传', value: '已传'}
555
+ ],
556
+ user_types: [
557
+ {label: '请选择用户类型', value: ''},
558
+ {label: '民用', value: '民用'},
559
+ {label: '非民用', value: '非民用'},
560
+ ],
561
+ verify_state: [
562
+ {label: '请选择审核状态', value: ''},
563
+ {label: '未审核', value: '未审核'},
564
+ {label: '打回', value: '打回'}
565
+ ],
566
+ residentialAreaOptions: [],
567
+ buildOptions: [],
568
+ unitOptions: [],
569
+ planNameOptions: [],
570
+ upcomingCount: 0,
571
+ doneCount: 0,
572
+ tempSaveCount: 0,
573
+ allPlanCount: 0
574
+ }
575
+ },
576
+ ready(){
577
+ this.getAllArea()
578
+ this.getAllPlanName()
579
+ this.selfSearch()
580
+ let gen = select(this)
581
+ co(gen)
582
+ },
583
+ mounted(){
584
+ //tag
585
+ if (window.history && window.history.pushState) {
586
+ history.pushState(null, null, document.URL);
587
+ window.addEventListener('popstate', this.fun, false);//false阻止默认事件
588
+ }
589
+ },
590
+ destroyed(){
591
+ //tag
592
+ window.removeEventListener('popstate', this.fun, false);//false阻止默认事件
593
+ },
594
+ methods: {
595
+ scan(){
596
+ HostApp.__this__=this,
597
+ HostApp.scanCode({callback:"javascript:HostApp.__this__.getCode();"})
598
+ },
599
+ getCode(){
600
+ const datapa = HostApp.getCode().data;
601
+ //tag
602
+ this.$refs.paged.$refs.cri.model.f_meter_no = datapa
603
+
604
+ },
605
+ fun () {
606
+ //tag
607
+ //tag
608
+ },
609
+ iscancel(){
610
+ this.showModal2=false
611
+ this.showModal3=false
612
+ this.planoption=[]
613
+ },
614
+ timeSet(val){
615
+ return val
616
+ },
617
+ async isok(){
618
+ if(this.planoption.length==0){
619
+ this.$showMessage("请选择计划")
620
+ return false
621
+ }
622
+ for (let i = 0; i <this.planoption.length ; i++) {
623
+ if (this.planoption[i]["selected"]==true){
624
+ this.planid=this.planoption[i].value
625
+ break
626
+ }
627
+ }
628
+ if(this.planid==''){
629
+ this.$showMessage("请选择计划")
630
+ return false
631
+ }
632
+ await this.okput()
633
+ },
634
+ async manyisok(){
635
+ if(this.planoption.length==0){
636
+ this.$showMessage("请选择计划")
637
+ return false
638
+ }
639
+ for (let i = 0; i <this.planoption.length ; i++) {
640
+ if (this.planoption[i]["selected"]==true){
641
+ this.planid=this.planoption[i].value
642
+ break
643
+ }
644
+ }
645
+ if(this.planid==''){
646
+ this.$showMessage("请选择计划")
647
+ return false
648
+ }
649
+ await this.manyokput()
650
+ },
651
+ changenull(){
652
+ this.showModal2=false
653
+ this.showModal3=false
654
+ this.planoption=[]
655
+ this.plan=''
656
+ this.check=''
657
+ },
658
+ async okput(){
659
+ let res= await this.$resetpost(`${this.$androidUtil.getProxyUrl()}/rs/logic/UpCheckPlanItem`, {data:{
660
+ condition:`i.id='`+this.needid+`'`,
661
+ f_plan_id:this.planid,
662
+ switchCheckAll:false,
663
+ checkAll:false,
664
+ f_operator:Vue.user.name
665
+ }
666
+ })
667
+ this.$showMessage("上传成功,请等待审核")
668
+ await this.changenull()
669
+ await this.getNewOrder()
670
+ },
671
+ async manyokput(){
672
+ let res= await this.$resetpost(`${this.$androidUtil.getProxyUrl()}/rs/logic/UpCheckPlanItem`, {data:{
673
+ columnName:"i.id",
674
+ condition:"1=1",
675
+ f_plan_id:this.planid,
676
+ switchCheckAll:true,
677
+ param:this.planparam,
678
+ checkAll:false,
679
+ f_operator:Vue.user.name
680
+ }
681
+ })
682
+ await this.changenull()
683
+ await this.getNewOrder()
684
+ },
685
+ async plansearch(){
686
+ this.planoption=[]
687
+ let condition= ` f_plan_year=${new Date().getFullYear()}`
688
+ if(this.check){
689
+ condition += ` and f_checker_id= '${this.check}'`
690
+ }
691
+ if(this.plan){
692
+ condition += ` and f_plan_name like '%${this.plan}%'`
693
+ }
694
+ let res= await this.$resetpost(`${this.$androidUtil.getProxyUrl()}/rs/sql/预约计划下发`, {data:{
695
+ condition:condition,
696
+ f_filialeids:this.f_filialeids,
697
+ groupitem:'',
698
+ orderitem:'id'
699
+ }})
700
+ let resoult=res.data
701
+ for (let i = 0; i < resoult.length; i++) {
702
+ this.planoption.push({label: resoult[i].f_plan_name,selected:false, value: resoult[i].id})
703
+ }
704
+ },
705
+
706
+ select(row, idx) {
707
+ this.$set('planoption[' + idx + '].selected', true)
708
+ for (let i = 0; i <this.planoption.length ; i++) {
709
+ if (i!=idx){
710
+ this.planoption[i]["selected"]=false
711
+ }
712
+ }
713
+ },
714
+ planclose(){
715
+ this.showModal2=false
716
+ this.showModal3=false
717
+ },
718
+ queryplan(val){
719
+ this.needid=val
720
+ this.showModal2 = true
721
+ },
722
+ queryplanmany(){
723
+
724
+ this.showModal3 = true
725
+ },
726
+ reload(){
727
+ // this.getAllArea()
728
+ // this.getAllPlanName()
729
+ this.selfSearch()
730
+ },
731
+ cancelReserve (idx, id) {
732
+ if(Vue.android){
733
+ let res = this.$androidUtil.bzLogic('BookingCheck', {dt: '', id: id})
734
+ this.$set('model.rows[' + idx + '].f_prearranged_date', null)
735
+ if (res.code == 200) {
736
+ this.$showMessage("取消预约成功")
737
+ }
738
+ }else {
739
+ this.$androidUtil.bzLogic('PCbookingCheck', {dt: '', id: id}).then((repanse) => {
740
+ this.$set('model.rows[' + idx + '].f_prearranged_date', null)
741
+ if (repanse.data.code == 200) {
742
+ alert("取消预约成功!")
743
+ }
744
+ })
745
+ }},
746
+ genuineReserve () {
747
+ if(Vue.android){
748
+ if (!this.f_preset_dt) {
749
+ this.$showMessage('请选择一个日期')
750
+ return
751
+ }
752
+ let pdt = this.f_preset_dt.replace('T', ' ')
753
+ let respanse = this.$androidUtil.bzLogic('BookingCheck', {id: this.model.rows[this.param].id, dt: pdt})
754
+ this.$set('model.rows[' + this.param + '].f_prearranged_date', pdt)
755
+ if(respanse.code == 200) {
756
+ this.$showMessage("预约成功!")
757
+ }
758
+ this.showModal = false
759
+ }else {
760
+ if (!this.f_preset_dt) {
761
+ alert('请选择一个日期')
762
+ return
763
+ }
764
+ let pdt = this.f_preset_dt.replace('T', ' ')
765
+ this.$androidUtil.bzLogic('PCbookingCheck', {id: this.model.rows[this.param].id, dt: pdt}).then((res) => {
766
+ this.$set('model.rows[' + this.param + '].f_prearranged_date', pdt)
767
+ if(res.data.code == 200) {
768
+ alert("预约成功!")
769
+ }
770
+ this.showModal = false
771
+ })
772
+ }
773
+ },
774
+ inspect(row) {
775
+ var _this = this
776
+ let http = new HttpResetClass()
777
+ http.load('POST',`${this.$androidUtil.getProxyUrl()}/rs/sql/tel_singleTable_OrderBy`, {data: {
778
+ items: 'id',
779
+ tablename: 't_check_plan_item',
780
+ condition: `id = '${row.id}'`,
781
+ orderitem: ' id '
782
+ }}, {resolveMsg: null, rejectMsg: null}).then((getcheckplan) => {
783
+ console.log('getcheckplan=', JSON.stringify(getcheckplan))
784
+ this.getcheckplandata = getcheckplan.data[0]
785
+ if(this.getcheckplandata){
786
+ if (row.f_upload_state == '未传' || (row.f_upload_state == '已传' && row.f_state == '未检' && row.f_no_checkplan != '无计划安检' ) ) {
787
+ _this.$resetpost(`${_this.$androidUtil.getProxyUrl()}/rs/sql/查询计划项表信息`, {data: {f_userid: row.f_userinfoid}},{resolveMsg: null,rejectMsg: null}).then((response) => {
788
+ row['f_plan_meters'] = response.data
789
+ var pardate = {
790
+ _this:_this,
791
+ title:'安全检查',
792
+ safe:true
793
+ }
794
+ _this.$dispatch('gotoson',pardate)
795
+ //tag
796
+ _this.$goto('safecheck-order-v', {f_plan_id: row.f_plan_id, item: row, role: 'inspect',parentPage:'CurrentCreate'}, 'self', _this.reload)
797
+ }).catch ((msg)=>{
798
+ this.$showMessage("网络异常,请检查网络后再试!")
799
+ })
800
+ }else{
801
+ this.$showMessage("该安检单已被上传!")
802
+ }
803
+ }else {
804
+ this.$showMessage("该用户安检单已被移除,请联系管理员确认!")
805
+ }
806
+ })
807
+ },
808
+ makeAPhoneCall(phoneNumber) {
809
+ this.$androidUtil.makeAPhoneCall(phoneNumber)
810
+ },
811
+ reserve (idx) {
812
+ this.param = idx
813
+ this.showModal = true
814
+ },
815
+ search(args) {
816
+ this.model.rows = []
817
+ this.model.search(args.condition, args.model)
818
+ },
819
+ selfSearch () {
820
+ this.getPlanCount()
821
+ let condition = ""
822
+ if (Array.isArray(this.$refs.paged.$refs.cri.model.f_residential_area) && this.$refs.paged.$refs.cri.model.f_residential_area.length >0){
823
+ condition += " and ti.f_residential_area = '"+this.$refs.paged.$refs.cri.model.f_residential_area[0]+"'"
824
+ }else if(this.$refs.paged.$refs.cri.model.f_residential_area instanceof String && this.$refs.paged.$refs.cri.model.f_residential_area){
825
+ condition += " and ti.f_residential_area = '"+this.$refs.paged.$refs.cri.model.f_residential_area+"'"
826
+ }
827
+ if(this.$refs.paged.$refs.cri.model.f_building)
828
+ condition += ` and ti.f_building = '${this.$refs.paged.$refs.cri.model.f_building}'`
829
+ if(this.$refs.paged.$refs.cri.model.f_unit)
830
+ condition += ` and ti.f_unit = '${this.$refs.paged.$refs.cri.model.f_unit}'`
831
+ if (this.planName){
832
+ condition += " and f_plan_name like '%"+this.planName +"%'"
833
+ }else {
834
+ if(this.$refs.paged.$refs.cri.model.f_plan_name)
835
+ condition += " and f_plan_name like '%"+this.$refs.paged.$refs.cri.model.f_plan_name +"%'"
836
+ }
837
+ // if(this.$refs.paged.$refs.cri.model.f_plan_year)
838
+ // condition += " and f_plan_year = '"+this.$refs.paged.$refs.cri.model.f_plan_year +"'"
839
+ // if(this.$refs.paged.$refs.cri.model.f_plan_month)
840
+ // condition += " and f_plan_month = '"+this.$refs.paged.$refs.cri.model.f_plan_month +"'"
841
+ if(this.$refs.paged.$refs.cri.model.f_userinfo_code)
842
+ condition += " and ti.f_userinfo_code like '%"+this.$refs.paged.$refs.cri.model.f_userinfo_code+"%'"
843
+ if(this.$refs.paged.$refs.cri.model.f_keyword)
844
+ condition += " and ti.f_address like '%"+this.$refs.paged.$refs.cri.model.f_keyword+"%'"
845
+ if(this.$refs.paged.$refs.cri.model.f_user_name)
846
+ condition += " and ti.f_user_name like '%"+this.$refs.paged.$refs.cri.model.f_user_name+"%'"
847
+ if(this.$refs.paged.$refs.cri.model.f_state[0])
848
+ condition += " and ti.f_state='"+this.$refs.paged.$refs.cri.model.f_state[0]+"'"
849
+ // if(this.$refs.paged.$refs.cri.model.f_last_state[0])
850
+ // condition += " and ti.f_last_check_state='"+this.$refs.paged.$refs.cri.model.f_last_state[0]+"'"
851
+ if(this.$refs.paged.$refs.cri.model.f_user_type[0])
852
+ condition += " and ti.f_user_type='"+this.$refs.paged.$refs.cri.model.f_user_type[0]+"'"
853
+ if(this.$refs.paged.$refs.cri.model.f_meter_no)
854
+ condition += " and tm.f_meter_no like '%"+this.$refs.paged.$refs.cri.model.f_meter_no+"%'"
855
+ // if(this.$refs.paged.$refs.cri.model.f_flow_direction[0])
856
+ // condition += " and tm.f_flow_direction = '"+this.$refs.paged.$refs.cri.model.f_flow_direction[0]+"'"
857
+ if(this.$refs.paged.$refs.cri.model.f_user_phone){
858
+ condition += `and ti.f_user_phone like '%${this.$refs.paged.$refs.cri.model.f_user_phone}%'`
859
+ }
860
+ if(this.$refs.paged.$refs.cri.model.f_enter_number)
861
+ condition += " and ti.f_enter_number like '%"+this.$refs.paged.$refs.cri.model.f_enter_number+"%'"
862
+ if(this.$refs.paged.$refs.cri.model.f_check_version)
863
+ condition += " and ti.f_check_version <= "+this.$refs.paged.$refs.cri.model.f_check_version
864
+ //tag
865
+ condition += " and f_plan_name not like '%预约安检计划'"
866
+ this.model.search("((f_complete = '' or f_complete = null or f_complete = '未完成') or (f_state = '未检')) and ti.f_no_checkplan = '有计划安检'" + condition)
867
+ },
868
+ getNewOrder(){
869
+ HostApp.__this__ = this
870
+ HostApp.logicWithHint({
871
+ // logic别名,key必须为logic
872
+ 'logic': 'SafeCheckServiceTimeOut',
873
+ // 回调执行方法名,key必须为callback
874
+ 'callback': 'javascript:HostApp.__this__.getNewOrderCallBack()',
875
+ // logic执行需要的业务参数
876
+ 'data': {params: ''},
877
+ // 固定key,代表是否将logic执行结果作为参数传入回调方法,1代表true,0代表false,
878
+ // 执行回调方法传入key为backresult
879
+ // 如需额外拼接参数,写在logic返回值的params,例如xxlogic返回:{"params": "success"}
880
+ 'backresult': 1
881
+ })
882
+ HostApp.logicWithHint({
883
+ // logic别名,key必须为logic
884
+ 'logic': 'FreshPlanItem',
885
+ // 回调执行方法名,key必须为callback
886
+ 'callback': 'javascript:HostApp.__this__.getNewOrderCallBack()',
887
+ // logic执行需要的业务参数
888
+ 'data': {params: ''},
889
+ // 固定key,代表是否将logic执行结果作为参数传入回调方法,1代表true,0代表false,
890
+ // 执行回调方法传入key为backresult
891
+ // 如需额外拼接参数,写在logic返回值的params,例如xxlogic返回:{"params": "success"}
892
+ 'backresult': 1
893
+ })
894
+ },
895
+ getNewOrderCallBack() {
896
+ this.selfSearch()
897
+ this.getAllArea()
898
+ this.getAllPlanName()
899
+ },
900
+ hidden() {
901
+ this.criteriaShow = !this.criteriaShow
902
+ },
903
+ getAllArea(){
904
+ this.residentialAreaOptions = []
905
+ this.buildOptions = []
906
+ this.unitOptions = []
907
+ this.$refs.paged.$refs.cri.model.f_residential_area = ''
908
+ this.$refs.paged.$refs.cri.model.f_building = ''
909
+ this.$refs.paged.$refs.cri.model.f_unit = ''
910
+ let criteria = {
911
+ items: 'f_residential_area',
912
+ tablename: 't_check_plan_item',
913
+ condition: `f_residential_area IS NOT NULL AND f_residential_area != '' AND f_state <> '已检'`,
914
+ groupitem: 'f_residential_area'
915
+ }
916
+ let result = HostApp._executeTask({'type':'sql', 'data':{'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}})
917
+ //tag)
918
+ if(result.code == 200){
919
+ result.data.rows.forEach(item => this.residentialAreaOptions.push({label:item.f_residential_area,value:item.f_residential_area}))
920
+ }
921
+ //tag)
922
+ },
923
+ getbuilds(f_residential_area){
924
+ //tag)
925
+ this.buildOptions = []
926
+ this.unitOptions = []
927
+ this.$refs.paged.$refs.cri.model.f_building = ''
928
+ this.$refs.paged.$refs.cri.model.f_unit = ''
929
+ if(!f_residential_area){
930
+ return
931
+ }
932
+ let criteria = {
933
+ items: 'f_building',
934
+ tablename: 't_check_plan_item',
935
+ condition: `f_building IS NOT NULL AND f_building != '' AND f_state <> '已检' AND f_residential_area = '${f_residential_area}'`,
936
+ groupitem: 'f_building order by f_building+0'
937
+ }
938
+ let result = HostApp._executeTask({'type':'sql', 'data':{'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}})
939
+ if(result.code == 200){
940
+ result.data.rows.forEach(item => this.buildOptions.push({label:item.f_building,value:item.f_building}))
941
+ }
942
+ this.buildOptions.sort((a,b)=>{
943
+ return Number(a.label)- Number(b.label)
944
+ })
945
+ //tag)
946
+ },
947
+ getUnits(f_building){
948
+ f_building = f_building[0]
949
+ //tag)
950
+ this.unitOptions = []
951
+ this.$refs.paged.$refs.cri.model.f_unit = ''
952
+ if(!f_building){
953
+ return
954
+ }
955
+ let criteria = {
956
+ items: 'f_unit',
957
+ tablename: 't_check_plan_item',
958
+ condition: `f_unit IS NOT NULL AND f_unit != '' AND f_state <> '已检' AND f_residential_area = '${this.$refs.paged.$refs.cri.model.f_residential_area}' AND f_building = '${f_building}'`,
959
+ groupitem: 'f_unit'
960
+ }
961
+ let result = HostApp._executeTask({'type':'sql', 'data':{'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}})
962
+ if(result.code == 200){
963
+ result.data.rows.forEach(item => this.unitOptions.push({label:item.f_unit,value:item.f_unit}))
964
+ }
965
+ this.unitOptions.sort((a,b)=>{
966
+ return Number(a.label)- Number(b.label)
967
+ })
968
+ },
969
+ getPlanCount(){
970
+ this.upcomingCount = 0
971
+ this.tempSaveCount = 0
972
+ this.doneCount = 0
973
+ this.allPlanCount = 0
974
+ let criteria = {
975
+ items: 'count(id) count',
976
+ tablename: 't_check_plan_item',
977
+ condition: `f_state = '未检'`,
978
+ groupitem: 'f_state'
979
+ }
980
+ let result = HostApp._executeTask({'type':'sql', 'data':{'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}})
981
+ if(result.code && result.code == 200){
982
+ if(result.data.rows[0] && !isNaN(result.data.rows[0].count)) {
983
+ this.upcomingCount = result.data.rows[0].count
984
+ }
985
+ }
986
+ criteria = {
987
+ items: 'count(id) count',
988
+ tablename: 't_check_plan_item',
989
+ condition: `(f_complete = '' or f_complete is null or f_complete = '未完成') AND f_state = '已检'`,
990
+ groupitem: 'f_state'
991
+ }
992
+ result = HostApp._executeTask({'type':'sql', 'data':{'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}})
993
+ if(result.code && result.code == 200){
994
+ if(result.data.rows[0] && !isNaN(result.data.rows[0].count)){
995
+ this.tempSaveCount = result.data.rows[0].count
996
+ }
997
+ }
998
+ criteria = {
999
+ items: 'count(id) count',
1000
+ tablename: 't_check_plan_item',
1001
+ condition: `f_complete = '已完成' AND f_state = '已检'`,
1002
+ groupitem: 'f_state'
1003
+ }
1004
+ result = HostApp._executeTask({'type':'sql', 'data':{'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}})
1005
+ if(result.code && result.code == 200){
1006
+ if(result.data.rows[0] && !isNaN(result.data.rows[0].count)){
1007
+ this.doneCount = result.data.rows[0].count
1008
+ }
1009
+ }
1010
+ this.allPlanCount = this.upcomingCount + this.tempSaveCount + this.doneCount
1011
+
1012
+ //tag
1013
+ //tag
1014
+ //tag
1015
+ //tag
1016
+ },
1017
+ getAllPlanName(){
1018
+ this.planNameOptions = []
1019
+ this.$refs.paged.$refs.cri.model.f_plan_name = ''
1020
+ let criteria = {
1021
+ items: 'f_plan_name',
1022
+ tablename: 't_check_plan',
1023
+ condition: `f_plan_name IS NOT NULL AND f_plan_name != ''`,
1024
+ groupitem: 'f_plan_name'
1025
+ }
1026
+ let result = HostApp._executeTask({'type':'sql', 'data':{'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}})
1027
+ //tag)
1028
+ if(result.code == 200){
1029
+ result.data.rows.forEach(item => this.planNameOptions.push({label:item.f_plan_name,value:item.f_plan_name}))
1030
+ }
1031
+ //tag)
1032
+ },
1033
+ setPlanParam(detailsType, event) {
1034
+ if (event.srcElement.checked) {
1035
+ this.planparam.push(detailsType)
1036
+ //tag
1037
+ } else {
1038
+ if(this.planparam.length>0){
1039
+ let planid= this.planparam.findIndex((value) => {
1040
+ return value === detailsType
1041
+ })
1042
+ this.planparam.splice(planid, 1)
1043
+ //tag
1044
+
1045
+ }
1046
+
1047
+ }
1048
+ }
1049
+ }
1050
+ }
1051
+ </script>