safecheck-client 3.0.35-2 → 3.0.35-20
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/App.vue +31 -31
- package/src/components/Util/SafecheckUpload.vue +4 -0
- package/src/components/android/CivilCurrentCreate.vue +56 -41
- package/src/components/android/NoCivilCurrentCreate.vue +10 -0
- package/src/components/android/PhoneUpUserinfo.vue +25 -6
- package/src/components/android/examples/UserExamples.vue +136 -136
- package/src/components/pc/SecurityCheckLedger.vue +113 -0
- package/src/components/rongcheng/AddPlanItem.vue +323 -323
- package/src/components/rongcheng/AspiratedPaperFeedbackm.vue +4 -0
- package/src/components/rongcheng/PhoneDevicesInfo.vue +1 -1
- package/src/components/rongcheng/SafecheckOrderV.vue +2533 -2533
- package/src/filiale/bayan/android/AddPlanItem.vue +22 -2
- package/src/filiale/bayan/android/CheckPlanDown.vue +2 -2
- package/src/filiale/bayan/android/CurrentCreate.vue +10 -0
- package/src/filiale/bayan/android/PaperFeedback.vue +1669 -1669
- package/src/filiale/bayan/android/PhoneUpUserinfo.vue +908 -905
- package/src/filiale/bayan/android/SafecheckOrderV.vue +76 -20
- package/src/filiale/bayan/android/SafecheckUserInfo.vue +4 -0
- package/src/filiale/bayan/pc/CheckPlanAreaList.vue +607 -601
- package/src/filiale/bayan/pc/HiddenSituation.vue +295 -295
- package/src/filiale/bayan/pc/NewCheckpaper.vue +1992 -1992
- package/src/filiale/bayan/pc/PaperList.vue +900 -900
- package/src/filiale/bayan/pc/PlanManage.vue +2 -0
- package/src/filiale/bayan/pc/SelectCheckPlan.vue +391 -391
- package/src/filiale/huaran/android/CheckPlanDown.vue +212 -0
- package/src/filiale/huaran/android.js +1 -0
- package/src/filiale/shanxian/android/AddPlanItem.vue +1 -1
- package/src/filiale/shanxian/android/SafecheckOrderV.vue +1 -1
- package/src/filiale/siyang/pc/checkUserList.vue +108 -133
- package/src/filiale/tongchuan/android/SafecheckDevices.vue +1207 -1207
- package/src/filiale/tongchuan/android/SafecheckOrderV.vue +3035 -3035
- package/src/filiale/tongchuan/pc/CheckSearchUser.vue +1045 -1053
- package/src/filiale/tongchuan/pc/checkUserList.vue +639 -639
- package/src/filiale/xilan/android/AddPlanItem.vue +4 -0
- package/src/filiale/xilan/android/CurrentCreate.vue +6 -2
- package/src/filiale/yangchunboneng/pc/CheckPlanAreaList.vue +642 -642
- package/src/main.js +33 -33
- package/src/safecheck.js +3 -0
@@ -285,21 +285,21 @@
|
|
285
285
|
:options="deviceBrandOption[row.f_devices_type]"
|
286
286
|
close-on-select value-single></v-select> -->
|
287
287
|
</div>
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
288
|
+
<div class="row auto" style="margin: 5px 0" v-if="userinfo.meterinfo[0].f_user_type == '非民用'">
|
289
|
+
<label class="righttxt">设备型号:</label>
|
290
|
+
<input type="text" class="form-control rightipt" v-model="row.f_devices_model" />
|
291
|
+
</div>
|
292
|
+
<div class="row auto" style="margin: 5px 0" v-if="userinfo.meterinfo[0].f_user_type == '非民用'">
|
293
|
+
<label class="righttxt">生产日期:</label>
|
294
|
+
<!--<input type="text" class="form-control rightipt" v-model="row.f_make_date" />-->
|
295
|
+
<datepicker class="rightipt" :value.sync="row.f_make_date" v-model="row.f_make_date"
|
296
|
+
:disabled-days-of-Week="[]" :format="'yyyy-MM-dd'" :show-reset-button="reset" readonly="readonly">
|
297
|
+
</datepicker>
|
298
|
+
</div>
|
299
|
+
<div class="row auto" style="margin: 5px 0" v-if="userinfo.meterinfo[0].f_user_type == '非民用'">
|
300
|
+
<label class="righttxt">使用年限:</label><input type="number" class="form-control rightipt"
|
301
|
+
v-model="row.f_service_life" />
|
302
|
+
</div>
|
303
303
|
<!-- <div class="row auto" style="margin: 5px 0">
|
304
304
|
<label class="righttxt">到期日期:</label>
|
305
305
|
<!–<input type="text" class="form-control rightipt" v-model="row.f_expire_date" />–>
|
@@ -311,31 +311,31 @@
|
|
311
311
|
:show-reset-button="reset" readonly="readonly">
|
312
312
|
</datepicker>
|
313
313
|
</div>-->
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
314
|
+
<div class="row auto" style="margin: 5px 0" v-if="userinfo.meterinfo[0].f_user_type == '非民用'">
|
315
|
+
<label class="righttxt">安 装 人:</label><input type="text" class="form-control rightipt"
|
316
|
+
v-model="row.f_input_person" />
|
317
|
+
</div>
|
318
|
+
<div class="row auto" style="margin: 5px 0" v-if="userinfo.meterinfo[0].f_user_type == '非民用'">
|
319
|
+
<label class="righttxt">安装日期:</label>
|
320
|
+
<!--<input type="text" class="form-control rightipt" v-model="row.f_input_date" />-->
|
321
|
+
<datepicker class="rightipt" :value.sync="row.f_input_date" v-model="row.f_input_date"
|
322
|
+
:disabled-days-of-Week="[]" :format="'yyyy-MM-dd'" :show-reset-button="reset" readonly="readonly">
|
323
|
+
</datepicker>
|
324
|
+
</div>
|
325
|
+
<div class="row auto" style="margin: 5px 0" v-if="userinfo.meterinfo[0].f_user_type == '非民用'">
|
326
|
+
<label class="righttxt">设备数量:</label><input type="number" class="form-control rightipt"
|
327
|
+
v-model="row.f_devices_num" />
|
328
|
+
</div>
|
329
|
+
<div class="row auto" style="margin: 5px 0">
|
330
|
+
<label class="righttxt">管道类型:</label>
|
331
|
+
<v-select class="rightipt" :value.sync="row.f_pipe_type"
|
332
|
+
v-model="row.f_pipe_type"
|
333
|
+
placeholder='请选择管道类型'
|
334
|
+
:width='wid'
|
335
|
+
readonly
|
336
|
+
:options="pipetypes"
|
337
|
+
close-on-select value-single></v-select>
|
338
|
+
</div>
|
339
339
|
<!--<div class="row auto" style="margin: 5px 0">
|
340
340
|
<label class="righttxt">设备状态:</label><input type="text" class="form-control rightipt" readonly v-model="row.f_userinfodevices_state" />
|
341
341
|
</div>-->
|
@@ -420,958 +420,961 @@
|
|
420
420
|
</template>
|
421
421
|
|
422
422
|
<script>
|
423
|
-
|
424
|
-
|
425
|
-
|
423
|
+
import { HttpResetClass } from 'vue-client'
|
424
|
+
import * as Util from "../../Util";
|
425
|
+
import Vue from 'vue'
|
426
426
|
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
},
|
445
|
-
thirdPays: [{ label: '支持', value: '1' }, { label: '不支持', value: '0' }],
|
446
|
-
timeTypes: [{ label: '按月', value: '按月' }, { label: '按日', value: '按日' }],
|
447
|
-
limitTypes: [{ label: '气量', value: '气量' }, { label: '金额', value: '金额' }],
|
448
|
-
limitstyle: [{ label: '按次数', value: '按次数' }, { label: '按总量', value: '按总量' }],
|
449
|
-
fstatus: [{ label: '有效', value: '有效' }, { label: '无效', value: '无效' }],
|
450
|
-
limitShow: false,
|
451
|
-
limit_gas: null,
|
452
|
-
model: [],
|
453
|
-
show: false,
|
454
|
-
row: Object,
|
455
|
-
userinfo: Object,
|
456
|
-
userinfo_old: Object,
|
457
|
-
wid: "60%",
|
458
|
-
aroundmeters: [],
|
459
|
-
devices_types: [],
|
460
|
-
pipe_types: [{ label: '橡胶管', value: '橡胶管' }, { label: '波纹管', value: '波纹管' }, { label: '钢管', value: '钢管' }],
|
461
|
-
wz_types: [],
|
462
|
-
cityTypes: [{ label: '市区', value: '市区' }, { label: '城镇', value: '城镇' }],
|
463
|
-
bqf_states: [{ label: '开阀', value: '开阀' }, { label: '关阀', value: '关阀' }],
|
464
|
-
pcds: [],
|
465
|
-
streets: [],
|
466
|
-
update: false,
|
467
|
-
headername: '',
|
468
|
-
excessive: false,
|
469
|
-
area: [],
|
470
|
-
enable: false,
|
471
|
-
f_meterno_path: Vue.nopic,
|
472
|
-
selectArea: { id: '' },
|
473
|
-
selectPcd: { id: '' },
|
474
|
-
selectStreet: { id: '' },
|
475
|
-
changemeterno: false,//是否修改了机表表号
|
476
|
-
approveChange: false,//是否需要进行信息变更审核
|
477
|
-
newAddress: '',
|
478
|
-
addressType: '',
|
479
|
-
//需要审核的字段
|
480
|
-
checkField: {
|
481
|
-
checkUserinfoField: [
|
482
|
-
'f_user_name'
|
483
|
-
],
|
484
|
-
checkUserFilesField: [
|
485
|
-
'f_meternumber'
|
486
|
-
],
|
487
|
-
checkAddressField: [
|
488
|
-
'f_pcd_id',
|
489
|
-
'f_street_id',
|
490
|
-
'f_residential_area_id',
|
491
|
-
'f_building',
|
492
|
-
'f_unit',
|
493
|
-
'f_floor',
|
494
|
-
'f_room',
|
495
|
-
'f_slice_area',
|
496
|
-
'f_special',
|
497
|
-
'f_address'
|
498
|
-
],
|
499
|
-
},
|
500
|
-
boxOptions: [],
|
501
|
-
showBox: false,
|
502
|
-
directOptions: [{ label: '是', value: '是' }, { label: '否', value: '否' }],
|
503
|
-
deviceBrandOption: {},
|
504
|
-
isNeedAudit: this.$appdata.getSingleValue('信息变更是否需要审核') == 'false' ? false : true
|
505
|
-
}
|
506
|
-
},
|
507
|
-
props: {
|
508
|
-
user: {
|
509
|
-
type: Object
|
510
|
-
},
|
511
|
-
f_userinfo_id: '',
|
512
|
-
f_source: ''
|
513
|
-
},
|
514
|
-
methods: {
|
515
|
-
limitClick() {
|
516
|
-
this.limitShow = true
|
517
|
-
},
|
518
|
-
cancel() {
|
519
|
-
this.limitShow = false
|
427
|
+
export default {
|
428
|
+
title: '设备查看',
|
429
|
+
data() {
|
430
|
+
return {
|
431
|
+
editAddress:false,
|
432
|
+
userphone: [],
|
433
|
+
pipetypes:Vue.$appdata.getParam('管道类型'),
|
434
|
+
models: {
|
435
|
+
f_status: '',
|
436
|
+
f_time_value: '',
|
437
|
+
f_third_pay: '0',
|
438
|
+
f_limit_style: '',
|
439
|
+
f_time_type: '按月',
|
440
|
+
f_limit_type: '气量',
|
441
|
+
f_limit_times: '',
|
442
|
+
f_limit_value: '',
|
443
|
+
f_start_date: this.$login.toStandardDateString(),
|
520
444
|
},
|
521
|
-
|
522
|
-
|
445
|
+
thirdPays: [{ label: '支持', value: '1' }, { label: '不支持', value: '0' }],
|
446
|
+
timeTypes: [{ label: '按月', value: '按月' }, { label: '按日', value: '按日' }],
|
447
|
+
limitTypes: [{ label: '气量', value: '气量' }, { label: '金额', value: '金额' }],
|
448
|
+
limitstyle: [{ label: '按次数', value: '按次数' }, { label: '按总量', value: '按总量' }],
|
449
|
+
fstatus: [{ label: '有效', value: '有效' }, { label: '无效', value: '无效' }],
|
450
|
+
limitShow: false,
|
451
|
+
limit_gas: null,
|
452
|
+
model: [],
|
453
|
+
show: false,
|
454
|
+
row: Object,
|
455
|
+
userinfo: Object,
|
456
|
+
userinfo_old: Object,
|
457
|
+
wid: "60%",
|
458
|
+
aroundmeters: [],
|
459
|
+
devices_types: [],
|
460
|
+
pipe_types: [{ label: '橡胶管', value: '橡胶管' }, { label: '波纹管', value: '波纹管' }, { label: '钢管', value: '钢管' }],
|
461
|
+
wz_types: [],
|
462
|
+
cityTypes: [{ label: '市区', value: '市区' }, { label: '城镇', value: '城镇' }],
|
463
|
+
bqf_states: [{ label: '开阀', value: '开阀' }, { label: '关阀', value: '关阀' }],
|
464
|
+
pcds: [],
|
465
|
+
streets: [],
|
466
|
+
update: false,
|
467
|
+
headername: '',
|
468
|
+
excessive: false,
|
469
|
+
area: [],
|
470
|
+
enable: false,
|
471
|
+
f_meterno_path: Vue.nopic,
|
472
|
+
selectArea: { id: '' },
|
473
|
+
selectPcd: { id: '' },
|
474
|
+
selectStreet: { id: '' },
|
475
|
+
changemeterno: false,//是否修改了机表表号
|
476
|
+
approveChange: false,//是否需要进行信息变更审核
|
477
|
+
newAddress: '',
|
478
|
+
addressType: '',
|
479
|
+
//需要审核的字段
|
480
|
+
checkField: {
|
481
|
+
checkUserinfoField: [
|
482
|
+
'f_user_name'
|
483
|
+
],
|
484
|
+
checkUserFilesField: [
|
485
|
+
'f_meternumber'
|
486
|
+
],
|
487
|
+
checkAddressField: [
|
488
|
+
'f_pcd_id',
|
489
|
+
'f_street_id',
|
490
|
+
'f_residential_area_id',
|
491
|
+
'f_building',
|
492
|
+
'f_unit',
|
493
|
+
'f_floor',
|
494
|
+
'f_room',
|
495
|
+
'f_slice_area',
|
496
|
+
'f_special',
|
497
|
+
'f_address'
|
498
|
+
],
|
523
499
|
},
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
},
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
}
|
551
|
-
|
552
|
-
|
500
|
+
boxOptions: [],
|
501
|
+
showBox: false,
|
502
|
+
directOptions: [{ label: '是', value: '是' }, { label: '否', value: '否' }],
|
503
|
+
deviceBrandOption: {},
|
504
|
+
isNeedAudit: this.$appdata.getSingleValue('信息变更是否需要审核') == 'false' ? false : true
|
505
|
+
}
|
506
|
+
},
|
507
|
+
props: {
|
508
|
+
user: {
|
509
|
+
type: Object
|
510
|
+
},
|
511
|
+
f_userinfo_id: '',
|
512
|
+
f_source: ''
|
513
|
+
},
|
514
|
+
methods: {
|
515
|
+
limitClick() {
|
516
|
+
this.limitShow = true
|
517
|
+
},
|
518
|
+
cancel() {
|
519
|
+
this.limitShow = false
|
520
|
+
},
|
521
|
+
getLimitGas(val) {
|
522
|
+
this.limit_gas = val
|
523
|
+
},
|
524
|
+
scan() {
|
525
|
+
HostApp.__this__ = this,
|
526
|
+
HostApp.scanCode({ callback: "javascript:HostApp.__this__.getCode();" })
|
527
|
+
},
|
528
|
+
getCode() {
|
529
|
+
var datapa = HostApp.getCode().data;
|
530
|
+
//tag
|
531
|
+
this.userinfo.meterinfo[0].f_meternumber = datapa
|
532
|
+
},
|
533
|
+
//数据检查
|
534
|
+
checkVal() {
|
535
|
+
//检查一些必要信息是否未填
|
536
|
+
this.approveChange = false
|
537
|
+
this.changemeterno = false
|
538
|
+
let checked = { ischeck: true, msg: '' }
|
539
|
+
//tag
|
540
|
+
//tag
|
541
|
+
//tag
|
542
|
+
if (!this.userinfo.baseinfo.base.f_user_name) {
|
543
|
+
checked = { ischeck: false, msg: '请输入用户名称!' }
|
544
|
+
}
|
545
|
+
if (!this.selectPcd.id) {
|
546
|
+
checked = { ischeck: false, msg: '请选择省市区!' }
|
547
|
+
}
|
548
|
+
if (!this.selectStreet.id) {
|
549
|
+
checked = { ischeck: false, msg: '请选择街道!' }
|
550
|
+
}
|
551
|
+
if (!this.userinfo.addressinfo.f_address) {
|
552
|
+
checked = { ischeck: false, msg: '新地址不能为空!' }
|
553
|
+
}
|
554
|
+
if (this.addressType == '普通地址') {
|
555
|
+
if (!this.selectArea.id) {
|
556
|
+
checked = { ischeck: false, msg: '请选择集收单位!' }
|
553
557
|
}
|
554
|
-
if (this.
|
555
|
-
|
556
|
-
checked = { ischeck: false, msg: '请选择集收单位!' }
|
557
|
-
}
|
558
|
-
if (!this.userinfo.addressinfo.f_room) {
|
559
|
-
checked = { ischeck: false, msg: '新输入门牌号!' }
|
560
|
-
}
|
558
|
+
if (!this.userinfo.addressinfo.f_room) {
|
559
|
+
checked = { ischeck: false, msg: '新输入门牌号!' }
|
561
560
|
}
|
562
|
-
|
561
|
+
}
|
562
|
+
if (this.userinfo.meterinfo[0].f_meter_classify == '机表' && this.userinfo_old.meterinfo[0].f_meternumber) {
|
563
563
|
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
}
|
564
|
+
//tag
|
565
|
+
//tag
|
566
|
+
if (this.userinfo.meterinfo[0].f_meternumber) {
|
567
|
+
if (this.userinfo.meterinfo[0].f_meternumber != this.userinfo_old.meterinfo[0].f_meternumber) {
|
568
|
+
if (!this.f_meterno_path || this.f_meterno_path == Vue.nopic) {
|
569
|
+
checked = { ischeck: false, msg: '请拍摄表号照片!' }
|
570
|
+
} else {
|
571
|
+
//用来标识当前有修改机表表号,后台需要进行照片上传
|
572
|
+
this.changemeterno = true
|
574
573
|
}
|
575
|
-
} else {
|
576
|
-
checked = { ischeck: false, msg: '请输入表号!' }
|
577
574
|
}
|
575
|
+
} else {
|
576
|
+
checked = { ischeck: false, msg: '请输入表号!' }
|
578
577
|
}
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
578
|
+
}
|
579
|
+
//检查本次修改信息中是否包含需要审核的内容
|
580
|
+
for (let check in this.checkField) {
|
581
|
+
//tag
|
582
|
+
if (typeof check != 'function') {
|
583
|
+
for (let i = 0; i < this.checkField[check].length; i++) {
|
584
|
+
//tag
|
585
|
+
if (check == 'checkUserinfoField') {
|
584
586
|
//tag
|
585
|
-
|
586
|
-
|
587
|
-
//tag
|
588
|
-
if (this.userinfo.baseinfo.base[this.checkField[check][i]] != this.userinfo_old.baseinfo.base[this.checkField[check][i]]) {
|
589
|
-
//tag
|
590
|
-
this.approveChange = true
|
591
|
-
}
|
592
|
-
} else if (check == 'checkUserFilesField') {
|
593
|
-
//tag
|
587
|
+
//tag
|
588
|
+
if (this.userinfo.baseinfo.base[this.checkField[check][i]] != this.userinfo_old.baseinfo.base[this.checkField[check][i]]) {
|
594
589
|
//tag
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
590
|
+
this.approveChange = true
|
591
|
+
}
|
592
|
+
} else if (check == 'checkUserFilesField') {
|
593
|
+
//tag
|
594
|
+
//tag
|
595
|
+
if (this.userinfo.meterinfo[0][this.checkField[check][i]] != this.userinfo_old.meterinfo[0][this.checkField[check][i]]) {
|
600
596
|
//tag
|
597
|
+
this.approveChange = true
|
598
|
+
}
|
599
|
+
} else if (check == 'checkAddressField') {
|
600
|
+
//tag
|
601
|
+
//tag
|
602
|
+
if (this.userinfo.addressinfo[this.checkField[check][i]] != this.userinfo_old.addressinfo[this.checkField[check][i]]) {
|
601
603
|
//tag
|
602
|
-
|
603
|
-
//tag
|
604
|
-
this.approveChange = true
|
605
|
-
}
|
604
|
+
this.approveChange = true
|
606
605
|
}
|
607
606
|
}
|
608
607
|
}
|
609
608
|
}
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
}
|
624
|
-
}
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
})
|
631
|
-
}
|
632
|
-
})
|
633
|
-
} else {
|
634
|
-
this.area = []
|
635
|
-
}
|
636
|
-
},
|
637
|
-
cameraCallBack(prop, fileName) {
|
638
|
-
HostApp.__this__.$set(prop, fileName + '?' + Math.random())
|
639
|
-
//tag
|
640
|
-
HostApp.__callback__ = null
|
641
|
-
HostApp.__this__ = null
|
642
|
-
},
|
643
|
-
takePic(prop, title) {
|
644
|
-
HostApp.__callback__ = this.cameraCallBack
|
645
|
-
HostApp.__this__ = this
|
646
|
-
//tag
|
647
|
-
let fileName
|
648
|
-
if (!this[prop] || this[prop].includes("nopic.png")) {
|
649
|
-
fileName = Util.guid() + '-' + prop + '.jpg'
|
650
|
-
} else {
|
651
|
-
fileName = Util.getFileName(this[prop])
|
652
|
-
}
|
653
|
-
HostApp._open_a_page({
|
654
|
-
type: 'boomerang',
|
655
|
-
page: 'com.aofeng.hybrid.android.peripheral.CameraActivity',
|
656
|
-
param: {
|
657
|
-
file: fileName,
|
658
|
-
requestCode: 111,
|
659
|
-
callback: 'javascript:HostApp.__callback__("' + prop + '", "%s");',
|
660
|
-
watermark: title + '\t时间:' + Util.toStandardTimeString() + '\t' + Vue.user.name
|
609
|
+
}
|
610
|
+
//tag
|
611
|
+
return checked
|
612
|
+
},
|
613
|
+
select_search(text) {
|
614
|
+
//tag
|
615
|
+
if (this.selectStreet.id) {
|
616
|
+
let pcdText = text ? `and f_street_id=${this.selectStreet.id} and f_residential_area like '%${text}%'` : `and f_street_id=${this.selectStreet.id}`
|
617
|
+
new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {
|
618
|
+
data: {
|
619
|
+
items: "*",
|
620
|
+
tablename: "t_area",
|
621
|
+
orderitem: "id",
|
622
|
+
condition: `f_orgid = '${Vue.user.orgid}' ${pcdText} `
|
623
|
+
}
|
624
|
+
}, { resolveMsg: null, rejectMsg: null }).then((res) => {
|
625
|
+
//tag)
|
626
|
+
if (res.data.length > 0) {
|
627
|
+
this.area = []
|
628
|
+
res.data.forEach((result) => {
|
629
|
+
this.area.push({ label: result.f_residential_area, value: result })
|
630
|
+
})
|
661
631
|
}
|
662
632
|
})
|
663
|
-
}
|
664
|
-
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
|
681
|
-
|
682
|
-
|
633
|
+
} else {
|
634
|
+
this.area = []
|
635
|
+
}
|
636
|
+
},
|
637
|
+
cameraCallBack(prop, fileName) {
|
638
|
+
HostApp.__this__.$set(prop, fileName + '?' + Math.random())
|
639
|
+
//tag
|
640
|
+
HostApp.__callback__ = null
|
641
|
+
HostApp.__this__ = null
|
642
|
+
},
|
643
|
+
takePic(prop, title) {
|
644
|
+
HostApp.__callback__ = this.cameraCallBack
|
645
|
+
HostApp.__this__ = this
|
646
|
+
//tag
|
647
|
+
let fileName
|
648
|
+
if (!this[prop] || this[prop].includes("nopic.png")) {
|
649
|
+
fileName = Util.guid() + '-' + prop + '.jpg'
|
650
|
+
} else {
|
651
|
+
fileName = Util.getFileName(this[prop])
|
652
|
+
}
|
653
|
+
HostApp._open_a_page({
|
654
|
+
type: 'boomerang',
|
655
|
+
page: 'com.aofeng.hybrid.android.peripheral.CameraActivity',
|
656
|
+
param: {
|
657
|
+
file: fileName,
|
658
|
+
requestCode: 111,
|
659
|
+
callback: 'javascript:HostApp.__callback__("' + prop + '", "%s");',
|
660
|
+
watermark: title + '\t时间:' + Util.toStandardTimeString() + '\t' + Vue.user.name
|
683
661
|
}
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
|
690
|
-
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
|
696
|
-
|
697
|
-
|
698
|
-
|
699
|
-
|
700
|
-
|
701
|
-
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
|
706
|
-
|
707
|
-
|
708
|
-
|
709
|
-
|
710
|
-
|
711
|
-
|
712
|
-
|
713
|
-
|
714
|
-
|
715
|
-
|
716
|
-
|
717
|
-
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
|
730
|
-
|
731
|
-
|
732
|
-
|
733
|
-
|
734
|
-
|
662
|
+
})
|
663
|
+
},
|
664
|
+
delfile(prop, fileName) {
|
665
|
+
if (fileName == Vue.nopic)
|
666
|
+
return
|
667
|
+
else {
|
668
|
+
HostApp.delfile(fileName)
|
669
|
+
this[prop] = Vue.nopic
|
670
|
+
}
|
671
|
+
},
|
672
|
+
editUserInfoNoAudit() {
|
673
|
+
let checked = this.checkVal()
|
674
|
+
if (!checked.ischeck) {
|
675
|
+
this.$showMessage(checked.msg)
|
676
|
+
return
|
677
|
+
}
|
678
|
+
for (let i = 0; i < this.model.length; i++) {
|
679
|
+
this.model[i].f_user_id = this.userinfo.meterinfo[0].f_user_id
|
680
|
+
}
|
681
|
+
if (this.userphone[0].f_rent_phone) {
|
682
|
+
this.userinfo.baseinfo.base.f_rent_phone = this.userphone[0].f_rent_phone
|
683
|
+
}
|
684
|
+
this.$showMessage('确定是否修改上传用户信息?', ['confirm', 'cancel']).then((res) => {
|
685
|
+
if (res === 'confirm') {
|
686
|
+
this.excessive = true
|
687
|
+
let userinfoms = Object.assign({}, this.userinfo_old.baseinfo.base)
|
688
|
+
// userinfoms.f_user_name=row.f_user_name
|
689
|
+
userinfoms.f_user_phone = this.userinfo.baseinfo.base.f_user_phone
|
690
|
+
userinfoms.f_rent_name = this.userinfo.baseinfo.base.f_rent_name
|
691
|
+
userinfoms.f_zuhu_phone = this.userinfo.baseinfo.base.f_zuhu_phone
|
692
|
+
userinfoms.f_operator_record = Vue.user.name
|
693
|
+
userinfoms.f_operatorid_record = Vue.user.id
|
694
|
+
userinfoms.f_remark = this.userinfo.baseinfo.base.f_remark
|
695
|
+
userinfoms.f_orgid_record = Vue.user.orgid
|
696
|
+
userinfoms.f_orgname_record = Vue.user.orgs
|
697
|
+
userinfoms.f_depid_record = Vue.user.depids
|
698
|
+
userinfoms.f_depname_record = Vue.user.deps
|
699
|
+
this.userinfo_old.meterinfo[0].f_gas_person = this.userinfo.meterinfo[0].f_gas_person
|
700
|
+
this.userinfo_old.meterinfo[0].f_gas_date = this.userinfo.meterinfo[0].f_gas_date
|
701
|
+
this.userinfo_old.meterinfo[0].f_adjustable_id = this.userinfo.meterinfo[0].f_adjustable_id
|
702
|
+
this.userinfo_old.meterinfo[0].f_metertitles = this.userinfo.meterinfo[0].f_metertitles
|
703
|
+
this.userinfo_old.meterinfo[0].f_position = this.userinfo.meterinfo[0].f_position
|
704
|
+
this.userinfo_old.meterinfo[0].f_aroundmeter = this.userinfo.meterinfo[0].f_aroundmeter
|
705
|
+
this.userinfo_old.meterinfo[0].f_bqf_state = this.userinfo.meterinfo[0].f_bqf_state
|
706
|
+
this.userinfo_old.meterinfo[0].f_if_direct = this.userinfo.meterinfo[0].f_if_direct
|
707
|
+
userinfoms.userfiles = []
|
708
|
+
userinfoms.userphone = this.userphone
|
709
|
+
this.userinfo_old.meterinfo[0].devicesinfo = this.model
|
710
|
+
userinfoms.userfiles.push(this.userinfo_old.meterinfo[0])
|
711
|
+
new HttpResetClass().load('POST', `${this.$androidUtil.getProxyUrl()}/rs/logic/filemanage_fileSave`, {
|
712
|
+
data: {
|
713
|
+
userinfo: userinfoms,
|
714
|
+
modifyReason: this.f_source ? `${this.f_source}维护档案信息` : '',
|
715
|
+
address: {
|
716
|
+
id: this.userinfo_old.addressinfo.id,
|
717
|
+
oldid: this.userinfo_old.addressinfo.id,
|
718
|
+
f_address: this.userinfo.addressinfo.f_address ? this.userinfo.addressinfo.f_address : this.userinfo_old.addressinfo.f_address
|
735
719
|
}
|
736
|
-
}
|
737
|
-
|
720
|
+
}
|
721
|
+
}, { resolveMsg: null, rejectMsg: null }).then((res1) => {
|
722
|
+
if (res1.data.status == 200) {
|
723
|
+
let data = this.userinfo.addressinfo
|
724
|
+
data.f_address = this.userinfo.addressinfo.f_address ? this.userinfo.addressinfo.f_address : this.userinfo_old.addressinfo.f_address
|
725
|
+
//
|
726
|
+
data.f_operator = Vue.user.name
|
727
|
+
new HttpResetClass().load('POST', `${this.$androidUtil.getProxyUrl()}/rs/logic/address_updateuseraddress`, { data: data }).then((res2) => {
|
728
|
+
this.$showMessage("修改用户地址信息成功!")
|
729
|
+
}).catch(error => {
|
730
|
+
this.$showMessage("修改用户地址信息!")
|
731
|
+
})
|
732
|
+
this.$showMessage("修改用户信息成功!")
|
733
|
+
this.enable = true
|
738
734
|
this.excessive = false
|
739
|
-
}
|
740
|
-
}
|
741
|
-
|
742
|
-
|
743
|
-
|
744
|
-
let checked = this.checkVal()
|
745
|
-
if (!checked.ischeck) {
|
746
|
-
this.$showMessage(checked.msg)
|
747
|
-
return
|
735
|
+
}
|
736
|
+
}).catch((msg) => {
|
737
|
+
this.$showMessage("修改用户信息失败,请检查手机网络状况!")
|
738
|
+
this.excessive = false
|
739
|
+
})
|
748
740
|
}
|
741
|
+
})
|
742
|
+
},
|
743
|
+
editUserInfo() {
|
744
|
+
let checked = this.checkVal()
|
745
|
+
if (!checked.ischeck) {
|
746
|
+
this.$showMessage(checked.msg)
|
747
|
+
return
|
748
|
+
}
|
749
749
|
|
750
|
-
|
751
|
-
|
752
|
-
|
750
|
+
if (this.userphone[0].f_rent_phone) {
|
751
|
+
this.userinfo.baseinfo.base.f_rent_phone = this.userphone[0].f_rent_phone
|
752
|
+
}
|
753
753
|
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
|
759
|
-
|
760
|
-
|
761
|
-
|
762
|
-
|
763
|
-
|
764
|
-
|
765
|
-
|
766
|
-
|
767
|
-
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
|
773
|
-
|
774
|
-
|
775
|
-
|
776
|
-
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
|
781
|
-
|
782
|
-
|
783
|
-
|
784
|
-
|
785
|
-
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
|
790
|
-
|
791
|
-
|
792
|
-
|
793
|
-
|
794
|
-
|
795
|
-
|
796
|
-
|
797
|
-
|
798
|
-
|
799
|
-
|
800
|
-
|
801
|
-
|
802
|
-
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
|
815
|
-
|
816
|
-
|
817
|
-
|
818
|
-
|
819
|
-
|
820
|
-
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
|
827
|
-
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
|
834
|
-
|
835
|
-
|
836
|
-
|
837
|
-
|
838
|
-
this.enable = true
|
839
|
-
this.excessive = false
|
840
|
-
} else {
|
841
|
-
this.$showMessage("上传审核信息失败,请检查图片和网络状况是否正常!")
|
842
|
-
this.excessive = false
|
843
|
-
}
|
844
|
-
} else {
|
845
|
-
this.$showMessage("修改用户信息成功!")
|
754
|
+
this.$showMessage('确定是否修改上传审核用户信息?', ['confirm', 'cancel']).then((res) => {
|
755
|
+
if (res === 'confirm') {
|
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
|
+
userinfoms.userfiles.push(this.userinfo_old.meterinfo[0])
|
780
|
+
userinfoms.userphone = this.userphone
|
781
|
+
//tag)
|
782
|
+
new HttpResetClass().load('POST', `${this.$androidUtil.getProxyUrl()}/rs/logic/filemanage_fileSave`, {
|
783
|
+
data: {
|
784
|
+
userinfo: userinfoms,
|
785
|
+
modifyReason: this.f_source ? `${this.f_source}维护档案信息` : '',
|
786
|
+
address: { id: this.userinfo_old.addressinfo.id, oldid: this.userinfo_old.addressinfo.id }
|
787
|
+
}
|
788
|
+
}, { resolveMsg: null, rejectMsg: null }).then((res1) => {
|
789
|
+
//tag+res1.data.status)
|
790
|
+
if (res1.data.status == 200) {
|
791
|
+
//本次修改信息包含需要审核信息
|
792
|
+
if (this.approveChange) {
|
793
|
+
//tag
|
794
|
+
let res2 = this.$androidUtil.bzLogic('safe_upUserinfoApprove', {
|
795
|
+
row: {
|
796
|
+
f_time: Util.toStandardTimeString(),
|
797
|
+
f_modifier: Vue.user.name,//Vue.user.name
|
798
|
+
f_modifier_id: Vue.user.id,//Vue.user.id
|
799
|
+
f_modify_type: '用户档案',
|
800
|
+
f_userinfoid: this.userinfo.baseinfo.base.f_userinfo_id,
|
801
|
+
f_userinfo_code: this.userinfo.baseinfo.base.f_userinfo_code,
|
802
|
+
f_approved: '未审核',
|
803
|
+
filialestr: Vue.user.orgid,//Vue.user.orgid
|
804
|
+
version: 1,
|
805
|
+
f_user_name: this.userinfo.baseinfo.base.f_user_name,
|
806
|
+
f_user_phone: this.userinfo.baseinfo.base.f_user_phone,
|
807
|
+
f_street: this.userinfo.addressinfo.f_street,
|
808
|
+
f_building: this.userinfo.addressinfo.f_building,
|
809
|
+
f_unit: this.userinfo.addressinfo.f_unit,
|
810
|
+
f_floor: this.userinfo.addressinfo.f_floor,
|
811
|
+
f_room: this.userinfo.addressinfo.f_room,
|
812
|
+
f_building_suffix: this.userinfo.addressinfo.f_special == 1 ? null : this.userinfo.addressinfo.f_building_suffix,
|
813
|
+
f_unit_suffix: this.userinfo.addressinfo.f_special == 1 ? null : this.userinfo.addressinfo.f_unit_suffix,
|
814
|
+
f_floor_suffix: this.userinfo.addressinfo.f_special == 1 ? null : this.userinfo.addressinfo.f_floor_suffix,
|
815
|
+
f_room_suffix: this.userinfo.addressinfo.f_special == 1 ? null : this.userinfo.addressinfo.f_room_suffix,
|
816
|
+
f_residential_area: this.userinfo.addressinfo.f_residential_area,
|
817
|
+
f_address: this.userinfo.addressinfo.f_address,
|
818
|
+
f_pcd: this.userinfo.addressinfo.f_pcd,
|
819
|
+
f_pcd_id: this.userinfo.addressinfo.f_pcd_id,
|
820
|
+
f_street_id: this.userinfo.addressinfo.f_street_id,
|
821
|
+
f_residential_area_id: this.userinfo.addressinfo.f_residential_area_id,
|
822
|
+
f_used_name: this.userinfo.baseinfo.base.f_used_name,
|
823
|
+
f_rent_phone: this.userinfo.baseinfo.base.f_rent_phone,
|
824
|
+
f_slice_area: this.userinfo.addressinfo.f_slice_area,
|
825
|
+
f_remark: this.userinfo.baseinfo.base.f_remark,
|
826
|
+
f_source: this.f_source,
|
827
|
+
f_meterno_path: this.f_meterno_path,
|
828
|
+
f_iscity: this.userinfo.addressinfo.f_iscity,
|
829
|
+
f_special: this.userinfo.addressinfo.f_special,
|
830
|
+
f_meternumber: this.userinfo.meterinfo[0].f_meternumber,
|
831
|
+
changemeterno: this.changemeterno
|
832
|
+
},
|
833
|
+
tablename: 't_modify_userinfo'
|
834
|
+
})
|
835
|
+
//tag)
|
836
|
+
if (res2.code == 200) {
|
837
|
+
this.$showMessage("变更用户信息成功,需要审核的信息已提交审核,等待管理员处理!")
|
846
838
|
this.enable = true
|
847
839
|
this.excessive = false
|
840
|
+
} else {
|
841
|
+
this.$showMessage("上传审核信息失败,请检查图片和网络状况是否正常!")
|
842
|
+
this.excessive = false
|
848
843
|
}
|
849
|
-
|
844
|
+
} else {
|
845
|
+
this.$showMessage("修改用户信息成功!")
|
846
|
+
this.enable = true
|
847
|
+
this.excessive = false
|
850
848
|
}
|
851
|
-
}).catch((msg) => {
|
852
|
-
this.$showMessage("修改用户信息失败,请检查手机网络状况!")
|
853
|
-
this.excessive = false
|
854
|
-
})
|
855
|
-
|
856
|
-
}
|
857
|
-
})
|
858
|
-
},
|
859
|
-
imgback(header) {
|
860
|
-
if (this.headername == header) {
|
861
|
-
return require('../../../assets/xiangxia1.png')
|
862
|
-
} else {
|
863
|
-
return require('../../../assets/xiangyou1.png')
|
864
|
-
}
|
865
|
-
this.headername = header
|
866
|
-
},
|
867
|
-
selectVal(header) {
|
868
|
-
if (this.headername == header) {
|
869
|
-
this.headername = ''
|
870
|
-
} else {
|
871
|
-
this.headername = header
|
872
|
-
}
|
873
849
|
|
874
|
-
},
|
875
|
-
changeNewAddress() {
|
876
|
-
this.userinfo.addressinfo.f_address = this.addressType == '普通地址' ? this.getAddress : this.getAddressTS
|
877
|
-
},
|
878
|
-
area_change() {
|
879
|
-
//tag
|
880
|
-
this.userinfo.addressinfo.f_residential_area = this.selectArea.f_residential_area
|
881
|
-
this.userinfo.addressinfo.f_residential_area_id = this.selectArea.id
|
882
|
-
this.userinfo.addressinfo.f_slice_area = this.selectArea.f_slice_area
|
883
|
-
this.changeNewAddress()
|
884
|
-
//this.userinfo.addressinfo.f_residential_area=this.f_residential_area.f_residential_area
|
885
|
-
},
|
886
|
-
async street_change() {
|
887
|
-
//tag
|
888
|
-
if (this.selectStreet.id) {
|
889
|
-
//如果街道改变--给街道赋值!
|
890
|
-
this.userinfo.addressinfo.f_street = this.selectStreet.f_street
|
891
|
-
this.userinfo.addressinfo.f_street_id = this.selectStreet.id
|
892
|
-
this.userinfo.addressinfo.f_iscity = this.selectStreet.f_iscity
|
893
|
-
//清空当前选中小区的值
|
894
|
-
this.userinfo.addressinfo.f_residential_area = ''
|
895
|
-
this.userinfo.addressinfo.f_residential_area_id = ''
|
896
|
-
this.userinfo.addressinfo.f_slice_area = ''
|
897
|
-
this.selectArea = { id: '' }
|
898
|
-
this.area = []
|
899
|
-
let pcdText = ` and f_street_id=${this.selectStreet.id}`
|
900
|
-
let res = await new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {
|
901
|
-
data: {
|
902
|
-
items: "*",
|
903
|
-
tablename: "t_area",
|
904
|
-
orderitem: "id",
|
905
|
-
condition: `f_orgid = '${Vue.user.orgid}' ${pcdText} `
|
906
850
|
}
|
907
|
-
}
|
908
|
-
|
909
|
-
|
910
|
-
this.area.push({ label: result.f_residential_area, value: result })
|
851
|
+
}).catch((msg) => {
|
852
|
+
this.$showMessage("修改用户信息失败,请检查手机网络状况!")
|
853
|
+
this.excessive = false
|
911
854
|
})
|
912
|
-
} else {
|
913
|
-
this.area = []
|
914
|
-
}
|
915
855
|
|
916
|
-
this.changeNewAddress()
|
917
|
-
},
|
918
|
-
async pcd_change() {
|
919
|
-
//tag
|
920
|
-
if (this.selectPcd.id) {
|
921
|
-
//tag
|
922
|
-
//如果省市区改变-重新赋值
|
923
|
-
this.userinfo.addressinfo.f_pcd = this.selectPcd.f_pcd
|
924
|
-
this.userinfo.addressinfo.f_pcd_id = this.selectPcd.id
|
925
|
-
//清空 选中的街道和集收单位
|
926
|
-
this.selectStreet = { id: '' }
|
927
|
-
this.userinfo.addressinfo.f_street = ''
|
928
|
-
this.userinfo.addressinfo.f_street_id = ''
|
929
|
-
this.userinfo.addressinfo.f_iscity = ''
|
930
|
-
this.selectArea = { id: '' }
|
931
|
-
this.userinfo.addressinfo.f_residential_area = ''
|
932
|
-
this.userinfo.addressinfo.f_residential_area_id = ''
|
933
|
-
this.userinfo.addressinfo.f_slice_area = ''
|
934
|
-
this.streets = []
|
935
|
-
let pcdText = `and f_pcd_id=${this.selectPcd.id}`
|
936
|
-
let streetlist = await new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {
|
937
|
-
data: {
|
938
|
-
items: "*",
|
939
|
-
tablename: "t_street",
|
940
|
-
orderitem: "id",
|
941
|
-
condition: `f_orgid = '${Vue.user.orgid}' ${pcdText}`
|
942
|
-
}
|
943
|
-
}, { resolveMsg: null, rejectMsg: null })
|
944
|
-
streetlist.data.forEach((result) => {
|
945
|
-
this.streets.push({ label: result.f_street, value: result })
|
946
|
-
})
|
947
|
-
} else {
|
948
|
-
this.streets = []
|
949
856
|
}
|
950
|
-
|
951
|
-
|
952
|
-
|
953
|
-
|
954
|
-
|
955
|
-
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
|
960
|
-
|
961
|
-
|
962
|
-
|
963
|
-
|
964
|
-
|
965
|
-
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
|
974
|
-
|
975
|
-
|
976
|
-
|
977
|
-
|
857
|
+
})
|
858
|
+
},
|
859
|
+
imgback(header) {
|
860
|
+
if (this.headername == header) {
|
861
|
+
return require('../../../assets/xiangxia1.png')
|
862
|
+
} else {
|
863
|
+
return require('../../../assets/xiangyou1.png')
|
864
|
+
}
|
865
|
+
this.headername = header
|
866
|
+
},
|
867
|
+
selectVal(header) {
|
868
|
+
if (this.headername == header) {
|
869
|
+
this.headername = ''
|
870
|
+
} else {
|
871
|
+
this.headername = header
|
872
|
+
}
|
873
|
+
|
874
|
+
},
|
875
|
+
changeNewAddress() {
|
876
|
+
this.userinfo.addressinfo.f_address = this.addressType == '普通地址' ? this.getAddress : this.getAddressTS
|
877
|
+
},
|
878
|
+
area_change() {
|
879
|
+
//tag
|
880
|
+
this.userinfo.addressinfo.f_residential_area = this.selectArea.f_residential_area
|
881
|
+
this.userinfo.addressinfo.f_residential_area_id = this.selectArea.id
|
882
|
+
this.userinfo.addressinfo.f_slice_area = this.selectArea.f_slice_area
|
883
|
+
this.changeNewAddress()
|
884
|
+
//this.userinfo.addressinfo.f_residential_area=this.f_residential_area.f_residential_area
|
885
|
+
},
|
886
|
+
async street_change() {
|
887
|
+
//tag
|
888
|
+
if (this.selectStreet.id) {
|
889
|
+
//如果街道改变--给街道赋值!
|
890
|
+
this.userinfo.addressinfo.f_street = this.selectStreet.f_street
|
891
|
+
this.userinfo.addressinfo.f_street_id = this.selectStreet.id
|
892
|
+
this.userinfo.addressinfo.f_iscity = this.selectStreet.f_iscity
|
893
|
+
//清空当前选中小区的值
|
894
|
+
this.userinfo.addressinfo.f_residential_area = ''
|
895
|
+
this.userinfo.addressinfo.f_residential_area_id = ''
|
896
|
+
this.userinfo.addressinfo.f_slice_area = ''
|
897
|
+
this.selectArea = { id: '' }
|
898
|
+
this.area = []
|
899
|
+
let pcdText = ` and f_street_id=${this.selectStreet.id}`
|
900
|
+
let res = await new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {
|
901
|
+
data: {
|
902
|
+
items: "*",
|
903
|
+
tablename: "t_area",
|
904
|
+
orderitem: "id",
|
905
|
+
condition: `f_orgid = '${Vue.user.orgid}' ${pcdText} `
|
978
906
|
}
|
979
|
-
|
980
|
-
|
981
|
-
|
982
|
-
|
983
|
-
|
984
|
-
|
985
|
-
|
986
|
-
|
907
|
+
}, { resolveMsg: null, rejectMsg: null })
|
908
|
+
////tag)
|
909
|
+
res.data.forEach((result) => {
|
910
|
+
this.area.push({ label: result.f_residential_area, value: result })
|
911
|
+
})
|
912
|
+
} else {
|
913
|
+
this.area = []
|
914
|
+
}
|
987
915
|
|
988
|
-
|
989
|
-
|
990
|
-
|
991
|
-
|
992
|
-
|
993
|
-
"f_picture": null,
|
994
|
-
"f_pipe_type": null,
|
995
|
-
"f_pipeinstall_date": null,
|
996
|
-
"f_pipe_connection": null,
|
997
|
-
"f_expire_date": null,
|
998
|
-
"f_pipeexpire_date": null,
|
999
|
-
"f_comments": null,
|
1000
|
-
"f_operate_date": Util.toStandardTimeString(),
|
1001
|
-
"f_operatorid": Vue.user.id,
|
1002
|
-
"f_devices_num": null,
|
1003
|
-
"f_process_id": null,
|
1004
|
-
"f_devices_type": null,
|
1005
|
-
"f_make_date": null,
|
1006
|
-
"f_input_date": null,
|
1007
|
-
"f_state": "有效",
|
1008
|
-
"f_brand": null,
|
1009
|
-
"f_devices_model": null,
|
1010
|
-
"f_devices_no": null,
|
1011
|
-
"img": { "content": null, "filename": null }
|
1012
|
-
}
|
1013
|
-
this.model.push(obj)
|
1014
|
-
},
|
1015
|
-
delDevices(idx) {
|
916
|
+
this.changeNewAddress()
|
917
|
+
},
|
918
|
+
async pcd_change() {
|
919
|
+
//tag
|
920
|
+
if (this.selectPcd.id) {
|
1016
921
|
//tag
|
1017
|
-
|
1018
|
-
|
1019
|
-
|
922
|
+
//如果省市区改变-重新赋值
|
923
|
+
this.userinfo.addressinfo.f_pcd = this.selectPcd.f_pcd
|
924
|
+
this.userinfo.addressinfo.f_pcd_id = this.selectPcd.id
|
925
|
+
//清空 选中的街道和集收单位
|
926
|
+
this.selectStreet = { id: '' }
|
927
|
+
this.userinfo.addressinfo.f_street = ''
|
928
|
+
this.userinfo.addressinfo.f_street_id = ''
|
929
|
+
this.userinfo.addressinfo.f_iscity = ''
|
930
|
+
this.selectArea = { id: '' }
|
931
|
+
this.userinfo.addressinfo.f_residential_area = ''
|
932
|
+
this.userinfo.addressinfo.f_residential_area_id = ''
|
933
|
+
this.userinfo.addressinfo.f_slice_area = ''
|
934
|
+
this.streets = []
|
935
|
+
let pcdText = `and f_pcd_id=${this.selectPcd.id}`
|
936
|
+
let streetlist = await new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {
|
937
|
+
data: {
|
938
|
+
items: "*",
|
939
|
+
tablename: "t_street",
|
940
|
+
orderitem: "id",
|
941
|
+
condition: `f_orgid = '${Vue.user.orgid}' ${pcdText}`
|
1020
942
|
}
|
943
|
+
}, { resolveMsg: null, rejectMsg: null })
|
944
|
+
streetlist.data.forEach((result) => {
|
945
|
+
this.streets.push({ label: result.f_street, value: result })
|
1021
946
|
})
|
1022
|
-
}
|
1023
|
-
|
1024
|
-
|
1025
|
-
|
1026
|
-
|
1027
|
-
|
1028
|
-
|
1029
|
-
|
1030
|
-
|
1031
|
-
|
1032
|
-
|
1033
|
-
|
1034
|
-
|
1035
|
-
|
1036
|
-
|
1037
|
-
|
1038
|
-
|
1039
|
-
|
1040
|
-
|
1041
|
-
|
1042
|
-
|
1043
|
-
|
1044
|
-
|
1045
|
-
|
1046
|
-
})
|
1047
|
-
} else {
|
1048
|
-
this.area = []
|
1049
|
-
}
|
1050
|
-
|
1051
|
-
},
|
1052
|
-
async getStreetList() {
|
1053
|
-
if (this.selectPcd.id) {
|
1054
|
-
//tag
|
1055
|
-
this.streets = []
|
1056
|
-
let pcdText = `and f_pcd_id=${this.selectPcd.id}`
|
1057
|
-
let streetlist = await new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {
|
1058
|
-
data: {
|
1059
|
-
items: "*",
|
1060
|
-
tablename: "t_street",
|
1061
|
-
orderitem: "id",
|
1062
|
-
condition: `f_orgid = '${Vue.user.orgid}' ${pcdText}`
|
1063
|
-
}
|
1064
|
-
}, { resolveMsg: null, rejectMsg: null })
|
1065
|
-
streetlist.data.forEach((result) => {
|
1066
|
-
//如果第一次进来有地址id 就拿下地址区域
|
1067
|
-
if (this.selectStreet.id && this.selectStreet.id == result.id) {
|
1068
|
-
//tag)
|
1069
|
-
this.userinfo.addressinfo.f_iscity = result.f_iscity
|
1070
|
-
}
|
1071
|
-
this.streets.push({ label: result.f_street, value: result })
|
1072
|
-
})
|
1073
|
-
} else {
|
1074
|
-
this.streets = []
|
1075
|
-
}
|
1076
|
-
},
|
1077
|
-
async confirmLimitGas() {
|
1078
|
-
this.$dispatch('limit', this.models);
|
1079
|
-
console.log('提交限购数据', this.models);
|
1080
|
-
let restrict = {
|
1081
|
-
f_third_pay: this.models.f_third_pay,
|
1082
|
-
f_time_type: this.models.f_time_type,
|
1083
|
-
f_limit_times: this.models.f_limit_times,
|
1084
|
-
f_time_value: this.models.f_time_value,
|
1085
|
-
f_limit_type: this.models.f_limit_type,
|
1086
|
-
f_limit_style: this.models.f_limit_style,
|
1087
|
-
f_limit_value: this.models.f_limit_value,
|
1088
|
-
f_limit_amount: this.models.f_limit_amount,
|
1089
|
-
f_operator: Vue.user.name,
|
1090
|
-
f_status: this.models.f_status,
|
1091
|
-
f_start_date: this.$login.toStandardDateString()
|
1092
|
-
};
|
1093
|
-
let operInfo = {
|
1094
|
-
f_operator: Vue.user.name,
|
947
|
+
} else {
|
948
|
+
this.streets = []
|
949
|
+
}
|
950
|
+
this.changeNewAddress()
|
951
|
+
},
|
952
|
+
upUserState() {
|
953
|
+
//tag)
|
954
|
+
if (this.userinfo.meterinfo[0].f_table_state == '正常') {
|
955
|
+
let data = {
|
956
|
+
f_userfiles_id: {
|
957
|
+
f_userfiles_id: this.userinfo.meterinfo[0].f_userfiles_id,
|
958
|
+
f_table_state: '停用',
|
959
|
+
version: this.userinfo.meterinfo[0].version
|
960
|
+
},
|
961
|
+
f_userfile_id: this.userinfo.meterinfo[0].f_userfiles_id,
|
962
|
+
f_user_id: this.userinfo.meterinfo[0].f_user_id,
|
963
|
+
f_userinfo_id: this.userinfo.meterinfo[0].f_userinfo_id,
|
964
|
+
f_user_name: this.userinfo.baseinfo.base.f_user_name,
|
965
|
+
f_comments: '安检时发现问题关闭阀门',
|
966
|
+
f_othereason: '',
|
967
|
+
f_operat_type: '停用',
|
968
|
+
f_describe: `${Vue.user.name}对客户${this.userinfo.baseinfo.base.f_user_name}进行表具停用操作`,
|
969
|
+
f_state: '有效',
|
970
|
+
f_operator: Vue.user.name,//${Vue.$login.f.name}
|
1095
971
|
f_operatorid: Vue.user.id,
|
1096
972
|
f_orgid: Vue.user.orgid,
|
1097
973
|
f_orgname: Vue.user.orgs,
|
1098
974
|
f_depid: Vue.user.depids,
|
1099
975
|
f_depname: Vue.user.deps,
|
1100
|
-
|
1101
|
-
|
1102
|
-
f_userinfo_id: this.f_userinfo_id,
|
1103
|
-
f_user_name: this.f_user_name,
|
1104
|
-
f_userfiles_id: this.userinfo.meterinfo[0].f_userfiles_id,
|
1105
|
-
f_table_state: this.userinfo.meterinfo[0].f_table_state,
|
1106
|
-
f_user_id: this.userinfo.meterinfo[0].f_user_id,
|
1107
|
-
};
|
1108
|
-
let param = {
|
1109
|
-
restrict,
|
1110
|
-
user,
|
1111
|
-
operInfo
|
1112
|
-
};
|
1113
|
-
console.log('提交限购数据', JSON.stringify(param));
|
1114
|
-
let http = new HttpResetClass();
|
1115
|
-
await http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/logic/limitGas`, {
|
1116
|
-
data: param
|
1117
|
-
});
|
1118
|
-
},
|
1119
|
-
changeAddressType(val) {
|
1120
|
-
//tag
|
1121
|
-
if (this.addressType == '普通地址') {
|
1122
|
-
this.userinfo.addressinfo.f_special = null
|
1123
|
-
} else if (this.addressType == '特殊地址') {
|
1124
|
-
this.userinfo.addressinfo.f_special = 1
|
1125
|
-
this.userinfo.addressinfo.f_building = null
|
1126
|
-
this.userinfo.addressinfo.f_unit = null
|
1127
|
-
this.userinfo.addressinfo.f_floor = null
|
1128
|
-
this.userinfo.addressinfo.f_room = null
|
976
|
+
f_zoneid: Vue.user.zoneid,
|
977
|
+
f_zones: Vue.user.zones
|
1129
978
|
}
|
1130
|
-
this.
|
979
|
+
new HttpResetClass().load('post', `${this.$androidUtil.getProxyUrl()}/rs/entity/t_disable`,
|
980
|
+
data, { resolveMsg: null, rejectMsg: null }).then((row) => {
|
981
|
+
this.$showMessage('已成功关阀停气!')
|
982
|
+
this.userinfo.meterinfo[0].f_table_state = '停用'
|
983
|
+
})
|
984
|
+
} else {
|
985
|
+
this.$showMessage('该用户已被关阀停用,请勿重复操作!')
|
1131
986
|
}
|
1132
987
|
|
1133
988
|
},
|
1134
|
-
|
1135
|
-
|
1136
|
-
|
1137
|
-
|
1138
|
-
|
1139
|
-
|
1140
|
-
|
1141
|
-
|
1142
|
-
|
1143
|
-
|
1144
|
-
|
1145
|
-
|
1146
|
-
|
1147
|
-
|
989
|
+
addDevices() {
|
990
|
+
//Vue.user.name
|
991
|
+
let obj = {
|
992
|
+
"f_operator": Vue.user.name,
|
993
|
+
"f_picture": null,
|
994
|
+
"f_pipe_type": null,
|
995
|
+
"f_pipeinstall_date": null,
|
996
|
+
"f_pipe_connection": null,
|
997
|
+
"f_expire_date": null,
|
998
|
+
"f_pipeexpire_date": null,
|
999
|
+
"f_comments": null,
|
1000
|
+
"f_operate_date": Util.toStandardTimeString(),
|
1001
|
+
"f_operatorid": Vue.user.id,
|
1002
|
+
"f_devices_num": null,
|
1003
|
+
"f_process_id": null,
|
1004
|
+
"f_devices_type": null,
|
1005
|
+
"f_make_date": null,
|
1006
|
+
"f_input_date": null,
|
1007
|
+
"f_state": "有效",
|
1008
|
+
"f_brand": null,
|
1009
|
+
"f_devices_model": null,
|
1010
|
+
"f_devices_no": null,
|
1011
|
+
"img": { "content": null, "filename": null }
|
1148
1012
|
}
|
1013
|
+
this.model.push(obj)
|
1149
1014
|
},
|
1150
|
-
|
1151
|
-
|
1152
|
-
|
1153
|
-
|
1154
|
-
|
1155
|
-
this.getStreetList()
|
1015
|
+
delDevices(idx) {
|
1016
|
+
//tag
|
1017
|
+
this.$showMessage('删除后不可恢复,确认删除吗?', ['confirm', 'cancel']).then((res) => {
|
1018
|
+
if (res === 'confirm') {
|
1019
|
+
this.model.splice(idx, 1)
|
1156
1020
|
}
|
1157
|
-
}
|
1158
|
-
'selectStreet.id' (val) {
|
1159
|
-
//tag
|
1160
|
-
if(this.selectStreet.id){
|
1161
|
-
this.getAreaList()
|
1162
|
-
}
|
1163
|
-
}*/
|
1021
|
+
})
|
1164
1022
|
},
|
1165
|
-
async
|
1166
|
-
|
1167
|
-
|
1168
|
-
|
1169
|
-
|
1170
|
-
/*//tag)
|
1171
|
-
{{)}}
|
1172
|
-
|
1173
|
-
//tag)
|
1174
|
-
//tag)*/
|
1175
|
-
//this.f_userinfo_id=1102260
|
1176
|
-
//this.f_userinfo_id=1997541
|
1177
|
-
if (!this.f_userinfo_id) {
|
1178
|
-
this.$showMessage("未检测到用户!")
|
1179
|
-
this.enable = true
|
1180
|
-
return
|
1181
|
-
}
|
1182
|
-
try {
|
1183
|
-
|
1184
|
-
this.devices_types = Vue.$appdata.getParam('设备类型')
|
1185
|
-
console.log('this.devices_types=', JSON.stringify(this.devices_types))
|
1186
|
-
for (const devices_type of this.devices_types) {
|
1187
|
-
console.log('Vue.$appdata.getParam(`档案设备信息-${devices_type.label}品牌`)=', JSON.stringify(Vue.$appdata.getParam(`档案设备信息-${devices_type.label}品牌`)))
|
1188
|
-
this.deviceBrandOption[devices_type.label] = Vue.$appdata.getParam(`档案设备信息-${devices_type.label}品牌`) || []
|
1189
|
-
}
|
1190
|
-
console.log('this.deviceBrandOption=', JSON.stringify(this.deviceBrandOption))
|
1191
|
-
this.wz_types = Vue.$appdata.getParam('安装位置')
|
1192
|
-
this.aroundmeters = Vue.$appdata.getParam('左右表')
|
1193
|
-
|
1194
|
-
////tag)
|
1195
|
-
this.excessive = true
|
1196
|
-
//Vue.user.orgid ${this.f_userinfo_id} 10101 ${Vue.user.orgid}
|
1197
|
-
|
1198
|
-
let pcdlist = await new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {
|
1023
|
+
async getAreaList(text) {
|
1024
|
+
if (this.selectStreet.id) {
|
1025
|
+
this.area = []
|
1026
|
+
let pcdText = text ? `and f_street_id=${this.selectStreet.id} and f_residential_area like '%${text}%'` : `and f_street_id=${this.selectStreet.id}`
|
1027
|
+
let res = await new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {
|
1199
1028
|
data: {
|
1200
1029
|
items: "*",
|
1201
|
-
tablename: "
|
1030
|
+
tablename: "t_area",
|
1202
1031
|
orderitem: "id",
|
1203
|
-
condition: `f_orgid = '${Vue.user.orgid}'`
|
1032
|
+
condition: `f_orgid = '${Vue.user.orgid}' ${pcdText}`
|
1204
1033
|
}
|
1205
1034
|
}, { resolveMsg: null, rejectMsg: null })
|
1206
|
-
//tag)
|
1207
|
-
pcdlist.data.forEach((result) => {
|
1208
|
-
this.pcds.push({ label: result.f_pcd, value: result })
|
1209
|
-
})
|
1210
1035
|
////tag)
|
1211
|
-
|
1212
|
-
|
1213
|
-
|
1214
|
-
}, { resolveMsg: null, rejectMsg: null })
|
1215
|
-
//tag
|
1036
|
+
res.data.forEach((result) => {
|
1037
|
+
this.area.push({ label: result.f_residential_area, value: result })
|
1038
|
+
})
|
1216
1039
|
//tag
|
1217
|
-
this.
|
1218
|
-
|
1219
|
-
|
1220
|
-
|
1221
|
-
|
1222
|
-
|
1223
|
-
|
1224
|
-
|
1225
|
-
|
1226
|
-
|
1227
|
-
|
1228
|
-
|
1229
|
-
|
1040
|
+
this.area.push({
|
1041
|
+
label: this.userinfo.addressinfo.f_residential_area,
|
1042
|
+
value: {
|
1043
|
+
id: this.userinfo.addressinfo.f_residential_area_id,
|
1044
|
+
f_residential_area: this.userinfo.addressinfo.f_residential_area
|
1045
|
+
}
|
1046
|
+
})
|
1047
|
+
} else {
|
1048
|
+
this.area = []
|
1049
|
+
}
|
1050
|
+
|
1051
|
+
},
|
1052
|
+
async getStreetList() {
|
1053
|
+
if (this.selectPcd.id) {
|
1230
1054
|
//tag
|
1231
|
-
|
1055
|
+
this.streets = []
|
1056
|
+
let pcdText = `and f_pcd_id=${this.selectPcd.id}`
|
1057
|
+
let streetlist = await new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {
|
1232
1058
|
data: {
|
1233
1059
|
items: "*",
|
1234
|
-
tablename: "
|
1060
|
+
tablename: "t_street",
|
1235
1061
|
orderitem: "id",
|
1236
|
-
condition: `
|
1062
|
+
condition: `f_orgid = '${Vue.user.orgid}' ${pcdText}`
|
1237
1063
|
}
|
1238
1064
|
}, { resolveMsg: null, rejectMsg: null })
|
1239
|
-
|
1240
|
-
id
|
1241
|
-
|
1242
|
-
|
1243
|
-
|
1244
|
-
|
1245
|
-
|
1246
|
-
|
1247
|
-
|
1248
|
-
|
1249
|
-
|
1065
|
+
streetlist.data.forEach((result) => {
|
1066
|
+
//如果第一次进来有地址id 就拿下地址区域
|
1067
|
+
if (this.selectStreet.id && this.selectStreet.id == result.id) {
|
1068
|
+
//tag)
|
1069
|
+
this.userinfo.addressinfo.f_iscity = result.f_iscity
|
1070
|
+
}
|
1071
|
+
this.streets.push({ label: result.f_street, value: result })
|
1072
|
+
})
|
1073
|
+
} else {
|
1074
|
+
this.streets = []
|
1075
|
+
}
|
1076
|
+
},
|
1077
|
+
async confirmLimitGas() {
|
1078
|
+
this.$dispatch('limit', this.models);
|
1079
|
+
console.log('提交限购数据', this.models);
|
1080
|
+
let restrict = {
|
1081
|
+
f_third_pay: this.models.f_third_pay,
|
1082
|
+
f_time_type: this.models.f_time_type,
|
1083
|
+
f_limit_times: this.models.f_limit_times,
|
1084
|
+
f_time_value: this.models.f_time_value,
|
1085
|
+
f_limit_type: this.models.f_limit_type,
|
1086
|
+
f_limit_style: this.models.f_limit_style,
|
1087
|
+
f_limit_value: this.models.f_limit_value,
|
1088
|
+
f_limit_amount: this.models.f_limit_amount,
|
1089
|
+
f_operator: Vue.user.name,
|
1090
|
+
f_status: this.models.f_status,
|
1091
|
+
f_start_date: this.$login.toStandardDateString()
|
1092
|
+
};
|
1093
|
+
let operInfo = {
|
1094
|
+
f_operator: Vue.user.name,
|
1095
|
+
f_operatorid: Vue.user.id,
|
1096
|
+
f_orgid: Vue.user.orgid,
|
1097
|
+
f_orgname: Vue.user.orgs,
|
1098
|
+
f_depid: Vue.user.depids,
|
1099
|
+
f_depname: Vue.user.deps,
|
1100
|
+
};
|
1101
|
+
let user = {
|
1102
|
+
f_userinfo_id: this.f_userinfo_id,
|
1103
|
+
f_user_name: this.f_user_name,
|
1104
|
+
f_userfiles_id: this.userinfo.meterinfo[0].f_userfiles_id,
|
1105
|
+
f_table_state: this.userinfo.meterinfo[0].f_table_state,
|
1106
|
+
f_user_id: this.userinfo.meterinfo[0].f_user_id,
|
1107
|
+
};
|
1108
|
+
let param = {
|
1109
|
+
restrict,
|
1110
|
+
user,
|
1111
|
+
operInfo
|
1112
|
+
};
|
1113
|
+
console.log('提交限购数据', JSON.stringify(param));
|
1114
|
+
let http = new HttpResetClass();
|
1115
|
+
await http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/logic/limitGas`, {
|
1116
|
+
data: param
|
1117
|
+
});
|
1118
|
+
},
|
1119
|
+
changeAddressType(val) {
|
1120
|
+
//tag
|
1121
|
+
if (this.addressType == '普通地址') {
|
1122
|
+
this.userinfo.addressinfo.f_special = null
|
1123
|
+
} else if (this.addressType == '特殊地址') {
|
1124
|
+
this.userinfo.addressinfo.f_special = 1
|
1125
|
+
this.userinfo.addressinfo.f_building = null
|
1126
|
+
this.userinfo.addressinfo.f_unit = null
|
1127
|
+
this.userinfo.addressinfo.f_floor = null
|
1128
|
+
this.userinfo.addressinfo.f_room = null
|
1129
|
+
}
|
1130
|
+
this.changeNewAddress()
|
1131
|
+
}
|
1132
|
+
|
1133
|
+
},
|
1134
|
+
computed: {
|
1135
|
+
getAddress() {
|
1136
|
+
return (this.userinfo.addressinfo.f_pcd ? this.userinfo.addressinfo.f_pcd : '') +
|
1137
|
+
(this.userinfo.addressinfo.f_street ? this.userinfo.addressinfo.f_street : '') +
|
1138
|
+
(this.userinfo.addressinfo.f_residential_area ? this.userinfo.addressinfo.f_residential_area : '') +
|
1139
|
+
(this.userinfo.addressinfo.f_building ? this.userinfo.addressinfo.f_building + (this.userinfo.addressinfo.f_building_suffix ? this.userinfo.addressinfo.f_building_suffix : '') : '') +
|
1140
|
+
(this.userinfo.addressinfo.f_unit ? this.userinfo.addressinfo.f_unit + (this.userinfo.addressinfo.f_unit_suffix ? this.userinfo.addressinfo.f_unit_suffix : '') : '') +
|
1141
|
+
(this.userinfo.addressinfo.f_floor ? this.userinfo.addressinfo.f_floor + (this.userinfo.addressinfo.f_floor_suffix ? this.userinfo.addressinfo.f_floor_suffix : '') : '') +
|
1142
|
+
(this.userinfo.addressinfo.f_room ? this.userinfo.addressinfo.f_room + (this.userinfo.addressinfo.f_room_suffix ? this.userinfo.addressinfo.f_room_suffix : '') : '')
|
1143
|
+
},
|
1144
|
+
getAddressTS() {
|
1145
|
+
return (this.userinfo.addressinfo.f_pcd ? this.userinfo.addressinfo.f_pcd : '') +
|
1146
|
+
(this.userinfo.addressinfo.f_street ? this.userinfo.addressinfo.f_street : '') +
|
1147
|
+
(this.userinfo.addressinfo.f_residential_area ? this.userinfo.addressinfo.f_residential_area : '')
|
1148
|
+
}
|
1149
|
+
},
|
1150
|
+
watch: {
|
1151
|
+
|
1152
|
+
/*'selectPcd.id' (val) {
|
1153
|
+
//tag
|
1154
|
+
if(this.selectPcd.id){
|
1155
|
+
this.getStreetList()
|
1156
|
+
}
|
1157
|
+
},
|
1158
|
+
'selectStreet.id' (val) {
|
1159
|
+
//tag
|
1160
|
+
if(this.selectStreet.id){
|
1161
|
+
this.getAreaList()
|
1162
|
+
}
|
1163
|
+
}*/
|
1164
|
+
},
|
1165
|
+
async ready() {
|
1166
|
+
console.log(Vue.user);
|
1167
|
+
console.log()
|
1168
|
+
this.editAddress = !(Vue.user.r.includes('手机端修改地址'))
|
1169
|
+
console.log(this.editAddress)
|
1170
|
+
/*//tag)
|
1171
|
+
{{)}}
|
1172
|
+
|
1173
|
+
//tag)
|
1174
|
+
//tag)*/
|
1175
|
+
//this.f_userinfo_id=1102260
|
1176
|
+
//this.f_userinfo_id=1997541
|
1177
|
+
if (!this.f_userinfo_id) {
|
1178
|
+
this.$showMessage("未检测到用户!")
|
1179
|
+
this.enable = true
|
1180
|
+
return
|
1181
|
+
}
|
1182
|
+
try {
|
1183
|
+
|
1184
|
+
this.devices_types = Vue.$appdata.getParam('设备类型')
|
1185
|
+
console.log('this.devices_types=', JSON.stringify(this.devices_types))
|
1186
|
+
for (const devices_type of this.devices_types) {
|
1187
|
+
console.log('Vue.$appdata.getParam(`档案设备信息-${devices_type.label}品牌`)=', JSON.stringify(Vue.$appdata.getParam(`档案设备信息-${devices_type.label}品牌`)))
|
1188
|
+
this.deviceBrandOption[devices_type.label] = Vue.$appdata.getParam(`档案设备信息-${devices_type.label}品牌`) || []
|
1189
|
+
}
|
1190
|
+
console.log('this.deviceBrandOption=', JSON.stringify(this.deviceBrandOption))
|
1191
|
+
this.wz_types = Vue.$appdata.getParam('安装位置')
|
1192
|
+
this.aroundmeters = Vue.$appdata.getParam('左右表')
|
1193
|
+
|
1194
|
+
////tag)
|
1195
|
+
this.excessive = true
|
1196
|
+
//Vue.user.orgid ${this.f_userinfo_id} 10101 ${Vue.user.orgid}
|
1197
|
+
|
1198
|
+
let pcdlist = await new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {
|
1199
|
+
data: {
|
1200
|
+
items: "*",
|
1201
|
+
tablename: "t_pcd",
|
1202
|
+
orderitem: "id",
|
1203
|
+
condition: `f_orgid = '${Vue.user.orgid}'`
|
1250
1204
|
}
|
1251
|
-
|
1252
|
-
|
1205
|
+
}, { resolveMsg: null, rejectMsg: null })
|
1206
|
+
//tag)
|
1207
|
+
pcdlist.data.forEach((result) => {
|
1208
|
+
this.pcds.push({ label: result.f_pcd, value: result })
|
1209
|
+
})
|
1210
|
+
////tag)
|
1211
|
+
let res = await new HttpResetClass().load('post', `${this.$androidUtil.getProxyUrl()}/rs/logic/filemanage_getFilesDetail`, {
|
1212
|
+
//f_userinfo_code:'12381344',
|
1213
|
+
f_userinfo_id: this.f_userinfo_id
|
1214
|
+
}, { resolveMsg: null, rejectMsg: null })
|
1215
|
+
//tag
|
1216
|
+
//tag
|
1217
|
+
this.userinfo = res.data
|
1218
|
+
if (this.userinfo.meterinfo[0].f_user_type == '民用'){
|
1219
|
+
this.devices_types = Vue.$appdata.getParam('民用设备类型')
|
1220
|
+
}
|
1221
|
+
this.userinfo_old = JSON.parse(JSON.stringify(res.data))
|
1222
|
+
this.model = this.userinfo.meterinfo[0].devicesinfo
|
1223
|
+
this.selectArea.id = this.userinfo.addressinfo.f_residential_area_id
|
1224
|
+
this.selectPcd.id = this.userinfo.addressinfo.f_pcd_id
|
1225
|
+
this.selectPcd.f_pcd = this.userinfo.addressinfo.f_pcd
|
1226
|
+
this.selectStreet.id = this.userinfo.addressinfo.f_street_id
|
1227
|
+
this.selectStreet.f_street = this.userinfo.addressinfo.f_street
|
1228
|
+
await this.getStreetList()
|
1229
|
+
await this.getAreaList()
|
1230
|
+
this.excessive = false
|
1231
|
+
this.addressType = this.userinfo.addressinfo.f_special == 1 ? '特殊地址' : '普通地址'
|
1232
|
+
//this.userinfo.addressinfo.f_special=1
|
1233
|
+
//tag
|
1234
|
+
let userphone = await new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {
|
1235
|
+
data: {
|
1236
|
+
items: "*",
|
1237
|
+
tablename: "t_user_phone",
|
1238
|
+
orderitem: "id",
|
1239
|
+
condition: `f_userinfo_id = '${this.f_userinfo_id}' and f_state = '有效'`
|
1240
|
+
}
|
1241
|
+
}, { resolveMsg: null, rejectMsg: null })
|
1242
|
+
let tempObj = {
|
1243
|
+
id: null,
|
1244
|
+
f_userinfo_id: this.f_userinfo_id,
|
1245
|
+
f_rent_phone: '',
|
1246
|
+
f_state: '有效',
|
1247
|
+
f_orgid: Vue.user.orgid,
|
1248
|
+
f_orgname: Vue.user.orgs,
|
1249
|
+
f_depid: Vue.user.depids,
|
1250
|
+
f_depname: Vue.user.deps,
|
1251
|
+
f_operatorid: Vue.user.id,
|
1252
|
+
f_operator: Vue.user.id
|
1253
|
+
}
|
1254
|
+
if (userphone.data.length == 0) {
|
1255
|
+
this.userphone.push(tempObj)
|
1256
|
+
this.userphone.push(tempObj)
|
1257
|
+
} else {
|
1258
|
+
if (userphone.data.length == 1) {
|
1259
|
+
this.userphone = userphone.data
|
1253
1260
|
this.userphone.push(tempObj)
|
1254
1261
|
} else {
|
1255
|
-
|
1256
|
-
this.userphone = userphone.data
|
1257
|
-
this.userphone.push(tempObj)
|
1258
|
-
} else {
|
1259
|
-
this.userphone = userphone.data
|
1260
|
-
}
|
1262
|
+
this.userphone = userphone.data
|
1261
1263
|
}
|
1262
|
-
} catch (e) {
|
1263
|
-
this.excessive = false
|
1264
|
-
this.enable = true
|
1265
|
-
this.$showMessage('获取用户信息出错,请检查网络状况!')
|
1266
1264
|
}
|
1267
|
-
|
1265
|
+
} catch (e) {
|
1266
|
+
this.excessive = false
|
1267
|
+
this.enable = true
|
1268
|
+
this.$showMessage('获取用户信息出错,请检查网络状况!')
|
1269
|
+
}
|
1270
|
+
new HttpResetClass().load('get', `${this.$androidUtil.getProxyUrl()}/rs/vue/UserAddress.json`, { data: {} }, {
|
1271
|
+
resolveMsg: null,
|
1272
|
+
rejectMsg: null
|
1273
|
+
}).then((addressUnit) => {
|
1274
|
+
//tag
|
1275
|
+
//tag
|
1276
|
+
//tag
|
1277
|
+
//tag
|
1278
|
+
this.userinfo.addressinfo.f_building_suffix = addressUnit.data.f_building_suffix
|
1279
|
+
this.userinfo.addressinfo.f_unit_suffix = addressUnit.data.f_unit_suffix
|
1280
|
+
this.userinfo.addressinfo.f_floor_suffix = addressUnit.data.f_floor_suffix
|
1281
|
+
this.userinfo.addressinfo.f_room_suffix = addressUnit.data.f_room_suffix
|
1282
|
+
}).catch((msg) => {
|
1283
|
+
//tag)
|
1284
|
+
})
|
1285
|
+
this.showBox = this.$appdata.getSingleValue('档案审核是否显示调压箱') == '是' ? true : false
|
1286
|
+
console.log(this.showBox)
|
1287
|
+
if (this.showBox) {
|
1288
|
+
// 获取调压箱
|
1289
|
+
new HttpResetClass().load('post', `${this.$androidUtil.getProxyUrl()}/rs/sql/adjustableboxQuery`, { data: { condition: '1 = 1' } }, {
|
1268
1290
|
resolveMsg: null,
|
1269
1291
|
rejectMsg: null
|
1270
|
-
}).then((
|
1271
|
-
|
1272
|
-
|
1273
|
-
|
1274
|
-
|
1275
|
-
|
1276
|
-
|
1277
|
-
|
1278
|
-
|
1292
|
+
}).then((res) => {
|
1293
|
+
const boxOptions = []
|
1294
|
+
for (const data of res.data) {
|
1295
|
+
const one = {
|
1296
|
+
label: data.f_adjustable_id + data.f_adjustable_name,
|
1297
|
+
value: Number(data.f_adjustable_id)
|
1298
|
+
}
|
1299
|
+
boxOptions.push(one)
|
1300
|
+
}
|
1301
|
+
this.boxOptions = JSON.parse(JSON.stringify(boxOptions))
|
1302
|
+
console.log(this.boxOptions)
|
1279
1303
|
}).catch((msg) => {
|
1280
1304
|
//tag)
|
1281
1305
|
})
|
1282
|
-
this.showBox = this.$appdata.getSingleValue('档案审核是否显示调压箱') == '是' ? true : false
|
1283
|
-
console.log(this.showBox)
|
1284
|
-
if (this.showBox) {
|
1285
|
-
// 获取调压箱
|
1286
|
-
new HttpResetClass().load('post', `${this.$androidUtil.getProxyUrl()}/rs/sql/adjustableboxQuery`, { data: { condition: '1 = 1' } }, {
|
1287
|
-
resolveMsg: null,
|
1288
|
-
rejectMsg: null
|
1289
|
-
}).then((res) => {
|
1290
|
-
const boxOptions = []
|
1291
|
-
for (const data of res.data) {
|
1292
|
-
const one = {
|
1293
|
-
label: data.f_adjustable_id + data.f_adjustable_name,
|
1294
|
-
value: Number(data.f_adjustable_id)
|
1295
|
-
}
|
1296
|
-
boxOptions.push(one)
|
1297
|
-
}
|
1298
|
-
this.boxOptions = JSON.parse(JSON.stringify(boxOptions))
|
1299
|
-
console.log(this.boxOptions)
|
1300
|
-
}).catch((msg) => {
|
1301
|
-
//tag)
|
1302
|
-
})
|
1303
|
-
}
|
1304
1306
|
}
|
1305
1307
|
}
|
1308
|
+
}
|
1306
1309
|
</script>
|
1307
1310
|
<style lang="less" scoped>
|
1308
|
-
|
1309
|
-
|
1310
|
-
|
1311
|
-
|
1312
|
-
|
1311
|
+
.butt3 {
|
1312
|
+
float: right;
|
1313
|
+
width: 12px;
|
1314
|
+
margin: 1% 2% 0 0;
|
1315
|
+
}
|
1313
1316
|
|
1314
|
-
|
1315
|
-
|
1316
|
-
|
1317
|
-
|
1318
|
-
|
1317
|
+
.rightipt {
|
1318
|
+
width: 60%;
|
1319
|
+
float: left;
|
1320
|
+
margin-left: 5%;
|
1321
|
+
}
|
1319
1322
|
|
1320
|
-
|
1321
|
-
|
1322
|
-
|
1323
|
-
|
1324
|
-
|
1325
|
-
|
1326
|
-
|
1327
|
-
|
1328
|
-
|
1329
|
-
|
1330
|
-
|
1323
|
+
.righttxt {
|
1324
|
+
border: none;
|
1325
|
+
margin-left: 5px;
|
1326
|
+
/*border-left: 5px solid #A2C2EB;*/
|
1327
|
+
float: left;
|
1328
|
+
width: 25%;
|
1329
|
+
margin-bottom: 3px;
|
1330
|
+
text-align: left;
|
1331
|
+
word-wrap: break-word;
|
1332
|
+
white-space: normal;
|
1333
|
+
}
|
1331
1334
|
|
1332
|
-
|
1333
|
-
|
1334
|
-
|
1335
|
-
|
1336
|
-
|
1337
|
-
|
1335
|
+
.tit1 {
|
1336
|
+
/*background: #ffffff url('../../../assets/用户姓名.png') no-repeat fixed center;*/
|
1337
|
+
background-image: url('../../../assets/用户姓名.png');
|
1338
|
+
background-repeat: no-repeat;
|
1339
|
+
background-position: center;
|
1340
|
+
}
|
1338
1341
|
|
1339
|
-
|
1340
|
-
|
1341
|
-
|
1342
|
-
|
1342
|
+
.spanboder {
|
1343
|
+
border-bottom: 2px solid #499edf;
|
1344
|
+
padding-bottom: 8px
|
1345
|
+
}
|
1343
1346
|
|
1344
|
-
|
1345
|
-
|
1346
|
-
|
1347
|
-
|
1347
|
+
#upuserinfo_sel /deep/ ul {
|
1348
|
+
width: 100% !important;
|
1349
|
+
left: 0 !important;
|
1350
|
+
}
|
1348
1351
|
|
1349
|
-
|
1350
|
-
|
1351
|
-
|
1352
|
-
|
1353
|
-
|
1354
|
-
|
1355
|
-
|
1352
|
+
.btn-photo {
|
1353
|
+
border: 0;
|
1354
|
+
border-radius: 7px;
|
1355
|
+
background-color: #7dc1f4;
|
1356
|
+
font: 15px PingFang-SC-Bold;
|
1357
|
+
height: 20%;
|
1358
|
+
}
|
1356
1359
|
|
1357
|
-
|
1358
|
-
|
1359
|
-
|
1360
|
-
|
1361
|
-
|
1360
|
+
.panel-self {
|
1361
|
+
border-radius: 10px;
|
1362
|
+
border: 1px solid #499EDF;
|
1363
|
+
background-color: #F8F8F8;
|
1364
|
+
}
|
1362
1365
|
|
1363
|
-
|
1364
|
-
|
1365
|
-
|
1366
|
-
|
1367
|
-
|
1368
|
-
|
1369
|
-
|
1370
|
-
|
1366
|
+
.div-photo {
|
1367
|
+
width: auto;
|
1368
|
+
height: auto;
|
1369
|
+
/* margin-top: 10px; */
|
1370
|
+
position: absolute;
|
1371
|
+
bottom: 10px;
|
1372
|
+
right: 10px;
|
1373
|
+
}
|
1371
1374
|
</style>
|
1372
1375
|
<style lang="less">
|
1373
|
-
|
1374
|
-
|
1375
|
-
|
1376
|
-
|
1376
|
+
#upuserinfo_sel ul {
|
1377
|
+
width: 100% !important;
|
1378
|
+
left: 0 !important;
|
1379
|
+
}
|
1377
1380
|
</style>
|