safecheck-client 3.0.33-57 → 3.0.33-58

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