sale-client 4.1.230 → 4.2.1-ronghao
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.
- package/build/dev-server.js +29 -46
- package/package.json +2 -2
- package/src/App.vue +3 -3
- package/src/components/FilesManage/UserGeneralInfoTest.vue +4 -4
- package/src/components/FilesManageNew/FileUserFiles.vue +2 -4
- package/src/components/FilesManageNew/MeterinfoTest.vue +9 -9
- package/src/components/FilesManageNew/UserEssentialInfoTest.vue +201 -227
- package/src/components/FilesManageNew/UserGeneralInfoTest.vue +0 -2
- package/src/components/charge/business/CardMeterCenter.vue +1 -1
- package/src/components/charge/business/FilesComplete.vue +3 -3
- package/src/components/charge/business/IOTMeterCenter.vue +1 -1
- package/src/components/charge/business/OtherChargeNew.vue +68 -48
- package/src/components/common/userinfo_detail/UserInfoDetailManageNew.vue +10 -1
- package/src/components/common/userinfo_detail/ic_detail/CardHandRecord.vue +1 -1
- package/src/components/common/userinfo_detail/ic_detail/ChangeMeterQueryUser.vue +1 -1
- package/src/components/common/userinfo_detail/ic_detail/GarbageRecordList.vue +69 -0
- package/src/components/common/userinfo_detail/ic_detail/InsuranceChargesRecord.vue +384 -0
- package/src/components/common/userinfo_detail/ic_detail/WebHandQueryUser.vue +1 -1
- package/src/components/revenue/Common/MeterMessage.vue +1 -1
- package/src/components/revenue/HandManager/MeterBookUser.vue +726 -726
- package/src/components/revenue/HandManager/WebHand.vue +7 -4
- package/src/components/revenue/base/leftview/SafeCheck.vue +41 -3
- package/src/components/revenue/base/leftview/UserFeeInfo.vue +76 -0
- package/src/components/revenue/base/leftview/otherinfo.vue +1 -0
- package/src/components/revenue/base/rightview/CardList.vue +7 -3
- package/src/components/revenue/batchDeduction/batchDeductionList.vue +1 -1
- package/src/components/revenue/cardHandManage/cardDown.vue +18 -0
- package/src/components/revenue/changeInsurance/InsuranceAdd.vue +1 -0
- package/src/components/revenue/changeInsurance/InsuranceRecord.vue +2 -1
- package/src/components/revenue/comprehen/ComprehenOperation/BankPayment/BankPayment.vue +1 -1
- package/src/components/revenue/comprehen/ComprehenOperation/GiftFee/icTable.vue +4 -2
- package/src/components/revenue/comprehen/ComprehenOperation/QrPay/QrPaymentDetailed.vue +423 -423
- package/src/components/revenue/comprehen/Maintenance/hand/handOperate.vue +469 -469
- package/src/components/revenue/comprehen/Maintenance/revenue/MeterOperatemain.vue +2 -2
- package/src/components/revenue/machineHandManage/ArrearsQuery.vue +938 -938
- package/src/components/revenue/machineHandManage/HandplanQuery.vue +1 -1
- package/src/components/revenue/machineHandManage/machineHand.vue +3 -2
- package/src/components/webMeter/MeterManage/WebMeterBatchOperationValve.vue +970 -970
- package/src/filiale/alashan/eticket/EticketRecordList.vue +428 -428
- package/src/filiale/bayan/ChargeList.vue +1010 -1010
- package/src/filiale/bayan/StockListmain.vue +543 -543
- package/src/filiale/beifangshiye/OtherChargeNew.vue +625 -625
- package/src/filiale/dexin/MeterinfoTest.vue +1239 -0
- package/src/filiale/dexin/UserEssentialInfoTest.vue +602 -0
- package/src/filiale/dexin/sale.js +5 -0
- package/src/filiale/fugou/MeterinfoTest.vue +1 -1
- package/src/filiale/jiaxian/AutomaticPurse.vue +349 -0
- package/src/filiale/jiaxian/ChangeMeterQueryUser.vue +303 -0
- package/src/filiale/jiaxian/ChangeRecord.vue +44 -2
- package/src/filiale/jiaxian/FillCardQueryUser.vue +250 -0
- package/src/filiale/jiaxian/FillGasQueryUser.vue +270 -0
- package/src/filiale/jiaxian/OtherChargeQueryUser.vue +305 -0
- package/src/filiale/jiaxian/PriceAdjustmentQueryUser.vue +368 -0
- package/src/filiale/jiaxian/PriceChangeQueryUser.vue +243 -0
- package/src/filiale/jiaxian/QueryInstruct.vue +436 -0
- package/src/filiale/jiaxian/RecordQueryUser.vue +321 -0
- package/src/filiale/jiaxian/Repurchase.vue +181 -0
- package/src/filiale/jiaxian/TransferQueryUser.vue +274 -0
- package/src/filiale/jiaxian/UserInfoDetailManageNew.vue +11 -11
- package/src/filiale/jiaxian/Userinfo.vue +426 -0
- package/src/filiale/jiaxian/WatchCollection.vue +54 -1
- package/src/filiale/jiaxian/WebAutomaticPurse.vue +348 -0
- package/src/filiale/jiaxian/contractSigningList.vue +149 -0
- package/src/filiale/jiaxian/sale.js +5 -0
- package/src/filiale/jinhong/AutoAccountsDetail.vue +63 -0
- package/src/filiale/jinhong/CardList.vue +572 -0
- package/src/filiale/jinhong/CardMeterCenter.vue +1 -1
- package/src/filiale/jinhong/CardMeterCenterInner.vue +61 -22
- package/src/filiale/jinhong/GarbageCharge.vue +1 -1
- package/src/filiale/jinhong/HandplanQuery.vue +1430 -0
- package/src/filiale/jinhong/IOTMeterCenterInner.vue +42 -14
- package/src/filiale/jinhong/InsuranceAdd.vue +27 -5
- package/src/filiale/jinhong/InsuranceChargesDetails.vue +11 -5
- package/src/filiale/jinhong/InsuranceRecord.vue +4 -5
- package/src/filiale/jinhong/InsuranceTemp.vue +33 -5
- package/src/filiale/jinhong/MachineChargeService.js +8 -0
- package/src/filiale/jinhong/MachineMeterCenter.vue +38 -11
- package/src/filiale/jinhong/ShowCardSellGasInner.vue +46 -14
- package/src/filiale/jinhong/Userinfo.vue +75 -1
- package/src/filiale/jinhong/insuranceGuanL.vue +349 -0
- package/src/filiale/jinhong/machineDown.vue +1205 -0
- package/src/filiale/jinhong/sale.js +9 -0
- package/src/filiale/jinhuang/UserInfoDetailManageNew.vue +259 -0
- package/src/filiale/jinhuang/WebHand.vue +1026 -0
- package/src/filiale/jinhuang/WebHandQueryUser.vue +413 -0
- package/src/filiale/jinhuang/cardsHand.vue +911 -0
- package/src/filiale/jinhuang/sale.js +8 -0
- package/src/filiale/lixianV3/ArrearsQuery.vue +938 -938
- package/src/filiale/lixianV3/InsuranceAdd.vue +1 -0
- package/src/filiale/lixianV3/InsuranceChargesDetails.vue +425 -425
- package/src/filiale/meihekou/CardMeterCenter.vue +991 -0
- package/src/filiale/meihekou/ChargeManage.vue +3 -2
- package/src/filiale/meihekou/ChargeOper.vue +279 -169
- package/src/filiale/meihekou/HandManager.vue +57 -2
- package/src/filiale/meihekou/NoCardMeterCenter.vue +542 -0
- package/src/filiale/meihekou/OverUseCharge.vue +1 -1
- package/src/filiale/meihekou/PrintBill.vue +48 -41
- package/src/filiale/meihekou/ReissueBill.vue +4 -1
- package/src/filiale/meihekou/ShowCardSellGas.vue +935 -0
- package/src/filiale/meihekou/TransferManage.vue +704 -0
- package/src/filiale/meihekou/Userinfo.vue +233 -5
- package/src/filiale/meihekou/common/userinfo_detail/ic_detail/MachineRecordQuery.vue +281 -281
- package/src/filiale/meihekou/icTable.vue +233 -0
- package/src/filiale/meihekou/machineHand.vue +2158 -0
- package/src/filiale/meihekou/manualChargeCenter.vue +394 -0
- package/src/filiale/meihekou/meterTable.vue +220 -0
- package/src/filiale/meihekou/sale.js +15 -0
- package/src/filiale/qianneng/MeterMessage.vue +1 -1
- package/src/filiale/qianneng/revenue/sms/AccountMessageList.vue +508 -508
- package/src/filiale/rizhao/InsuranceAdd.vue +1 -0
- package/src/filiale/ronghao/ArrearsQuery.vue +974 -974
- package/src/filiale/ronghao/CardList.vue +19 -17
- package/src/filiale/ronghao/CardMeterChargeCancel.vue +5 -0
- package/src/filiale/ronghao/CardService.js +2144 -2144
- package/src/filiale/ronghao/ChangeMeterService.js +1 -1
- package/src/filiale/ronghao/ChargeList.vue +17 -17
- package/src/filiale/ronghao/ChargeManage.vue +325 -0
- package/src/filiale/ronghao/ChargeOper.vue +330 -0
- package/src/filiale/ronghao/FilesManageNew/UserEssentialInfoTest.vue +457 -0
- package/src/filiale/ronghao/FilesManageNew/UserGeneralInfoTest.vue +690 -0
- package/src/filiale/ronghao/HandplanQuery.vue +13 -14
- package/src/filiale/ronghao/IOTMeterCenter.vue +15 -6
- package/src/filiale/ronghao/InsuranceAdd.vue +1 -0
- package/src/filiale/ronghao/InsuranceManage.vue +58 -58
- package/src/filiale/ronghao/MachineChargeService.js +149 -149
- package/src/filiale/ronghao/NoCardMeterCenter.vue +534 -534
- package/src/filiale/ronghao/PaymentCode.vue +174 -174
- package/src/filiale/ronghao/PriceChangeCompensation/CompensationManage.vue +26 -26
- package/src/filiale/ronghao/PriceChangeCompensation/IotCompensation.vue +318 -318
- package/src/filiale/ronghao/PriceChangeCompensation/JbCompensation.vue +343 -343
- package/src/filiale/ronghao/PriceChangeCompensation/SurplusRecordDetail.vue +74 -74
- package/src/filiale/ronghao/ReplaceCardManage.vue +415 -415
- package/src/filiale/ronghao/Upload.vue +654 -654
- package/src/filiale/ronghao/Userinfo.vue +18 -18
- package/src/filiale/ronghao/cardDown.vue +1141 -1141
- package/src/filiale/ronghao/changemeterOperate.vue +315 -315
- package/src/filiale/ronghao/fillgasSpecific.vue +313 -313
- package/src/filiale/ronghao/ic_detail/ChargeRecordQuery.vue +106 -106
- package/src/filiale/ronghao/ic_detail/WatchCollection.vue +115 -115
- package/src/filiale/ronghao/ic_detail/WebHandQueryUser.vue +411 -411
- package/src/filiale/ronghao/machineDown.vue +1176 -1176
- package/src/filiale/ronghao/machineRefund.vue +3 -1
- package/src/filiale/ronghao/replacementSingleInfoOperation.vue +315 -315
- package/src/filiale/ronghao/sale.js +11 -0
- package/src/filiale/ronghao/specificInformation.vue +537 -537
- package/src/filiale/ronghao/uploadFilesHistory.vue +214 -0
- package/src/filiale/ruihua/FilesManage/MeterinfoTest.vue +10 -0
- package/src/filiale/shanxian/components/revenue/InsuranceAdd.vue +1 -0
- package/src/filiale/wuan/MeterMessage.vue +1 -1
- package/src/filiale/yangchun/BasicLivingList.vue +281 -0
- package/src/filiale/yangchun/BlackList/BlackRecordQuery.vue +1 -0
- package/src/filiale/yangchun/CardChangeFill.vue +1 -1
- package/src/filiale/yangchun/ChargeList.vue +954 -954
- package/src/filiale/yangchun/FilesManage/UserPaperInfoTest.vue +3 -3
- package/src/filiale/yangchun/NewMeterList.vue +742 -0
- package/src/filiale/yangchun/sale.js +3 -0
- package/src/filiale/yuncheng/CardList.vue +1 -1
- package/src/filiale/yuncheng/IndustryCommerceHand.vue +1145 -0
- package/src/filiale/yuncheng/IndustryCommerceHandAudit.vue +794 -0
- package/src/filiale/yuncheng/IndustryCommerceHandManager.vue +64 -0
- package/src/filiale/yuncheng/InsuranceAdd.vue +1 -0
- package/src/filiale/yuncheng/MeterBookUser.vue +781 -0
- package/src/filiale/yuncheng/UserDeviceInfoTest.vue +2 -2
- package/src/filiale/yuncheng/changemeterListMaintain.vue +504 -504
- package/src/filiale/yuncheng/industryDown.vue +1118 -0
- package/src/filiale/yuncheng/sale.js +11 -0
- package/src/filiale/yuncheng/uploadFilesHistory.vue +185 -0
- package/src/filiale/zhongsheng/BlackListList.vue +293 -293
- package/src/filiale/zhongyi/HandQueryUser.vue +389 -389
- package/src/plugins/CardService.js +2217 -2217
- package/src/sale.js +3 -1
|
@@ -0,0 +1,704 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="flex-row">
|
|
3
|
+
<div class="span" style="overflow-y: auto;">
|
|
4
|
+
<validator name='v'>
|
|
5
|
+
<form novalidate class="form-horizontal">
|
|
6
|
+
<div class="row" style="margin-top:10px;">
|
|
7
|
+
<div class="col-sm-4" :class="[$v.f_newuser_name.required ? 'has-error' : 'has-success']">
|
|
8
|
+
<label for="f_newuser_name" id="label" class="font_normal_body" >*新 姓 名</label>
|
|
9
|
+
<input class="input_search" style="width:60%" type="text" title="新姓名" v-model="model.f_newuser_name"
|
|
10
|
+
v-validate:f_newuser_name='{required: true }' placeholder="新姓名" v-next-el='phone'>
|
|
11
|
+
<!-- <label v-if="$v.f_newuser_name.required && namespan" class = "" style = "color:red">不能为空</label> -->
|
|
12
|
+
</div>
|
|
13
|
+
<div class="col-sm-4" :class="[$v.f_newuser_phone.required ? 'has-error' : '']">
|
|
14
|
+
<label id="label" for="f_newuser_phone" class="font_normal_body">*新 电 话</label>
|
|
15
|
+
<input title="新电话" class="input_search" style="width:60%" type="text" v-model="model.f_newuser_phone"
|
|
16
|
+
maxlength="11"
|
|
17
|
+
v-validate:f_newuser_phone='{required: true}'
|
|
18
|
+
placeholder="新电话" v-next-el='number' v-el:phone>
|
|
19
|
+
</div>
|
|
20
|
+
<div class="col-sm-4" :class="[$v.f_newrent_phone.required ? 'has-error' : '']">
|
|
21
|
+
<label id="label" for="f_newrent_phone" class="font_normal_body"> 备用电话</label>
|
|
22
|
+
<!--v-validate:f_newrent_phone='{required: false}'-->
|
|
23
|
+
<input title="备用电话" class="input_search" style="width:60%" type="text" v-model="model.f_newrent_phone"
|
|
24
|
+
maxlength="11"
|
|
25
|
+
|
|
26
|
+
placeholder="备用电话" v-next-el='number' v-el:phone>
|
|
27
|
+
</div>
|
|
28
|
+
<div class="col-sm-4">
|
|
29
|
+
<label for="f_credentials" id="label" class="font_normal_body"> 证件类型</label>
|
|
30
|
+
<v-select :value.sync="model.f_newcredentials"
|
|
31
|
+
:options='credentials' placeholder='证件类型'
|
|
32
|
+
close-on-select></v-select>
|
|
33
|
+
</div>
|
|
34
|
+
<div class="col-sm-8" :class="[$v.f_newidnumber.identityCardValid ? 'has-error' : '']"
|
|
35
|
+
v-if="model.f_newcredentials[0] === '身份证'">
|
|
36
|
+
<label id="label" class="font_normal_body">*证件号码</label>
|
|
37
|
+
<input type="text" v-model="model.f_newidnumber" maxlength="18"
|
|
38
|
+
v-validate:f_newidnumber='{identityCardValid: true}' class="input_search" style="width:80%"
|
|
39
|
+
placeholder="新身份证号">
|
|
40
|
+
</div>
|
|
41
|
+
<div class="col-sm-8" v-if="model.f_newcredentials[0] !== '身份证'">
|
|
42
|
+
<label class="font_normal_body"> 证件号码</label>
|
|
43
|
+
<input type="text" v-model="model.f_newidnumber" class="input_search" style="width:80%"
|
|
44
|
+
placeholder="新证件号">
|
|
45
|
+
</div>
|
|
46
|
+
<div class="col-sm-4">
|
|
47
|
+
<label id="label" for="f_print" class="font_normal_body"> 打印格式</label>
|
|
48
|
+
<v-select id="print"
|
|
49
|
+
v-model="f_print"
|
|
50
|
+
placeholder='请选择'
|
|
51
|
+
:value.sync="model.f_print"
|
|
52
|
+
:options='printstyle'
|
|
53
|
+
close-on-select clear-button></v-select>
|
|
54
|
+
</div>
|
|
55
|
+
<div class="col-sm-8">
|
|
56
|
+
<label for="f_contract" class="font_normal_body">合同编号</label>
|
|
57
|
+
<input type="text" v-model="model.f_contract_id" class="input_search" style="width:80%"
|
|
58
|
+
placeholder="合同编号">
|
|
59
|
+
</div>
|
|
60
|
+
</div>
|
|
61
|
+
<div class="row" style="margin-top:10px;">
|
|
62
|
+
<div class="col-sm-4">
|
|
63
|
+
<label id="label" for="f_transfer_fees" class="font_normal_body" title="单值管理:过户费"> 过 户 费</label>
|
|
64
|
+
<input class="input_search" style="width:60%" type="number" v-model="model.f_transfer_fees"
|
|
65
|
+
placeholder="过户费"
|
|
66
|
+
v-next-el='accopen' v-el:fees>
|
|
67
|
+
</div>
|
|
68
|
+
<div class="col-sm-4" :class="[$v.payment.required ? 'has-error' : '']">
|
|
69
|
+
<label id="label" for="f_paymenttype" class="font_normal_body"> 付款方式</label>
|
|
70
|
+
<input type="text" v-show="false" v-model="$refs.payment.selectedItems"
|
|
71
|
+
v-validate:payment='{required: true }'>
|
|
72
|
+
<v-select :value.sync="model.f_payment"
|
|
73
|
+
v-model="model.f_payment"
|
|
74
|
+
:options='payments' placeholder='付款方式'
|
|
75
|
+
v-ref:payment
|
|
76
|
+
close-on-select></v-select>
|
|
77
|
+
</div>
|
|
78
|
+
<div class="col-sm-4">
|
|
79
|
+
<label id="label" for="f_transfer_fees" class="font_normal_body" title="新人口数"> 新人口数</label>
|
|
80
|
+
<input class="input_search" style="width:60%" type="number" v-model="model.f_new_people_num"
|
|
81
|
+
placeholder="新人口数"
|
|
82
|
+
v-next-el='accopen' v-el:fees>
|
|
83
|
+
</div>
|
|
84
|
+
</div>
|
|
85
|
+
<div class="row" style="margin-top:10px;" v-if="bankinfo">
|
|
86
|
+
<div class="col-sm-4">
|
|
87
|
+
<label id="label" for="f_newbank_accopen" class=" font_normal_body">新银行开户名:</label>
|
|
88
|
+
<input class="input_search" style="width:60%" type="text" title="新银行开户名"
|
|
89
|
+
v-model="model.f_newbank_accopen"
|
|
90
|
+
placeholder="新银行开户名" v-next-el='newbank' v-el:accopen>
|
|
91
|
+
</div>
|
|
92
|
+
<div class="col-sm-8" :class="[$v.f_bank_idnumber.identityCardValid ? 'has-error' : 'has-success']">
|
|
93
|
+
<label for="f_bank_idnumber" class=" font_normal_body">新开户身份证号</label>
|
|
94
|
+
<input class="input_search" style="width:60%" type="text" title="新开户身份证号"
|
|
95
|
+
v-model="model.f_bank_idnumber"
|
|
96
|
+
v-validate:f_bank_idnumber='{identityCardValid: true }' placeholder="新开户身份证号">
|
|
97
|
+
</div>
|
|
98
|
+
|
|
99
|
+
</div>
|
|
100
|
+
<div class="row" style="margin-top:10px;" v-if="bankinfo">
|
|
101
|
+
<div class="col-sm-4">
|
|
102
|
+
<label id="label" for="f_newbank_name" class="font_normal_body">新银行名</label>
|
|
103
|
+
<v-select :value.sync="model.f_newbank_name"
|
|
104
|
+
:options='banknames' placeholder='新银行开户名'
|
|
105
|
+
close-on-select></v-select>
|
|
106
|
+
</div>
|
|
107
|
+
<div class="col-sm-8">
|
|
108
|
+
<label id="label" for="f_newbank_account" class="font_normal_body">新银行账号</label>
|
|
109
|
+
<input class="input_search" style="width:60%" type="text" title="新银行账号"
|
|
110
|
+
v-model="model.f_newbank_account"
|
|
111
|
+
placeholder="新银行账号" v-el:account>
|
|
112
|
+
</div>
|
|
113
|
+
</div>
|
|
114
|
+
<div class="row">
|
|
115
|
+
<div class="col-sm-8 form-group">
|
|
116
|
+
<label class="font_normal_body" for="f_taxpayer_id">纳税人识别号</label>
|
|
117
|
+
<input class="input_search" placeholder="纳税人识别号" style="width:70%" type="text"
|
|
118
|
+
v-model="model.f_taxpayer_id" v-next-el="addressphone">
|
|
119
|
+
</div>
|
|
120
|
+
<div class="col-sm-4 form-group">
|
|
121
|
+
<label class="font_normal_body" for="f_paper_name">名  称</label>
|
|
122
|
+
<input class="input_search" placeholder="名称" style="width:60%" type="text" v-el:papername
|
|
123
|
+
v-model="model.f_paper_name" v-next-el="paperaccount">
|
|
124
|
+
</div>
|
|
125
|
+
</div>
|
|
126
|
+
<div class="row">
|
|
127
|
+
<div class="col-sm-8 form-group">
|
|
128
|
+
<label class="font_normal_body" for="f_address_phone">地址电话  </label>
|
|
129
|
+
<input class="input_search" placeholder="地址-电话" style="width:70%" type="text" v-el:addressphone
|
|
130
|
+
v-model="model.f_address_phone" v-next-el="papername">
|
|
131
|
+
</div>
|
|
132
|
+
<div class="col-sm-4 form-group">
|
|
133
|
+
<label class="font_normal_body" for="f_paper_type">票据类型</label>
|
|
134
|
+
<v-select :options='papertype'
|
|
135
|
+
:value-single="true"
|
|
136
|
+
:value.sync="model.f_paper_type" close-on-select
|
|
137
|
+
placeholder='票据类型'></v-select>
|
|
138
|
+
</div>
|
|
139
|
+
</div>
|
|
140
|
+
<div class="row">
|
|
141
|
+
<div class="col-sm-8 form-group">
|
|
142
|
+
<label class="font_normal_body " for="f_paper_account">开户行及账号</label>
|
|
143
|
+
<input class="input_search" placeholder="银行名称" style="width:70%" type="text" v-el:paperaccount
|
|
144
|
+
v-model="model.f_paper_account">
|
|
145
|
+
</div>
|
|
146
|
+
<div class="col-sm-4 form-group">
|
|
147
|
+
<label class="font_normal_body" for="f_contact_user">联系人名</label>
|
|
148
|
+
<input class="input_search" placeholder="联系人姓名" style="width:60%" type="text" v-el:contactuser
|
|
149
|
+
v-model="model.f_contact_user">
|
|
150
|
+
</div>
|
|
151
|
+
</div>
|
|
152
|
+
<div class="row">
|
|
153
|
+
<div class="col-sm-8 form-group">
|
|
154
|
+
<label class="font_normal_body " for="f_paper_account">推送票据邮箱</label>
|
|
155
|
+
<input class="input_search" placeholder="推送票据邮箱" style="width:70%" type="text" v-el:f_email
|
|
156
|
+
v-model="model.f_email">
|
|
157
|
+
</div>
|
|
158
|
+
<div v-if="config.hasAudit" class="col-sm-4 form-group"
|
|
159
|
+
:class="[$v.f_audit_person.required ? 'has-error' : 'has-success']">
|
|
160
|
+
<label class="font_normal_body">审核人员</label>
|
|
161
|
+
<input v-show="false" v-model="model.f_audit_person" v-validate:f_audit_person='{required: true}'>
|
|
162
|
+
<v-select :value.sync="model.f_audit_person"
|
|
163
|
+
:options='auditor' placeholder='请选择'
|
|
164
|
+
selected="审核人员"
|
|
165
|
+
:value-single="true"
|
|
166
|
+
style="width:60%"
|
|
167
|
+
close-on-select></v-select>
|
|
168
|
+
</div>
|
|
169
|
+
</div>
|
|
170
|
+
<div class="row" style="margin-top:10px;">
|
|
171
|
+
|
|
172
|
+
<div class="col-sm-12">
|
|
173
|
+
<label id="label" for="f_comments" class="font_normal_body"> 备  注</label>
|
|
174
|
+
<input class="input_search" style="width:87%" v-model="model.f_comments"
|
|
175
|
+
placeholder="备注"/>
|
|
176
|
+
</div>
|
|
177
|
+
</div>
|
|
178
|
+
</form>
|
|
179
|
+
<accept-bill :show="acceptprint" :bill-url='acceptUrl' v-on:toggle="close" :data='row' :billdata="printData"
|
|
180
|
+
@closeaccept="closeAccept" v-ref:acceptbill></accept-bill>
|
|
181
|
+
<validate-bill v-if="hasValidateBill" :data="model" @validate-bill="validateBill"></validate-bill>
|
|
182
|
+
<print-bill :show="print" :bill-config='config' :bill-data='billData' v-on:toggle="close" @printok="printok"
|
|
183
|
+
:data='row' v-ref:printbill></print-bill>
|
|
184
|
+
<div style="text-align:right;height:auto;">
|
|
185
|
+
<button style="margin-right:5px;" v-if="this.$login.r.includes('加载过户资料')" class="button_search"
|
|
186
|
+
@click="loaduser()">
|
|
187
|
+
加载过户资料
|
|
188
|
+
</button>
|
|
189
|
+
<button class="button_clear" @click="accept()" v-if="config.hasAcceptance" :disabled='!$v.valid'>受理单
|
|
190
|
+
</button>
|
|
191
|
+
<button class="button_search" v-show="config.hasAudit" type="button" @click="auditConfirm()"
|
|
192
|
+
:disabled='!$v.valid'>
|
|
193
|
+
过户审核
|
|
194
|
+
</button>
|
|
195
|
+
<button class="button_search" v-show="!config.hasAudit" @click="confirm()" :disabled='!$v.valid'>
|
|
196
|
+
确认
|
|
197
|
+
</button>
|
|
198
|
+
<button class="button_clear" @click="clear()">
|
|
199
|
+
取消
|
|
200
|
+
</button>
|
|
201
|
+
</div>
|
|
202
|
+
<!--<upload :blodid="blodid" isremark="true" fusetype="过户"></upload>-->
|
|
203
|
+
<upload :blodid="blodid" v-if="config.showupload" v-on:confirminfo="confirmIdCard"
|
|
204
|
+
:businessid="randomBusinessId" isremark="true" fusetype="过户管理"></upload>
|
|
205
|
+
</validator>
|
|
206
|
+
</div>
|
|
207
|
+
<modal v-if="loaduserflag" :show.sync="loaduserflag" width="80%" title="过户资产信息" v-ref:modal large
|
|
208
|
+
backdrop="false">
|
|
209
|
+
<article slot="modal-body" class="modal-body" style="height: 700px;padding: 0!important;">
|
|
210
|
+
<tranfersel-list :f_filialeid.sync="f_filialeid"></tranfersel-list>
|
|
211
|
+
</article>
|
|
212
|
+
<footer slot="modal-footer" class="modal-footer">
|
|
213
|
+
</footer>
|
|
214
|
+
</modal>
|
|
215
|
+
</div>
|
|
216
|
+
</template>
|
|
217
|
+
<script>
|
|
218
|
+
import Vue from 'vue'
|
|
219
|
+
|
|
220
|
+
let transfersaveGen = async function (self) {
|
|
221
|
+
try {
|
|
222
|
+
let condition = `f_userinfo_id = '${self.row.f_userinfo_id}'`
|
|
223
|
+
let bank = await self.$SqlService.singleTable('t_infobank', condition)
|
|
224
|
+
self.setbank(bank)
|
|
225
|
+
let res = await self.$LogicService.changeAccount(self.transferdata)
|
|
226
|
+
console.log('过户返回=====>', res)
|
|
227
|
+
if (self.config.showupload) {
|
|
228
|
+
let param = []
|
|
229
|
+
for (let row of self.resid) {
|
|
230
|
+
param.push({id: row.id})
|
|
231
|
+
}
|
|
232
|
+
let data = {
|
|
233
|
+
param: param,
|
|
234
|
+
f_blobid: res.data
|
|
235
|
+
}
|
|
236
|
+
await self.$resetpost('api/af-revenue/logic/updatefiles', data)
|
|
237
|
+
}
|
|
238
|
+
if (self.config.hasPrint && !self.$login.r.includes('不打印发票')) {
|
|
239
|
+
if (self.model.f_print[0] != '电子发票') {
|
|
240
|
+
if (self.config.hasBillManage) {
|
|
241
|
+
self.row.id = res.data
|
|
242
|
+
self.row.f_bill_type = '过户'
|
|
243
|
+
self.row.f_bill_style = self.model.f_print[0]
|
|
244
|
+
self.print = true
|
|
245
|
+
} else {
|
|
246
|
+
self.row.id = res.data
|
|
247
|
+
self.print = true
|
|
248
|
+
}
|
|
249
|
+
} else if (self.model.f_print[0] === '国税发票') {
|
|
250
|
+
// TODO
|
|
251
|
+
self.$dispatch('success')
|
|
252
|
+
} else if (self.model.f_print[0] === '电子发票') {
|
|
253
|
+
// TODO
|
|
254
|
+
self.$dispatch('success')
|
|
255
|
+
}
|
|
256
|
+
} else {
|
|
257
|
+
self.$dispatch('success')
|
|
258
|
+
}
|
|
259
|
+
} catch (error) {
|
|
260
|
+
self.$showAlert(error, 'danger', 0)
|
|
261
|
+
self.$dispatch('refresh')
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
let asyncTransferManage = async function (self) {
|
|
266
|
+
await self.$getConfig(self, 'TransferManage')
|
|
267
|
+
console.log('过户config', self.config)
|
|
268
|
+
self.model.f_new_people_num = self.config.f_new_people_num
|
|
269
|
+
self.model.f_print = self.config.printType instanceof Array ? self.config.printType : [self.config.printType]
|
|
270
|
+
self.model.f_payment = [self.config.payment]
|
|
271
|
+
self.mulPrint = self.config.printType instanceof Array
|
|
272
|
+
|
|
273
|
+
// 获取当前票号用
|
|
274
|
+
self.model.f_use_type = self.config.billType
|
|
275
|
+
self.model.f_bill_type = self.model.f_print
|
|
276
|
+
self.hasValidateBill = self.config.hasBillManage
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
export default {
|
|
280
|
+
title: '过户管理',
|
|
281
|
+
props: ['row'],
|
|
282
|
+
data () {
|
|
283
|
+
return {
|
|
284
|
+
config: {
|
|
285
|
+
showupload: true, // 默认显示上传附件
|
|
286
|
+
hasPrint: false, // 默认打票
|
|
287
|
+
hasAcceptance: false,
|
|
288
|
+
hasBillManage: false, // 默认不启用发票管理
|
|
289
|
+
billType: '燃气费', // 票据类型(燃气费,其他费用,调用的发票代码不同)
|
|
290
|
+
payment: '现金缴费',
|
|
291
|
+
f_contract_id: '',
|
|
292
|
+
f_new_people_num: 4, // 默认人口数
|
|
293
|
+
printType: '普通收据', // 收据/电子票/专用发票/国税发票
|
|
294
|
+
hasAudit: false // 是否审核
|
|
295
|
+
},
|
|
296
|
+
bankinfo: false,
|
|
297
|
+
numspan: false,
|
|
298
|
+
namespan: false,
|
|
299
|
+
phonespan: false,
|
|
300
|
+
randomBusinessId: '',
|
|
301
|
+
resid: [], // 存放新增的f_files表中id
|
|
302
|
+
model: {
|
|
303
|
+
f_operat_type: '过户',
|
|
304
|
+
f_print: [],
|
|
305
|
+
f_newcredentials: ['身份证'],
|
|
306
|
+
f_payment: [],
|
|
307
|
+
f_paymenttype: ['现金缴费'],
|
|
308
|
+
f_transfer_fees: this.$appdata.getSingleValue('过户费') ? this.$appdata.getSingleValue('过户费') : '',
|
|
309
|
+
// f_transfer_fees: '',
|
|
310
|
+
f_newbank_accopen: '',
|
|
311
|
+
f_newuser_name: '',
|
|
312
|
+
f_newidnumber: '',
|
|
313
|
+
f_new_people_num: 4,
|
|
314
|
+
f_address_phone: '',
|
|
315
|
+
f_paper_type: '',
|
|
316
|
+
f_paper_account: '',
|
|
317
|
+
f_email: '',
|
|
318
|
+
f_contact_user: '',
|
|
319
|
+
f_paper_name: '',
|
|
320
|
+
f_taxpayer_id: '',
|
|
321
|
+
f_newbank_name: ''
|
|
322
|
+
},
|
|
323
|
+
transferdata: {
|
|
324
|
+
userinfo: {}
|
|
325
|
+
},
|
|
326
|
+
print: false,
|
|
327
|
+
printData: {
|
|
328
|
+
username: '',
|
|
329
|
+
userphone: '',
|
|
330
|
+
credentials: '',
|
|
331
|
+
idnumber: ''
|
|
332
|
+
},
|
|
333
|
+
billData: {
|
|
334
|
+
url: 'api/af-revenue/report/transfer_bill',
|
|
335
|
+
billnumber: ''
|
|
336
|
+
},
|
|
337
|
+
mulPrint: false,
|
|
338
|
+
|
|
339
|
+
// 启用发票管理需要对票号进行验证
|
|
340
|
+
hasValidateBill: false,
|
|
341
|
+
validateOk: false,
|
|
342
|
+
|
|
343
|
+
blodid: '', // 附件
|
|
344
|
+
|
|
345
|
+
acceptprint: false,
|
|
346
|
+
acceptUrl: '',
|
|
347
|
+
auditor: [],
|
|
348
|
+
banknames: this.$appdata.getParam('银行名称'),
|
|
349
|
+
costtypes: this.$appdata.getParam('缴费类型'),
|
|
350
|
+
payments: this.$appdata.getParam('付款方式'),
|
|
351
|
+
papertype: this.$appdata.getParam('票据类型'),
|
|
352
|
+
printstyle: this.$appdata.getParam('打印格式'),
|
|
353
|
+
credentials: this.$appdata.getParam('证件类型'),
|
|
354
|
+
loaduserflag: false
|
|
355
|
+
}
|
|
356
|
+
},
|
|
357
|
+
ready () {
|
|
358
|
+
this.model.f_print = [this.config.printType]
|
|
359
|
+
this.blodid = this.row.f_userinfo_id
|
|
360
|
+
this.model.f_taxpayer_id = this.row.f_taxpayer_id
|
|
361
|
+
this.model.f_address_phone = this.row.f_address_phone
|
|
362
|
+
this.model.f_paper_name = this.row.f_paper_name
|
|
363
|
+
this.model.f_paper_account = this.row.f_paper_account
|
|
364
|
+
this.model.f_paper_type = this.row.f_paper_type
|
|
365
|
+
this.model.f_email = this.row.f_email
|
|
366
|
+
this.model.f_contact_user = this.row.f_contact_user
|
|
367
|
+
asyncTransferManage(this)
|
|
368
|
+
this.getRandomId()
|
|
369
|
+
this.getAuditor()
|
|
370
|
+
},
|
|
371
|
+
|
|
372
|
+
methods: {
|
|
373
|
+
async getAuditor () {
|
|
374
|
+
await this.$GetSaleParam.initinputtor()
|
|
375
|
+
this.auditor = this.$GetSaleParam.getAudit(this.$login.f.orgid)
|
|
376
|
+
},
|
|
377
|
+
confirmIdCard (msg) {
|
|
378
|
+
console.log(msg)
|
|
379
|
+
this.model.f_newuser_name = msg.strName
|
|
380
|
+
this.model.f_newidnumber = msg.strID
|
|
381
|
+
},
|
|
382
|
+
getRandomId () {
|
|
383
|
+
this.randomBusinessId = 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function (c) {
|
|
384
|
+
let res = Math.random() * 16 | 0
|
|
385
|
+
let v = c == 'x' ? res : (res & 0x3 | 0x8)
|
|
386
|
+
return v.toString(16)
|
|
387
|
+
})
|
|
388
|
+
},
|
|
389
|
+
// 加载过户资料
|
|
390
|
+
loaduser () {
|
|
391
|
+
this.loaduserflag = true
|
|
392
|
+
},
|
|
393
|
+
accept () {
|
|
394
|
+
// 打印受理单
|
|
395
|
+
this.printData.username = this.model.f_newuser_name ? `'${this.model.f_newuser_name}'` : '' + `'${this.model.f_newuser_name}'`
|
|
396
|
+
this.printData.userphone = this.model.f_newuser_phone ? `'${this.model.f_newuser_phone}'` : '' + `'${this.model.f_newuser_phone}'`
|
|
397
|
+
this.printData.credentials = this.model.f_newcredentials ? `'${this.model.f_newcredentials[0]}'` : '' + `'${this.model.f_newcredentials}'`
|
|
398
|
+
this.printData.idnumber = this.model.f_newidnumber ? `'${this.model.f_newidnumber}'` : '' + `'${this.model.f_newidnumber}'`
|
|
399
|
+
console.log('受累单中printData', this.printData)
|
|
400
|
+
this.acceptUrl = 'api/af-revenue/report/acceptTransfer_bill'
|
|
401
|
+
this.acceptprint = true
|
|
402
|
+
},
|
|
403
|
+
closeAccept () {
|
|
404
|
+
this.acceptprint = false
|
|
405
|
+
},
|
|
406
|
+
// 用户更改信息
|
|
407
|
+
getuserinfo () {
|
|
408
|
+
return {
|
|
409
|
+
f_userinfo_id: this.row.f_userinfo_id,
|
|
410
|
+
f_user_name: this.model.f_newuser_name,
|
|
411
|
+
f_credentials: this.model.f_newcredentials[0],
|
|
412
|
+
f_idnumber: this.model.f_newidnumber ? this.model.f_newidnumber : '',
|
|
413
|
+
f_user_phone: this.model.f_newuser_phone ? this.model.f_newuser_phone : '',
|
|
414
|
+
f_rent_phone: this.model.f_newrent_phone ? this.model.f_newrent_phone : '',
|
|
415
|
+
f_contract_id: this.model.f_contract_id ? this.model.f_contract_id : '',
|
|
416
|
+
f_cost_type: this.model.f_paymenttype[0],
|
|
417
|
+
version: this.row.userinfo_version,
|
|
418
|
+
f_taxpayer_id: this.model.f_taxpayer_id,
|
|
419
|
+
f_address_phone: this.model.f_address_phone,
|
|
420
|
+
f_paper_name: this.model.f_paper_name,
|
|
421
|
+
f_paper_account: this.model.f_paper_account,
|
|
422
|
+
f_email: this.model.f_email,
|
|
423
|
+
f_paper_type: this.model.f_paper_type,
|
|
424
|
+
f_contact_user: this.model.f_contact_user,
|
|
425
|
+
f_people_num: this.model.f_new_people_num ? this.model.f_new_people_num : 0,
|
|
426
|
+
infobank: {
|
|
427
|
+
f_userinfo_id: this.row.f_userinfo_id,
|
|
428
|
+
f_bank_name: this.model.f_newbank_name[0],
|
|
429
|
+
f_bank_accopen: this.model.f_newbank_accopen,
|
|
430
|
+
f_bank_account: this.model.f_newbank_account,
|
|
431
|
+
f_bank_idnumber: this.model.f_bank_idnumber
|
|
432
|
+
}
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
changecost (val) {
|
|
436
|
+
if (val[0] === '银行代扣') {
|
|
437
|
+
this.bankinfo = true
|
|
438
|
+
} else {
|
|
439
|
+
this.bankinfo = false
|
|
440
|
+
}
|
|
441
|
+
this.$resetValidation()
|
|
442
|
+
},
|
|
443
|
+
validateBill (val) {
|
|
444
|
+
this.validateOk = val.isOk
|
|
445
|
+
this.billData.bill = val.bill
|
|
446
|
+
},
|
|
447
|
+
printok () {
|
|
448
|
+
this.$dispatch('success')
|
|
449
|
+
},
|
|
450
|
+
|
|
451
|
+
// 过户表及操作表信息
|
|
452
|
+
getOperateInfo () {
|
|
453
|
+
return {
|
|
454
|
+
f_userinfo_id: this.row.f_userinfo_id,
|
|
455
|
+
record_userinfo: this.row.f_userinfo_id,
|
|
456
|
+
f_user_id: this.row.f_user_id,
|
|
457
|
+
f_serial_number: this.model.f_serial_number ? this.model.f_serial_number : '',
|
|
458
|
+
f_userfiles_id: this.row.f_userfiles_id ? this.row.f_userfiles_id : '',
|
|
459
|
+
f_user_name: this.row.f_user_name,
|
|
460
|
+
f_taxpayer_id: this.row.f_taxpayer_id,
|
|
461
|
+
f_address_phone: this.row.f_address_phone,
|
|
462
|
+
f_paper_name: this.row.f_paper_name,
|
|
463
|
+
f_paper_account: this.row.f_paper_account,
|
|
464
|
+
f_email: this.row.f_email,
|
|
465
|
+
f_paper_type: this.row.f_paper_type,
|
|
466
|
+
f_contact_user: this.row.f_contact_user,
|
|
467
|
+
f_user_phone: this.row.f_user_phone ? this.row.f_user_phone : '',
|
|
468
|
+
f_idnumber: this.row.f_idnumber ? this.row.f_idnumber : '',
|
|
469
|
+
f_credentials: this.row.f_credentials ? this.row.f_credentials : '',
|
|
470
|
+
f_payment: this.model.f_payment[0] ? this.model.f_payment[0] : '',
|
|
471
|
+
f_bill_style: this.model.f_print[0] ? this.model.f_print[0] : '',
|
|
472
|
+
f_newuser_name: this.model.f_newuser_name,
|
|
473
|
+
f_newuser_phone: this.model.f_newuser_phone,
|
|
474
|
+
f_newrent_phone: this.model.f_newrent_phone ? this.model.f_newrent_phone : '',
|
|
475
|
+
f_newcredentials: this.model.f_newcredentials[0],
|
|
476
|
+
f_newidnumber: this.model.f_newidnumber ? this.model.f_newidnumber : '',
|
|
477
|
+
f_bank_accopen: null,
|
|
478
|
+
f_bank_name: null,
|
|
479
|
+
f_bank_account: null,
|
|
480
|
+
f_newbank_accopen: this.model.f_newbank_accopen ? this.model.f_newbank_accopen : '',
|
|
481
|
+
f_newbank_name: this.model.f_newbank_name[0] ? this.model.f_newbank_name[0] : '',
|
|
482
|
+
f_newbank_account: this.model.f_newbank_account ? this.model.f_newbank_account : '',
|
|
483
|
+
f_bank_idnumber: this.row.f_bank_idnumber ? this.model.f_bank_idnumber : '',
|
|
484
|
+
f_newbank_idnumber: this.model.f_bank_idnumber ? this.model.f_bank_idnumber : '',
|
|
485
|
+
f_transfer_fees: this.model.f_transfer_fees ? this.model.f_transfer_fees : 0,
|
|
486
|
+
f_old_people_num: this.row.f_people_num ? this.row.f_people_num : 0,
|
|
487
|
+
f_new_people_num: this.model.f_new_people_num ? this.model.f_new_people_num : 0,
|
|
488
|
+
f_newtaxpayer_id: this.model.f_taxpayer_id,
|
|
489
|
+
f_newaddress_phone: this.model.f_address_phone,
|
|
490
|
+
f_newpaper_name: this.model.f_paper_name,
|
|
491
|
+
f_newpaper_account: this.model.f_paper_account,
|
|
492
|
+
f_newemail: this.model.f_email,
|
|
493
|
+
f_newpaper_type: this.model.f_paper_type,
|
|
494
|
+
f_newcontact_user: this.model.f_contact_user,
|
|
495
|
+
f_comments: this.model.f_comments ? this.model.f_comments : '',
|
|
496
|
+
f_operat_type: '过户',
|
|
497
|
+
f_describe: this.$login.f.name + '对用户' + this.row.f_user_name + '进行过户',
|
|
498
|
+
f_state: '有效',
|
|
499
|
+
f_operator: this.$login.f.name,
|
|
500
|
+
f_operatorid: this.$login.f.id,
|
|
501
|
+
f_orgid: this.$login.f.orgid,
|
|
502
|
+
f_orgname: this.$login.f.orgs,
|
|
503
|
+
f_depid: this.$login.f.depids,
|
|
504
|
+
f_depname: this.$login.f.deps,
|
|
505
|
+
f_zoneid: this.$login.f.zoneid ? this.$login.f.zoneid : '',
|
|
506
|
+
f_zones: this.$login.f.zones ? this.$login.f.zones : '',
|
|
507
|
+
deletebank: false
|
|
508
|
+
}
|
|
509
|
+
},
|
|
510
|
+
// 银行信息的设置
|
|
511
|
+
setbank (bank) {
|
|
512
|
+
if (!bank.data[0]) {
|
|
513
|
+
if (this.model.f_paymenttype[0] === '现金缴费') {
|
|
514
|
+
delete this.transferdata.userinfo.infobank
|
|
515
|
+
} else if (this.model.f_paymenttype[0] === '银行代扣') {
|
|
516
|
+
delete this.transferdata.userinfo.infobank.f_userinfo_id
|
|
517
|
+
}
|
|
518
|
+
} else {
|
|
519
|
+
if (this.model.f_paymenttype[0] === '现金缴费') {
|
|
520
|
+
this.transferdata.deletebank = true
|
|
521
|
+
delete this.transferdata.userinfo.infobank
|
|
522
|
+
} else if (this.model.f_paymenttype[0] === '银行代扣') {
|
|
523
|
+
this.transferdata.f_bank_name = bank.data[0].f_bank_name
|
|
524
|
+
this.transferdata.f_bank_accopen = bank.data[0].f_bank_accopen
|
|
525
|
+
this.transferdata.f_bank_account = bank.data[0].f_bank_account
|
|
526
|
+
this.transferdata.f_bank_idnumber = bank.data[0].f_bank_idnumber
|
|
527
|
+
}
|
|
528
|
+
}
|
|
529
|
+
},
|
|
530
|
+
confirm () {
|
|
531
|
+
this.transferdata = Object.assign({}, this.getOperateInfo())
|
|
532
|
+
this.newbankname()
|
|
533
|
+
this.transferdata.userinfo = Object.assign({}, this.getuserinfo())
|
|
534
|
+
console.log('过户保存', this.transferdata)
|
|
535
|
+
transfersaveGen(this)
|
|
536
|
+
console.log(this)
|
|
537
|
+
},
|
|
538
|
+
async auditConfirm () {
|
|
539
|
+
let fileParam = []
|
|
540
|
+
for (let row of this.resid) {
|
|
541
|
+
fileParam.push({id: row.id})
|
|
542
|
+
}
|
|
543
|
+
let param = {
|
|
544
|
+
// 业务参数
|
|
545
|
+
requestParam: {
|
|
546
|
+
model: {
|
|
547
|
+
f_userinfo_id: this.row.f_userinfo_id,
|
|
548
|
+
record_userinfo: this.row.f_userinfo_id,
|
|
549
|
+
f_user_id: this.row.f_user_id,
|
|
550
|
+
f_serial_number: this.model.f_serial_number ? this.model.f_serial_number : '',
|
|
551
|
+
f_userfiles_id: this.row.f_userfiles_id ? this.row.f_userfiles_id : '',
|
|
552
|
+
f_user_name: this.row.f_user_name,
|
|
553
|
+
f_taxpayer_id: this.row.f_taxpayer_id,
|
|
554
|
+
f_address_phone: this.row.f_address_phone,
|
|
555
|
+
f_paper_name: this.row.f_paper_name,
|
|
556
|
+
f_paper_account: this.row.f_paper_account,
|
|
557
|
+
f_email: this.row.f_email,
|
|
558
|
+
f_paper_type: this.row.f_paper_type,
|
|
559
|
+
f_contact_user: this.row.f_contact_user,
|
|
560
|
+
f_user_phone: this.row.f_user_phone ? this.row.f_user_phone : '',
|
|
561
|
+
f_idnumber: this.row.f_idnumber ? this.row.f_idnumber : '',
|
|
562
|
+
f_credentials: this.row.f_credentials ? this.row.f_credentials : '',
|
|
563
|
+
f_payment: this.model.f_payment[0] ? this.model.f_payment[0] : '',
|
|
564
|
+
f_bill_style: this.model.f_print[0] ? this.model.f_print[0] : '',
|
|
565
|
+
f_newuser_name: this.model.f_newuser_name,
|
|
566
|
+
f_newuser_phone: this.model.f_newuser_phone,
|
|
567
|
+
f_newrent_phone: this.model.f_newrent_phone ? this.model.f_newrent_phone : '',
|
|
568
|
+
f_newcredentials: this.model.f_newcredentials[0],
|
|
569
|
+
f_newidnumber: this.model.f_newidnumber ? this.model.f_newidnumber : '',
|
|
570
|
+
f_bank_accopen: null,
|
|
571
|
+
f_bank_name: null,
|
|
572
|
+
f_bank_account: null,
|
|
573
|
+
f_newbank_accopen: this.model.f_newbank_accopen ? this.model.f_newbank_accopen : '',
|
|
574
|
+
f_newbank_name: this.model.f_newbank_name[0] ? this.model.f_newbank_name[0] : '',
|
|
575
|
+
f_newbank_account: this.model.f_newbank_account ? this.model.f_newbank_account : '',
|
|
576
|
+
f_bank_idnumber: this.row.f_bank_idnumber ? this.model.f_bank_idnumber : '',
|
|
577
|
+
f_newbank_idnumber: this.model.f_bank_idnumber ? this.model.f_bank_idnumber : '',
|
|
578
|
+
f_transfer_fees: this.model.f_transfer_fees ? this.model.f_transfer_fees : 0,
|
|
579
|
+
f_old_people_num: this.row.f_people_num ? this.row.f_people_num : 0,
|
|
580
|
+
f_new_people_num: this.model.f_new_people_num ? this.model.f_new_people_num : 0,
|
|
581
|
+
f_newtaxpayer_id: this.model.f_taxpayer_id,
|
|
582
|
+
f_newaddress_phone: this.model.f_address_phone,
|
|
583
|
+
f_newpaper_name: this.model.f_paper_name,
|
|
584
|
+
f_newpaper_account: this.model.f_paper_account,
|
|
585
|
+
f_newemail: this.model.f_email,
|
|
586
|
+
f_newpaper_type: this.model.f_paper_type,
|
|
587
|
+
f_newcontact_user: this.model.f_contact_user,
|
|
588
|
+
f_comments: this.model.f_comments ? this.model.f_comments : '',
|
|
589
|
+
f_operat_type: '过户',
|
|
590
|
+
f_describe: this.$login.f.name + '对用户' + this.row.f_user_name + '进行过户',
|
|
591
|
+
f_state: '有效',
|
|
592
|
+
f_operator: this.$login.f.name,
|
|
593
|
+
f_operatorid: this.$login.f.id,
|
|
594
|
+
f_orgid: this.$login.f.orgid,
|
|
595
|
+
f_orgname: this.$login.f.orgs,
|
|
596
|
+
f_depid: this.$login.f.depids,
|
|
597
|
+
f_depname: this.$login.f.deps,
|
|
598
|
+
f_zoneid: this.$login.f.zoneid ? this.$login.f.zoneid : '',
|
|
599
|
+
f_zones: this.$login.f.zones ? this.$login.f.zones : '',
|
|
600
|
+
deletebank: false,
|
|
601
|
+
userinfo: {
|
|
602
|
+
f_userinfo_id: this.row.f_userinfo_id,
|
|
603
|
+
f_user_name: this.model.f_newuser_name,
|
|
604
|
+
f_credentials: this.model.f_newcredentials[0],
|
|
605
|
+
f_idnumber: this.model.f_newidnumber ? this.model.f_newidnumber : '',
|
|
606
|
+
f_user_phone: this.model.f_newuser_phone ? this.model.f_newuser_phone : '',
|
|
607
|
+
f_rent_phone: this.model.f_newrent_phone ? this.model.f_newrent_phone : '',
|
|
608
|
+
f_contract_id: this.model.f_contract_id ? this.model.f_contract_id : '',
|
|
609
|
+
f_cost_type: this.model.f_paymenttype[0],
|
|
610
|
+
version: this.row.userinfo_version,
|
|
611
|
+
f_taxpayer_id: this.model.f_taxpayer_id,
|
|
612
|
+
f_address_phone: this.model.f_address_phone,
|
|
613
|
+
f_paper_name: this.model.f_paper_name,
|
|
614
|
+
f_paper_account: this.model.f_paper_account,
|
|
615
|
+
f_email: this.model.f_email,
|
|
616
|
+
f_paper_type: this.model.f_paper_type,
|
|
617
|
+
f_contact_user: this.model.f_contact_user,
|
|
618
|
+
f_people_num: this.model.f_new_people_num ? this.model.f_new_people_num : 0,
|
|
619
|
+
infobank: {
|
|
620
|
+
f_userinfo_id: this.row.f_userinfo_id,
|
|
621
|
+
f_bank_name: this.model.f_newbank_name[0],
|
|
622
|
+
f_bank_accopen: this.model.f_newbank_accopen,
|
|
623
|
+
f_bank_account: this.model.f_newbank_account,
|
|
624
|
+
f_bank_idnumber: this.model.f_bank_idnumber
|
|
625
|
+
}
|
|
626
|
+
}
|
|
627
|
+
}
|
|
628
|
+
},
|
|
629
|
+
// 审核人
|
|
630
|
+
f_audit_person: this.model.f_audit_person,
|
|
631
|
+
// 描述
|
|
632
|
+
f_describe: `${this.$login.f.name}对用户${this.row.f_user_name}进行过户`,
|
|
633
|
+
// 附件
|
|
634
|
+
fileParam: fileParam,
|
|
635
|
+
// 登录人信息
|
|
636
|
+
userBaseInfo: {
|
|
637
|
+
f_operator: Vue.$login.f.name,
|
|
638
|
+
f_userinfo_code: this.row.f_userinfo_code,
|
|
639
|
+
f_userinfo_id: this.row.f_userinfo_id,
|
|
640
|
+
f_operatorid: Vue.$login.f.id,
|
|
641
|
+
f_orgid: Vue.$login.f.orgid,
|
|
642
|
+
f_orgname: Vue.$login.f.orgs,
|
|
643
|
+
f_depid: Vue.$login.f.depids,
|
|
644
|
+
f_depname: Vue.$login.f.deps
|
|
645
|
+
},
|
|
646
|
+
// 业务类型
|
|
647
|
+
type: '过户',
|
|
648
|
+
// 执行业务
|
|
649
|
+
f_type: this.model.f_operat_type,
|
|
650
|
+
// 其他业务请求
|
|
651
|
+
f_otherparam: [],
|
|
652
|
+
// 备注
|
|
653
|
+
f_comments: this.model.f_comments,
|
|
654
|
+
// 执行logic
|
|
655
|
+
logicName: 'transferSave'
|
|
656
|
+
}
|
|
657
|
+
this.$resetpost('api/af-revenue/logic/commonAuditLogic', {data: param}, {
|
|
658
|
+
warnMsg: `确定要对用户${this.row.f_user_name}进行${this.model.f_operat_type}审核吗?`,
|
|
659
|
+
resolveMsg: `提交审核完成!!`,
|
|
660
|
+
rejectMsg: `提交审核失败!!请重试!!`
|
|
661
|
+
}).then((res) => {
|
|
662
|
+
this.clear()
|
|
663
|
+
})
|
|
664
|
+
},
|
|
665
|
+
clear () {
|
|
666
|
+
this.$dispatch('refresh')
|
|
667
|
+
},
|
|
668
|
+
close () {
|
|
669
|
+
this.print = false
|
|
670
|
+
this.clear()
|
|
671
|
+
},
|
|
672
|
+
newbankname () {
|
|
673
|
+
if (this.model.f_paymenttype[0] !== '银行代扣') {
|
|
674
|
+
this.model.f_newbank_accopen = null
|
|
675
|
+
}
|
|
676
|
+
}
|
|
677
|
+
},
|
|
678
|
+
events: {
|
|
679
|
+
'confirmuserfiles' (val) {
|
|
680
|
+
if (val) {
|
|
681
|
+
if (val.buyername != null) this.$set('model.f_newuser_name', val.buyername)
|
|
682
|
+
if (val.buyerphone != null) this.$set('model.f_newuser_phone', val.buyerphone)
|
|
683
|
+
if (val.buyercardno != null) this.$set('model.f_newidnumber', val.buyercardno)
|
|
684
|
+
this.loaduserflag = false
|
|
685
|
+
}
|
|
686
|
+
},
|
|
687
|
+
// 删除Resid数组元素
|
|
688
|
+
'delResid' (val) {
|
|
689
|
+
this.resid.$remove({id: val, f_biobid: ''})
|
|
690
|
+
// this.resid.splice(this.resid.indexOf({id:val,f_biobid:''}),1);
|
|
691
|
+
},
|
|
692
|
+
// 增加Resid数组元素
|
|
693
|
+
'resid' (val) {
|
|
694
|
+
this.resid.push({id: val, f_biobid: ''})
|
|
695
|
+
}
|
|
696
|
+
}
|
|
697
|
+
}
|
|
698
|
+
</script>
|
|
699
|
+
|
|
700
|
+
<style scoped>
|
|
701
|
+
#label {
|
|
702
|
+
margin-top: 5px;
|
|
703
|
+
}
|
|
704
|
+
</style>
|