safecheck-client 3.0.30-3 → 3.0.30-34

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 (46) hide show
  1. package/examples/SafePlan-liaoyuan/App.vue +3 -1
  2. package/package.json +4 -3
  3. package/src/components/android/AddPlanItem.vue +5 -2
  4. package/src/components/android/CurrentCreate.vue +3 -1
  5. package/src/components/android/UploadPage.vue +228 -338
  6. package/src/components/paper/PlanChooser.vue +2 -2
  7. package/src/components/pc/Edit.vue +50 -0
  8. package/src/components/pc/NewCheckpaper.vue +9 -5
  9. package/src/components/pc/PaperEdit.vue +148 -0
  10. package/src/components/pc/SelectCheckPlanAndNoPLan.vue +3 -0
  11. package/src/components/querycheckpaper/CheckSearchUser.vue +10 -1
  12. package/src/filiale/bayan/android/PhoneUpUserinfo.vue +1377 -1377
  13. package/src/filiale/hanzhong/android/PaperFeedback.vue +1477 -0
  14. package/src/filiale/hanzhong/android/SafecheckDevices.vue +1313 -0
  15. package/src/filiale/hanzhong/android/SafecheckOrderV.vue +2683 -0
  16. package/src/filiale/hanzhong/android.js +5 -1
  17. package/src/filiale/huatong/android/SafecheckOrderV.vue +2426 -2418
  18. package/src/filiale/jingyang/android/PhoneUpUserinfo.vue +34 -34
  19. package/src/filiale/jingyang/pc/PaperList.vue +1 -2
  20. package/src/filiale/kelai/android/AddPlanItem.vue +488 -0
  21. package/src/filiale/kelai/android.js +1 -0
  22. package/src/filiale/pingxiang/pc/DefectPaperNew.vue +1 -1
  23. package/src/filiale/qianneng/android/PaperFeedback.vue +40 -0
  24. package/src/filiale/qingjian/android/PhoneUpUserinfo.vue +9 -3
  25. package/src/filiale/tongchuan/android/SafecheckDevices.vue +1 -0
  26. package/src/filiale/tongchuan/pc/PaperDefectMain.vue +2 -0
  27. package/src/filiale/wenxi/pc/DefectPaper.vue +1 -1
  28. package/src/filiale/yangchunboneng/android/CurrentCreate.vue +600 -598
  29. package/src/filiale/yangchunboneng/android/PaperFeedback.vue +20 -0
  30. package/src/filiale/yangchunboneng/pc/DefectPaperNew.vue +1 -1
  31. package/src/filiale/yangchunboneng/pc/PaperDefectMain.vue +2 -2
  32. package/src/filiale/yangchunboneng/pc/PaperList.vue +2 -2
  33. package/src/filiale/yongzhou/pc/NoCheckplanSafecheck.vue +230 -0
  34. package/src/filiale/yongzhou/pc/communityDetail.vue +16 -4
  35. package/src/filiale/yongzhou/pc/communityTypeDetailG.vue +8 -6
  36. package/src/filiale/yongzhou/pc/communityTypeDetailM.vue +8 -6
  37. package/src/filiale/yongzhou/pc/safeDetail.vue +18 -6
  38. package/src/filiale/yongzhou/pc/safeStatistics.vue +10 -0
  39. package/src/filiale/yongzhou/pc/safeStatisticsDay.vue +26 -6
  40. package/src/filiale/yongzhou/pc/safeStatisticsMonth.vue +20 -3
  41. package/src/filiale/yongzhou/pc/safeStatisticsYear.vue +10 -0
  42. package/src/filiale/yongzhou/pc/safeTable.vue +10 -2
  43. package/src/filiale/yongzhou/pc.js +1 -0
  44. package/src/filiale/zhongsheng/android/SafecheckUserInfo.vue +151 -53
  45. package/src/filiale/zhongsheng/pc/NewCheckpaper.vue +14 -0
  46. package/src/safecheck.js +6 -0
@@ -15,27 +15,27 @@
15
15
  </div>
16
16
  <div class="row auto" style="margin: 5px 0">
17
17
  <label class="righttxt">用户名称:</label><input type="text" class="form-control rightipt"
18
- v-model="userinfo.baseinfo.base.f_user_name" readonly/>
18
+ v-model="userinfo.baseinfo.base.f_user_name" readonly/>
19
19
  </div>
20
20
  <div class="row auto" style="margin: 5px 0">
21
21
  <label class="righttxt">用户状态:</label><input type="text" class="form-control rightipt" readonly
22
- v-model="userinfo.baseinfo.base.f_user_state"/>
22
+ v-model="userinfo.baseinfo.base.f_user_state"/>
23
23
  </div>
24
24
  <div class="row auto" style="margin: 5px 0">
25
25
  <label class="righttxt">用户电话:</label><input type="text" class="form-control rightipt"
26
- v-model="userinfo.baseinfo.base.f_user_phone"/>
26
+ v-model="userinfo.baseinfo.base.f_user_phone"/>
27
27
  </div>
28
28
  <div class="row auto" style="margin: 5px 0">
29
29
  <label class="righttxt">租户姓名:</label><input type="text" class="form-control rightipt"
30
- v-model="userinfo.baseinfo.base.f_rent_name"/>
30
+ v-model="userinfo.baseinfo.base.f_rent_name"/>
31
31
  </div>
32
32
  <div class="row auto" style="margin: 5px 0">
33
33
  <label class="righttxt">租户电话:</label><input type="text" class="form-control rightipt"
34
- v-model="userinfo.baseinfo.base.f_zuhu_phone"/>
34
+ v-model="userinfo.baseinfo.base.f_zuhu_phone"/>
35
35
  </div>
36
36
  <div class="row auto" style="margin: 5px 0">
37
37
  <label class="righttxt">建档日期:</label><input type="text" class="form-control rightipt"
38
- v-model="userinfo.baseinfo.base.f_createfile_date" readonly/>
38
+ v-model="userinfo.baseinfo.base.f_createfile_date" readonly/>
39
39
  </div>
40
40
  <!-- <div class="row auto" style="margin: 5px 0">
41
41
  <label class="righttxt">开户日期:</label><input type="text" class="form-control rightipt" v-model="userinfo.baseinfo.base.f_open_date" readonly />
@@ -45,10 +45,10 @@
45
45
  <div class="rightipt" style="display: flex;justify-content: space-around;margin-top: 5px">
46
46
  <div><input type="radio" v-model="addressType" name="addressType" @change="changeAddressType"
47
47
  id="phone_addressType1" value="普通地址"/><label style="font-weight: normal;padding-left: 2px"
48
- for="phone_addressType1">普通地址</label></div>
48
+ for="phone_addressType1">普通地址</label></div>
49
49
  <div><input type="radio" v-model="addressType" name="addressType" @change="changeAddressType"
50
50
  id="phone_addressType2" value="特殊地址"/><label style="font-weight: normal;padding-left: 2px"
51
- for="phone_addressType2">特殊地址</label></div>
51
+ for="phone_addressType2">特殊地址</label></div>
52
52
  </div>
53
53
  <!--<input type="text" style="width: 75%;float:right" class="form-control" v-model="row.f_devices_type" />-->
54
54
  <!--<input type="text" class="form-control rightipt" readonly v-model="userinfo.addressinfo.f_pcd" />-->
@@ -108,27 +108,27 @@
108
108
  </div>-->
109
109
  <div class="row auto" style="margin: 5px 0" v-show="addressType=='普通地址'">
110
110
  <label class="righttxt">楼&ensp;&ensp;&ensp;&ensp;号:</label><input type="text" @change="changeNewAddress"
111
- class="form-control rightipt"
112
- v-model="userinfo.addressinfo.f_building"/>
111
+ class="form-control rightipt"
112
+ v-model="userinfo.addressinfo.f_building"/>
113
113
  </div>
114
114
  <div class="row auto" style="margin: 5px 0" v-show="addressType=='普通地址'">
115
115
  <label class="righttxt">单&ensp;&ensp;&ensp;&ensp;元:</label><input type="text" @change="changeNewAddress"
116
- class="form-control rightipt"
117
- v-model="userinfo.addressinfo.f_unit"/>
116
+ class="form-control rightipt"
117
+ v-model="userinfo.addressinfo.f_unit"/>
118
118
  </div>
119
119
  <div class="row auto" style="margin: 5px 0" v-show="addressType=='普通地址'">
120
120
  <label class="righttxt">楼&ensp;&ensp;&ensp;&ensp;层:</label><input type="text" @change="changeNewAddress"
121
- class="form-control rightipt"
122
- v-model="userinfo.addressinfo.f_floor"/>
121
+ class="form-control rightipt"
122
+ v-model="userinfo.addressinfo.f_floor"/>
123
123
  </div>
124
124
  <div class="row auto" style="margin: 5px 0" v-show="addressType=='普通地址'">
125
125
  <label class="righttxt">门&ensp;牌&ensp;号:</label><input type="text" @change="changeNewAddress"
126
- class="form-control rightipt"
127
- v-model="userinfo.addressinfo.f_room"/>
126
+ class="form-control rightipt"
127
+ v-model="userinfo.addressinfo.f_room"/>
128
128
  </div>
129
129
  <div class="row auto" style="margin: 5px 0">
130
130
  <label class="righttxt">详细地址:</label><input type="text" class="form-control rightipt" readonly
131
- v-model="userinfo_old.addressinfo.f_address"/>
131
+ v-model="userinfo_old.addressinfo.f_address"/>
132
132
  </div>
133
133
  <div class="row auto" style="margin: 5px 0">
134
134
  <label class="righttxt">新&ensp;地&ensp;址:</label>
@@ -144,8 +144,8 @@
144
144
 
145
145
  <div class="row auto" style="margin: 5px 0">
146
146
  <label class="righttxt">备&ensp;&ensp;&ensp;&ensp;注:</label><textarea class="form-control rightipt"
147
- style="height: 150px"
148
- v-model="userinfo.baseinfo.base.f_remark"></textarea>
147
+ style="height: 150px"
148
+ v-model="userinfo.baseinfo.base.f_remark"></textarea>
149
149
  <!--<input type="text" class="form-control rightipt" v-model="userinfo.baseinfo.base.f_remark" />-->
150
150
  </div>
151
151
  </div>
@@ -297,7 +297,7 @@
297
297
  </div>
298
298
  <div class="row auto" style="margin: 5px 0">
299
299
  <label class="righttxt">设备型号:</label><input type="text" class="form-control rightipt"
300
- v-model="row.f_devices_model"/>
300
+ v-model="row.f_devices_model"/>
301
301
  </div>
302
302
  <div class="row auto" style="margin: 5px 0">
303
303
  <label class="righttxt">生产日期:</label>
@@ -312,22 +312,22 @@
312
312
  </div>
313
313
  <div class="row auto" style="margin: 5px 0">
314
314
  <label class="righttxt">使用年限:</label><input type="number" class="form-control rightipt"
315
- v-model="row.f_service_life"/>
315
+ v-model="row.f_service_life"/>
316
316
  </div>
317
- <!-- <div class="row auto" style="margin: 5px 0">
318
- <label class="righttxt">到期日期:</label>
319
- &lt;!&ndash;<input type="text" class="form-control rightipt" v-model="row.f_expire_date" />&ndash;&gt;
320
- <datepicker class="rightipt"
321
- :value.sync="row.f_expire_date"
322
- v-model="row.f_expire_date"
323
- :disabled-days-of-Week="[]"
324
- :format="'yyyy-MM-dd'"
325
- :show-reset-button="reset" readonly="readonly">
326
- </datepicker>
327
- </div>-->
317
+ <!-- <div class="row auto" style="margin: 5px 0">
318
+ <label class="righttxt">到期日期:</label>
319
+ &lt;!&ndash;<input type="text" class="form-control rightipt" v-model="row.f_expire_date" />&ndash;&gt;
320
+ <datepicker class="rightipt"
321
+ :value.sync="row.f_expire_date"
322
+ v-model="row.f_expire_date"
323
+ :disabled-days-of-Week="[]"
324
+ :format="'yyyy-MM-dd'"
325
+ :show-reset-button="reset" readonly="readonly">
326
+ </datepicker>
327
+ </div>-->
328
328
  <div class="row auto" style="margin: 5px 0">
329
329
  <label class="righttxt">安&ensp;装&ensp;人:</label><input type="text" class="form-control rightipt"
330
- v-model="row.f_input_person"/>
330
+ v-model="row.f_input_person"/>
331
331
  </div>
332
332
  <div class="row auto" style="margin: 5px 0">
333
333
  <label class="righttxt">安装日期:</label>
@@ -342,7 +342,7 @@
342
342
  </div>
343
343
  <div class="row auto" style="margin: 5px 0">
344
344
  <label class="righttxt">设备数量:</label><input type="number" class="form-control rightipt"
345
- v-model="row.f_devices_num"/>
345
+ v-model="row.f_devices_num"/>
346
346
  </div>
347
347
  <!--<div class="row auto" style="margin: 5px 0">
348
348
  <label class="righttxt">管道类型:</label><input type="text" class="form-control rightipt" readonly v-model="row.f_pipe_type" />
@@ -520,8 +520,7 @@ export default {
520
520
  'f_repair_approved_note': '备注',
521
521
  'f_gas_date': '开户时间',
522
522
  'f_plan_name': '计划名称',
523
- 'f_path': '隐患照片',
524
- 'f_overall_path': '总体安检照片',
523
+ 'f_download_path': '总体安检照片'
525
524
  },
526
525
  fun: this.$login.f,
527
526
  pcds:[],
@@ -0,0 +1,488 @@
1
+ <template>
2
+ <div class="auto">
3
+ <criteria-paged :model="model" v-ref:paged>
4
+ <criteria partial='criteria' @condition-changed='search' v-ref:cri>
5
+ <div partial>
6
+ <form>
7
+ <div class="row app-row">
8
+ <div class="col-xs-4">
9
+ <img src="../../../assets/用户ID.png" style="width: 20px;margin-bottom: 5px" alt="">
10
+ <label class="font text-left">用户编号:</label>
11
+ </div>
12
+ <div class="col-xs-8" >
13
+ <input class="search_input input-font"
14
+ v-model=model.f_userinfo_code condition="f_userinfo_code = '{}'" placeholder="请输入用户编号" />
15
+ </div>
16
+ </div>
17
+ <div class="row app-row">
18
+ <div class="col-xs-4">
19
+ <img src="../../../assets/用户ID.png" style="width: 20px;margin-bottom: 5px" alt="">
20
+ <label class="font text-left">表 &nbsp;&nbsp; &nbsp;&nbsp; 号:</label>
21
+ </div>
22
+ <div class="col-xs-8" >
23
+ <input class="search_input input-font"
24
+ v-model=model.f_meternumber condition="f_meternumber = '{}'" style="width: 70%" placeholder="请输入表号" />
25
+ <button type="button" name="button" class="btn btn-primary" style="width: 25%" @click="$parent.$parent.scan">扫码</button>
26
+ </div>
27
+ </div>
28
+ <div class="row app-row">
29
+ <div class="col-xs-4">
30
+ <img src="../../../assets/用户姓名.png" style="width: 20px;margin-bottom: 5px" alt="">
31
+ <label class="font text-left">用户名称:</label>
32
+ </div>
33
+ <div class="col-xs-8" >
34
+ <input class="search_input input-font" v-model="model.f_username" placeholder="请输入用户名称(可模糊查询)">
35
+ </div>
36
+ </div>
37
+ <div class="row app-row">
38
+ <div class="col-xs-4">
39
+ <img src="../../../assets/用户类型.png" style="width: 20px;margin-bottom: 5px" alt="">
40
+ <label class="font text-left">用户类型:</label>
41
+ </div>
42
+ <div class="col-xs-8" >
43
+ <v-select :value.sync="$parent.$parent.model.f_user_type" class="input-font"
44
+ :options='$parent.$parent.user_types' placeholder='请选择用户类型' :value-single="true"
45
+ v-model="$parent.$parent.model.f_user_type" close-on-select clear-button></v-select>
46
+ </div>
47
+ </div>
48
+ <div class="row app-row">
49
+ <div class="col-xs-4">
50
+ <img src="../../../assets/小区.png" style="width: 20px;margin-bottom: 5px" alt="">
51
+ <label class="font text-left">小区名称:</label>
52
+ </div>
53
+ <div class="col-xs-8" >
54
+ <input style="width: 100%" class="search_input input-font" v-model="model.f_districtname" placeholder="请输入用户小区(可模糊查询)">
55
+ </div>
56
+ </div>
57
+ <div class="row app-row">
58
+ <div class="col-xs-4">
59
+ <img src="../../../assets/小区.png" style="width: 20px;margin-bottom: 5px" alt="">
60
+ <label class="font text-left">楼&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;号:</label>
61
+ </div>
62
+ <div class="col-xs-8" >
63
+ <input style="width: 100%" class="search_input input-font" v-model="model.f_building" placeholder="请输入用户楼号">
64
+ </div>
65
+ </div>
66
+ <div class="row app-row">
67
+ <div class="col-xs-4">
68
+ <img src="../../../assets/小区.png" style="width: 20px;margin-bottom: 5px" alt="">
69
+ <label class="font text-left">单&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;元:</label>
70
+ </div>
71
+ <div class="col-xs-8" >
72
+ <input style="width: 100%" class="search_input input-font" v-model="model.f_unit" placeholder="请输入用户单元">
73
+ </div>
74
+ </div>
75
+ <div class="row app-row">
76
+ <div class="col-xs-4">
77
+ <img src="../../../assets/小区.png" style="width: 20px;margin-bottom: 5px" alt="">
78
+ <label class="font text-left">用户地址:</label>
79
+ </div>
80
+ <div class="col-xs-8" >
81
+ <input style="width: 100%" class="search_input input-font" v-model="model.f_address" placeholder="请输入用户地址(可模糊查询)">
82
+ </div>
83
+ </div>
84
+ <div class="row app-row">
85
+ <div class="col-xs-4">
86
+ <img src="../../../assets/小区.png" style="width: 20px;margin-bottom: 5px" alt="">
87
+ <label class="font text-left">表&nbsp;&nbsp;封&nbsp;&nbsp;号:</label>
88
+ </div>
89
+ <div class="col-xs-8" >
90
+ <input style="width: 100%" class="search_input input-font" v-model="model.f_metertitles" placeholder="请输入表封号" condition="uf.f_metertitles='{}'">
91
+ </div>
92
+ </div>
93
+ <div class="row app-row">
94
+ <div class="col-xs-4">
95
+ <img src="../../../assets/小区.png" style="width: 20px;margin-bottom: 5px" alt="">
96
+ <label class="font text-left">电&nbsp;&nbsp;话&nbsp;&nbsp;号:</label>
97
+ </div>
98
+ <div class="col-xs-8" >
99
+ <input style="width: 100%" class="search_input input-font" v-model="model.f_user_phone" placeholder="请输入电话号" condition="ui.f_user_phone like '%{}%'">
100
+ </div>
101
+ </div>
102
+ <div class="row app-row">
103
+ <div class="col-xs-4">
104
+ <img src="../../../assets/小区.png" style="width: 20px;margin-bottom: 5px" alt="">
105
+ <label class="font text-left">卡&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;号:</label>
106
+ </div>
107
+ <div class="col-xs-8" >
108
+ <input style="width: 100%" class="search_input input-font" v-model="model.f_card_id" placeholder="请输入卡号" condition="uf.f_card_id like '%{}%'">
109
+ </div>
110
+ </div>
111
+ <div class="row app-row">
112
+ <div class="col-xs-4">
113
+ <img src="../../../assets/安检状态.png" style="width: 20px;margin-bottom: 5px" alt="">
114
+ <label class="font text-left">抄&nbsp;&nbsp;表&nbsp;&nbsp;册:</label>
115
+ </div>
116
+ <div class="col-xs-8" >
117
+ <v-select class="input-font"
118
+ placeholder='请选择抄表册'
119
+ :value.sync="model.f_meter_book_num"
120
+ v-model="model.f_meter_book_num"
121
+ :options='$parent.$parent.cbc'
122
+ condition="uf.f_meter_book_num='{}'"
123
+ close-on-select clear-button></v-select>
124
+ </div>
125
+ </div>
126
+
127
+
128
+
129
+ <div class="row text-center" style="margin-top: 20px;">
130
+ <button type="button" class="btn btn-lg btn-font btn-color" style="width: 45%;" @click="search">查询</button>
131
+ </div>
132
+ <div style="height:30px;"></div>
133
+ </form>
134
+ </div>
135
+ </criteria>
136
+
137
+ <list :model="model" partial='list'>
138
+ <div partial>
139
+ <div class="auto app-text" style="margin-top: 5px;">
140
+ <div class="panel" style="padding: 10px 10px 5px 10px;">
141
+ <div class="panel-body panel-self">
142
+ <div class="row">
143
+ <p class="panel-title col-xs-4 text-left font">用户编号</p>
144
+ <p class="panel-title col-xs-8 text-left input-font">{{ row.f_userinfo_code }}</p>
145
+ </div>
146
+ <div class="row">
147
+ <p class="panel-title col-xs-4 text-left font">用户名称</p>
148
+ <p class="panel-title col-xs-8 text-left input-font">{{ row.f_user_name }}</p>
149
+ </div>
150
+ <div class="row">
151
+ <p class="panel-title col-xs-4 text-left font">表号</p>
152
+ <p class="panel-title col-xs-8 text-left input-font">{{ row.f_meternumber }}</p>
153
+ </div>
154
+ <div class="row">
155
+ <p class="panel-title col-xs-4 text-left font">用户类型</p>
156
+ <p class="panel-title col-xs-8 text-left input-font">{{ row.f_user_type }}</p>
157
+ </div>
158
+ <div class="row">
159
+ <p class="panel-title col-xs-4 text-left font">用户电话</p>
160
+ <p class="panel-title col-xs-8 text-left input-font">{{ row.f_user_phone2 ? row.f_user_phone2 : row.f_user_phone }}</p>
161
+ </div>
162
+
163
+ <div class="row">
164
+ <p class="panel-title col-xs-4 text-left font">小区名称</p>
165
+ <p class="panel-title col-xs-8 text-left input-font">{{ row.f_residential_area }}</p>
166
+ </div>
167
+ <div class="row">
168
+ <p class="panel-title col-xs-4 text-left font">用户地址</p>
169
+ <p class="panel-title col-xs-8 text-left input-font">{{ row.f_address }}</p>
170
+ </div>
171
+ <div class="row">
172
+ <p class="panel-title col-xs-4 text-left font">最后安检日期</p>
173
+ <p class="panel-title col-xs-8 text-left input-font">{{ row.f_last_check_date }}</p>
174
+ </div>
175
+ <div class="row">
176
+ <p class="panel-title col-xs-4 text-left font">最后安检状态</p>
177
+ <p class="panel-title col-xs-8 text-left input-font">{{ row.f_last_check_state }}</p>
178
+ </div>
179
+ <div class="row">
180
+ <button type="button" v-if="$parent.$parent.$parent.isHasJurisdiction" class="btn btn-lg btn-font btn-color" style="width: 45%;float: left;" @click="$parent.$parent.$parent.showDelModal(row)">销户</button>
181
+ <button type="button" class="btn btn-lg btn-font btn-color" style="width: 45%;float: right;" @click="$parent.$parent.$parent.inspect(row)">处理</button>
182
+ </div>
183
+ </div>
184
+ </div>
185
+
186
+ </div>
187
+ </div>
188
+ </list>
189
+ </criteria-paged>
190
+ <modal :show.sync="showModal">
191
+ <div slot="modal-header" class="modal-header">
192
+ <h4 class="modal-title">
193
+ 销户
194
+ </h4>
195
+ </div>
196
+ <div slot="modal-body" class="modal-body">
197
+ <div class="row app-row">
198
+ <div class="col-xs-2">
199
+ <label class="font text-left">销户原因:</label>
200
+ </div>
201
+ <div class="col-xs-10" >
202
+ <input type="text" style="width: 100%" class="search_input input-font" v-model="modalData.f_comments" placeholder="请输入销户原因">
203
+ </div>
204
+ </div>
205
+ </div>
206
+ <div slot="modal-footer" class="modal-footer">
207
+ <button type="button" class="btn btn-default" @click="accountClosure()">确认</button>
208
+ <button type="button" class="btn btn-default" @click="closeModal()">取消</button>
209
+ </div>
210
+ </modal>
211
+ <!--<back-page :need-back='true' @flag="$back()"></back-page>-->
212
+ </div>
213
+ </template>
214
+
215
+ <script>
216
+ import {HttpResetClass, PagedList} from 'vue-client'
217
+ import Vue from 'vue'
218
+ import * as Util from '../../Util'
219
+
220
+ export default {
221
+ title: '安检员B',
222
+ data () {
223
+ let model = new PagedList(`${this.$androidUtil.getProxyUrl()}/rs/sql/提取用户档案`, 20, { groupitem: '""', orderitem: '"f_residential_area,CAST(build as int),f_unit,CAST(floor1 as int),f_room"',f_check_type:'this.f_check_type[0]',
224
+ f_user_name:'this.model.f_username',myCycle: 'this.myCycle',fyCycle: 'this.fyCycle', f_user_type:'this.f_user_type',f_sign: 'this.f_sign[0]', f_residential_area:'this.model.f_districtname', f_address:'this.model.f_address',f_user_state: 'this.f_user_state[0]',f_orgids:'this.f_orgids',f_unit:'this.model.f_unit',f_building:'this.model.f_building',f_filialeid:'this.f_filialeid'})
225
+ model.f_sign = ['']
226
+ model.f_user_type = ''
227
+ model.f_user_state =['']
228
+ model.f_check_type =['']
229
+ model.myCycle = 0
230
+ model.fyCycle = 0
231
+ model.f_filialeid = Vue.user.orgid
232
+ //model.f_filialeid = 287
233
+ return {
234
+ model: model,
235
+ cbc:[],
236
+ isHasJurisdiction:false,
237
+ showModal:false,
238
+ modalData:{
239
+ "f_operat_type": "销户",
240
+ "f_describe":'',
241
+ "f_user_id": '',
242
+ "f_user_name": '',
243
+ "f_state": "销户",
244
+ "f_comments": '',
245
+ "f_operator": Vue.user.name,
246
+ "f_operatorid": Vue.user.id,
247
+ "f_orgid": Vue.user.orgid,
248
+ "f_orgname": Vue.user.orgs,
249
+ "f_depid": Vue.user.depids,
250
+ "f_depname": Vue.user.deps,
251
+ "f_userinfo_id": ''
252
+ },
253
+ signs: [
254
+ {label:'请选择录入状态', value:''},
255
+ {label:'录入', value:'1'},
256
+ {label:'非录入', value:'0'},
257
+ ],
258
+ ischecks: [
259
+ ],
260
+ user_types: [
261
+ {label: '请选择用户类型', value: ''},
262
+ {label: '民用', value: '民用'},
263
+ {label: '非民用', value: '非民用'},
264
+ ],
265
+ f_user_states: [
266
+ {label:'请选择档案状态', value:''},
267
+ {label:'正常', value:'正常'},
268
+ {label:'点火', value:'点火'},
269
+ ],
270
+ f_check_types: [
271
+ {label:'请选择安检类型', value:''},
272
+ {label:'应检', value:'应检'},
273
+ {label:'超期', value:'超期'},
274
+ ],
275
+ }
276
+ },
277
+ ready () {
278
+ this.isHasJurisdiction = Vue.user.r.includes('手机端销户')
279
+ },
280
+ computed: {
281
+ reload(){
282
+ this.$refs.paged.loadPage(this.$refs.paged.model.pageIndex)
283
+ },
284
+ selected () {
285
+ return this.$refs.paged.$refs.grid.selected
286
+ }
287
+ },
288
+ methods:{
289
+ accountClosure(){
290
+ if(!this.modalData.f_comments){
291
+ return this.$showMessage('请输入销户原因')
292
+ }
293
+ this.$showMessage('是否确认销户!', ['confirm', 'cancel']).then((res) => {
294
+ if (res === 'confirm') {
295
+ new HttpResetClass().load('POST', `${this.$androidUtil.getProxyUrl()}/rs/logic/saveSingleCancellation`, {data: this.modalData}).then(resp=>{
296
+ this.$showMessage('销户成功。')
297
+ this.closeModal()
298
+ this.reload()
299
+ }).catch(err=>{
300
+ this.$showMessage('销户失败,服务器内部错误。')
301
+ })
302
+ }
303
+ })
304
+ },
305
+ closeModal(){
306
+ this.modalData = {
307
+ "f_operat_type": "销户",
308
+ "f_describe":'',
309
+ "f_user_id": '',
310
+ "f_user_name": '',
311
+ "f_state": "销户",
312
+ "f_comments": '',
313
+ "f_operator": Vue.user.name,
314
+ "f_operatorid": Vue.user.id,
315
+ "f_orgid": Vue.user.orgid,
316
+ "f_orgname": Vue.user.orgs,
317
+ "f_depid": Vue.user.depids,
318
+ "f_depname": Vue.user.deps,
319
+ "f_userinfo_id": ''
320
+ }
321
+ this.showModal = false
322
+ },
323
+ showDelModal(row){
324
+ this.showModal = true
325
+ this.modalData.f_userinfo_id = row.f_userinfo_id
326
+ this.modalData.f_user_name = row.f_user_name
327
+ this.modalData.f_user_id = row.f_user_id
328
+ this.modalData.f_describe = `${Vue.user.name}对用户${row.f_user_name}进行销户`
329
+
330
+ },
331
+ scan(){
332
+ HostApp.__this__=this,
333
+ HostApp.scanCode({callback:"javascript:HostApp.__this__.getCode();"})
334
+ },
335
+ getCode(){
336
+ var datapa = HostApp.getCode().data;
337
+ //tag
338
+ this.$refs.paged.$refs.cri.model.f_meternumber=datapa
339
+ },
340
+ getCheckTime(){
341
+ //tag
342
+ new HttpResetClass().load('post',`${this.$androidUtil.getProxyUrl()}/rs/sql/tel_singleTable_OrderBy`,{data: {
343
+ items: 'f_circle,f_start_time',
344
+ tablename: 't_safe_circle',
345
+ condition: `f_filialeid = '${Vue.user.orgid}'`,
346
+ orderitem: 'id'
347
+ }}).then(res=>{
348
+ //tag)
349
+ let nocheck=''
350
+ let ischeck=''
351
+ if (res.data[0]){
352
+ if (res.data[0].f_circle=='1'){
353
+ nocheck=`(ua.f_last_check_date<'${res.data[0].f_start_time}' or ua.f_last_check_date is null)`
354
+ ischeck=`ua.f_last_check_date>'${res.data[0].f_start_time}'`
355
+
356
+ }else{
357
+ let addtime= (Util.toStandardTimeString().substring(0,4)-res.data[0].f_start_time.substring(0,4))%res.data[0].f_circle
358
+ //tag
359
+ let time =(Util.toStandardTimeString().substring(0,4)-addtime)+'-01-01 00:00:00'
360
+ //tag
361
+ nocheck=`(ua.f_last_check_date<'${time}' or ua.f_last_check_date is null)`
362
+ ischeck=`ua.f_last_check_date>'${time}'`
363
+ }
364
+ //tag
365
+ this.ischecks=[
366
+ {label: '全部', value: ''},
367
+ {label: '已检', value: ischeck },
368
+ {label: '未检', value: nocheck},
369
+ ]
370
+ //tag
371
+ }else{
372
+ this.$showMessage("未配置安检周期")
373
+ }
374
+
375
+ })
376
+ //tag
377
+ },
378
+ inspect (info){
379
+ if(info.f_last_check_date){
380
+ this.$showMessage("该用户最后一次安检时间为 "+info.f_last_check_date+" 是否继续对该用户进行安检",['confirm', 'cancel']).then((butt)=>{
381
+ if(butt=="confirm"){
382
+ info.id = ''
383
+ info.f_state = '未检'
384
+ info.f_no_checkplan = '无计划安检'
385
+ //tag
386
+ this.$resetpost(`${this.$androidUtil.getProxyUrl()}/rs/sql/查询计划项表信息`,{data:{f_userid:info.f_userinfo_id}}).then((response)=>{
387
+ //tag)
388
+ info['f_plan_meters'] = response.data
389
+ var pardate = {
390
+ _this:this,
391
+ tittle:'安检详情',
392
+ safe:true
393
+ }
394
+ this.$dispatch('gotoson',pardate)
395
+ this.$goto('safecheck-order-v', {item: info, role: 'inspect',parentPage:'AddPlanItem'}, 'self', this.reload)
396
+
397
+ })
398
+ }
399
+ })
400
+ }else{
401
+ info.id = ''
402
+ info.f_state = '未检'
403
+ info.f_no_checkplan = '无计划安检'
404
+ //tag
405
+ this.$resetpost(`${this.$androidUtil.getProxyUrl()}/rs/sql/查询计划项表信息`,{data:{f_userid:info.f_userinfo_id}}).then((response)=>{
406
+ //tag)
407
+ info['f_plan_meters'] = response.data
408
+ var pardate = {
409
+ _this:this,
410
+ tittle:'安检详情',
411
+ safe:true
412
+ }
413
+ this.$dispatch('gotoson',pardate)
414
+ this.$goto('safecheck-order-v', {item: info, role: 'inspect',parentPage:'AddPlanItem'}, 'self', this.reload)
415
+
416
+ })
417
+ }
418
+ },
419
+ Mreadibook(){
420
+ this.cbc=[]
421
+ let http = new HttpResetClass()
422
+ http.load('POST',`${this.$androidUtil.getProxyUrl()}/rs/logic/getMeterBooksData`,
423
+ {data: {f_orgid: "('"+Vue.user.orgid+"')"}},
424
+ {resolveMsg: null, rejectMsg: '获取失败!!!'}).then((getMeterReadingBooks)=>{
425
+ this.cbc = [{label: '全部', value: ''}]
426
+ //tag
427
+ //tag)
428
+ //tag
429
+ getMeterReadingBooks.data.meterbooks.forEach((res) => {
430
+ this.cbc.push({label: res.f_book_name, value: res.id})
431
+ /*if(res.f_book_slice_area){
432
+ if(this.sliceArea.indexOf(res.f_book_slice_area)<0){
433
+ this.sliceArea.push(res.f_book_slice_area)
434
+ }
435
+ }*/
436
+ })
437
+ })
438
+
439
+
440
+ }
441
+ }
442
+ }
443
+ </script>
444
+ <style scoped>
445
+ .app-row {
446
+ background-color: white;
447
+ padding: 10px 10px 0 10px;
448
+ border-bottom: 1px solid rgba(235, 235, 235, 0.5);
449
+ }
450
+ .search_input {
451
+ border: 0;
452
+ outline: none;
453
+ }
454
+ .font{
455
+ font: 15px PingFang-SC-Medium;
456
+ color: #666666;
457
+ }
458
+ .input-font{
459
+ font: 15px PingFang-SC-Medium;
460
+ color: #333333;
461
+ }
462
+ .btn-font{
463
+ font:600 16px PingFang-SC-Bold;
464
+ color: #499EDF;
465
+ }
466
+ .btn-color{
467
+ background-color: #FFFFFF;
468
+ border-radius: 10px ;
469
+ border: 1px solid #499EDF;
470
+ }
471
+ .app-text {
472
+ font-size: 12px;
473
+ }
474
+ .panel-self{
475
+ border-radius: 10px;
476
+ border:1px solid #499EDF;
477
+ background-color: #F8F8F8;
478
+ }
479
+ .yybtn-color{
480
+ border-radius: 4px ;
481
+ border: 1px solid #499EDF;
482
+ }
483
+ .qxbtn-color{
484
+ background-color: #FFFFFF;
485
+ border-radius: 4px ;
486
+ border: 1px solid #499EDF;
487
+ }
488
+ </style>