safecheck-client 3.0.39-25 → 3.0.39-27

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.
@@ -1,1265 +1,1265 @@
1
- <template>
2
- <work-busy :is-busy="excessive"></work-busy>
3
- <div style="height: 100%">
4
- <div class="panel auto">
5
- <div class="panel-heading" @click="selectVal('基本信息')" style="background-color: #ffffff">
6
- <span class="spanboder">
7
- <img src="../../../assets/person.png" style="width: 22px;margin-right: 8px;">基本信息
8
- <img class="butt3" :src="imgback('基本信息')">
9
- </span>
10
- </div>
11
- <div class="panel-body " id="upuserinfo_sel" v-show="headername=='基本信息'">
12
- <div class="row auto" style="margin: 5px 0">
13
- <label class="righttxt">用户编号:</label>
14
- <input type="text" class="form-control rightipt" v-model="userinfo.baseinfo.base.f_userinfo_code" readonly/>
15
- </div>
16
- <div class="row auto" style="margin: 5px 0">
17
- <label class="righttxt">用户名称:</label><input type="text" class="form-control rightipt"
18
- v-model="userinfo.baseinfo.base.f_user_name" readonly/>
19
- </div>
20
- <div class="row auto" style="margin: 5px 0">
21
- <label class="righttxt">身份证号:</label><input type="text" class="form-control rightipt"
22
- v-model="userinfo.baseinfo.base.f_idnumber" />
23
- </div>
24
- <div class="row auto" style="margin: 5px 0">
25
- <label class="righttxt">用户状态:</label><input type="text" class="form-control rightipt" readonly
26
- v-model="userinfo.baseinfo.base.f_user_state"/>
27
- </div>
28
- <div class="row auto" style="margin: 5px 0">
29
- <label class="righttxt">用户电话:</label><input type="text" class="form-control rightipt"
30
- v-model="userinfo.baseinfo.base.f_user_phone"/>
31
- </div>
32
- <div class="row auto" style="margin: 5px 0">
33
- <label class="righttxt">租户姓名:</label><input type="text" class="form-control rightipt"
34
- v-model="userinfo.baseinfo.base.f_rent_name"/>
35
- </div>
36
- <div class="row auto" style="margin: 5px 0">
37
- <label class="righttxt">租户电话:</label><input type="text" class="form-control rightipt"
38
- v-model="userinfo.baseinfo.base.f_zuhu_phone"/>
39
- </div>
40
- <div class="row auto" style="margin: 5px 0">
41
- <label class="righttxt">建档日期:</label><input type="text" class="form-control rightipt"
42
- v-model="userinfo.baseinfo.base.f_createfile_date" readonly/>
43
- </div>
44
- <!-- <div class="row auto" style="margin: 5px 0">
45
- <label class="righttxt">开户日期:</label><input type="text" class="form-control rightipt" v-model="userinfo.baseinfo.base.f_open_date" readonly />
46
- </div>-->
47
- <div class="row auto" style="margin: 5px 0">
48
- <label class="righttxt">地址类型:</label>
49
- <div class="rightipt" style="display: flex;justify-content: space-around;margin-top: 5px">
50
- <div><input type="radio" v-model="addressType" name="addressType" @change="changeAddressType"
51
- id="phone_addressType1" value="普通地址"/><label style="font-weight: normal;padding-left: 2px"
52
- for="phone_addressType1">普通地址</label></div>
53
- <div><input type="radio" v-model="addressType" name="addressType" @change="changeAddressType"
54
- id="phone_addressType2" value="特殊地址"/><label style="font-weight: normal;padding-left: 2px"
55
- for="phone_addressType2">特殊地址</label></div>
56
- </div>
57
- <!--<input type="text" style="width: 75%;float:right" class="form-control" v-model="row.f_devices_type" />-->
58
- <!--<input type="text" class="form-control rightipt" readonly v-model="userinfo.addressinfo.f_pcd" />-->
59
- <!--<v-select :value.sync="userinfo.addressinfo.f_iscity" class="input-font" style="margin-left: 5%;"
60
- :width="'60%'"
61
- v-model="userinfo.addressinfo.f_iscity"
62
- :options='cityTypes' placeholder='地区类型' close-on-select clear-button value-single @change="area_change()"></v-select>-->
63
- </div>
64
- <div class="row auto" style="margin: 5px 0">
65
- <label class="righttxt">地区类型:</label>
66
- <!--<input type="text" style="width: 75%;float:right" class="form-control" v-model="row.f_devices_type" />-->
67
- <input type="text" class="form-control rightipt" readonly v-model="userinfo.addressinfo.f_iscity"/>
68
- <!--<v-select :value.sync="userinfo.addressinfo.f_iscity" class="input-font" style="margin-left: 5%;"
69
- :width="'60%'"
70
- :disabled="true"
71
- v-model="userinfo.addressinfo.f_iscity"
72
- :options='cityTypes' placeholder='地区类型' close-on-select clear-button value-single ></v-select>-->
73
- </div>
74
- <div class="row auto" style="margin: 5px 0">
75
- <label class="righttxt">省&ensp;市&ensp;区:</label>
76
- <!--<input type="text" style="width: 75%;float:right" class="form-control" v-model="row.f_devices_type" />-->
77
- <!--<input type="text" class="form-control rightipt" readonly v-model="userinfo.addressinfo.f_pcd" />-->
78
- <v-select :value.sync="selectPcd" class="input-font" style="margin-left: 5%;"
79
- :width="'60%'"
80
- v-model="selectPcd"
81
- :options='pcds' placeholder='请选择省市区' close-on-select clear-button value-single
82
- @change="pcd_change()"></v-select>
83
- </div>
84
- <div class="row auto" style="margin: 5px 0">
85
- <label class="righttxt">街道名称:</label>
86
- <!--<input type="text" readonly class="form-control rightipt" v-model="userinfo.addressinfo.f_street" />-->
87
- <v-select :value.sync="selectStreet" class="input-font" style="margin-left: 5%;"
88
- :width="'60%'"
89
- v-model="selectStreet"
90
- :options='streets' placeholder='请选择街道' close-on-select clear-button value-single
91
- @change="street_change()"></v-select>
92
- </div>
93
- <div class="row auto" style="margin: 5px 0">
94
- <label class="righttxt">集收单位:</label>
95
- <!--<input type="text" readonly class="form-control rightipt" v-model="userinfo.addressinfo.f_residential_area" />-->
96
- <v-select :value.sync="selectArea" class="input-font" style="margin-left: 5%;"
97
- :width="'60%'"
98
- v-model="selectArea"
99
- :timeout="500"
100
- @select-search="select_search"
101
- :options='area' placeholder='请选择集收单位' close-on-select clear-button value-single
102
- @change="area_change()"></v-select>
103
- </div>
104
- <!--<div class="row auto" style="margin: 5px 0" v-show="addressType=='特殊地址'">
105
- <label class="righttxt">集收单位:</label>
106
- &lt;!&ndash;<input type="text" readonly class="form-control rightipt" v-model="userinfo.addressinfo.f_residential_area" />&ndash;&gt;
107
- <v-select :value.sync="selectArea" class="input-font" style="margin-left: 5%;"
108
- :width="'60%'"
109
- v-model="selectArea"
110
- @select-search="select_search"
111
- :options='area' placeholder='请选择集收单位' close-on-select clear-button value-single @change="area_changeTC()"></v-select>
112
- </div>-->
113
- <div class="row auto" style="margin: 5px 0" v-show="addressType=='普通地址'">
114
- <label class="righttxt">楼&ensp;&ensp;&ensp;&ensp;号:</label><input type="text" @change="changeNewAddress"
115
- class="form-control rightipt"
116
- v-model="userinfo.addressinfo.f_building"/>
117
- </div>
118
- <div class="row auto" style="margin: 5px 0" v-show="addressType=='普通地址'">
119
- <label class="righttxt">单&ensp;&ensp;&ensp;&ensp;元:</label><input type="text" @change="changeNewAddress"
120
- class="form-control rightipt"
121
- v-model="userinfo.addressinfo.f_unit"/>
122
- </div>
123
- <div class="row auto" style="margin: 5px 0" v-show="addressType=='普通地址'">
124
- <label class="righttxt">楼&ensp;&ensp;&ensp;&ensp;层:</label><input type="text" @change="changeNewAddress"
125
- class="form-control rightipt"
126
- v-model="userinfo.addressinfo.f_floor"/>
127
- </div>
128
- <div class="row auto" style="margin: 5px 0" v-show="addressType=='普通地址'">
129
- <label class="righttxt">门&ensp;牌&ensp;号:</label><input type="text" @change="changeNewAddress"
130
- class="form-control rightipt"
131
- v-model="userinfo.addressinfo.f_room"/>
132
- </div>
133
- <div class="row auto" style="margin: 5px 0">
134
- <label class="righttxt">详细地址:</label><input type="text" class="form-control rightipt" readonly
135
- v-model="userinfo_old.addressinfo.f_address"/>
136
- </div>
137
- <div class="row auto" style="margin: 5px 0">
138
- <label class="righttxt">新&ensp;地&ensp;址:</label>
139
- <!--<input type="text" class="form-control rightipt" readonly v-model="getaddress()" />-->
140
- <textarea :readonly="addressType=='普通地址'" class="form-control rightipt" : style="height: 80px"
141
- v-model="userinfo.addressinfo.f_address"></textarea>
142
- </div>
143
-
144
- <!--<div class="row auto" style="margin: 5px 0" v-show="addressType=='特殊地址'">
145
- <label class="righttxt">新&ensp;地&ensp;址:</label>&lt;!&ndash;<input type="text" class="form-control rightipt" v-model="userinfo.addressinfo.f_address" />&ndash;&gt;
146
- <textarea class="form-control rightipt" style="height: 80px" v-model="getAddressTS"></textarea>
147
- </div>-->
148
-
149
- <div class="row auto" style="margin: 5px 0">
150
- <label class="righttxt">备&ensp;&ensp;&ensp;&ensp;注:</label><textarea class="form-control rightipt"
151
- style="height: 150px"
152
- v-model="userinfo.baseinfo.base.f_remark"></textarea>
153
- <!--<input type="text" class="form-control rightipt" v-model="userinfo.baseinfo.base.f_remark" />-->
154
- </div>
155
- </div>
156
- </div>
157
- <div class="panel auto">
158
- <div class="panel-heading" @click="selectVal('表具信息')" style="background-color: #ffffff">
159
- <span class="spanboder">
160
- <img src="../../../assets/person.png" style="width: 22px;margin-right: 8px;">表具信息
161
- <img class="butt3" :src="imgback('表具信息')">
162
- </span>
163
- </div>
164
- <div class="panel-body " v-show="headername=='表具信息'">
165
- <div class="row auto" style="margin: 5px 0">
166
- <label class="righttxt">表&ensp;&ensp;&ensp;&ensp;号:</label>
167
- <input type="text" :readonly="(userinfo.meterinfo[0].f_meter_classify!='机表' && userinfo.meterinfo[0].f_meter_classify!='金额卡表' && userinfo.meterinfo[0].f_meter_classify!='气量卡表')" class="form-control rightipt"
168
- style="width: 45%" v-model="userinfo.meterinfo[0].f_meternumber"/>
169
- <button type="button"
170
- :disabled="!(userinfo.meterinfo[0].f_meter_classify=='机表' || userinfo.meterinfo[0].f_meter_classify=='金额卡表' || userinfo.meterinfo[0].f_meter_classify=='气量卡表')"
171
- name="button" class="btn btn-primary" style="width: 15%" @click="scan">扫码
172
- </button>
173
- </div>
174
-
175
- <!--<div class="row auto" style="margin: 5px 0" v-if="userinfo.meterinfo[0].f_meter_classify=='机表'">
176
- <div class="auto">
177
- <div class="panel" style="padding: 0px 15px 5px 10px;">
178
- <div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
179
- <div class="row" style="height: 240px;">
180
- <div class="col-sm-4">
181
- <img-self :src="f_meterno_path" alt="表号照片" width="150" height="200"></img-self>
182
- </div>
183
- </div>
184
- <div class="row text-right div-photo" :class="style__">
185
- <button type="button" name="button" class="btn btn-primary btn-photo" @click="takePic('f_meterno_path', '表号照片')">拍照</button>
186
- <img src="../../../assets/remove.png" :class="style__" @click="delfile('f_meterno_path', this.f_meterno_path)" style="width: 25%;"></img>
187
- </div>
188
- </div>
189
- </div>
190
- </div>
191
- </div>-->
192
- <div class="row auto" style="margin: 5px 0">
193
- <label class="righttxt">通&ensp;气&ensp;人:</label>
194
- <input type="text" class="form-control rightipt" v-model="userinfo.meterinfo[0].f_gas_person"/>
195
- </div>
196
- <div class="row auto" style="margin: 5px 0">
197
- <label class="righttxt">通气时间:</label>
198
- <datepicker class="rightipt"
199
- :value.sync="userinfo.meterinfo[0].f_gas_date"
200
- v-model="userinfo.meterinfo[0].f_gas_date"
201
- :disabled-days-of-Week="[]"
202
- :format="'yyyy-MM-dd'"
203
- :show-reset-button="reset">
204
- </datepicker>
205
- </div>
206
- <div class="row auto" style="margin: 5px 0">
207
- <label class="righttxt">出厂时间:</label>
208
- <datepicker class="rightipt"
209
- :value.sync="userinfo.meterinfo[0].f_factory_date"
210
- v-model="userinfo.meterinfo[0].f_factory_date"
211
- :disabled-days-of-Week="[]"
212
- :format="'yyyy-MM-dd'"
213
- :show-reset-button="reset">
214
- </datepicker>
215
- </div>
216
- <div class="row auto" style="margin: 5px 0" v-show="showBox">
217
- <label class="righttxt">调&ensp;压&ensp;箱:</label>
218
- <v-select class="rightipt"
219
- :value.sync="userinfo.meterinfo[0].f_adjustable_id"
220
- v-model="userinfo.meterinfo[0].f_adjustable_id"
221
- placeholder='请选择'
222
- :width='wid'
223
- readonly
224
- :options="boxOptions"
225
- close-on-select value-single></v-select>
226
- </div>
227
- <div class="row auto" style="margin: 5px 0">
228
- <label class="righttxt">是否直通:</label>
229
- <v-select
230
- :value.sync="userinfo.meterinfo[0].f_if_direct"
231
- class="input-font"
232
- style="margin-left: 5%;"
233
- :width="'60%'"
234
- v-model="userinfo.meterinfo[0].f_if_direct"
235
- :options='directOptions'
236
- placeholder='是否直通'
237
- close-on-select
238
- clear-button
239
- value-single>
240
- </v-select>
241
- </div>
242
- <div class="row auto" style="margin: 5px 0">
243
- <label class="righttxt">表&ensp;封&ensp;号:</label>
244
- <input type="text" class="form-control rightipt" v-model="userinfo.meterinfo[0].f_metertitles"/>
245
- </div>
246
- <div class="row auto" style="margin: 5px 0">
247
- <label class="righttxt">表&ensp;位&ensp;置:</label>
248
- <!--<input type="text" class="form-control rightipt" v-model="userinfo.meterinfo[0].f_position" readonly/>-->
249
- <v-select class="rightipt" :value.sync="userinfo.meterinfo[0].f_position"
250
- v-model="userinfo.meterinfo[0].f_position"
251
- placeholder='请选择'
252
- :width='wid'
253
- readonly
254
- :options="wz_types"
255
- close-on-select value-single></v-select>
256
- </div>
257
- <div class="row auto" style="margin: 5px 0">
258
- <label class="righttxt">表&ensp;&ensp;&ensp;&ensp;向:</label>
259
- <!--<input type="text" class="form-control rightipt" v-model="userinfo.meterinfo[0].f_position" readonly/>-->
260
- <v-select class="rightipt" :value.sync="userinfo.meterinfo[0].f_aroundmeter"
261
- v-model="userinfo.meterinfo[0].f_aroundmeter"
262
- placeholder='请选择'
263
- :width='wid'
264
- readonly
265
- :options="aroundmeters"
266
- close-on-select value-single></v-select>
267
- </div>
268
- <div class="row auto" style="margin: 5px 0">
269
- <label class="righttxt">气表类型:</label>
270
- <input type="text" class="form-control rightipt" v-model="userinfo.meterinfo[0].f_meter_classify" readonly/>
271
- </div>
272
- <div class="row auto" style="margin: 5px 0">
273
- <label class="righttxt">表前阀状态:</label>
274
- <!--<input type="text" class="form-control rightipt" v-model="userinfo.meterinfo[0].f_position" readonly/>-->
275
- <v-select class="rightipt" :value.sync="userinfo.meterinfo[0].f_bqf_state"
276
- v-model="userinfo.meterinfo[0].f_bqf_state"
277
- placeholder='请选择'
278
- :width='wid'
279
- readonly
280
- :options="bqf_states"
281
- close-on-select value-single></v-select>
282
- </div>
283
- <!-- <div class="row auto" style="margin: 5px 0">
284
- <div style="display: flex;justify-content: center;">
285
- <button v-if="userinfo.meterinfo[0].f_meter_classify=='机表'" class="col-sm-3 btn btn-primary" @click="upUserState()">机表关阀停用</button>
286
- </div>
287
- </div>-->
288
- </div>
289
- </div>
290
- <div class="panel auto">
291
- <div class="panel-heading" @click="selectVal('设备信息')" style="background-color: #ffffff">
292
-
293
- <span class="spanboder"><img src="../../../assets/list.png" style="width: 22px;margin-right: 8px;">设备信息<img
294
- class="butt3" :src="imgback('设备信息')"></span>
295
- </div>
296
- <div class="panel-body" v-show="headername=='设备信息'">
297
- <div class="row" v-for="row in model"
298
- style="border:2px solid #A2C2EB; border-top:10px solid #A2C2EB; box-shadow: #00b3ee;margin-bottom: 10px">
299
- <div class="row auto" style="margin: 5px 0">
300
- <label class="righttxt">设备类型:</label>
301
- <!--<input type="text" class="form-control rightipt" readonly v-model="row.f_devices_type" />-->
302
- <v-select class="rightipt" :value.sync="row.f_devices_type"
303
- v-model="row.f_devices_type"
304
- placeholder='请选择'
305
- :width='wid'
306
- readonly
307
- :options="devices_types"
308
- close-on-select value-single></v-select>
309
- </div>
310
- <div class="row auto" style="margin: 5px 0">
311
- <label class="righttxt">设备品牌:</label>
312
- <!-- <v-select class="rightipt" :value.sync="row.f_brand"-->
313
- <!-- v-model="row.f_brand"-->
314
- <!-- placeholder='请选择'-->
315
- <!-- :width='wid'-->
316
- <!-- readonly-->
317
- <!-- :options="deviceBrandOption[row.f_devices_type]"-->
318
- <!-- close-on-select value-single></v-select>-->
319
- <input type="text" class="form-control rightipt"
320
- v-model="row.f_brand"/>
321
- </div>
322
- <div class="row auto" style="margin: 5px 0">
323
- <label class="righttxt">设备型号:</label><input type="text" class="form-control rightipt"
324
- v-model="row.f_devices_model"/>
325
- </div>
326
- <div class="row auto" style="margin: 5px 0">
327
- <label class="righttxt">生产日期:</label>
328
- <!--<input type="text" class="form-control rightipt" v-model="row.f_make_date" />-->
329
- <datepicker class="rightipt"
330
- :value.sync="row.f_make_date"
331
- v-model="row.f_make_date"
332
- :disabled-days-of-Week="[]"
333
- :format="'yyyy-MM-dd'"
334
- :show-reset-button="reset" readonly="readonly">
335
- </datepicker>
336
- </div>
337
- <div class="row auto" style="margin: 5px 0">
338
- <label class="righttxt">使用年限:</label><input type="number" class="form-control rightipt"
339
- v-model="row.f_service_life"/>
340
- </div>
341
- <!-- <div class="row auto" style="margin: 5px 0">
342
- <label class="righttxt">到期日期:</label>
343
- &lt;!&ndash;<input type="text" class="form-control rightipt" v-model="row.f_expire_date" />&ndash;&gt;
344
- <datepicker class="rightipt"
345
- :value.sync="row.f_expire_date"
346
- v-model="row.f_expire_date"
347
- :disabled-days-of-Week="[]"
348
- :format="'yyyy-MM-dd'"
349
- :show-reset-button="reset" readonly="readonly">
350
- </datepicker>
351
- </div>-->
352
- <div class="row auto" style="margin: 5px 0">
353
- <label class="righttxt">安&ensp;装&ensp;人:</label><input type="text" class="form-control rightipt"
354
- v-model="row.f_input_person"/>
355
- </div>
356
- <div class="row auto" style="margin: 5px 0">
357
- <label class="righttxt">安装日期:</label>
358
- <!--<input type="text" class="form-control rightipt" v-model="row.f_input_date" />-->
359
- <datepicker class="rightipt"
360
- :value.sync="row.f_input_date"
361
- v-model="row.f_input_date"
362
- :disabled-days-of-Week="[]"
363
- :format="'yyyy-MM-dd'"
364
- :show-reset-button="reset" readonly="readonly">
365
- </datepicker>
366
- </div>
367
- <div class="row auto" style="margin: 5px 0">
368
- <label class="righttxt">设备数量:</label><input type="number" class="form-control rightipt"
369
- v-model="row.f_devices_num"/>
370
- </div>
371
- <!--<div class="row auto" style="margin: 5px 0">
372
- <label class="righttxt">管道类型:</label><input type="text" class="form-control rightipt" readonly v-model="row.f_pipe_type" />
373
- </div>-->
374
- <!--<div class="row auto" style="margin: 5px 0">
375
- <label class="righttxt">设备状态:</label><input type="text" class="form-control rightipt" readonly v-model="row.f_userinfodevices_state" />
376
- </div>-->
377
- <!--<div class="row auto" style="margin: 5px 0">
378
- <label class="righttxt">购买方式:</label><input type="text" class="form-control rightipt" readonly v-model="row.watchpurchase" />
379
- </div>-->
380
- <div style="display: flex;justify-content: center;margin-bottom: 3px"
381
- v-if="$index>this.userinfo_old.devicesinfo.length-1 || this.userinfo_old.devicesinfo.length==0">
382
- <button class="btn btn-warning" @click="delDevices($index)">删除设备</button>
383
- </div>
384
- </div>
385
- <div style="display: flex;justify-content: space-around;">
386
- <button class="col-sm-3 btn btn-primary" @click="addDevices($index)">新增设备</button>
387
- </div>
388
- </div>
389
- </div>
390
- <div class="panel auto">
391
- <div class="panel-body">
392
- <div style="display: flex;justify-content: center;">
393
- <button class="col-sm-3 btn btn-primary" :disabled="enable" @click="isNeedAudit ? editUserInfo() : editUserInfoNoAudit()">{{isNeedAudit ? '上传审核' : '上传'}}</button>
394
- </div>
395
- </div>
396
- </div>
397
- </div>
398
- </template>
399
-
400
- <script>
401
- import {HttpResetClass} from 'vue-client'
402
- import * as Util from "../../Util";
403
- import Vue from 'vue'
404
-
405
- export default {
406
- title: '设备查看',
407
- data() {
408
- return {
409
- model: [],
410
- show: false,
411
- row: Object,
412
- userinfo: Object,
413
- userinfo_old: Object,
414
- wid: "60%",
415
- aroundmeters: [],
416
- devices_types: [],
417
- pipe_types: [{label: '橡胶管', value: '橡胶管'}, {label: '波纹管', value: '波纹管'}, {label: '钢管', value: '钢管'}],
418
- wz_types: [],
419
- cityTypes: [{label: '市区', value: '市区'}, {label: '城镇', value: '城镇'}],
420
- bqf_states: [{label: '开阀', value: '开阀'}, {label: '关阀', value: '关阀'}],
421
- pcds: [],
422
- streets: [],
423
- update: false,
424
- headername: '基本信息',
425
- excessive: false,
426
- area: [],
427
- enable: false,
428
- f_meterno_path: Vue.nopic,
429
- selectArea: {id: ''},
430
- selectPcd: {id: ''},
431
- selectStreet: {id: ''},
432
- changemeterno: false,//是否修改了机表表号
433
- approveChange: false,//是否需要进行信息变更审核
434
- newAddress: '',
435
- addressType: '',
436
- //需要审核的字段
437
- checkField: {
438
- checkUserinfoField: [
439
- 'f_user_name'
440
- ],
441
- checkUserFilesField: [
442
- 'f_meternumber'
443
- ],
444
- checkAddressField: [
445
- 'f_pcd_id',
446
- 'f_street_id',
447
- 'f_residential_area_id',
448
- 'f_building',
449
- 'f_unit',
450
- 'f_floor',
451
- 'f_room',
452
- 'f_slice_area',
453
- 'f_special',
454
- 'f_address'
455
- ],
456
- },
457
- boxOptions: [],
458
- showBox: false,
459
- directOptions: [{label: '是', value: '是'}, {label: '否', value: '否'}],
460
- deviceBrandOption: {},
461
- isNeedAudit: this.$appdata.getSingleValue('信息变更是否需要审核') == 'false' ? false : true
462
- }
463
- },
464
- props: {
465
- user: {
466
- type: Object
467
- },
468
- f_userinfo_id: '',
469
- f_source: ''
470
- },
471
- methods: {
472
- scan() {
473
- HostApp.__this__ = this,
474
- HostApp.scanCode({callback: "javascript:HostApp.__this__.getCode();"})
475
- },
476
- getCode() {
477
- var datapa = HostApp.getCode().data;
478
- //tag
479
- this.userinfo.meterinfo[0].f_meternumber = datapa
480
- },
481
- //数据检查
482
- checkVal() {
483
- //检查一些必要信息是否未填
484
- this.approveChange = false
485
- this.changemeterno = false
486
- let checked = {ischeck: true, msg: ''}
487
- //tag
488
- //tag
489
- //tag
490
- if (!this.userinfo.baseinfo.base.f_user_name) {
491
- checked = {ischeck: false, msg: '请输入用户名称!'}
492
- }
493
- if (!this.selectPcd.id) {
494
- checked = {ischeck: false, msg: '请选择省市区!'}
495
- }
496
- if (!this.selectStreet.id) {
497
- checked = {ischeck: false, msg: '请选择街道!'}
498
- }
499
- if (!this.userinfo.addressinfo.f_address) {
500
- checked = {ischeck: false, msg: '新地址不能为空!'}
501
- }
502
- if (this.addressType == '普通地址') {
503
- if (!this.selectArea.id) {
504
- checked = {ischeck: false, msg: '请选择集收单位!'}
505
- }
506
- if (!this.userinfo.addressinfo.f_room) {
507
- checked = {ischeck: false, msg: '新输入门牌号!'}
508
- }
509
- }
510
- if (this.userinfo.meterinfo[0].f_meter_classify == '机表' && this.userinfo_old.meterinfo[0].f_meternumber) {
511
-
512
- //tag
513
- //tag
514
- if (this.userinfo.meterinfo[0].f_meternumber) {
515
- // if (this.userinfo.meterinfo[0].f_meternumber != this.userinfo_old.meterinfo[0].f_meternumber) {
516
- // if (!this.f_meterno_path || this.f_meterno_path == Vue.nopic) {
517
- // checked = {ischeck: false, msg: '请拍摄表号照片!'}
518
- // } else {
519
- // //用来标识当前有修改机表表号,后台需要进行照片上传
520
- // this.changemeterno = true
521
- // }
522
- // }
523
- } else {
524
- checked = {ischeck: false, msg: '请输入表号!'}
525
- }
526
- }
527
- //检查本次修改信息中是否包含需要审核的内容
528
- for (let check in this.checkField) {
529
- //tag
530
- if (typeof check != 'function') {
531
- for (let i = 0; i < this.checkField[check].length; i++) {
532
- //tag
533
- if (check == 'checkUserinfoField') {
534
- //tag
535
- //tag
536
- if (this.userinfo.baseinfo.base[this.checkField[check][i]] != this.userinfo_old.baseinfo.base[this.checkField[check][i]]) {
537
- //tag
538
- this.approveChange = true
539
- }
540
- } else if (check == 'checkUserFilesField') {
541
- //tag
542
- //tag
543
- if (this.userinfo.meterinfo[0][this.checkField[check][i]] != this.userinfo_old.meterinfo[0][this.checkField[check][i]]) {
544
- //tag
545
- this.approveChange = true
546
- }
547
- } else if (check == 'checkAddressField') {
548
- //tag
549
- //tag
550
- if (this.userinfo.addressinfo[this.checkField[check][i]] != this.userinfo_old.addressinfo[this.checkField[check][i]]) {
551
- //tag
552
- this.approveChange = true
553
- }
554
- }
555
- }
556
- }
557
- }
558
- //tag
559
- return checked
560
- },
561
- select_search(text) {
562
- //tag
563
- if (this.selectStreet.id) {
564
- let pcdText = text ? `and f_street_id=${this.selectStreet.id} and f_residential_area like '%${text}%'` : `and f_street_id=${this.selectStreet.id}`
565
- new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {
566
- data: {
567
- items: "*",
568
- tablename: "t_area",
569
- orderitem: "id",
570
- condition: `f_orgid = '${Vue.user.orgid}' ${pcdText} `
571
- }
572
- }, {resolveMsg: null, rejectMsg: null}).then((res) => {
573
- //tag)
574
- if (res.data.length > 0) {
575
- this.area = []
576
- res.data.forEach((result) => {
577
- this.area.push({label: result.f_residential_area, value: result})
578
- })
579
- }
580
- })
581
- } else {
582
- this.area = []
583
- }
584
- },
585
- cameraCallBack(prop, fileName) {
586
- HostApp.__this__.$set(prop, fileName + '?' + Math.random())
587
- //tag
588
- HostApp.__callback__ = null
589
- HostApp.__this__ = null
590
- },
591
- takePic(prop, title) {
592
- HostApp.__callback__ = this.cameraCallBack
593
- HostApp.__this__ = this
594
- //tag
595
- let fileName
596
- if (!this[prop] || this[prop].includes("nopic.png")) {
597
- fileName = Util.guid() + '-' + prop + '.jpg'
598
- } else {
599
- fileName = Util.getFileName(this[prop])
600
- }
601
- HostApp._open_a_page({
602
- type: 'boomerang',
603
- page: 'com.aofeng.hybrid.android.peripheral.CameraActivity',
604
- param: {
605
- file: fileName,
606
- requestCode: 111,
607
- callback: 'javascript:HostApp.__callback__("' + prop + '", "%s");',
608
- watermark: title + '\t时间:' + Util.toStandardTimeString() + '\t' + Vue.user.name
609
- }
610
- })
611
- },
612
- delfile(prop, fileName) {
613
- if (fileName == Vue.nopic)
614
- return
615
- else {
616
- HostApp.delfile(fileName)
617
- this[prop] = Vue.nopic
618
- }
619
- },
620
- editUserInfoNoAudit() {
621
- let checked = this.checkVal()
622
- if (!checked.ischeck) {
623
- this.$showMessage(checked.msg)
624
- return
625
- }
626
- for (let i = 0; i < this.model.length; i++) {
627
- this.model[i].f_user_id = this.userinfo.meterinfo[0].f_user_id
628
- }
629
- this.$showMessage('确定是否修改上传用户信息?', ['confirm', 'cancel']).then((res) => {
630
- if (res === 'confirm') {
631
- this.excessive = true
632
- let userinfoms = Object.assign({}, this.userinfo_old.baseinfo.base)
633
- // userinfoms.f_user_name=row.f_user_name
634
- userinfoms.f_user_phone = this.userinfo.baseinfo.base.f_user_phone
635
- userinfoms.f_idnumber = this.userinfo.baseinfo.base.f_idnumber
636
- userinfoms.f_rent_name = this.userinfo.baseinfo.base.f_rent_name
637
- userinfoms.f_zuhu_phone = this.userinfo.baseinfo.base.f_zuhu_phone
638
- userinfoms.f_operator_record = Vue.user.name
639
- userinfoms.f_operatorid_record = Vue.user.id
640
- userinfoms.f_remark = this.userinfo.baseinfo.base.f_remark
641
- userinfoms.f_orgid_record = Vue.user.orgid
642
- userinfoms.f_orgname_record = Vue.user.orgs
643
- userinfoms.f_depid_record = Vue.user.depids
644
- userinfoms.f_depname_record = Vue.user.deps
645
- this.userinfo_old.meterinfo[0].f_gas_person = this.userinfo.meterinfo[0].f_gas_person
646
- this.userinfo_old.meterinfo[0].f_gas_date = this.userinfo.meterinfo[0].f_gas_date
647
- this.userinfo_old.meterinfo[0].f_factory_date = this.userinfo.meterinfo[0].f_factory_date
648
- this.userinfo_old.meterinfo[0].f_adjustable_id = this.userinfo.meterinfo[0].f_adjustable_id
649
- this.userinfo_old.meterinfo[0].f_metertitles = this.userinfo.meterinfo[0].f_metertitles
650
- this.userinfo_old.meterinfo[0].f_position = this.userinfo.meterinfo[0].f_position
651
- this.userinfo_old.meterinfo[0].f_aroundmeter = this.userinfo.meterinfo[0].f_aroundmeter
652
- this.userinfo_old.meterinfo[0].f_bqf_state = this.userinfo.meterinfo[0].f_bqf_state
653
- this.userinfo_old.meterinfo[0].f_if_direct = this.userinfo.meterinfo[0].f_if_direct
654
- this.userinfo_old.meterinfo[0].f_meternumber = this.userinfo.meterinfo[0].f_meternumber
655
- userinfoms.userfiles = []
656
- this.userinfo_old.meterinfo[0].devicesinfo = this.model
657
- userinfoms.userfiles.push(this.userinfo_old.meterinfo[0])
658
- let url = 'rs/logic/filemanage_fileSave'
659
- if(Vue.isv4){
660
- url ='api/af-revenue/logic/openapi/filemanage_fileSave'
661
- }
662
- new HttpResetClass().load('POST', `${this.$androidUtil.getProxyUrl()}/${url}`, {
663
- data: {
664
- userinfo: userinfoms,
665
- modifyReason: this.f_source ? `${this.f_source}维护档案信息` : '',
666
- address: {
667
- id: this.userinfo_old.addressinfo.id,
668
- oldid: this.userinfo_old.addressinfo.id,
669
- f_address: this.userinfo.addressinfo.f_address ? this.userinfo.addressinfo.f_address : this.userinfo_old.addressinfo.f_address
670
- }
671
- }
672
- }, {resolveMsg: null, rejectMsg: null}).then((res1) => {
673
- if (res1.data.status == 200) {
674
- let data = this.userinfo.addressinfo
675
- data.f_address = this.userinfo.addressinfo.f_address? this.userinfo.addressinfo.f_address : this.userinfo_old.addressinfo.f_address
676
- //
677
- data.f_operator = Vue.user.name
678
- let url1 = 'rs/logic/address_updateuseraddress'
679
- if(Vue.isv4){
680
- url1 ='api/af-revenue/logic/openapi/address_updateuseraddress'
681
- }
682
- new HttpResetClass().load('POST', `${this.$androidUtil.getProxyUrl()}/${url1}`, {data: data}).then((res2) => {
683
- this.$showMessage("修改用户地址信息成功!")
684
- }).catch(error => {
685
- this.$showMessage("修改用户地址信息!")
686
- })
687
- this.$showMessage("修改用户信息成功!")
688
- this.enable = true
689
- this.excessive = false
690
- }
691
- }).catch((msg) => {
692
- this.$showMessage("修改用户信息失败,请检查手机网络状况!")
693
- this.excessive = false
694
- })
695
- }
696
- })
697
- },
698
- editUserInfo() {
699
- let checked = this.checkVal()
700
- if (!checked.ischeck) {
701
- this.$showMessage(checked.msg)
702
- return
703
- }
704
- this.$showMessage('确定是否修改上传审核用户信息?', ['confirm', 'cancel']).then((res) => {
705
- if (res === 'confirm') {
706
- this.excessive = true
707
- let userinfoms = Object.assign({}, this.userinfo_old.baseinfo.base)
708
- //userinfoms.f_user_name=row.f_user_name
709
- userinfoms.f_user_phone = this.userinfo.baseinfo.base.f_user_phone
710
- userinfoms.f_idnumber = this.userinfo.baseinfo.base.f_idnumber
711
- userinfoms.f_rent_name = this.userinfo.baseinfo.base.f_rent_name
712
- userinfoms.f_zuhu_phone = this.userinfo.baseinfo.base.f_zuhu_phone
713
- userinfoms.f_operator_record = Vue.user.name
714
- userinfoms.f_operatorid_record = Vue.user.id
715
- userinfoms.f_remark = this.userinfo.baseinfo.base.f_remark
716
- userinfoms.f_orgid_record = Vue.user.orgid
717
- userinfoms.f_orgname_record = Vue.user.orgs
718
- userinfoms.f_depid_record = Vue.user.depids
719
- userinfoms.f_depname_record = Vue.user.deps
720
- this.userinfo_old.meterinfo[0].f_gas_person = this.userinfo.meterinfo[0].f_gas_person
721
- this.userinfo_old.meterinfo[0].f_gas_date = this.userinfo.meterinfo[0].f_gas_date
722
- this.userinfo_old.meterinfo[0].f_factory_date = this.userinfo.meterinfo[0].f_factory_date
723
- this.userinfo_old.meterinfo[0].f_adjustable_id = this.userinfo.meterinfo[0].f_adjustable_id
724
- this.userinfo_old.meterinfo[0].f_metertitles = this.userinfo.meterinfo[0].f_metertitles
725
- this.userinfo_old.meterinfo[0].f_position = this.userinfo.meterinfo[0].f_position
726
- this.userinfo_old.meterinfo[0].f_aroundmeter = this.userinfo.meterinfo[0].f_aroundmeter
727
- this.userinfo_old.meterinfo[0].f_bqf_state = this.userinfo.meterinfo[0].f_bqf_state
728
- this.userinfo_old.meterinfo[0].f_if_direct = this.userinfo.meterinfo[0].f_if_direct
729
- this.userinfo_old.meterinfo[0].f_meternumber = this.userinfo.meterinfo[0].f_meternumber
730
- userinfoms.userfiles = []
731
- this.userinfo_old.meterinfo[0].devicesinfo = this.model
732
- userinfoms.userfiles.push(this.userinfo_old.meterinfo[0])
733
- //tag)
734
- let url = 'rs/logic/filemanage_fileSave'
735
- if(Vue.isv4){
736
- url ='api/af-revenue/logic/openapi/filemanage_fileSave'
737
- }
738
- new HttpResetClass().load('POST', `${this.$androidUtil.getProxyUrl()}/${url}`, {
739
- data: {
740
- userinfo: userinfoms,
741
- modifyReason: this.f_source ? `${this.f_source}维护档案信息` : '',
742
- address: {id: this.userinfo_old.addressinfo.id, oldid: this.userinfo_old.addressinfo.id}
743
- }
744
- }, {resolveMsg: null, rejectMsg: null}).then((res1) => {
745
- //tag+res1.data.status)
746
- if (res1.data.status == 200) {
747
- //本次修改信息包含需要审核信息
748
- if (this.approveChange) {
749
- //tag
750
- let res2 = this.$androidUtil.bzLogic('safe_upUserinfoApprove', {
751
- row: {
752
- f_time: Util.toStandardTimeString(),
753
- f_modifier: Vue.user.name,//Vue.user.name
754
- f_modifier_id: Vue.user.id,//Vue.user.id
755
- f_modify_type: '用户档案',
756
- f_userinfoid: this.userinfo.baseinfo.base.f_userinfo_id,
757
- f_userinfo_code: this.userinfo.baseinfo.base.f_userinfo_code,
758
- f_approved: '未审核',
759
- filialestr: Vue.user.orgid,//Vue.user.orgid
760
- version: 1,
761
- f_user_name: this.userinfo.baseinfo.base.f_user_name,
762
- f_user_phone: this.userinfo.baseinfo.base.f_user_phone,
763
- f_street: this.userinfo.addressinfo.f_street,
764
- f_building: this.userinfo.addressinfo.f_building,
765
- f_unit: this.userinfo.addressinfo.f_unit,
766
- f_floor: this.userinfo.addressinfo.f_floor,
767
- f_room: this.userinfo.addressinfo.f_room,
768
- f_building_suffix: this.userinfo.addressinfo.f_special == 1 ? null : this.userinfo.addressinfo.f_building_suffix,
769
- f_unit_suffix: this.userinfo.addressinfo.f_special == 1 ? null : this.userinfo.addressinfo.f_unit_suffix,
770
- f_floor_suffix: this.userinfo.addressinfo.f_special == 1 ? null : this.userinfo.addressinfo.f_floor_suffix,
771
- f_room_suffix: this.userinfo.addressinfo.f_special == 1 ? null : this.userinfo.addressinfo.f_room_suffix,
772
- f_residential_area: this.userinfo.addressinfo.f_residential_area,
773
- f_address: this.userinfo.addressinfo.f_address,
774
- f_pcd: this.userinfo.addressinfo.f_pcd,
775
- f_pcd_id: this.userinfo.addressinfo.f_pcd_id,
776
- f_street_id: this.userinfo.addressinfo.f_street_id,
777
- f_residential_area_id: this.userinfo.addressinfo.f_residential_area_id,
778
- f_used_name: this.userinfo.baseinfo.base.f_used_name,
779
- f_rent_phone: this.userinfo.baseinfo.base.f_rent_phone,
780
- f_slice_area: this.userinfo.addressinfo.f_slice_area,
781
- f_remark: this.userinfo.baseinfo.base.f_remark,
782
- f_source: this.f_source,
783
- f_meterno_path: this.f_meterno_path,
784
- f_iscity: this.userinfo.addressinfo.f_iscity,
785
- f_special: this.userinfo.addressinfo.f_special,
786
- f_meternumber: this.userinfo.meterinfo[0].f_meternumber,
787
- changemeterno: this.changemeterno
788
- },
789
- tablename: 't_modify_userinfo'
790
- })
791
- //tag)
792
- if (res2.code == 200) {
793
- this.$showMessage("变更用户信息成功,需要审核的信息已提交审核,等待管理员处理!")
794
- this.enable = true
795
- this.excessive = false
796
- } else {
797
- this.$showMessage("上传审核信息失败,请检查图片和网络状况是否正常!")
798
- this.excessive = false
799
- }
800
- } else {
801
- this.$showMessage("修改用户信息成功!")
802
- this.enable = true
803
- this.excessive = false
804
- }
805
-
806
- }
807
- }).catch((msg) => {
808
- this.$showMessage("修改用户信息失败,请检查手机网络状况!")
809
- this.excessive = false
810
- })
811
-
812
- }
813
- })
814
- },
815
- imgback(header) {
816
- if (this.headername == header) {
817
- return require('../../../assets/xiangxia1.png')
818
- } else {
819
- return require('../../../assets/xiangyou1.png')
820
- }
821
- this.headername = header
822
- },
823
- selectVal(header) {
824
- if (this.headername == header) {
825
- this.headername = ''
826
- } else {
827
- this.headername = header
828
- }
829
-
830
- },
831
- changeNewAddress() {
832
- // this.userinfo.addressinfo.f_address = this.addressType == '普通地址' ? this.getAddress : this.getAddressTS
833
- const f_address = this.addressType == '普通地址' ? this.getAddress : this.getAddressTS
834
- console.log(f_address)
835
- },
836
- area_change() {
837
- //tag
838
- this.userinfo.addressinfo.f_residential_area = this.selectArea.f_residential_area
839
- this.userinfo.addressinfo.f_residential_area_id = this.selectArea.id
840
- this.userinfo.addressinfo.f_slice_area = this.selectArea.f_slice_area
841
- this.changeNewAddress()
842
- //this.userinfo.addressinfo.f_residential_area=this.f_residential_area.f_residential_area
843
- },
844
- async street_change() {
845
- //tag
846
- if (this.selectStreet.id) {
847
- //如果街道改变--给街道赋值!
848
- this.userinfo.addressinfo.f_street = this.selectStreet.f_street
849
- this.userinfo.addressinfo.f_street_id = this.selectStreet.id
850
- this.userinfo.addressinfo.f_iscity = this.selectStreet.f_iscity
851
- //清空当前选中小区的值
852
- this.userinfo.addressinfo.f_residential_area = ''
853
- this.userinfo.addressinfo.f_residential_area_id = ''
854
- this.userinfo.addressinfo.f_slice_area = ''
855
- this.selectArea = {id: ''}
856
- this.area = []
857
- let pcdText = ` and f_street_id=${this.selectStreet.id}`
858
- let res = await new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {
859
- data: {
860
- items: "*",
861
- tablename: "t_area",
862
- orderitem: "id",
863
- condition: `f_orgid = '${Vue.user.orgid}' ${pcdText} `
864
- }
865
- }, {resolveMsg: null, rejectMsg: null})
866
- ////tag)
867
- res.data.forEach((result) => {
868
- this.area.push({label: result.f_residential_area, value: result})
869
- })
870
- } else {
871
- this.area = []
872
- }
873
-
874
- this.changeNewAddress()
875
- },
876
- async pcd_change() {
877
- //tag
878
- if (this.selectPcd.id) {
879
- //tag
880
- //如果省市区改变-重新赋值
881
- this.userinfo.addressinfo.f_pcd = this.selectPcd.f_pcd
882
- this.userinfo.addressinfo.f_pcd_id = this.selectPcd.id
883
- //清空 选中的街道和集收单位
884
- this.selectStreet = {id: ''}
885
- this.userinfo.addressinfo.f_street = ''
886
- this.userinfo.addressinfo.f_street_id = ''
887
- this.userinfo.addressinfo.f_iscity = ''
888
- this.selectArea = {id: ''}
889
- this.userinfo.addressinfo.f_residential_area = ''
890
- this.userinfo.addressinfo.f_residential_area_id = ''
891
- this.userinfo.addressinfo.f_slice_area = ''
892
- this.streets = []
893
- let pcdText = `and f_pcd_id=${this.selectPcd.id}`
894
- let streetlist = await new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {
895
- data: {
896
- items: "*",
897
- tablename: "t_street",
898
- orderitem: "id",
899
- condition: `f_orgid = '${Vue.user.orgid}' ${pcdText}`
900
- }
901
- }, {resolveMsg: null, rejectMsg: null})
902
- streetlist.data.forEach((result) => {
903
- this.streets.push({label: result.f_street, value: result})
904
- })
905
- } else {
906
- this.streets = []
907
- }
908
- this.changeNewAddress()
909
- },
910
- upUserState() {
911
- //tag)
912
- if (this.userinfo.meterinfo[0].f_table_state == '正常') {
913
- let data = {
914
- f_userfiles_id: {
915
- f_userfiles_id: this.userinfo.meterinfo[0].f_userfiles_id,
916
- f_table_state: '停用',
917
- version: this.userinfo.meterinfo[0].version
918
- },
919
- f_userfile_id: this.userinfo.meterinfo[0].f_userfiles_id,
920
- f_user_id: this.userinfo.meterinfo[0].f_user_id,
921
- f_userinfo_id: this.userinfo.meterinfo[0].f_userinfo_id,
922
- f_user_name: this.userinfo.baseinfo.base.f_user_name,
923
- f_comments: '安检时发现问题关闭阀门',
924
- f_othereason: '',
925
- f_operat_type: '停用',
926
- f_describe: `${Vue.user.name}对客户${this.userinfo.baseinfo.base.f_user_name}进行表具停用操作`,
927
- f_state: '有效',
928
- f_operator: Vue.user.name,//${Vue.$login.f.name}
929
- f_operatorid: Vue.user.id,
930
- f_orgid: Vue.user.orgid,
931
- f_orgname: Vue.user.orgs,
932
- f_depid: Vue.user.depids,
933
- f_depname: Vue.user.deps,
934
- f_zoneid: Vue.user.zoneid,
935
- f_zones: Vue.user.zones
936
- }
937
- new HttpResetClass().load('post', `${this.$androidUtil.getProxyUrl()}/rs/entity/t_disable`,
938
- data, {resolveMsg: null, rejectMsg: null}).then((row) => {
939
- this.$showMessage('已成功关阀停气!')
940
- this.userinfo.meterinfo[0].f_table_state = '停用'
941
- })
942
- } else {
943
- this.$showMessage('该用户已被关阀停用,请勿重复操作!')
944
- }
945
-
946
- },
947
- addDevices() {
948
- //Vue.user.name
949
- let obj = {
950
- "f_operator": Vue.user.name,
951
- "f_picture": null,
952
- "f_pipe_type": null,
953
- "f_pipeinstall_date": null,
954
- "f_pipe_connection": null,
955
- "f_expire_date": null,
956
- "f_pipeexpire_date": null,
957
- "f_comments": null,
958
- "f_operate_date": Util.toStandardTimeString(),
959
- "f_operatorid": Vue.user.id,
960
- "f_devices_num": null,
961
- "f_process_id": null,
962
- "f_devices_type": null,
963
- "f_make_date": null,
964
- "f_input_date": null,
965
- "f_state": "有效",
966
- "f_brand": null,
967
- "f_devices_model": null,
968
- "f_devices_no": null,
969
- "img": {"content": null, "filename": null}
970
- }
971
- this.model.push(obj)
972
- },
973
- delDevices(idx) {
974
- //tag
975
- this.$showMessage('删除后不可恢复,确认删除吗?', ['confirm', 'cancel']).then((res) => {
976
- if (res === 'confirm') {
977
- this.model.splice(idx, 1)
978
- }
979
- })
980
- },
981
- async getAreaList(text) {
982
- if (this.selectStreet.id) {
983
- this.area = []
984
- let pcdText = text ? `and f_street_id=${this.selectStreet.id} and f_residential_area like '%${text}%'` : `and f_street_id=${this.selectStreet.id}`
985
- let res = await new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {
986
- data: {
987
- items: "*",
988
- tablename: "t_area",
989
- orderitem: "id",
990
- condition: `f_orgid = '${Vue.user.orgid}' ${pcdText}`
991
- }
992
- }, {resolveMsg: null, rejectMsg: null})
993
- ////tag)
994
- res.data.forEach((result) => {
995
- this.area.push({label: result.f_residential_area, value: result})
996
- })
997
- //tag
998
- this.area.push({
999
- label: this.userinfo.addressinfo.f_residential_area,
1000
- value: {
1001
- id: this.userinfo.addressinfo.f_residential_area_id,
1002
- f_residential_area: this.userinfo.addressinfo.f_residential_area
1003
- }
1004
- })
1005
- } else {
1006
- this.area = []
1007
- }
1008
-
1009
- },
1010
- async getStreetList() {
1011
- if (this.selectPcd.id) {
1012
- //tag
1013
- this.streets = []
1014
- let pcdText = `and f_pcd_id=${this.selectPcd.id}`
1015
- let streetlist = await new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {
1016
- data: {
1017
- items: "*",
1018
- tablename: "t_street",
1019
- orderitem: "id",
1020
- condition: `f_orgid = '${Vue.user.orgid}' ${pcdText}`
1021
- }
1022
- }, {resolveMsg: null, rejectMsg: null})
1023
- streetlist.data.forEach((result) => {
1024
- //如果第一次进来有地址id 就拿下地址区域
1025
- if (this.selectStreet.id && this.selectStreet.id == result.id) {
1026
- //tag)
1027
- this.userinfo.addressinfo.f_iscity = result.f_iscity
1028
- }
1029
- this.streets.push({label: result.f_street, value: result})
1030
- })
1031
- } else {
1032
- this.streets = []
1033
- }
1034
- },
1035
- changeAddressType(val) {
1036
- //tag
1037
- if (this.addressType == '普通地址') {
1038
- this.userinfo.addressinfo.f_special = null
1039
- } else if (this.addressType == '特殊地址') {
1040
- this.userinfo.addressinfo.f_special = 1
1041
- this.userinfo.addressinfo.f_building = null
1042
- this.userinfo.addressinfo.f_unit = null
1043
- this.userinfo.addressinfo.f_floor = null
1044
- this.userinfo.addressinfo.f_room = null
1045
- }
1046
- this.changeNewAddress()
1047
- }
1048
-
1049
- },
1050
- computed: {
1051
- getAddress() {
1052
- return (this.userinfo.addressinfo.f_pcd ? this.userinfo.addressinfo.f_pcd : '') +
1053
- (this.userinfo.addressinfo.f_street ? this.userinfo.addressinfo.f_street : '') +
1054
- (this.userinfo.addressinfo.f_residential_area ? this.userinfo.addressinfo.f_residential_area : '') +
1055
- (this.userinfo.addressinfo.f_building ? this.userinfo.addressinfo.f_building + (this.userinfo.addressinfo.f_building_suffix ? this.userinfo.addressinfo.f_building_suffix : '') : '') +
1056
- (this.userinfo.addressinfo.f_unit ? this.userinfo.addressinfo.f_unit + (this.userinfo.addressinfo.f_unit_suffix ? this.userinfo.addressinfo.f_unit_suffix : '') : '') +
1057
- (this.userinfo.addressinfo.f_floor ? this.userinfo.addressinfo.f_floor + (this.userinfo.addressinfo.f_floor_suffix ? this.userinfo.addressinfo.f_floor_suffix : '') : '') +
1058
- (this.userinfo.addressinfo.f_room ? this.userinfo.addressinfo.f_room + (this.userinfo.addressinfo.f_room_suffix ? this.userinfo.addressinfo.f_room_suffix : '') : '')
1059
- },
1060
- getAddressTS() {
1061
- return (this.userinfo.addressinfo.f_pcd ? this.userinfo.addressinfo.f_pcd : '') +
1062
- (this.userinfo.addressinfo.f_street ? this.userinfo.addressinfo.f_street : '') +
1063
- (this.userinfo.addressinfo.f_residential_area ? this.userinfo.addressinfo.f_residential_area : '')
1064
- }
1065
- },
1066
- watch: {
1067
-
1068
- /*'selectPcd.id' (val) {
1069
- //tag
1070
- if(this.selectPcd.id){
1071
- this.getStreetList()
1072
- }
1073
- },
1074
- 'selectStreet.id' (val) {
1075
- //tag
1076
- if(this.selectStreet.id){
1077
- this.getAreaList()
1078
- }
1079
- }*/
1080
- },
1081
- async ready() {
1082
- /*//tag)
1083
-
1084
- //tag)
1085
- //tag)*/
1086
- //this.f_userinfo_id=1102260
1087
- //this.f_userinfo_id=1997541
1088
- if (!this.f_userinfo_id) {
1089
- this.$showMessage("未检测到用户!")
1090
- this.enable = true
1091
- return
1092
- }
1093
- try {
1094
-
1095
- this.devices_types = Vue.$appdata.getParam('设备类型')
1096
- console.log('this.devices_types=', JSON.stringify(this.devices_types))
1097
- // if (this.devices_types){
1098
- // for (const devices_type of this.devices_types) {
1099
- // console.log('Vue.$appdata.getParam(`档案设备信息-${devices_type.label}品牌`)=', JSON.stringify(Vue.$appdata.getParam(`档案设备信息-${devices_type.label}品牌`)))
1100
- // this.deviceBrandOption[devices_type.label] = Vue.$appdata.getParam(`档案设备信息-${devices_type.label}品牌`) || []
1101
- // }
1102
- // }
1103
- console.log('this.deviceBrandOption=', JSON.stringify(this.deviceBrandOption))
1104
- this.wz_types = Vue.$appdata.getParam('安装位置')
1105
- this.aroundmeters = Vue.$appdata.getParam('左右表')
1106
-
1107
- ////tag)
1108
- this.excessive = true
1109
- //Vue.user.orgid ${this.f_userinfo_id} 10101 ${Vue.user.orgid}
1110
-
1111
- let pcdlist = await new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {
1112
- data: {
1113
- items: "*",
1114
- tablename: "t_pcd",
1115
- orderitem: "id",
1116
- condition: `f_orgid = '${Vue.user.orgid}'`
1117
- }
1118
- }, {resolveMsg: null, rejectMsg: null})
1119
- //tag)
1120
- pcdlist.data.forEach((result) => {
1121
- this.pcds.push({label: result.f_pcd, value: result})
1122
- })
1123
- let url = 'rs/logic/filemanage_getFilesDetail'
1124
- if(Vue.isv4){
1125
- url ='api/af-revenue/logic/openapi/filemanage_getFilesDetail'
1126
- }
1127
- let res = await new HttpResetClass().load('post', `${this.$androidUtil.getProxyUrl()}/${url}`, {
1128
- //f_userinfo_code:'12381344',
1129
- f_userinfo_id: this.f_userinfo_id
1130
- }, {resolveMsg: null, rejectMsg: null})
1131
- //tag
1132
- //tag
1133
- this.userinfo = res.data
1134
- this.userinfo_old = JSON.parse(JSON.stringify(res.data))
1135
- this.model = this.userinfo.meterinfo[0].devicesinfo
1136
- this.selectArea.id = this.userinfo.addressinfo.f_residential_area_id
1137
- this.selectPcd.id = this.userinfo.addressinfo.f_pcd_id
1138
- this.selectPcd.f_pcd = this.userinfo.addressinfo.f_pcd
1139
- this.selectStreet.id = this.userinfo.addressinfo.f_street_id
1140
- this.selectStreet.f_street = this.userinfo.addressinfo.f_street
1141
- await this.getStreetList()
1142
- await this.getAreaList()
1143
- this.excessive = false
1144
- this.addressType = this.userinfo.addressinfo.f_special == 1 ? '特殊地址' : '普通地址'
1145
- //this.userinfo.addressinfo.f_special=1
1146
- //tag
1147
- } catch (e) {
1148
- this.excessive = false
1149
- this.enable = true
1150
- this.$showMessage('获取用户信息出错,请检查网络状况!')
1151
- }
1152
- new HttpResetClass().load('get', `${this.$androidUtil.getProxyUrl()}/rs/vue/UserAddress.json`, {data: {}}, {
1153
- resolveMsg: null,
1154
- rejectMsg: null
1155
- }).then((addressUnit) => {
1156
- //tag
1157
- //tag
1158
- //tag
1159
- //tag
1160
- this.userinfo.addressinfo.f_building_suffix = addressUnit.data.f_building_suffix
1161
- this.userinfo.addressinfo.f_unit_suffix = addressUnit.data.f_unit_suffix
1162
- this.userinfo.addressinfo.f_floor_suffix = addressUnit.data.f_floor_suffix
1163
- this.userinfo.addressinfo.f_room_suffix = addressUnit.data.f_room_suffix
1164
- }).catch((msg) => {
1165
- //tag)
1166
- })
1167
- this.showBox = this.$appdata.getSingleValue('档案审核是否显示调压箱') == '是'? true : false
1168
- console.log(this.showBox)
1169
- if (this.showBox) {
1170
- // 获取调压箱
1171
- let url = 'rs/sql/adjustableboxQuery'
1172
- if(Vue.isv4){
1173
- url ='api/af-revenue/sql/adjustableboxQuery'
1174
- }
1175
- new HttpResetClass().load('post', `${this.$androidUtil.getProxyUrl()}/${url}`, {data: {condition: '1 = 1'}}, {
1176
- resolveMsg: null,
1177
- rejectMsg: null
1178
- }).then((res) => {
1179
- const boxOptions = []
1180
- for (const data of res.data) {
1181
- const one = {
1182
- label: data.f_adjustable_id + data.f_adjustable_name,
1183
- value: Number(data.f_adjustable_id)
1184
- }
1185
- boxOptions.push(one)
1186
- }
1187
- this.boxOptions = JSON.parse(JSON.stringify(boxOptions))
1188
- console.log(this.boxOptions)
1189
- }).catch((msg) => {
1190
- //tag)
1191
- })
1192
- }
1193
- }
1194
- }
1195
- </script>
1196
- <style lang="less" scoped>
1197
- .butt3 {
1198
- float: right;
1199
- width: 12px;
1200
- margin: 1% 2% 0 0;
1201
- }
1202
-
1203
- .rightipt {
1204
- width: 60%;
1205
- float: left;
1206
- margin-left: 5%;
1207
- }
1208
-
1209
- .righttxt {
1210
- border: none;
1211
- margin-left: 5px;
1212
- /*border-left: 5px solid #A2C2EB;*/
1213
- float: left;
1214
- width: 25%;
1215
- margin-bottom: 3px;
1216
- text-align: left;
1217
- word-wrap: break-word;
1218
- white-space: normal;
1219
- }
1220
-
1221
- .tit1 {
1222
- background-image: url('../../../assets/用户姓名.png');
1223
- background-repeat: no-repeat;
1224
- background-position: center;
1225
- }
1226
-
1227
- .spanboder {
1228
- border-bottom: 2px solid #499edf;
1229
- padding-bottom: 8px
1230
- }
1231
-
1232
- #upuserinfo_sel /deep/ ul {
1233
- width: 100% !important;
1234
- left: 0 !important;
1235
- }
1236
-
1237
- .btn-photo {
1238
- border: 0;
1239
- border-radius: 7px;
1240
- background-color: #7dc1f4;
1241
- font: 15px PingFang-SC-Bold;
1242
- height: 20%;
1243
- }
1244
-
1245
- .panel-self {
1246
- border-radius: 10px;
1247
- border: 1px solid #499EDF;
1248
- background-color: #F8F8F8;
1249
- }
1250
-
1251
- .div-photo {
1252
- width: auto;
1253
- height: auto;
1254
- /* margin-top: 10px; */
1255
- position: absolute;
1256
- bottom: 10px;
1257
- right: 10px;
1258
- }
1259
- </style>
1260
- <style lang="less">
1261
- #upuserinfo_sel ul {
1262
- width: 100% !important;
1263
- left: 0 !important;
1264
- }
1265
- </style>
1
+ <template>
2
+ <work-busy :is-busy="excessive"></work-busy>
3
+ <div style="height: 100%">
4
+ <div class="panel auto">
5
+ <div class="panel-heading" @click="selectVal('基本信息')" style="background-color: #ffffff">
6
+ <span class="spanboder">
7
+ <img src="../../../assets/person.png" style="width: 22px;margin-right: 8px;">基本信息
8
+ <img class="butt3" :src="imgback('基本信息')">
9
+ </span>
10
+ </div>
11
+ <div class="panel-body " id="upuserinfo_sel" v-show="headername=='基本信息'">
12
+ <div class="row auto" style="margin: 5px 0">
13
+ <label class="righttxt">用户编号:</label>
14
+ <input type="text" class="form-control rightipt" v-model="userinfo.baseinfo.base.f_userinfo_code" readonly/>
15
+ </div>
16
+ <div class="row auto" style="margin: 5px 0">
17
+ <label class="righttxt">用户名称:</label><input type="text" class="form-control rightipt"
18
+ v-model="userinfo.baseinfo.base.f_user_name" readonly/>
19
+ </div>
20
+ <div class="row auto" style="margin: 5px 0">
21
+ <label class="righttxt">身份证号:</label><input type="text" class="form-control rightipt"
22
+ v-model="userinfo.baseinfo.base.f_idnumber" />
23
+ </div>
24
+ <div class="row auto" style="margin: 5px 0">
25
+ <label class="righttxt">用户状态:</label><input type="text" class="form-control rightipt" readonly
26
+ v-model="userinfo.baseinfo.base.f_user_state"/>
27
+ </div>
28
+ <div class="row auto" style="margin: 5px 0">
29
+ <label class="righttxt">用户电话:</label><input type="text" class="form-control rightipt"
30
+ v-model="userinfo.baseinfo.base.f_user_phone"/>
31
+ </div>
32
+ <div class="row auto" style="margin: 5px 0">
33
+ <label class="righttxt">租户姓名:</label><input type="text" class="form-control rightipt"
34
+ v-model="userinfo.baseinfo.base.f_rent_name"/>
35
+ </div>
36
+ <div class="row auto" style="margin: 5px 0">
37
+ <label class="righttxt">租户电话:</label><input type="text" class="form-control rightipt"
38
+ v-model="userinfo.baseinfo.base.f_zuhu_phone"/>
39
+ </div>
40
+ <div class="row auto" style="margin: 5px 0">
41
+ <label class="righttxt">建档日期:</label><input type="text" class="form-control rightipt"
42
+ v-model="userinfo.baseinfo.base.f_createfile_date" readonly/>
43
+ </div>
44
+ <!-- <div class="row auto" style="margin: 5px 0">
45
+ <label class="righttxt">开户日期:</label><input type="text" class="form-control rightipt" v-model="userinfo.baseinfo.base.f_open_date" readonly />
46
+ </div>-->
47
+ <div class="row auto" style="margin: 5px 0">
48
+ <label class="righttxt">地址类型:</label>
49
+ <div class="rightipt" style="display: flex;justify-content: space-around;margin-top: 5px">
50
+ <div><input type="radio" v-model="addressType" name="addressType" @change="changeAddressType"
51
+ id="phone_addressType1" value="普通地址"/><label style="font-weight: normal;padding-left: 2px"
52
+ for="phone_addressType1">普通地址</label></div>
53
+ <div><input type="radio" v-model="addressType" name="addressType" @change="changeAddressType"
54
+ id="phone_addressType2" value="特殊地址"/><label style="font-weight: normal;padding-left: 2px"
55
+ for="phone_addressType2">特殊地址</label></div>
56
+ </div>
57
+ <!--<input type="text" style="width: 75%;float:right" class="form-control" v-model="row.f_devices_type" />-->
58
+ <!--<input type="text" class="form-control rightipt" readonly v-model="userinfo.addressinfo.f_pcd" />-->
59
+ <!--<v-select :value.sync="userinfo.addressinfo.f_iscity" class="input-font" style="margin-left: 5%;"
60
+ :width="'60%'"
61
+ v-model="userinfo.addressinfo.f_iscity"
62
+ :options='cityTypes' placeholder='地区类型' close-on-select clear-button value-single @change="area_change()"></v-select>-->
63
+ </div>
64
+ <div class="row auto" style="margin: 5px 0">
65
+ <label class="righttxt">地区类型:</label>
66
+ <!--<input type="text" style="width: 75%;float:right" class="form-control" v-model="row.f_devices_type" />-->
67
+ <input type="text" class="form-control rightipt" readonly v-model="userinfo.addressinfo.f_iscity"/>
68
+ <!--<v-select :value.sync="userinfo.addressinfo.f_iscity" class="input-font" style="margin-left: 5%;"
69
+ :width="'60%'"
70
+ :disabled="true"
71
+ v-model="userinfo.addressinfo.f_iscity"
72
+ :options='cityTypes' placeholder='地区类型' close-on-select clear-button value-single ></v-select>-->
73
+ </div>
74
+ <div class="row auto" style="margin: 5px 0">
75
+ <label class="righttxt">省&ensp;市&ensp;区:</label>
76
+ <!--<input type="text" style="width: 75%;float:right" class="form-control" v-model="row.f_devices_type" />-->
77
+ <!--<input type="text" class="form-control rightipt" readonly v-model="userinfo.addressinfo.f_pcd" />-->
78
+ <v-select :value.sync="selectPcd" class="input-font" style="margin-left: 5%;"
79
+ :width="'60%'"
80
+ v-model="selectPcd"
81
+ :options='pcds' placeholder='请选择省市区' close-on-select clear-button value-single
82
+ @change="pcd_change()"></v-select>
83
+ </div>
84
+ <div class="row auto" style="margin: 5px 0">
85
+ <label class="righttxt">街道名称:</label>
86
+ <!--<input type="text" readonly class="form-control rightipt" v-model="userinfo.addressinfo.f_street" />-->
87
+ <v-select :value.sync="selectStreet" class="input-font" style="margin-left: 5%;"
88
+ :width="'60%'"
89
+ v-model="selectStreet"
90
+ :options='streets' placeholder='请选择街道' close-on-select clear-button value-single
91
+ @change="street_change()"></v-select>
92
+ </div>
93
+ <div class="row auto" style="margin: 5px 0">
94
+ <label class="righttxt">集收单位:</label>
95
+ <!--<input type="text" readonly class="form-control rightipt" v-model="userinfo.addressinfo.f_residential_area" />-->
96
+ <v-select :value.sync="selectArea" class="input-font" style="margin-left: 5%;"
97
+ :width="'60%'"
98
+ v-model="selectArea"
99
+ :timeout="500"
100
+ @select-search="select_search"
101
+ :options='area' placeholder='请选择集收单位' close-on-select clear-button value-single
102
+ @change="area_change()"></v-select>
103
+ </div>
104
+ <!--<div class="row auto" style="margin: 5px 0" v-show="addressType=='特殊地址'">
105
+ <label class="righttxt">集收单位:</label>
106
+ &lt;!&ndash;<input type="text" readonly class="form-control rightipt" v-model="userinfo.addressinfo.f_residential_area" />&ndash;&gt;
107
+ <v-select :value.sync="selectArea" class="input-font" style="margin-left: 5%;"
108
+ :width="'60%'"
109
+ v-model="selectArea"
110
+ @select-search="select_search"
111
+ :options='area' placeholder='请选择集收单位' close-on-select clear-button value-single @change="area_changeTC()"></v-select>
112
+ </div>-->
113
+ <div class="row auto" style="margin: 5px 0" v-show="addressType=='普通地址'">
114
+ <label class="righttxt">楼&ensp;&ensp;&ensp;&ensp;号:</label><input type="text" @change="changeNewAddress"
115
+ class="form-control rightipt"
116
+ v-model="userinfo.addressinfo.f_building"/>
117
+ </div>
118
+ <div class="row auto" style="margin: 5px 0" v-show="addressType=='普通地址'">
119
+ <label class="righttxt">单&ensp;&ensp;&ensp;&ensp;元:</label><input type="text" @change="changeNewAddress"
120
+ class="form-control rightipt"
121
+ v-model="userinfo.addressinfo.f_unit"/>
122
+ </div>
123
+ <div class="row auto" style="margin: 5px 0" v-show="addressType=='普通地址'">
124
+ <label class="righttxt">楼&ensp;&ensp;&ensp;&ensp;层:</label><input type="text" @change="changeNewAddress"
125
+ class="form-control rightipt"
126
+ v-model="userinfo.addressinfo.f_floor"/>
127
+ </div>
128
+ <div class="row auto" style="margin: 5px 0" v-show="addressType=='普通地址'">
129
+ <label class="righttxt">门&ensp;牌&ensp;号:</label><input type="text" @change="changeNewAddress"
130
+ class="form-control rightipt"
131
+ v-model="userinfo.addressinfo.f_room"/>
132
+ </div>
133
+ <div class="row auto" style="margin: 5px 0">
134
+ <label class="righttxt">详细地址:</label><input type="text" class="form-control rightipt" readonly
135
+ v-model="userinfo_old.addressinfo.f_address"/>
136
+ </div>
137
+ <div class="row auto" style="margin: 5px 0">
138
+ <label class="righttxt">新&ensp;地&ensp;址:</label>
139
+ <!--<input type="text" class="form-control rightipt" readonly v-model="getaddress()" />-->
140
+ <textarea :readonly="addressType=='普通地址'" class="form-control rightipt" : style="height: 80px"
141
+ v-model="userinfo.addressinfo.f_address"></textarea>
142
+ </div>
143
+
144
+ <!--<div class="row auto" style="margin: 5px 0" v-show="addressType=='特殊地址'">
145
+ <label class="righttxt">新&ensp;地&ensp;址:</label>&lt;!&ndash;<input type="text" class="form-control rightipt" v-model="userinfo.addressinfo.f_address" />&ndash;&gt;
146
+ <textarea class="form-control rightipt" style="height: 80px" v-model="getAddressTS"></textarea>
147
+ </div>-->
148
+
149
+ <div class="row auto" style="margin: 5px 0">
150
+ <label class="righttxt">备&ensp;&ensp;&ensp;&ensp;注:</label><textarea class="form-control rightipt"
151
+ style="height: 150px"
152
+ v-model="userinfo.baseinfo.base.f_remark"></textarea>
153
+ <!--<input type="text" class="form-control rightipt" v-model="userinfo.baseinfo.base.f_remark" />-->
154
+ </div>
155
+ </div>
156
+ </div>
157
+ <div class="panel auto">
158
+ <div class="panel-heading" @click="selectVal('表具信息')" style="background-color: #ffffff">
159
+ <span class="spanboder">
160
+ <img src="../../../assets/person.png" style="width: 22px;margin-right: 8px;">表具信息
161
+ <img class="butt3" :src="imgback('表具信息')">
162
+ </span>
163
+ </div>
164
+ <div class="panel-body " v-show="headername=='表具信息'">
165
+ <div class="row auto" style="margin: 5px 0">
166
+ <label class="righttxt">表&ensp;&ensp;&ensp;&ensp;号:</label>
167
+ <input type="text" :readonly="(userinfo.meterinfo[0].f_meter_classify!='机表' && userinfo.meterinfo[0].f_meter_classify!='金额卡表' && userinfo.meterinfo[0].f_meter_classify!='气量卡表')" class="form-control rightipt"
168
+ style="width: 45%" v-model="userinfo.meterinfo[0].f_meternumber"/>
169
+ <button type="button"
170
+ :disabled="!(userinfo.meterinfo[0].f_meter_classify=='机表' || userinfo.meterinfo[0].f_meter_classify=='金额卡表' || userinfo.meterinfo[0].f_meter_classify=='气量卡表')"
171
+ name="button" class="btn btn-primary" style="width: 15%" @click="scan">扫码
172
+ </button>
173
+ </div>
174
+
175
+ <!--<div class="row auto" style="margin: 5px 0" v-if="userinfo.meterinfo[0].f_meter_classify=='机表'">
176
+ <div class="auto">
177
+ <div class="panel" style="padding: 0px 15px 5px 10px;">
178
+ <div class="panel-body panel-self" style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
179
+ <div class="row" style="height: 240px;">
180
+ <div class="col-sm-4">
181
+ <img-self :src="f_meterno_path" alt="表号照片" width="150" height="200"></img-self>
182
+ </div>
183
+ </div>
184
+ <div class="row text-right div-photo" :class="style__">
185
+ <button type="button" name="button" class="btn btn-primary btn-photo" @click="takePic('f_meterno_path', '表号照片')">拍照</button>
186
+ <img src="../../../assets/remove.png" :class="style__" @click="delfile('f_meterno_path', this.f_meterno_path)" style="width: 25%;"></img>
187
+ </div>
188
+ </div>
189
+ </div>
190
+ </div>
191
+ </div>-->
192
+ <div class="row auto" style="margin: 5px 0">
193
+ <label class="righttxt">通&ensp;气&ensp;人:</label>
194
+ <input type="text" class="form-control rightipt" v-model="userinfo.meterinfo[0].f_gas_person"/>
195
+ </div>
196
+ <div class="row auto" style="margin: 5px 0">
197
+ <label class="righttxt">通气时间:</label>
198
+ <datepicker class="rightipt"
199
+ :value.sync="userinfo.meterinfo[0].f_gas_date"
200
+ v-model="userinfo.meterinfo[0].f_gas_date"
201
+ :disabled-days-of-Week="[]"
202
+ :format="'yyyy-MM-dd'"
203
+ :show-reset-button="reset">
204
+ </datepicker>
205
+ </div>
206
+ <div class="row auto" style="margin: 5px 0">
207
+ <label class="righttxt">出厂时间:</label>
208
+ <datepicker class="rightipt"
209
+ :value.sync="userinfo.meterinfo[0].f_factory_date"
210
+ v-model="userinfo.meterinfo[0].f_factory_date"
211
+ :disabled-days-of-Week="[]"
212
+ :format="'yyyy-MM-dd'"
213
+ :show-reset-button="reset">
214
+ </datepicker>
215
+ </div>
216
+ <div class="row auto" style="margin: 5px 0" v-show="showBox">
217
+ <label class="righttxt">调&ensp;压&ensp;箱:</label>
218
+ <v-select class="rightipt"
219
+ :value.sync="userinfo.meterinfo[0].f_adjustable_id"
220
+ v-model="userinfo.meterinfo[0].f_adjustable_id"
221
+ placeholder='请选择'
222
+ :width='wid'
223
+ readonly
224
+ :options="boxOptions"
225
+ close-on-select value-single></v-select>
226
+ </div>
227
+ <div class="row auto" style="margin: 5px 0">
228
+ <label class="righttxt">是否直通:</label>
229
+ <v-select
230
+ :value.sync="userinfo.meterinfo[0].f_if_direct"
231
+ class="input-font"
232
+ style="margin-left: 5%;"
233
+ :width="'60%'"
234
+ v-model="userinfo.meterinfo[0].f_if_direct"
235
+ :options='directOptions'
236
+ placeholder='是否直通'
237
+ close-on-select
238
+ clear-button
239
+ value-single>
240
+ </v-select>
241
+ </div>
242
+ <div class="row auto" style="margin: 5px 0">
243
+ <label class="righttxt">表&ensp;封&ensp;号:</label>
244
+ <input type="text" class="form-control rightipt" v-model="userinfo.meterinfo[0].f_metertitles"/>
245
+ </div>
246
+ <div class="row auto" style="margin: 5px 0">
247
+ <label class="righttxt">表&ensp;位&ensp;置:</label>
248
+ <!--<input type="text" class="form-control rightipt" v-model="userinfo.meterinfo[0].f_position" readonly/>-->
249
+ <v-select class="rightipt" :value.sync="userinfo.meterinfo[0].f_position"
250
+ v-model="userinfo.meterinfo[0].f_position"
251
+ placeholder='请选择'
252
+ :width='wid'
253
+ readonly
254
+ :options="wz_types"
255
+ close-on-select value-single></v-select>
256
+ </div>
257
+ <div class="row auto" style="margin: 5px 0">
258
+ <label class="righttxt">表&ensp;&ensp;&ensp;&ensp;向:</label>
259
+ <!--<input type="text" class="form-control rightipt" v-model="userinfo.meterinfo[0].f_position" readonly/>-->
260
+ <v-select class="rightipt" :value.sync="userinfo.meterinfo[0].f_aroundmeter"
261
+ v-model="userinfo.meterinfo[0].f_aroundmeter"
262
+ placeholder='请选择'
263
+ :width='wid'
264
+ readonly
265
+ :options="aroundmeters"
266
+ close-on-select value-single></v-select>
267
+ </div>
268
+ <div class="row auto" style="margin: 5px 0">
269
+ <label class="righttxt">气表类型:</label>
270
+ <input type="text" class="form-control rightipt" v-model="userinfo.meterinfo[0].f_meter_classify" readonly/>
271
+ </div>
272
+ <div class="row auto" style="margin: 5px 0">
273
+ <label class="righttxt">表前阀状态:</label>
274
+ <!--<input type="text" class="form-control rightipt" v-model="userinfo.meterinfo[0].f_position" readonly/>-->
275
+ <v-select class="rightipt" :value.sync="userinfo.meterinfo[0].f_bqf_state"
276
+ v-model="userinfo.meterinfo[0].f_bqf_state"
277
+ placeholder='请选择'
278
+ :width='wid'
279
+ readonly
280
+ :options="bqf_states"
281
+ close-on-select value-single></v-select>
282
+ </div>
283
+ <!-- <div class="row auto" style="margin: 5px 0">
284
+ <div style="display: flex;justify-content: center;">
285
+ <button v-if="userinfo.meterinfo[0].f_meter_classify=='机表'" class="col-sm-3 btn btn-primary" @click="upUserState()">机表关阀停用</button>
286
+ </div>
287
+ </div>-->
288
+ </div>
289
+ </div>
290
+ <div class="panel auto">
291
+ <div class="panel-heading" @click="selectVal('设备信息')" style="background-color: #ffffff">
292
+
293
+ <span class="spanboder"><img src="../../../assets/list.png" style="width: 22px;margin-right: 8px;">设备信息<img
294
+ class="butt3" :src="imgback('设备信息')"></span>
295
+ </div>
296
+ <div class="panel-body" v-show="headername=='设备信息'">
297
+ <div class="row" v-for="row in model"
298
+ style="border:2px solid #A2C2EB; border-top:10px solid #A2C2EB; box-shadow: #00b3ee;margin-bottom: 10px">
299
+ <div class="row auto" style="margin: 5px 0">
300
+ <label class="righttxt">设备类型:</label>
301
+ <!--<input type="text" class="form-control rightipt" readonly v-model="row.f_devices_type" />-->
302
+ <v-select class="rightipt" :value.sync="row.f_devices_type"
303
+ v-model="row.f_devices_type"
304
+ placeholder='请选择'
305
+ :width='wid'
306
+ readonly
307
+ :options="devices_types"
308
+ close-on-select value-single></v-select>
309
+ </div>
310
+ <div class="row auto" style="margin: 5px 0">
311
+ <label class="righttxt">设备品牌:</label>
312
+ <!-- <v-select class="rightipt" :value.sync="row.f_brand"-->
313
+ <!-- v-model="row.f_brand"-->
314
+ <!-- placeholder='请选择'-->
315
+ <!-- :width='wid'-->
316
+ <!-- readonly-->
317
+ <!-- :options="deviceBrandOption[row.f_devices_type]"-->
318
+ <!-- close-on-select value-single></v-select>-->
319
+ <input type="text" class="form-control rightipt"
320
+ v-model="row.f_brand"/>
321
+ </div>
322
+ <div class="row auto" style="margin: 5px 0">
323
+ <label class="righttxt">设备型号:</label><input type="text" class="form-control rightipt"
324
+ v-model="row.f_devices_model"/>
325
+ </div>
326
+ <div class="row auto" style="margin: 5px 0">
327
+ <label class="righttxt">生产日期:</label>
328
+ <!--<input type="text" class="form-control rightipt" v-model="row.f_make_date" />-->
329
+ <datepicker class="rightipt"
330
+ :value.sync="row.f_make_date"
331
+ v-model="row.f_make_date"
332
+ :disabled-days-of-Week="[]"
333
+ :format="'yyyy-MM-dd'"
334
+ :show-reset-button="reset" readonly="readonly">
335
+ </datepicker>
336
+ </div>
337
+ <div class="row auto" style="margin: 5px 0">
338
+ <label class="righttxt">使用年限:</label><input type="number" class="form-control rightipt"
339
+ v-model="row.f_service_life"/>
340
+ </div>
341
+ <!-- <div class="row auto" style="margin: 5px 0">
342
+ <label class="righttxt">到期日期:</label>
343
+ &lt;!&ndash;<input type="text" class="form-control rightipt" v-model="row.f_expire_date" />&ndash;&gt;
344
+ <datepicker class="rightipt"
345
+ :value.sync="row.f_expire_date"
346
+ v-model="row.f_expire_date"
347
+ :disabled-days-of-Week="[]"
348
+ :format="'yyyy-MM-dd'"
349
+ :show-reset-button="reset" readonly="readonly">
350
+ </datepicker>
351
+ </div>-->
352
+ <div class="row auto" style="margin: 5px 0">
353
+ <label class="righttxt">安&ensp;装&ensp;人:</label><input type="text" class="form-control rightipt"
354
+ v-model="row.f_input_person"/>
355
+ </div>
356
+ <div class="row auto" style="margin: 5px 0">
357
+ <label class="righttxt">安装日期:</label>
358
+ <!--<input type="text" class="form-control rightipt" v-model="row.f_input_date" />-->
359
+ <datepicker class="rightipt"
360
+ :value.sync="row.f_input_date"
361
+ v-model="row.f_input_date"
362
+ :disabled-days-of-Week="[]"
363
+ :format="'yyyy-MM-dd'"
364
+ :show-reset-button="reset" readonly="readonly">
365
+ </datepicker>
366
+ </div>
367
+ <div class="row auto" style="margin: 5px 0">
368
+ <label class="righttxt">设备数量:</label><input type="number" class="form-control rightipt"
369
+ v-model="row.f_devices_num"/>
370
+ </div>
371
+ <!--<div class="row auto" style="margin: 5px 0">
372
+ <label class="righttxt">管道类型:</label><input type="text" class="form-control rightipt" readonly v-model="row.f_pipe_type" />
373
+ </div>-->
374
+ <!--<div class="row auto" style="margin: 5px 0">
375
+ <label class="righttxt">设备状态:</label><input type="text" class="form-control rightipt" readonly v-model="row.f_userinfodevices_state" />
376
+ </div>-->
377
+ <!--<div class="row auto" style="margin: 5px 0">
378
+ <label class="righttxt">购买方式:</label><input type="text" class="form-control rightipt" readonly v-model="row.watchpurchase" />
379
+ </div>-->
380
+ <div style="display: flex;justify-content: center;margin-bottom: 3px"
381
+ v-if="$index>this.userinfo_old.devicesinfo.length-1 || this.userinfo_old.devicesinfo.length==0">
382
+ <button class="btn btn-warning" @click="delDevices($index)">删除设备</button>
383
+ </div>
384
+ </div>
385
+ <div style="display: flex;justify-content: space-around;">
386
+ <button class="col-sm-3 btn btn-primary" @click="addDevices($index)">新增设备</button>
387
+ </div>
388
+ </div>
389
+ </div>
390
+ <div class="panel auto">
391
+ <div class="panel-body">
392
+ <div style="display: flex;justify-content: center;">
393
+ <button class="col-sm-3 btn btn-primary" :disabled="enable" @click="isNeedAudit ? editUserInfo() : editUserInfoNoAudit()">{{isNeedAudit ? '上传审核' : '上传'}}</button>
394
+ </div>
395
+ </div>
396
+ </div>
397
+ </div>
398
+ </template>
399
+
400
+ <script>
401
+ import {HttpResetClass} from 'vue-client'
402
+ import * as Util from "../../Util";
403
+ import Vue from 'vue'
404
+
405
+ export default {
406
+ title: '设备查看',
407
+ data() {
408
+ return {
409
+ model: [],
410
+ show: false,
411
+ row: Object,
412
+ userinfo: Object,
413
+ userinfo_old: Object,
414
+ wid: "60%",
415
+ aroundmeters: [],
416
+ devices_types: [],
417
+ pipe_types: [{label: '橡胶管', value: '橡胶管'}, {label: '波纹管', value: '波纹管'}, {label: '钢管', value: '钢管'}],
418
+ wz_types: [],
419
+ cityTypes: [{label: '市区', value: '市区'}, {label: '城镇', value: '城镇'}],
420
+ bqf_states: [{label: '开阀', value: '开阀'}, {label: '关阀', value: '关阀'}],
421
+ pcds: [],
422
+ streets: [],
423
+ update: false,
424
+ headername: '基本信息',
425
+ excessive: false,
426
+ area: [],
427
+ enable: false,
428
+ f_meterno_path: Vue.nopic,
429
+ selectArea: {id: ''},
430
+ selectPcd: {id: ''},
431
+ selectStreet: {id: ''},
432
+ changemeterno: false,//是否修改了机表表号
433
+ approveChange: false,//是否需要进行信息变更审核
434
+ newAddress: '',
435
+ addressType: '',
436
+ //需要审核的字段
437
+ checkField: {
438
+ checkUserinfoField: [
439
+ 'f_user_name'
440
+ ],
441
+ checkUserFilesField: [
442
+ 'f_meternumber'
443
+ ],
444
+ checkAddressField: [
445
+ 'f_pcd_id',
446
+ 'f_street_id',
447
+ 'f_residential_area_id',
448
+ 'f_building',
449
+ 'f_unit',
450
+ 'f_floor',
451
+ 'f_room',
452
+ 'f_slice_area',
453
+ 'f_special',
454
+ 'f_address'
455
+ ],
456
+ },
457
+ boxOptions: [],
458
+ showBox: false,
459
+ directOptions: [{label: '是', value: '是'}, {label: '否', value: '否'}],
460
+ deviceBrandOption: {},
461
+ isNeedAudit: this.$appdata.getSingleValue('信息变更是否需要审核') == 'false' ? false : true
462
+ }
463
+ },
464
+ props: {
465
+ user: {
466
+ type: Object
467
+ },
468
+ f_userinfo_id: '',
469
+ f_source: ''
470
+ },
471
+ methods: {
472
+ scan() {
473
+ HostApp.__this__ = this,
474
+ HostApp.scanCode({callback: "javascript:HostApp.__this__.getCode();"})
475
+ },
476
+ getCode() {
477
+ var datapa = HostApp.getCode().data;
478
+ //tag
479
+ this.userinfo.meterinfo[0].f_meternumber = datapa
480
+ },
481
+ //数据检查
482
+ checkVal() {
483
+ //检查一些必要信息是否未填
484
+ this.approveChange = false
485
+ this.changemeterno = false
486
+ let checked = {ischeck: true, msg: ''}
487
+ //tag
488
+ //tag
489
+ //tag
490
+ if (!this.userinfo.baseinfo.base.f_user_name) {
491
+ checked = {ischeck: false, msg: '请输入用户名称!'}
492
+ }
493
+ if (!this.selectPcd.id) {
494
+ checked = {ischeck: false, msg: '请选择省市区!'}
495
+ }
496
+ if (!this.selectStreet.id) {
497
+ checked = {ischeck: false, msg: '请选择街道!'}
498
+ }
499
+ if (!this.userinfo.addressinfo.f_address) {
500
+ checked = {ischeck: false, msg: '新地址不能为空!'}
501
+ }
502
+ if (this.addressType == '普通地址') {
503
+ if (!this.selectArea.id) {
504
+ checked = {ischeck: false, msg: '请选择集收单位!'}
505
+ }
506
+ if (!this.userinfo.addressinfo.f_room) {
507
+ checked = {ischeck: false, msg: '新输入门牌号!'}
508
+ }
509
+ }
510
+ if (this.userinfo.meterinfo[0].f_meter_classify == '机表' && this.userinfo_old.meterinfo[0].f_meternumber) {
511
+
512
+ //tag
513
+ //tag
514
+ if (this.userinfo.meterinfo[0].f_meternumber) {
515
+ // if (this.userinfo.meterinfo[0].f_meternumber != this.userinfo_old.meterinfo[0].f_meternumber) {
516
+ // if (!this.f_meterno_path || this.f_meterno_path == Vue.nopic) {
517
+ // checked = {ischeck: false, msg: '请拍摄表号照片!'}
518
+ // } else {
519
+ // //用来标识当前有修改机表表号,后台需要进行照片上传
520
+ // this.changemeterno = true
521
+ // }
522
+ // }
523
+ } else {
524
+ checked = {ischeck: false, msg: '请输入表号!'}
525
+ }
526
+ }
527
+ //检查本次修改信息中是否包含需要审核的内容
528
+ for (let check in this.checkField) {
529
+ //tag
530
+ if (typeof check != 'function') {
531
+ for (let i = 0; i < this.checkField[check].length; i++) {
532
+ //tag
533
+ if (check == 'checkUserinfoField') {
534
+ //tag
535
+ //tag
536
+ if (this.userinfo.baseinfo.base[this.checkField[check][i]] != this.userinfo_old.baseinfo.base[this.checkField[check][i]]) {
537
+ //tag
538
+ this.approveChange = true
539
+ }
540
+ } else if (check == 'checkUserFilesField') {
541
+ //tag
542
+ //tag
543
+ if (this.userinfo.meterinfo[0][this.checkField[check][i]] != this.userinfo_old.meterinfo[0][this.checkField[check][i]]) {
544
+ //tag
545
+ this.approveChange = true
546
+ }
547
+ } else if (check == 'checkAddressField') {
548
+ //tag
549
+ //tag
550
+ if (this.userinfo.addressinfo[this.checkField[check][i]] != this.userinfo_old.addressinfo[this.checkField[check][i]]) {
551
+ //tag
552
+ this.approveChange = true
553
+ }
554
+ }
555
+ }
556
+ }
557
+ }
558
+ //tag
559
+ return checked
560
+ },
561
+ select_search(text) {
562
+ //tag
563
+ if (this.selectStreet.id) {
564
+ let pcdText = text ? `and f_street_id=${this.selectStreet.id} and f_residential_area like '%${text}%'` : `and f_street_id=${this.selectStreet.id}`
565
+ new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {
566
+ data: {
567
+ items: "*",
568
+ tablename: "t_area",
569
+ orderitem: "id",
570
+ condition: `f_orgid = '${Vue.user.orgid}' ${pcdText} `
571
+ }
572
+ }, {resolveMsg: null, rejectMsg: null}).then((res) => {
573
+ //tag)
574
+ if (res.data.length > 0) {
575
+ this.area = []
576
+ res.data.forEach((result) => {
577
+ this.area.push({label: result.f_residential_area, value: result})
578
+ })
579
+ }
580
+ })
581
+ } else {
582
+ this.area = []
583
+ }
584
+ },
585
+ cameraCallBack(prop, fileName) {
586
+ HostApp.__this__.$set(prop, fileName + '?' + Math.random())
587
+ //tag
588
+ HostApp.__callback__ = null
589
+ HostApp.__this__ = null
590
+ },
591
+ takePic(prop, title) {
592
+ HostApp.__callback__ = this.cameraCallBack
593
+ HostApp.__this__ = this
594
+ //tag
595
+ let fileName
596
+ if (!this[prop] || this[prop].includes("nopic.png")) {
597
+ fileName = Util.guid() + '-' + prop + '.jpg'
598
+ } else {
599
+ fileName = Util.getFileName(this[prop])
600
+ }
601
+ HostApp._open_a_page({
602
+ type: 'boomerang',
603
+ page: 'com.aofeng.hybrid.android.peripheral.CameraActivity',
604
+ param: {
605
+ file: fileName,
606
+ requestCode: 111,
607
+ callback: 'javascript:HostApp.__callback__("' + prop + '", "%s");',
608
+ watermark: title + '\t时间:' + Util.toStandardTimeString() + '\t' + Vue.user.name
609
+ }
610
+ })
611
+ },
612
+ delfile(prop, fileName) {
613
+ if (fileName == Vue.nopic)
614
+ return
615
+ else {
616
+ HostApp.delfile(fileName)
617
+ this[prop] = Vue.nopic
618
+ }
619
+ },
620
+ editUserInfoNoAudit() {
621
+ let checked = this.checkVal()
622
+ if (!checked.ischeck) {
623
+ this.$showMessage(checked.msg)
624
+ return
625
+ }
626
+ for (let i = 0; i < this.model.length; i++) {
627
+ this.model[i].f_user_id = this.userinfo.meterinfo[0].f_user_id
628
+ }
629
+ this.$showMessage('确定是否修改上传用户信息?', ['confirm', 'cancel']).then((res) => {
630
+ if (res === 'confirm') {
631
+ this.excessive = true
632
+ let userinfoms = Object.assign({}, this.userinfo_old.baseinfo.base)
633
+ // userinfoms.f_user_name=row.f_user_name
634
+ userinfoms.f_user_phone = this.userinfo.baseinfo.base.f_user_phone
635
+ userinfoms.f_idnumber = this.userinfo.baseinfo.base.f_idnumber
636
+ userinfoms.f_rent_name = this.userinfo.baseinfo.base.f_rent_name
637
+ userinfoms.f_zuhu_phone = this.userinfo.baseinfo.base.f_zuhu_phone
638
+ userinfoms.f_operator_record = Vue.user.name
639
+ userinfoms.f_operatorid_record = Vue.user.id
640
+ userinfoms.f_remark = this.userinfo.baseinfo.base.f_remark
641
+ userinfoms.f_orgid_record = Vue.user.orgid
642
+ userinfoms.f_orgname_record = Vue.user.orgs
643
+ userinfoms.f_depid_record = Vue.user.depids
644
+ userinfoms.f_depname_record = Vue.user.deps
645
+ this.userinfo_old.meterinfo[0].f_gas_person = this.userinfo.meterinfo[0].f_gas_person
646
+ this.userinfo_old.meterinfo[0].f_gas_date = this.userinfo.meterinfo[0].f_gas_date
647
+ this.userinfo_old.meterinfo[0].f_factory_date = this.userinfo.meterinfo[0].f_factory_date
648
+ this.userinfo_old.meterinfo[0].f_adjustable_id = this.userinfo.meterinfo[0].f_adjustable_id
649
+ this.userinfo_old.meterinfo[0].f_metertitles = this.userinfo.meterinfo[0].f_metertitles
650
+ this.userinfo_old.meterinfo[0].f_position = this.userinfo.meterinfo[0].f_position
651
+ this.userinfo_old.meterinfo[0].f_aroundmeter = this.userinfo.meterinfo[0].f_aroundmeter
652
+ this.userinfo_old.meterinfo[0].f_bqf_state = this.userinfo.meterinfo[0].f_bqf_state
653
+ this.userinfo_old.meterinfo[0].f_if_direct = this.userinfo.meterinfo[0].f_if_direct
654
+ this.userinfo_old.meterinfo[0].f_meternumber = this.userinfo.meterinfo[0].f_meternumber
655
+ userinfoms.userfiles = []
656
+ this.userinfo_old.meterinfo[0].devicesinfo = this.model
657
+ userinfoms.userfiles.push(this.userinfo_old.meterinfo[0])
658
+ let url = 'rs/logic/filemanage_fileSave'
659
+ if(Vue.isv4){
660
+ url ='api/af-revenue/logic/openapi/filemanage_fileSave'
661
+ }
662
+ new HttpResetClass().load('POST', `${this.$androidUtil.getProxyUrl()}/${url}`, {
663
+ data: {
664
+ userinfo: userinfoms,
665
+ modifyReason: this.f_source ? `${this.f_source}维护档案信息` : '',
666
+ address: {
667
+ id: this.userinfo_old.addressinfo.id,
668
+ oldid: this.userinfo_old.addressinfo.id,
669
+ f_address: this.userinfo.addressinfo.f_address ? this.userinfo.addressinfo.f_address : this.userinfo_old.addressinfo.f_address
670
+ }
671
+ }
672
+ }, {resolveMsg: null, rejectMsg: null}).then((res1) => {
673
+ if (res1.data.status == 200) {
674
+ let data = this.userinfo.addressinfo
675
+ data.f_address = this.userinfo.addressinfo.f_address? this.userinfo.addressinfo.f_address : this.userinfo_old.addressinfo.f_address
676
+ //
677
+ data.f_operator = Vue.user.name
678
+ let url1 = 'rs/logic/address_updateuseraddress'
679
+ if(Vue.isv4){
680
+ url1 ='api/af-revenue/logic/openapi/address_updateuseraddress'
681
+ }
682
+ new HttpResetClass().load('POST', `${this.$androidUtil.getProxyUrl()}/${url1}`, {data: data}).then((res2) => {
683
+ this.$showMessage("修改用户地址信息成功!")
684
+ }).catch(error => {
685
+ this.$showMessage("修改用户地址信息!")
686
+ })
687
+ this.$showMessage("修改用户信息成功!")
688
+ this.enable = true
689
+ this.excessive = false
690
+ }
691
+ }).catch((msg) => {
692
+ this.$showMessage("修改用户信息失败,请检查手机网络状况!")
693
+ this.excessive = false
694
+ })
695
+ }
696
+ })
697
+ },
698
+ editUserInfo() {
699
+ let checked = this.checkVal()
700
+ if (!checked.ischeck) {
701
+ this.$showMessage(checked.msg)
702
+ return
703
+ }
704
+ this.$showMessage('确定是否修改上传审核用户信息?', ['confirm', 'cancel']).then((res) => {
705
+ if (res === 'confirm') {
706
+ this.excessive = true
707
+ let userinfoms = Object.assign({}, this.userinfo_old.baseinfo.base)
708
+ //userinfoms.f_user_name=row.f_user_name
709
+ userinfoms.f_user_phone = this.userinfo.baseinfo.base.f_user_phone
710
+ userinfoms.f_idnumber = this.userinfo.baseinfo.base.f_idnumber
711
+ userinfoms.f_rent_name = this.userinfo.baseinfo.base.f_rent_name
712
+ userinfoms.f_zuhu_phone = this.userinfo.baseinfo.base.f_zuhu_phone
713
+ userinfoms.f_operator_record = Vue.user.name
714
+ userinfoms.f_operatorid_record = Vue.user.id
715
+ userinfoms.f_remark = this.userinfo.baseinfo.base.f_remark
716
+ userinfoms.f_orgid_record = Vue.user.orgid
717
+ userinfoms.f_orgname_record = Vue.user.orgs
718
+ userinfoms.f_depid_record = Vue.user.depids
719
+ userinfoms.f_depname_record = Vue.user.deps
720
+ this.userinfo_old.meterinfo[0].f_gas_person = this.userinfo.meterinfo[0].f_gas_person
721
+ this.userinfo_old.meterinfo[0].f_gas_date = this.userinfo.meterinfo[0].f_gas_date
722
+ this.userinfo_old.meterinfo[0].f_factory_date = this.userinfo.meterinfo[0].f_factory_date
723
+ this.userinfo_old.meterinfo[0].f_adjustable_id = this.userinfo.meterinfo[0].f_adjustable_id
724
+ this.userinfo_old.meterinfo[0].f_metertitles = this.userinfo.meterinfo[0].f_metertitles
725
+ this.userinfo_old.meterinfo[0].f_position = this.userinfo.meterinfo[0].f_position
726
+ this.userinfo_old.meterinfo[0].f_aroundmeter = this.userinfo.meterinfo[0].f_aroundmeter
727
+ this.userinfo_old.meterinfo[0].f_bqf_state = this.userinfo.meterinfo[0].f_bqf_state
728
+ this.userinfo_old.meterinfo[0].f_if_direct = this.userinfo.meterinfo[0].f_if_direct
729
+ this.userinfo_old.meterinfo[0].f_meternumber = this.userinfo.meterinfo[0].f_meternumber
730
+ userinfoms.userfiles = []
731
+ this.userinfo_old.meterinfo[0].devicesinfo = this.model
732
+ userinfoms.userfiles.push(this.userinfo_old.meterinfo[0])
733
+ //tag)
734
+ let url = 'rs/logic/filemanage_fileSave'
735
+ if(Vue.isv4){
736
+ url ='api/af-revenue/logic/openapi/filemanage_fileSave'
737
+ }
738
+ new HttpResetClass().load('POST', `${this.$androidUtil.getProxyUrl()}/${url}`, {
739
+ data: {
740
+ userinfo: userinfoms,
741
+ modifyReason: this.f_source ? `${this.f_source}维护档案信息` : '',
742
+ address: {id: this.userinfo_old.addressinfo.id, oldid: this.userinfo_old.addressinfo.id}
743
+ }
744
+ }, {resolveMsg: null, rejectMsg: null}).then((res1) => {
745
+ //tag+res1.data.status)
746
+ if (res1.data.status == 200) {
747
+ //本次修改信息包含需要审核信息
748
+ if (this.approveChange) {
749
+ //tag
750
+ let res2 = this.$androidUtil.bzLogic('safe_upUserinfoApprove', {
751
+ row: {
752
+ f_time: Util.toStandardTimeString(),
753
+ f_modifier: Vue.user.name,//Vue.user.name
754
+ f_modifier_id: Vue.user.id,//Vue.user.id
755
+ f_modify_type: '用户档案',
756
+ f_userinfoid: this.userinfo.baseinfo.base.f_userinfo_id,
757
+ f_userinfo_code: this.userinfo.baseinfo.base.f_userinfo_code,
758
+ f_approved: '未审核',
759
+ filialestr: Vue.user.orgid,//Vue.user.orgid
760
+ version: 1,
761
+ f_user_name: this.userinfo.baseinfo.base.f_user_name,
762
+ f_user_phone: this.userinfo.baseinfo.base.f_user_phone,
763
+ f_street: this.userinfo.addressinfo.f_street,
764
+ f_building: this.userinfo.addressinfo.f_building,
765
+ f_unit: this.userinfo.addressinfo.f_unit,
766
+ f_floor: this.userinfo.addressinfo.f_floor,
767
+ f_room: this.userinfo.addressinfo.f_room,
768
+ f_building_suffix: this.userinfo.addressinfo.f_special == 1 ? null : this.userinfo.addressinfo.f_building_suffix,
769
+ f_unit_suffix: this.userinfo.addressinfo.f_special == 1 ? null : this.userinfo.addressinfo.f_unit_suffix,
770
+ f_floor_suffix: this.userinfo.addressinfo.f_special == 1 ? null : this.userinfo.addressinfo.f_floor_suffix,
771
+ f_room_suffix: this.userinfo.addressinfo.f_special == 1 ? null : this.userinfo.addressinfo.f_room_suffix,
772
+ f_residential_area: this.userinfo.addressinfo.f_residential_area,
773
+ f_address: this.userinfo.addressinfo.f_address,
774
+ f_pcd: this.userinfo.addressinfo.f_pcd,
775
+ f_pcd_id: this.userinfo.addressinfo.f_pcd_id,
776
+ f_street_id: this.userinfo.addressinfo.f_street_id,
777
+ f_residential_area_id: this.userinfo.addressinfo.f_residential_area_id,
778
+ f_used_name: this.userinfo.baseinfo.base.f_used_name,
779
+ f_rent_phone: this.userinfo.baseinfo.base.f_rent_phone,
780
+ f_slice_area: this.userinfo.addressinfo.f_slice_area,
781
+ f_remark: this.userinfo.baseinfo.base.f_remark,
782
+ f_source: this.f_source,
783
+ f_meterno_path: this.f_meterno_path,
784
+ f_iscity: this.userinfo.addressinfo.f_iscity,
785
+ f_special: this.userinfo.addressinfo.f_special,
786
+ f_meternumber: this.userinfo.meterinfo[0].f_meternumber,
787
+ changemeterno: this.changemeterno
788
+ },
789
+ tablename: 't_modify_userinfo'
790
+ })
791
+ //tag)
792
+ if (res2.code == 200) {
793
+ this.$showMessage("变更用户信息成功,需要审核的信息已提交审核,等待管理员处理!")
794
+ this.enable = true
795
+ this.excessive = false
796
+ } else {
797
+ this.$showMessage("上传审核信息失败,请检查图片和网络状况是否正常!")
798
+ this.excessive = false
799
+ }
800
+ } else {
801
+ this.$showMessage("修改用户信息成功!")
802
+ this.enable = true
803
+ this.excessive = false
804
+ }
805
+
806
+ }
807
+ }).catch((msg) => {
808
+ this.$showMessage("修改用户信息失败,请检查手机网络状况!")
809
+ this.excessive = false
810
+ })
811
+
812
+ }
813
+ })
814
+ },
815
+ imgback(header) {
816
+ if (this.headername == header) {
817
+ return require('../../../assets/xiangxia1.png')
818
+ } else {
819
+ return require('../../../assets/xiangyou1.png')
820
+ }
821
+ this.headername = header
822
+ },
823
+ selectVal(header) {
824
+ if (this.headername == header) {
825
+ this.headername = ''
826
+ } else {
827
+ this.headername = header
828
+ }
829
+
830
+ },
831
+ changeNewAddress() {
832
+ // this.userinfo.addressinfo.f_address = this.addressType == '普通地址' ? this.getAddress : this.getAddressTS
833
+ const f_address = this.addressType == '普通地址' ? this.getAddress : this.getAddressTS
834
+ console.log(f_address)
835
+ },
836
+ area_change() {
837
+ //tag
838
+ this.userinfo.addressinfo.f_residential_area = this.selectArea.f_residential_area
839
+ this.userinfo.addressinfo.f_residential_area_id = this.selectArea.id
840
+ this.userinfo.addressinfo.f_slice_area = this.selectArea.f_slice_area
841
+ this.changeNewAddress()
842
+ //this.userinfo.addressinfo.f_residential_area=this.f_residential_area.f_residential_area
843
+ },
844
+ async street_change() {
845
+ //tag
846
+ if (this.selectStreet.id) {
847
+ //如果街道改变--给街道赋值!
848
+ this.userinfo.addressinfo.f_street = this.selectStreet.f_street
849
+ this.userinfo.addressinfo.f_street_id = this.selectStreet.id
850
+ this.userinfo.addressinfo.f_iscity = this.selectStreet.f_iscity
851
+ //清空当前选中小区的值
852
+ this.userinfo.addressinfo.f_residential_area = ''
853
+ this.userinfo.addressinfo.f_residential_area_id = ''
854
+ this.userinfo.addressinfo.f_slice_area = ''
855
+ this.selectArea = {id: ''}
856
+ this.area = []
857
+ let pcdText = ` and f_street_id=${this.selectStreet.id}`
858
+ let res = await new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {
859
+ data: {
860
+ items: "*",
861
+ tablename: "t_area",
862
+ orderitem: "id",
863
+ condition: `f_orgid = '${Vue.user.orgid}' ${pcdText} `
864
+ }
865
+ }, {resolveMsg: null, rejectMsg: null})
866
+ ////tag)
867
+ res.data.forEach((result) => {
868
+ this.area.push({label: result.f_residential_area, value: result})
869
+ })
870
+ } else {
871
+ this.area = []
872
+ }
873
+
874
+ this.changeNewAddress()
875
+ },
876
+ async pcd_change() {
877
+ //tag
878
+ if (this.selectPcd.id) {
879
+ //tag
880
+ //如果省市区改变-重新赋值
881
+ this.userinfo.addressinfo.f_pcd = this.selectPcd.f_pcd
882
+ this.userinfo.addressinfo.f_pcd_id = this.selectPcd.id
883
+ //清空 选中的街道和集收单位
884
+ this.selectStreet = {id: ''}
885
+ this.userinfo.addressinfo.f_street = ''
886
+ this.userinfo.addressinfo.f_street_id = ''
887
+ this.userinfo.addressinfo.f_iscity = ''
888
+ this.selectArea = {id: ''}
889
+ this.userinfo.addressinfo.f_residential_area = ''
890
+ this.userinfo.addressinfo.f_residential_area_id = ''
891
+ this.userinfo.addressinfo.f_slice_area = ''
892
+ this.streets = []
893
+ let pcdText = `and f_pcd_id=${this.selectPcd.id}`
894
+ let streetlist = await new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {
895
+ data: {
896
+ items: "*",
897
+ tablename: "t_street",
898
+ orderitem: "id",
899
+ condition: `f_orgid = '${Vue.user.orgid}' ${pcdText}`
900
+ }
901
+ }, {resolveMsg: null, rejectMsg: null})
902
+ streetlist.data.forEach((result) => {
903
+ this.streets.push({label: result.f_street, value: result})
904
+ })
905
+ } else {
906
+ this.streets = []
907
+ }
908
+ this.changeNewAddress()
909
+ },
910
+ upUserState() {
911
+ //tag)
912
+ if (this.userinfo.meterinfo[0].f_table_state == '正常') {
913
+ let data = {
914
+ f_userfiles_id: {
915
+ f_userfiles_id: this.userinfo.meterinfo[0].f_userfiles_id,
916
+ f_table_state: '停用',
917
+ version: this.userinfo.meterinfo[0].version
918
+ },
919
+ f_userfile_id: this.userinfo.meterinfo[0].f_userfiles_id,
920
+ f_user_id: this.userinfo.meterinfo[0].f_user_id,
921
+ f_userinfo_id: this.userinfo.meterinfo[0].f_userinfo_id,
922
+ f_user_name: this.userinfo.baseinfo.base.f_user_name,
923
+ f_comments: '安检时发现问题关闭阀门',
924
+ f_othereason: '',
925
+ f_operat_type: '停用',
926
+ f_describe: `${Vue.user.name}对客户${this.userinfo.baseinfo.base.f_user_name}进行表具停用操作`,
927
+ f_state: '有效',
928
+ f_operator: Vue.user.name,//${Vue.$login.f.name}
929
+ f_operatorid: Vue.user.id,
930
+ f_orgid: Vue.user.orgid,
931
+ f_orgname: Vue.user.orgs,
932
+ f_depid: Vue.user.depids,
933
+ f_depname: Vue.user.deps,
934
+ f_zoneid: Vue.user.zoneid,
935
+ f_zones: Vue.user.zones
936
+ }
937
+ new HttpResetClass().load('post', `${this.$androidUtil.getProxyUrl()}/rs/entity/t_disable`,
938
+ data, {resolveMsg: null, rejectMsg: null}).then((row) => {
939
+ this.$showMessage('已成功关阀停气!')
940
+ this.userinfo.meterinfo[0].f_table_state = '停用'
941
+ })
942
+ } else {
943
+ this.$showMessage('该用户已被关阀停用,请勿重复操作!')
944
+ }
945
+
946
+ },
947
+ addDevices() {
948
+ //Vue.user.name
949
+ let obj = {
950
+ "f_operator": Vue.user.name,
951
+ "f_picture": null,
952
+ "f_pipe_type": null,
953
+ "f_pipeinstall_date": null,
954
+ "f_pipe_connection": null,
955
+ "f_expire_date": null,
956
+ "f_pipeexpire_date": null,
957
+ "f_comments": null,
958
+ "f_operate_date": Util.toStandardTimeString(),
959
+ "f_operatorid": Vue.user.id,
960
+ "f_devices_num": null,
961
+ "f_process_id": null,
962
+ "f_devices_type": null,
963
+ "f_make_date": null,
964
+ "f_input_date": null,
965
+ "f_state": "有效",
966
+ "f_brand": null,
967
+ "f_devices_model": null,
968
+ "f_devices_no": null,
969
+ "img": {"content": null, "filename": null}
970
+ }
971
+ this.model.push(obj)
972
+ },
973
+ delDevices(idx) {
974
+ //tag
975
+ this.$showMessage('删除后不可恢复,确认删除吗?', ['confirm', 'cancel']).then((res) => {
976
+ if (res === 'confirm') {
977
+ this.model.splice(idx, 1)
978
+ }
979
+ })
980
+ },
981
+ async getAreaList(text) {
982
+ if (this.selectStreet.id) {
983
+ this.area = []
984
+ let pcdText = text ? `and f_street_id=${this.selectStreet.id} and f_residential_area like '%${text}%'` : `and f_street_id=${this.selectStreet.id}`
985
+ let res = await new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {
986
+ data: {
987
+ items: "*",
988
+ tablename: "t_area",
989
+ orderitem: "id",
990
+ condition: `f_orgid = '${Vue.user.orgid}' ${pcdText}`
991
+ }
992
+ }, {resolveMsg: null, rejectMsg: null})
993
+ ////tag)
994
+ res.data.forEach((result) => {
995
+ this.area.push({label: result.f_residential_area, value: result})
996
+ })
997
+ //tag
998
+ this.area.push({
999
+ label: this.userinfo.addressinfo.f_residential_area,
1000
+ value: {
1001
+ id: this.userinfo.addressinfo.f_residential_area_id,
1002
+ f_residential_area: this.userinfo.addressinfo.f_residential_area
1003
+ }
1004
+ })
1005
+ } else {
1006
+ this.area = []
1007
+ }
1008
+
1009
+ },
1010
+ async getStreetList() {
1011
+ if (this.selectPcd.id) {
1012
+ //tag
1013
+ this.streets = []
1014
+ let pcdText = `and f_pcd_id=${this.selectPcd.id}`
1015
+ let streetlist = await new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {
1016
+ data: {
1017
+ items: "*",
1018
+ tablename: "t_street",
1019
+ orderitem: "id",
1020
+ condition: `f_orgid = '${Vue.user.orgid}' ${pcdText}`
1021
+ }
1022
+ }, {resolveMsg: null, rejectMsg: null})
1023
+ streetlist.data.forEach((result) => {
1024
+ //如果第一次进来有地址id 就拿下地址区域
1025
+ if (this.selectStreet.id && this.selectStreet.id == result.id) {
1026
+ //tag)
1027
+ this.userinfo.addressinfo.f_iscity = result.f_iscity
1028
+ }
1029
+ this.streets.push({label: result.f_street, value: result})
1030
+ })
1031
+ } else {
1032
+ this.streets = []
1033
+ }
1034
+ },
1035
+ changeAddressType(val) {
1036
+ //tag
1037
+ if (this.addressType == '普通地址') {
1038
+ this.userinfo.addressinfo.f_special = null
1039
+ } else if (this.addressType == '特殊地址') {
1040
+ this.userinfo.addressinfo.f_special = 1
1041
+ this.userinfo.addressinfo.f_building = null
1042
+ this.userinfo.addressinfo.f_unit = null
1043
+ this.userinfo.addressinfo.f_floor = null
1044
+ this.userinfo.addressinfo.f_room = null
1045
+ }
1046
+ this.changeNewAddress()
1047
+ }
1048
+
1049
+ },
1050
+ computed: {
1051
+ getAddress() {
1052
+ return (this.userinfo.addressinfo.f_pcd ? this.userinfo.addressinfo.f_pcd : '') +
1053
+ (this.userinfo.addressinfo.f_street ? this.userinfo.addressinfo.f_street : '') +
1054
+ (this.userinfo.addressinfo.f_residential_area ? this.userinfo.addressinfo.f_residential_area : '') +
1055
+ (this.userinfo.addressinfo.f_building ? this.userinfo.addressinfo.f_building + (this.userinfo.addressinfo.f_building_suffix ? this.userinfo.addressinfo.f_building_suffix : '') : '') +
1056
+ (this.userinfo.addressinfo.f_unit ? this.userinfo.addressinfo.f_unit + (this.userinfo.addressinfo.f_unit_suffix ? this.userinfo.addressinfo.f_unit_suffix : '') : '') +
1057
+ (this.userinfo.addressinfo.f_floor ? this.userinfo.addressinfo.f_floor + (this.userinfo.addressinfo.f_floor_suffix ? this.userinfo.addressinfo.f_floor_suffix : '') : '') +
1058
+ (this.userinfo.addressinfo.f_room ? this.userinfo.addressinfo.f_room + (this.userinfo.addressinfo.f_room_suffix ? this.userinfo.addressinfo.f_room_suffix : '') : '')
1059
+ },
1060
+ getAddressTS() {
1061
+ return (this.userinfo.addressinfo.f_pcd ? this.userinfo.addressinfo.f_pcd : '') +
1062
+ (this.userinfo.addressinfo.f_street ? this.userinfo.addressinfo.f_street : '') +
1063
+ (this.userinfo.addressinfo.f_residential_area ? this.userinfo.addressinfo.f_residential_area : '')
1064
+ }
1065
+ },
1066
+ watch: {
1067
+
1068
+ /*'selectPcd.id' (val) {
1069
+ //tag
1070
+ if(this.selectPcd.id){
1071
+ this.getStreetList()
1072
+ }
1073
+ },
1074
+ 'selectStreet.id' (val) {
1075
+ //tag
1076
+ if(this.selectStreet.id){
1077
+ this.getAreaList()
1078
+ }
1079
+ }*/
1080
+ },
1081
+ async ready() {
1082
+ /*//tag)
1083
+
1084
+ //tag)
1085
+ //tag)*/
1086
+ //this.f_userinfo_id=1102260
1087
+ //this.f_userinfo_id=1997541
1088
+ if (!this.f_userinfo_id) {
1089
+ this.$showMessage("未检测到用户!")
1090
+ this.enable = true
1091
+ return
1092
+ }
1093
+ try {
1094
+
1095
+ this.devices_types = Vue.$appdata.getParam('设备类型')
1096
+ console.log('this.devices_types=', JSON.stringify(this.devices_types))
1097
+ // if (this.devices_types){
1098
+ // for (const devices_type of this.devices_types) {
1099
+ // console.log('Vue.$appdata.getParam(`档案设备信息-${devices_type.label}品牌`)=', JSON.stringify(Vue.$appdata.getParam(`档案设备信息-${devices_type.label}品牌`)))
1100
+ // this.deviceBrandOption[devices_type.label] = Vue.$appdata.getParam(`档案设备信息-${devices_type.label}品牌`) || []
1101
+ // }
1102
+ // }
1103
+ console.log('this.deviceBrandOption=', JSON.stringify(this.deviceBrandOption))
1104
+ this.wz_types = Vue.$appdata.getParam('安装位置')
1105
+ this.aroundmeters = Vue.$appdata.getParam('左右表')
1106
+
1107
+ ////tag)
1108
+ this.excessive = true
1109
+ //Vue.user.orgid ${this.f_userinfo_id} 10101 ${Vue.user.orgid}
1110
+
1111
+ let pcdlist = await new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {
1112
+ data: {
1113
+ items: "*",
1114
+ tablename: "t_pcd",
1115
+ orderitem: "id",
1116
+ condition: `f_orgid = '${Vue.user.orgid}'`
1117
+ }
1118
+ }, {resolveMsg: null, rejectMsg: null})
1119
+ //tag)
1120
+ pcdlist.data.forEach((result) => {
1121
+ this.pcds.push({label: result.f_pcd, value: result})
1122
+ })
1123
+ let url = 'rs/logic/filemanage_getFilesDetail'
1124
+ if(Vue.isv4){
1125
+ url ='api/af-revenue/logic/openapi/filemanage_getFilesDetail'
1126
+ }
1127
+ let res = await new HttpResetClass().load('post', `${this.$androidUtil.getProxyUrl()}/${url}`, {
1128
+ //f_userinfo_code:'12381344',
1129
+ f_userinfo_id: this.f_userinfo_id
1130
+ }, {resolveMsg: null, rejectMsg: null})
1131
+ //tag
1132
+ //tag
1133
+ this.userinfo = res.data
1134
+ this.userinfo_old = JSON.parse(JSON.stringify(res.data))
1135
+ this.model = this.userinfo.meterinfo[0].devicesinfo
1136
+ this.selectArea.id = this.userinfo.addressinfo.f_residential_area_id
1137
+ this.selectPcd.id = this.userinfo.addressinfo.f_pcd_id
1138
+ this.selectPcd.f_pcd = this.userinfo.addressinfo.f_pcd
1139
+ this.selectStreet.id = this.userinfo.addressinfo.f_street_id
1140
+ this.selectStreet.f_street = this.userinfo.addressinfo.f_street
1141
+ await this.getStreetList()
1142
+ await this.getAreaList()
1143
+ this.excessive = false
1144
+ this.addressType = this.userinfo.addressinfo.f_special == 1 ? '特殊地址' : '普通地址'
1145
+ //this.userinfo.addressinfo.f_special=1
1146
+ //tag
1147
+ } catch (e) {
1148
+ this.excessive = false
1149
+ this.enable = true
1150
+ this.$showMessage('获取用户信息出错,请检查网络状况!')
1151
+ }
1152
+ new HttpResetClass().load('get', `${this.$androidUtil.getProxyUrl()}/rs/vue/UserAddress.json`, {data: {}}, {
1153
+ resolveMsg: null,
1154
+ rejectMsg: null
1155
+ }).then((addressUnit) => {
1156
+ //tag
1157
+ //tag
1158
+ //tag
1159
+ //tag
1160
+ this.userinfo.addressinfo.f_building_suffix = addressUnit.data.f_building_suffix
1161
+ this.userinfo.addressinfo.f_unit_suffix = addressUnit.data.f_unit_suffix
1162
+ this.userinfo.addressinfo.f_floor_suffix = addressUnit.data.f_floor_suffix
1163
+ this.userinfo.addressinfo.f_room_suffix = addressUnit.data.f_room_suffix
1164
+ }).catch((msg) => {
1165
+ //tag)
1166
+ })
1167
+ this.showBox = this.$appdata.getSingleValue('档案审核是否显示调压箱') == '是'? true : false
1168
+ console.log(this.showBox)
1169
+ if (this.showBox) {
1170
+ // 获取调压箱
1171
+ let url = 'rs/sql/adjustableboxQuery'
1172
+ if(Vue.isv4){
1173
+ url ='api/af-revenue/sql/adjustableboxQuery'
1174
+ }
1175
+ new HttpResetClass().load('post', `${this.$androidUtil.getProxyUrl()}/${url}`, {data: {condition: '1 = 1'}}, {
1176
+ resolveMsg: null,
1177
+ rejectMsg: null
1178
+ }).then((res) => {
1179
+ const boxOptions = []
1180
+ for (const data of res.data) {
1181
+ const one = {
1182
+ label: data.f_adjustable_id + data.f_adjustable_name,
1183
+ value: Number(data.f_adjustable_id)
1184
+ }
1185
+ boxOptions.push(one)
1186
+ }
1187
+ this.boxOptions = JSON.parse(JSON.stringify(boxOptions))
1188
+ console.log(this.boxOptions)
1189
+ }).catch((msg) => {
1190
+ //tag)
1191
+ })
1192
+ }
1193
+ }
1194
+ }
1195
+ </script>
1196
+ <style lang="less" scoped>
1197
+ .butt3 {
1198
+ float: right;
1199
+ width: 12px;
1200
+ margin: 1% 2% 0 0;
1201
+ }
1202
+
1203
+ .rightipt {
1204
+ width: 60%;
1205
+ float: left;
1206
+ margin-left: 5%;
1207
+ }
1208
+
1209
+ .righttxt {
1210
+ border: none;
1211
+ margin-left: 5px;
1212
+ /*border-left: 5px solid #A2C2EB;*/
1213
+ float: left;
1214
+ width: 25%;
1215
+ margin-bottom: 3px;
1216
+ text-align: left;
1217
+ word-wrap: break-word;
1218
+ white-space: normal;
1219
+ }
1220
+
1221
+ .tit1 {
1222
+ background-image: url('../../../assets/用户姓名.png');
1223
+ background-repeat: no-repeat;
1224
+ background-position: center;
1225
+ }
1226
+
1227
+ .spanboder {
1228
+ border-bottom: 2px solid #499edf;
1229
+ padding-bottom: 8px
1230
+ }
1231
+
1232
+ #upuserinfo_sel /deep/ ul {
1233
+ width: 100% !important;
1234
+ left: 0 !important;
1235
+ }
1236
+
1237
+ .btn-photo {
1238
+ border: 0;
1239
+ border-radius: 7px;
1240
+ background-color: #7dc1f4;
1241
+ font: 15px PingFang-SC-Bold;
1242
+ height: 20%;
1243
+ }
1244
+
1245
+ .panel-self {
1246
+ border-radius: 10px;
1247
+ border: 1px solid #499EDF;
1248
+ background-color: #F8F8F8;
1249
+ }
1250
+
1251
+ .div-photo {
1252
+ width: auto;
1253
+ height: auto;
1254
+ /* margin-top: 10px; */
1255
+ position: absolute;
1256
+ bottom: 10px;
1257
+ right: 10px;
1258
+ }
1259
+ </style>
1260
+ <style lang="less">
1261
+ #upuserinfo_sel ul {
1262
+ width: 100% !important;
1263
+ left: 0 !important;
1264
+ }
1265
+ </style>