sale-client 4.2.18 → 4.2.19
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/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +1 -1
- package/build/dev-server.js +4 -10
- package/package.json +1 -1
- package/src/filiale/TaiYuan/Userinfo.vue +393 -0
- package/src/filiale/TaiYuan/meterinfodetail.vue +448 -0
- package/src/filiale/TaiYuan/sale.js +4 -0
- package/src/filiale/jinhuang/WebHand.vue +1026 -1026
- package/src/main.js +1 -1
- package/src/components/FilesManage/addressts/FileUserFilests.vue +0 -671
- package/src/components/FilesManage/ncUserinfoList.vue +0 -315
- package/src/components/SellGasCharge/MeterCharge/CardDataRewrite.vue +0 -107
- package/src/components/SendCard/SendCardData.vue +0 -208
- package/src/components/accounts/accountAdd.vue +0 -276
- package/src/components/accounts/accountsList.vue +0 -183
- package/src/components/accounts/accountsManage.vue +0 -87
- package/src/components/common/chargeinfo/chargeinfo.vue +0 -55
- package/src/components/common/userinfo_detail/config/exportConfig.js +0 -85
- package/src/components/ncarchives/ncArchivesAdd.vue +0 -468
- package/src/components/ncarchives/ncArchivesList.vue +0 -159
- package/src/components/ncarchives/ncUserfilesList.vue +0 -373
- package/src/components/ncarchives/ncarchivesmanage.vue +0 -80
- package/src/components/revenue/IOTArrears/arrears.vue +0 -323
- package/src/components/revenue/IOTArrears/iotRechargeAudit.vue +0 -369
- package/src/components/revenue/base/rightview/carddetail/cardiotfeeChangeDetail.vue +0 -59
- package/src/components/revenue/base/rightview/carddetail/reduceChangeDetail.vue +0 -59
- package/src/components/revenue/comprehen/ComprehenOperation/BatchChange/BatchCancellationts.vue +0 -73
- package/src/components/revenue/comprehen/ComprehenOperation/BatchChange/BatchEnablets.vue +0 -73
- package/src/components/revenue/comprehen/ComprehenOperation/IcFeeDeduction/ReduceAddGas.vue +0 -199
- package/src/components/revenue/comprehen/ComprehenOperation/IcFeeDeduction/icdeductionManage.vue +0 -24
- package/src/components/revenue/comprehen/ComprehenOperation/IcFeeDeduction/icdeductionYSManage.vue +0 -24
- package/src/components/revenue/comprehen/ComprehenOperation/IcFeeDeduction/icfeeDeduction.vue +0 -185
- package/src/components/revenue/comprehen/ComprehenOperation/IcFeeDeduction/icfeeYSDeduction.vue +0 -185
- package/src/components/revenue/comprehen/ComprehenOperation/newchangemeter/ChangeFlowMeter.vue +0 -356
- package/src/components/revenue/comprehen/ComprehenOperation/newchangemeter/CorrectionMeter.vue +0 -148
- package/src/components/revenue/comprehen/SpecialUser/BlackList/BlackUserList.vue +0 -136
- package/src/components/revenue/recordMainten/sellinggas/AddWarehousemain.vue +0 -65
- package/src/components/revenue/recordMainten/sellinggas/MeterOperateAdd.vue +0 -483
- package/src/components/revenue/recordMainten/sellinggas/MeterOperatemain.vue +0 -279
- package/src/components/revenue/recordMainten/sellinggas/MeterOperatemainImport.vue +0 -265
- package/src/components/thirdapply/thirdAdd.vue +0 -289
- package/src/components/thirdapply/thirdList.vue +0 -162
- package/src/components/thirdapply/thirdManage.vue +0 -74
- package/src/components/webMeter/InstructQuery.vue +0 -414
- package/src/components/webMeter/ParamSet/ParamSet.vue +0 -556
- package/src/components/webMeter/ParamSet/ParamSetForm.vue +0 -296
- package/src/components/webMeter/WebUserHand.vue +0 -483
- package/src/components/webMeter/instructionView/NewQueryInstruct.vue +0 -509
- package/src/components/webMeter/instructionView/NewQueryInstructMain.vue +0 -48
- package/src/components/webMeter/webManage/NewMeterList.vue +0 -461
- package/src/plugins/FileManageServicets.js +0 -214
- package/src/plugins/GetImg.js +0 -53
|
Binary file
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
#Thu
|
|
1
|
+
#Thu Mar 13 17:10:29 CST 2025
|
|
2
2
|
gradle.version=5.2.1
|
package/build/dev-server.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var path = require('path')
|
|
2
2
|
var checkVersion = require('./versionCheck.js')
|
|
3
3
|
checkVersion()
|
|
4
|
-
const [ serverRul, localUrl ] = ['http://
|
|
4
|
+
const [ serverRul, localUrl ] = ['http://121.36.106.17:31467/', 'http://121.36.106.17:31467/']
|
|
5
5
|
var merge = require('webpack-merge')
|
|
6
6
|
var baseConfig = require('./webpack.dev.conf')
|
|
7
7
|
var devConfig = {
|
|
@@ -42,20 +42,14 @@ var devConfig = {
|
|
|
42
42
|
// target: 'http://410663id1ia4.vicp.fun'
|
|
43
43
|
// },
|
|
44
44
|
// '/api/af-revenue/sql': {
|
|
45
|
-
// pathRewrite: {
|
|
46
|
-
//
|
|
47
|
-
// },
|
|
45
|
+
// // pathRewrite: {
|
|
46
|
+
// // '/api/af-revenue/sql': '/sql'
|
|
47
|
+
// // },
|
|
48
48
|
// target: localUrl
|
|
49
49
|
// },
|
|
50
50
|
'/rs/pay': {
|
|
51
51
|
target: 'http://localhost:8080'
|
|
52
52
|
},
|
|
53
|
-
'/api/af-revenue': {
|
|
54
|
-
pathRewrite: {
|
|
55
|
-
'/api/af-revenue': '/af-revenue'
|
|
56
|
-
},
|
|
57
|
-
target: "http://localhost:8080"
|
|
58
|
-
},
|
|
59
53
|
'/api': {
|
|
60
54
|
target: serverRul
|
|
61
55
|
},
|
package/package.json
CHANGED
|
@@ -0,0 +1,393 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<partial-view v-ref:pv>
|
|
3
|
+
<div class="panel panel-info auto" style="margin-top: auto">
|
|
4
|
+
<div class="panel-heading" style="height: 35px">
|
|
5
|
+
<h4 style="display:inline-block;margin-top: auto">档案信息</h4>
|
|
6
|
+
</div>
|
|
7
|
+
<div class="auto info-content">
|
|
8
|
+
<div class="row" v-if="warninginfo.data.insMsg">
|
|
9
|
+
<p align="center"><font color="red" style="font-weight: bold">{{ warninginfo.data.insMsg }}</font></p>
|
|
10
|
+
</div>
|
|
11
|
+
|
|
12
|
+
<div class="row" :class="[config.f_userinfo_code ? 'highlight' : '']">
|
|
13
|
+
<label class="col-sm-5">客户编号</label>
|
|
14
|
+
<span class="col-sm-7"><a
|
|
15
|
+
@click="dealmsg(data)">{{ data ? data.f_userinfo_code : dafault.f_userinfo_code }}</a></span>
|
|
16
|
+
</div>
|
|
17
|
+
<div class="row" :class="[config.f_user_name ? 'highlight' : '']">
|
|
18
|
+
<label class="col-sm-5">客户名称</label>
|
|
19
|
+
<span class="col-sm-7">{{ data ? data.f_user_name : dafault.f_user_name }}</span>
|
|
20
|
+
</div>
|
|
21
|
+
<div class="row" v-if="data.f_name_pinyin">
|
|
22
|
+
<label class="col-sm-5">名称首拼</label>
|
|
23
|
+
<span class="col-sm-7">{{ data ? data.f_name_pinyin : dafault.f_name_pinyin }}</span>
|
|
24
|
+
</div>
|
|
25
|
+
<div class="row" :class="[config.f_user_type ? 'highlight' : '']">
|
|
26
|
+
<label class="col-sm-5">客户类型</label>
|
|
27
|
+
<span class="col-sm-7">{{ data ? data.f_user_type : dafault.f_user_type }}</span>
|
|
28
|
+
</div>
|
|
29
|
+
<div class="row">
|
|
30
|
+
<label class="col-sm-5">账户余额</label>
|
|
31
|
+
<span class="col-sm-7">{{ data ? data.f_balance : dafault.f_user_type }}</span>
|
|
32
|
+
</div>
|
|
33
|
+
<div class="row" v-show="data.f_project_money && data.f_project_money > 0">
|
|
34
|
+
<label class="col-sm-5">未结金额</label>
|
|
35
|
+
<span class="col-sm-7">{{ data ?data.f_project_money: '' }} | {{ data ?data.f_gas_type: '' }}</span>
|
|
36
|
+
</div>
|
|
37
|
+
<div class="row" v-show="data && data.f_sys_balance !== 0">
|
|
38
|
+
<label class="col-sm-5">系统余额</label>
|
|
39
|
+
<span class="col-sm-7">{{ data.f_sys_balance ? data.f_sys_balance : dafault.f_user_type }}</span>
|
|
40
|
+
</div>
|
|
41
|
+
<div class="row" :class="[config.f_idnumber ? 'highlight' : '']">
|
|
42
|
+
<label class="col-sm-5" style="color: brown">证件号码</label>
|
|
43
|
+
<span class="col-sm-7" style="word-break: break-all;color: brown">{{ data ? data.f_idnumber : dafault.f_idnumber }}
|
|
44
|
+
<span v-if="data"
|
|
45
|
+
@click.stop="changeuseridnumber"
|
|
46
|
+
class="glyphicon glyphicon-pencil clickchange"
|
|
47
|
+
title="修正客户证件号码">
|
|
48
|
+
</span>
|
|
49
|
+
</span>
|
|
50
|
+
</div>
|
|
51
|
+
<div class="row" :class="[config.f_user_phone ? 'highlight' : '']">
|
|
52
|
+
<label class="col-sm-5" style="color: brown">客户电话</label>
|
|
53
|
+
<span class="col-sm-7" style="color: brown">{{ data ? data.f_user_phone : dafault.f_user_phone }}
|
|
54
|
+
<span v-if="data" @click.stop="changeuserphone"
|
|
55
|
+
class="glyphicon glyphicon-pencil clickchange" title="修正客户电话"></span>
|
|
56
|
+
</span>
|
|
57
|
+
</div>
|
|
58
|
+
<!-- <div class="row">-->
|
|
59
|
+
<!-- <label class="col-sm-5" style="color: brown">备用电话</label>-->
|
|
60
|
+
<!-- <span class="col-sm-7" style="color: brown">{{ data ? data.f_rent_phone : dafault.f_rent_phone }}-->
|
|
61
|
+
<!-- <span v-if="data" @click.stop="changerentphone"-->
|
|
62
|
+
<!-- class="glyphicon glyphicon-pencil clickchange" title="修正备用电话"></span>-->
|
|
63
|
+
<!-- </span>-->
|
|
64
|
+
<!-- </div>-->
|
|
65
|
+
<div class="row" :class="[config.f_user_state ? 'highlight' : '']">
|
|
66
|
+
<label class="col-sm-5">客户状态</label>
|
|
67
|
+
<span class="col-sm-7">{{ data ? data.f_user_state : dafault.f_user_state }}</span>
|
|
68
|
+
</div>
|
|
69
|
+
<div class="row" :class="[config.f_comments ? 'highlight' : '']">
|
|
70
|
+
<label class="col-sm-5" style="color: brown">备注信息</label>
|
|
71
|
+
<span class="col-sm-7" style="color: brown">{{ data ? data.f_comments : dafault.f_comments }}
|
|
72
|
+
<span v-if="data" @click.stop="change_reason"
|
|
73
|
+
class="glyphicon glyphicon-pencil clickchange" title="修改备注信息"></span>
|
|
74
|
+
</span>
|
|
75
|
+
</div>
|
|
76
|
+
<div class="row" :class="[config.f_address ? 'highlight' : '']">
|
|
77
|
+
<label class="col-sm-5">客户地址</label>
|
|
78
|
+
<span class="col-sm-7">{{ data ? data.f_address : dafault.f_address }}</span>
|
|
79
|
+
</div>
|
|
80
|
+
<div class="row" :class="[config.f_open_date ? 'highlight' : '']">
|
|
81
|
+
<label class="col-sm-5">开户时间</label>
|
|
82
|
+
<span class="col-sm-7">{{ data ? data.f_open_date.substr(0, 10) : dafault.f_open_date }}</span>
|
|
83
|
+
</div>
|
|
84
|
+
<div class="row" :class="[config.f_input_date ? 'highlight' : '']">
|
|
85
|
+
<label class="col-sm-5">安装时间</label>
|
|
86
|
+
<span class="col-sm-7">{{ data ? data.f_install_date.substr(0, 10) : dafault.f_input_date }}</span>
|
|
87
|
+
</div>
|
|
88
|
+
<div class="row" :class="[config.f_people_num ? 'highlight' : '']">
|
|
89
|
+
<label class="col-sm-5"> 人 口 数</label>
|
|
90
|
+
<span class="col-sm-7"
|
|
91
|
+
style="word-break: break-all">{{ data ? data.f_people_num : dafault.f_people_num }}</span>
|
|
92
|
+
</div>
|
|
93
|
+
<!-- <div class="row">-->
|
|
94
|
+
<!-- <label class="col-sm-5">客户等级</label>-->
|
|
95
|
+
<!-- <span class="col-sm-7"-->
|
|
96
|
+
<!-- style="word-break: break-all">{{ data ? data.f_user_level : dafault.f_people_num }}</span>-->
|
|
97
|
+
<!-- </div>-->
|
|
98
|
+
<div class="row">
|
|
99
|
+
<label class="col-sm-5">旧客户编号</label>
|
|
100
|
+
<span class="col-sm-7">{{ data ? data.f_olduserinfo_code : dafault.f_userinfo_code }}</span>
|
|
101
|
+
</div>
|
|
102
|
+
<div class="row">
|
|
103
|
+
<label class="col-sm-5">合同编号</label>
|
|
104
|
+
<span class="col-sm-7">{{ data ? data.f_contract_id : dafault.f_contract_id }}</span>
|
|
105
|
+
</div>
|
|
106
|
+
<modal v-if="showselectncuserinfo" :show.sync="showselectncuserinfo" width="40%" title="修正客户电话号码"
|
|
107
|
+
v-ref:modal large backdrop="false">
|
|
108
|
+
<article slot="modal-body" class="modal-body">
|
|
109
|
+
<div class="form-horizontal">
|
|
110
|
+
<div class="row">
|
|
111
|
+
<div class="col-sm-12 form-group">
|
|
112
|
+
<label class="font_normal_body">旧客户电话</label>
|
|
113
|
+
<input disabled readonly type="text" style="width:80%" class="input_search"
|
|
114
|
+
v-model="data.f_user_phone" placeholder='旧客户电话'>
|
|
115
|
+
</div>
|
|
116
|
+
</div>
|
|
117
|
+
<div class="row">
|
|
118
|
+
<div class="col-sm-12 form-group">
|
|
119
|
+
<label class="font_normal_body">新客户电话</label>
|
|
120
|
+
<input type="text" style="width:80%" class="input_search" v-model="newuserphone"
|
|
121
|
+
placeholder='新客户电话'>
|
|
122
|
+
</div>
|
|
123
|
+
</div>
|
|
124
|
+
</div>
|
|
125
|
+
</article>
|
|
126
|
+
<footer slot="modal-footer" class="modal-footer">
|
|
127
|
+
<button class="button_search" :disabled='!$m.valid ' @click="modifyUser">确定</button>
|
|
128
|
+
<button type="button" class="button_clear" @click='close'>取消</button>
|
|
129
|
+
</footer>
|
|
130
|
+
</modal>
|
|
131
|
+
<modal v-if="showselectncuserrent" :show.sync="showselectncuserrent" width="40%" title="修正客户备用电话"
|
|
132
|
+
v-ref:modal large backdrop="false">
|
|
133
|
+
<article slot="modal-body" class="modal-body">
|
|
134
|
+
<div class="form-horizontal">
|
|
135
|
+
<div class="row">
|
|
136
|
+
<div class="col-sm-12 form-group">
|
|
137
|
+
<label class="font_normal_body">旧客户备用电话</label>
|
|
138
|
+
<input disabled readonly type="text" style="width:80%" class="input_search"
|
|
139
|
+
v-model="data.f_rent_phone" placeholder='旧客户备用电话'>
|
|
140
|
+
</div>
|
|
141
|
+
</div>
|
|
142
|
+
<div class="row">
|
|
143
|
+
<div class="col-sm-12 form-group">
|
|
144
|
+
<label class="font_normal_body">新客户备用电话</label>
|
|
145
|
+
<input type="text" style="width:80%" class="input_search" v-model="newrentphone"
|
|
146
|
+
placeholder='新客户备用电话'>
|
|
147
|
+
</div>
|
|
148
|
+
</div>
|
|
149
|
+
</div>
|
|
150
|
+
</article>
|
|
151
|
+
<footer slot="modal-footer" class="modal-footer">
|
|
152
|
+
<button class="button_search" :disabled='!$m.valid ' @click="modifyUserRent">确定</button>
|
|
153
|
+
<button type="button" class="button_clear" @click='close'>取消</button>
|
|
154
|
+
</footer>
|
|
155
|
+
</modal>
|
|
156
|
+
<modal v-if="reason_show" :show.sync="reason_show" width="40%" title="修改备注信息"
|
|
157
|
+
v-ref:modal large backdrop="false">
|
|
158
|
+
<article slot="modal-body" class="modal-body">
|
|
159
|
+
<div class="form-horizontal">
|
|
160
|
+
<div class="row">
|
|
161
|
+
<div class="col-sm-12 form-group">
|
|
162
|
+
<label class="font_normal_body">旧备注信息</label>
|
|
163
|
+
<input disabled readonly type="text" style="width:80%" class="input_search"
|
|
164
|
+
v-model="data.f_comments" placeholder='旧备注信息'>
|
|
165
|
+
</div>
|
|
166
|
+
</div>
|
|
167
|
+
<div class="row">
|
|
168
|
+
<div class="col-sm-12 form-group">
|
|
169
|
+
<label class="font_normal_body">新备注信息</label>
|
|
170
|
+
<input type="text" style="width:80%" class="input_search" v-model="new_reason"
|
|
171
|
+
placeholder='新备注信息'>
|
|
172
|
+
</div>
|
|
173
|
+
</div>
|
|
174
|
+
</div>
|
|
175
|
+
</article>
|
|
176
|
+
<footer slot="modal-footer" class="modal-footer">
|
|
177
|
+
<button class="button_search" :disabled='!$m.valid ' @click="modifyUserSpecialReson">确定</button>
|
|
178
|
+
<button type="button" class="button_clear" @click='close'>取消</button>
|
|
179
|
+
</footer>
|
|
180
|
+
</modal>
|
|
181
|
+
<modal v-if="showselectncuseridnumber" :show.sync="showselectncuseridnumber" width="40%" title="修改证件号码"
|
|
182
|
+
v-ref:modal large backdrop="false">
|
|
183
|
+
<article slot="modal-body" class="modal-body">
|
|
184
|
+
<div class="form-horizontal">
|
|
185
|
+
<div class="row">
|
|
186
|
+
<div class="col-sm-12 form-group">
|
|
187
|
+
<label class="font_normal_body">旧证件号码</label>
|
|
188
|
+
<input readonly type="text" style="width:80%" class="input_search"
|
|
189
|
+
v-model="data.f_idnumber" placeholder='旧证件号码'>
|
|
190
|
+
</div>
|
|
191
|
+
</div>
|
|
192
|
+
<div class="row">
|
|
193
|
+
<div class="col-sm-12 form-group">
|
|
194
|
+
<label class="font_normal_body">新证件号码</label>
|
|
195
|
+
<input type="text" style="width:80%" class="input_search" v-model="newuseridnumber"
|
|
196
|
+
placeholder='新证件号码'>
|
|
197
|
+
</div>
|
|
198
|
+
</div>
|
|
199
|
+
</div>
|
|
200
|
+
</article>
|
|
201
|
+
<footer slot="modal-footer" class="modal-footer">
|
|
202
|
+
<button class="button_search" :disabled='!newuseridnumber' @click="modifyUserIdNumberReason">确定</button>
|
|
203
|
+
<button type="button" class="button_clear" @click='close'>取消</button>
|
|
204
|
+
</footer>
|
|
205
|
+
</modal>
|
|
206
|
+
|
|
207
|
+
</div>
|
|
208
|
+
</div>
|
|
209
|
+
</partial-view>
|
|
210
|
+
</template>
|
|
211
|
+
|
|
212
|
+
<script>
|
|
213
|
+
/**
|
|
214
|
+
*用户档案相关信息组件
|
|
215
|
+
*/
|
|
216
|
+
|
|
217
|
+
export default {
|
|
218
|
+
ready () {
|
|
219
|
+
console.log('看看userinfo里面接收的data数据:', this.data)
|
|
220
|
+
this.$getConfig(this, 'getUserInfo')
|
|
221
|
+
},
|
|
222
|
+
title: '客户基本信息',
|
|
223
|
+
data () {
|
|
224
|
+
return {
|
|
225
|
+
dafault: {
|
|
226
|
+
f_user_name: '***',
|
|
227
|
+
f_userinfo_code: '********',
|
|
228
|
+
f_people_num: '**',
|
|
229
|
+
f_idnumber: '****',
|
|
230
|
+
f_user_phone: '************',
|
|
231
|
+
f_address: '*****',
|
|
232
|
+
f_user_type: '***',
|
|
233
|
+
f_open_date: '****年**月**日',
|
|
234
|
+
f_input_date: '****年**月**日',
|
|
235
|
+
f_hand_date: '****年**月**日',
|
|
236
|
+
f_rent_phone: '************',
|
|
237
|
+
f_comments: '**',
|
|
238
|
+
f_user_state: '****',
|
|
239
|
+
f_contract_id: '*************'
|
|
240
|
+
},
|
|
241
|
+
config: {
|
|
242
|
+
f_user_name: false,
|
|
243
|
+
f_userinfo_code: false,
|
|
244
|
+
f_people_num: false,
|
|
245
|
+
f_idnumber: false,
|
|
246
|
+
f_user_phone: false,
|
|
247
|
+
f_address: false,
|
|
248
|
+
f_user_type: false,
|
|
249
|
+
f_open_date: false,
|
|
250
|
+
f_input_date: false,
|
|
251
|
+
f_comments: false,
|
|
252
|
+
f_user_state: false
|
|
253
|
+
},
|
|
254
|
+
model: null,
|
|
255
|
+
showselectncuserinfo: false,
|
|
256
|
+
showselectncuserrent: false,
|
|
257
|
+
showselectncuseridnumber: false,
|
|
258
|
+
newuserphone: '',
|
|
259
|
+
newrentphone: '',
|
|
260
|
+
newuseridnumber: '',
|
|
261
|
+
reason_show: false,
|
|
262
|
+
new_reason: ''
|
|
263
|
+
}
|
|
264
|
+
},
|
|
265
|
+
props: ['data', 'warninginfo'],
|
|
266
|
+
methods: {
|
|
267
|
+
async modifyUserSpecialReson () {
|
|
268
|
+
let param = {
|
|
269
|
+
new_reason: this.new_reason,
|
|
270
|
+
f_userinfo_id: this.data.f_userinfo_id,
|
|
271
|
+
f_user_id: this.data.f_user_id,
|
|
272
|
+
f_operator: this.$login.f.name,
|
|
273
|
+
f_operatorid: this.$login.f.id,
|
|
274
|
+
f_orgid: this.$login.f.orgid,
|
|
275
|
+
f_orgname: this.$login.f.orgs,
|
|
276
|
+
f_depid: this.$login.f.depids,
|
|
277
|
+
f_depname: this.$login.f.deps
|
|
278
|
+
}
|
|
279
|
+
await this.$resetpost('/api/af-revenue/logic/changeuserinfo', {data: param}, {resolveMsg: '修正成功', rejectMsg: null})
|
|
280
|
+
this.data.f_comments = this.new_reason
|
|
281
|
+
this.$parent.$parent.close()
|
|
282
|
+
this.$parent.$parent.clean()
|
|
283
|
+
this.$parent.$parent.$refs.list.searchNoData()
|
|
284
|
+
this.close()
|
|
285
|
+
},
|
|
286
|
+
async modifyUserIdNumberReason () {
|
|
287
|
+
let param = {
|
|
288
|
+
new_idnumber: this.newuseridnumber,
|
|
289
|
+
f_userinfo_id: this.data.f_userinfo_id,
|
|
290
|
+
f_user_id: this.data.f_user_id,
|
|
291
|
+
f_operator: this.$login.f.name,
|
|
292
|
+
f_operatorid: this.$login.f.id,
|
|
293
|
+
f_orgid: this.$login.f.orgid,
|
|
294
|
+
f_orgname: this.$login.f.orgs,
|
|
295
|
+
f_depid: this.$login.f.depids,
|
|
296
|
+
f_depname: this.$login.f.deps
|
|
297
|
+
}
|
|
298
|
+
await this.$resetpost('/api/af-revenue/logic/changeuserinfo', {data: param}, {resolveMsg: '修正成功', rejectMsg: null})
|
|
299
|
+
this.data.f_idnumber = this.newuseridnumber
|
|
300
|
+
this.$parent.$parent.close()
|
|
301
|
+
this.$parent.$parent.clean()
|
|
302
|
+
this.$parent.$parent.$refs.list.searchNoData()
|
|
303
|
+
this.close()
|
|
304
|
+
},
|
|
305
|
+
change_reason () {
|
|
306
|
+
// 修正客户电话
|
|
307
|
+
this.reason_show = true
|
|
308
|
+
this.new_reason = ''
|
|
309
|
+
},
|
|
310
|
+
dealmsg (val) {
|
|
311
|
+
if (val.f_userinfo_code !== '********') {
|
|
312
|
+
this.$dispatch('deal-msg', val)
|
|
313
|
+
}
|
|
314
|
+
},
|
|
315
|
+
changeuserphone () {
|
|
316
|
+
// 修正客户电话
|
|
317
|
+
this.showselectncuserinfo = true
|
|
318
|
+
this.newuserphone = ''
|
|
319
|
+
},
|
|
320
|
+
changeuseridnumber () {
|
|
321
|
+
// 修正客户证件号码
|
|
322
|
+
this.showselectncuseridnumber = true
|
|
323
|
+
this.newuseridnumber = ''
|
|
324
|
+
},
|
|
325
|
+
changerentphone () {
|
|
326
|
+
// 修正客户电话
|
|
327
|
+
this.showselectncuserrent = true
|
|
328
|
+
this.newrentphone = ''
|
|
329
|
+
},
|
|
330
|
+
async modifyUser () {
|
|
331
|
+
let param = {
|
|
332
|
+
new_userphone: this.newuserphone,
|
|
333
|
+
f_userinfo_id: this.data.f_userinfo_id,
|
|
334
|
+
f_user_id: this.data.f_user_id,
|
|
335
|
+
f_operator: this.$login.f.name,
|
|
336
|
+
f_operatorid: this.$login.f.id,
|
|
337
|
+
f_orgid: this.$login.f.orgid,
|
|
338
|
+
f_orgname: this.$login.f.orgs,
|
|
339
|
+
f_depid: this.$login.f.depids,
|
|
340
|
+
f_depname: this.$login.f.deps
|
|
341
|
+
}
|
|
342
|
+
await this.$resetpost('/api/af-revenue/logic/changeuserinfo', {data: param}, {resolveMsg: '修正成功', rejectMsg: null})
|
|
343
|
+
this.data.f_user_phone = this.newuserphone
|
|
344
|
+
this.$parent.$parent.close()
|
|
345
|
+
this.$parent.$parent.clean()
|
|
346
|
+
this.$parent.$parent.$refs.list.searchNoData()
|
|
347
|
+
this.close()
|
|
348
|
+
},
|
|
349
|
+
async modifyUserRent () {
|
|
350
|
+
let param = {
|
|
351
|
+
new_rentphone: this.newrentphone,
|
|
352
|
+
f_userinfo_id: this.data.f_userinfo_id,
|
|
353
|
+
f_user_id: this.data.f_user_id,
|
|
354
|
+
f_operator: this.$login.f.name,
|
|
355
|
+
f_operatorid: this.$login.f.id,
|
|
356
|
+
f_orgid: this.$login.f.orgid,
|
|
357
|
+
f_orgname: this.$login.f.orgs,
|
|
358
|
+
f_depid: this.$login.f.depids,
|
|
359
|
+
f_depname: this.$login.f.deps
|
|
360
|
+
}
|
|
361
|
+
await this.$resetpost('/api/af-revenue/logic/changeuserinfo', {data: param}, {resolveMsg: '修正成功', rejectMsg: null})
|
|
362
|
+
this.data.f_rent_phone = this.newrentphone
|
|
363
|
+
this.$parent.$parent.close()
|
|
364
|
+
this.$parent.$parent.clean()
|
|
365
|
+
this.$parent.$parent.$refs.list.searchNoData()
|
|
366
|
+
this.close()
|
|
367
|
+
},
|
|
368
|
+
close () {
|
|
369
|
+
this.showselectncuserinfo = false
|
|
370
|
+
this.showselectncuserrent = false
|
|
371
|
+
this.reason_show = false
|
|
372
|
+
this.showselectncuseridnumber = false
|
|
373
|
+
this.newuserphone = ''
|
|
374
|
+
this.new_reason = ''
|
|
375
|
+
this.new_idnumber = ''
|
|
376
|
+
}
|
|
377
|
+
},
|
|
378
|
+
watch: {
|
|
379
|
+
'data' (val) {
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
</script>
|
|
384
|
+
<style scoped>
|
|
385
|
+
.clickchange:hover {
|
|
386
|
+
color: #3592ef;
|
|
387
|
+
cursor: pointer;
|
|
388
|
+
}
|
|
389
|
+
.highlight {
|
|
390
|
+
color: brown;
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
</style>
|