sale-client 3.6.255-mx → 3.6.256
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/fileChanges/last-build.bin +0 -0
- package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/5.2.1/gc.properties +0 -0
- package/.gradle/7.4/checksums/checksums.lock +0 -0
- package/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/7.4/dependencies-accessors/gc.properties +0 -0
- package/.gradle/7.4/executionHistory/executionHistory.bin +0 -0
- package/.gradle/7.4/executionHistory/executionHistory.lock +0 -0
- package/.gradle/7.4/fileChanges/last-build.bin +0 -0
- package/.gradle/7.4/fileHashes/fileHashes.bin +0 -0
- package/.gradle/7.4/fileHashes/fileHashes.lock +0 -0
- package/.gradle/7.4/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +2 -0
- package/.gradle/file-system.probe +0 -0
- package/.gradle/vcs-1/gc.properties +0 -0
- package/package.json +2 -2
- package/src/components/FilesManage/UserEssentialInfoTest.vue +35 -0
- package/src/components/FilesManage/UserGeneralInfoTest.vue +10 -0
- package/src/components/charge/business/machine/MachineCharge.vue +1 -0
- package/src/components/revenue/base/leftview/SafeCheck.vue +1 -1
- package/src/components/revenue/comprehen/ComprehenOperation/ChangeAccount/TransferManage.vue +90 -0
- package/src/filiale/liaoyuan/ChangeMeter.vue +2 -2
- package/src/filiale/yangchun/AddGasBrand.vue +526 -0
- package/src/filiale/yangchun/BlackList/BlackListList.vue +2 -2
- package/src/filiale/yangchun/BlackList/BlackListManage.vue +1 -1
- package/src/filiale/yangchun/BlackList/BlackRecordQuery.vue +1 -1
- package/src/filiale/yangchun/CardMeterCenter.vue +963 -0
- package/src/filiale/yangchun/EditWebMeterInfo.vue +282 -0
- package/src/filiale/yangchun/FilesManage/UserEssentialInfoTest.vue +586 -0
- package/src/filiale/yangchun/MachineChargeService.js +122 -0
- package/src/filiale/yangchun/MachineMeterCenter.vue +700 -0
- package/src/filiale/yangchun/MeterHistory.vue +74 -0
- package/src/filiale/yangchun/MeterinfoTest.vue +1212 -0
- package/src/filiale/yangchun/Overdue/OverdueSet.vue +45 -0
- package/src/filiale/yangchun/Overdue/OverdueSetList.vue +282 -0
- package/src/filiale/yangchun/Overdue/OverdueSetUser.vue +93 -0
- package/src/filiale/yangchun/ShowCardSellGas.vue +940 -0
- package/src/filiale/yangchun/UseWebMeter.vue +185 -0
- package/src/filiale/yangchun/WebMeterInfo.vue +80 -0
- package/src/filiale/yangchun/WebMeterList.vue +433 -0
- package/src/filiale/yangchun/sale.js +24 -0
- package/src/sale.js +1201 -1201
- package/pnpm-lock.yaml +0 -12326
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sale-client",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.256",
|
|
4
4
|
"description": "收费模块前台组件",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"qrcodejs2": "0.0.2",
|
|
25
25
|
"vue": "^1.0.17",
|
|
26
26
|
"webpack-dev-server": "^2.11.5",
|
|
27
|
-
"vue-client": "1.24.
|
|
27
|
+
"vue-client": "1.24.137",
|
|
28
28
|
"yarn": "^1.22.10"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
@@ -38,6 +38,15 @@
|
|
|
38
38
|
:options='userstates' :placeholder="getConfigPlaceholder('f_user_state','客户状态')"
|
|
39
39
|
close-on-select></v-select>
|
|
40
40
|
</div>
|
|
41
|
+
<div class="col-sm-4 form-group" style="" >
|
|
42
|
+
<label for="f_uservent_date" class="font_normal_body"> {{getConfigLabelName('f_uservent_date','通气日期')}}</label>
|
|
43
|
+
<datepicker style="width:60%" placeholder="用户通气日期"
|
|
44
|
+
v-model="baseinfo.base.f_uservent_date"
|
|
45
|
+
v-ref:f_uservent_date
|
|
46
|
+
:value.sync="baseinfo.base.f_uservent_date"
|
|
47
|
+
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
48
|
+
></datepicker>
|
|
49
|
+
</div>
|
|
41
50
|
</div>
|
|
42
51
|
<div class="row">
|
|
43
52
|
<div style="" class="col-sm-4 form-group" v-if="getConfigShowItem('f_credentials')">
|
|
@@ -223,6 +232,20 @@
|
|
|
223
232
|
:placeholder="getConfigPlaceholder('f_olduserinfo_code','档案编号')">
|
|
224
233
|
</div>
|
|
225
234
|
</div>
|
|
235
|
+
<div >
|
|
236
|
+
<div class="col-sm-4 form-group"
|
|
237
|
+
v-show="(formconfig && formconfig.f_gas_pointsnumber && formconfig.f_gas_pointsnumber.required) || !onlyshowmust"
|
|
238
|
+
:class="[$v.f_gas_pointsnumber.dctest ? 'has-error' : '']" v-if="getConfigShowItem('f_people_num')">
|
|
239
|
+
<label for="f_people_num" style="letter-spacing: 0.5em;margin-right: -0.5em" class="font_normal_body w3">{{getConfigLabelName('f_gas_pointsnumber','用气点数量')}}</label>
|
|
240
|
+
<v-select id="f_people_num" :value.sync="baseinfo.base.f_gas_pointsnumber"
|
|
241
|
+
v-model="baseinfo.base.f_gas_pointsnumber"
|
|
242
|
+
:value-single="true"
|
|
243
|
+
:options='pointsnums'
|
|
244
|
+
:placeholder="getConfigPlaceholder('f_gas_pointsnumber','用气点数量')"
|
|
245
|
+
style="width: 65%"
|
|
246
|
+
close-on-select></v-select>
|
|
247
|
+
</div>
|
|
248
|
+
</div>
|
|
226
249
|
<div class="row">
|
|
227
250
|
<div style="" class="col-sm-12 form-group" v-if="getConfigShowItem('f_comments')"
|
|
228
251
|
v-show="(formconfig && formconfig.f_comments && formconfig.f_comments.required) || !onlyshowmust"
|
|
@@ -339,6 +362,7 @@
|
|
|
339
362
|
userstates: this.$appdata.getParam('用户状态'),
|
|
340
363
|
mgq: this.$appdata.getParam('是否煤改气'),
|
|
341
364
|
peopleMax: this.$appdata.getSingleValue('最大人口数'),
|
|
365
|
+
pointsMax: this.$appdata.getSingleValue('最大用气点数量'),
|
|
342
366
|
costtype: this.$appdata.getParam('付款类型'),
|
|
343
367
|
usernature: this.$appdata.getParam('用户性质'),
|
|
344
368
|
userlevel: this.$appdata.getParam('用户等级'),
|
|
@@ -466,6 +490,17 @@
|
|
|
466
490
|
nums.push(temp)
|
|
467
491
|
}
|
|
468
492
|
return nums
|
|
493
|
+
},
|
|
494
|
+
pointsnums () {
|
|
495
|
+
let pointsMax = this.$appdata.getSingleValue('最大用气点数量') ? this.$appdata.getSingleValue('最大用气点数量') : 10
|
|
496
|
+
let nums = []
|
|
497
|
+
for (let i = 1; i <= pointsMax; i++) {
|
|
498
|
+
let temp = {}
|
|
499
|
+
temp.label = i
|
|
500
|
+
temp.value = i
|
|
501
|
+
nums.push(temp)
|
|
502
|
+
}
|
|
503
|
+
return nums
|
|
469
504
|
}
|
|
470
505
|
},
|
|
471
506
|
events: {
|
|
@@ -273,6 +273,8 @@ export default {
|
|
|
273
273
|
limitShow: false,
|
|
274
274
|
limit_gas: null,
|
|
275
275
|
peopleNum: this.$appdata.getSingleValue('默认人口'),
|
|
276
|
+
pointsNum: this.$appdata.getSingleValue('默认用气点'),
|
|
277
|
+
kitchenType: this.$appdata.getSingleValue('默认厨房类型'),
|
|
276
278
|
blodid: '', // 附件的临时id
|
|
277
279
|
defaultMeterInfo: '', // 默认的表具信息
|
|
278
280
|
fileSaveData: {
|
|
@@ -384,6 +386,12 @@ export default {
|
|
|
384
386
|
this.data.oldaddressinfo = this.oldAddress
|
|
385
387
|
this.data.hasnumber = this.config.hasnumber
|
|
386
388
|
this.data.limit_gas = this.limit_gas
|
|
389
|
+
let fileLength = this.$refs.upload.fileInfoData.length
|
|
390
|
+
debugger
|
|
391
|
+
if (this.data.baseinfo.base.f_kitchen_type === '暗厨房' && fileLength === 0) {
|
|
392
|
+
this.$showAlert('暗厨房需上传附件!', 'danger', 0)
|
|
393
|
+
return
|
|
394
|
+
};
|
|
387
395
|
if (this.f_filialeid && this.f_filialeid != '') {
|
|
388
396
|
this.data.f_filialeid = this.f_filialeid
|
|
389
397
|
} else {
|
|
@@ -514,6 +522,8 @@ export default {
|
|
|
514
522
|
this.data.baseinfo.base.f_paper_type = this.data.baseinfo.base.f_paper_type ? [this.data.baseinfo.base.f_paper_type] : '电子发票'
|
|
515
523
|
this.data.baseinfo.bank.f_bank_name = this.data.baseinfo.bank.f_bank_name ? [this.data.baseinfo.bank.f_bank_name] : '中国银行'
|
|
516
524
|
this.data.baseinfo.base.f_people_num = this.data.baseinfo.base.f_people_num ? this.data.baseinfo.base.f_people_num : (this.peopleNum ? this.peopleNum : 0)
|
|
525
|
+
this.data.baseinfo.base.f_gas_pointsnumber = this.data.baseinfo.base.f_gas_pointsnumber ? this.data.baseinfo.base.f_gas_pointsnumber : (this.pointsNum ? this.pointsNum : 2)
|
|
526
|
+
this.data.baseinfo.base.f_kitchen_type = this.data.baseinfo.base.f_kitchen_type ? this.data.baseinfo.base.f_kitchen_type : (this.kitchenType ? this.kitchenType : '')
|
|
517
527
|
|
|
518
528
|
if (this.data.baseinfo.base.f_slice_area) {
|
|
519
529
|
this.data.baseinfo.base.f_slice_area = [this.data.baseinfo.base.f_slice_area]
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
</tr>
|
|
115
115
|
<tr>
|
|
116
116
|
<td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;width: 17%" >机械读数:</td>
|
|
117
|
-
<td colspan="3" style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ model.
|
|
117
|
+
<td colspan="3" style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ model.f_base_num_machinery }}</td>
|
|
118
118
|
</tr>
|
|
119
119
|
<tr >
|
|
120
120
|
<td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;">用户满意度:</td>
|
package/src/components/revenue/comprehen/ComprehenOperation/ChangeAccount/TransferManage.vue
CHANGED
|
@@ -67,6 +67,11 @@
|
|
|
67
67
|
v-ref:payment
|
|
68
68
|
close-on-select></v-select>
|
|
69
69
|
</div>
|
|
70
|
+
<div class="col-sm-4">
|
|
71
|
+
<label id="label" for="f_transfer_fees" class="font_normal_body" title="新人口数"> 新人口数</label>
|
|
72
|
+
<input class="input_search" style="width:60%" type="number" v-model="model.f_new_people_num" placeholder="新人口数"
|
|
73
|
+
v-next-el='accopen' v-el:fees >
|
|
74
|
+
</div>
|
|
70
75
|
</div>
|
|
71
76
|
<div class="row" style="margin-top:10px;" v-if = "bankinfo">
|
|
72
77
|
<div class="col-sm-4">
|
|
@@ -94,6 +99,51 @@
|
|
|
94
99
|
placeholder="新银行账号" v-el:account>
|
|
95
100
|
</div>
|
|
96
101
|
</div>
|
|
102
|
+
<div class="row" >
|
|
103
|
+
<div class="col-sm-8 form-group">
|
|
104
|
+
<label class="font_normal_body" for="f_taxpayer_id">纳税人识别号</label>
|
|
105
|
+
<input class="input_search" placeholder="纳税人识别号" style="width:70%" type="text"
|
|
106
|
+
v-model="model.f_taxpayer_id" v-next-el="addressphone">
|
|
107
|
+
</div>
|
|
108
|
+
<div class="col-sm-4 form-group">
|
|
109
|
+
<label class="font_normal_body" for="f_paper_name">名  称</label>
|
|
110
|
+
<input class="input_search" placeholder="名称" style="width:60%" type="text" v-el:papername
|
|
111
|
+
v-model="model.f_paper_name" v-next-el="paperaccount">
|
|
112
|
+
</div>
|
|
113
|
+
</div>
|
|
114
|
+
<div class="row">
|
|
115
|
+
<div class="col-sm-8 form-group">
|
|
116
|
+
<label class="font_normal_body" for="f_address_phone">地址电话  </label>
|
|
117
|
+
<input class="input_search" placeholder="地址-电话" style="width:70%" type="text" v-el:addressphone
|
|
118
|
+
v-model="model.f_address_phone" v-next-el="papername">
|
|
119
|
+
</div>
|
|
120
|
+
<div class="col-sm-4 form-group">
|
|
121
|
+
<label class="font_normal_body" for="f_paper_type">票据类型</label>
|
|
122
|
+
<v-select :options='papertype'
|
|
123
|
+
:value-single="true"
|
|
124
|
+
:value.sync="model.f_paper_type" close-on-select
|
|
125
|
+
placeholder='票据类型'></v-select>
|
|
126
|
+
</div>
|
|
127
|
+
</div>
|
|
128
|
+
<div class="row">
|
|
129
|
+
<div class="col-sm-8 form-group">
|
|
130
|
+
<label class="font_normal_body " for="f_paper_account">开户行及账号</label>
|
|
131
|
+
<input class="input_search" placeholder="银行名称" style="width:70%" type="text" v-el:paperaccount
|
|
132
|
+
v-model="model.f_paper_account">
|
|
133
|
+
</div>
|
|
134
|
+
<div class="col-sm-4 form-group">
|
|
135
|
+
<label class="font_normal_body" for="f_contact_user">联系人名</label>
|
|
136
|
+
<input class="input_search" placeholder="联系人姓名" style="width:60%" type="text" v-el:contactuser
|
|
137
|
+
v-model="model.f_contact_user" >
|
|
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:f_email
|
|
144
|
+
v-model="model.f_email">
|
|
145
|
+
</div>
|
|
146
|
+
</div>
|
|
97
147
|
<div class="row" style="margin-top:10px;">
|
|
98
148
|
|
|
99
149
|
<div class="col-sm-12">
|
|
@@ -222,6 +272,14 @@
|
|
|
222
272
|
f_newbank_accopen: '',
|
|
223
273
|
f_newuser_name: '',
|
|
224
274
|
f_newidnumber: '',
|
|
275
|
+
f_new_people_num: 4,
|
|
276
|
+
f_address_phone: '',
|
|
277
|
+
f_paper_type: '',
|
|
278
|
+
f_paper_account: '',
|
|
279
|
+
f_email: '',
|
|
280
|
+
f_contact_user: '',
|
|
281
|
+
f_paper_name: '',
|
|
282
|
+
f_taxpayer_id: '',
|
|
225
283
|
f_newbank_name: ''
|
|
226
284
|
},
|
|
227
285
|
transferdata: {
|
|
@@ -252,6 +310,7 @@
|
|
|
252
310
|
banknames: this.$appdata.getParam('银行名称'),
|
|
253
311
|
costtypes: this.$appdata.getParam('缴费类型'),
|
|
254
312
|
payments: this.$appdata.getParam('付款方式'),
|
|
313
|
+
papertype: this.$appdata.getParam('票据类型'),
|
|
255
314
|
printstyle: this.$appdata.getParam('打印格式'),
|
|
256
315
|
credentials: this.$appdata.getParam('证件类型'),
|
|
257
316
|
loaduserflag :false,
|
|
@@ -260,6 +319,13 @@
|
|
|
260
319
|
ready () {
|
|
261
320
|
this.model.f_print = [this.config.printType]
|
|
262
321
|
this.blodid = this.row.f_userinfo_id
|
|
322
|
+
this.model.f_taxpayer_id = this.row.f_taxpayer_id
|
|
323
|
+
this.model.f_address_phone = this.row.f_address_phone
|
|
324
|
+
this.model.f_paper_name = this.row.f_paper_name
|
|
325
|
+
this.model.f_paper_account = this.row.f_paper_account
|
|
326
|
+
this.model.f_paper_type = this.row.f_paper_type
|
|
327
|
+
this.model.f_email = this.row.f_email
|
|
328
|
+
this.model.f_contact_user = this.row.f_contact_user
|
|
263
329
|
asyncTransferManage(this)
|
|
264
330
|
this.getRandomId()
|
|
265
331
|
},
|
|
@@ -306,6 +372,14 @@
|
|
|
306
372
|
f_contract_id: this.model.f_contract_id ? this.model.f_contract_id : '',
|
|
307
373
|
f_cost_type: this.model.f_paymenttype[0],
|
|
308
374
|
version: this.row.userinfo_version,
|
|
375
|
+
f_taxpayer_id: this.model.f_taxpayer_id,
|
|
376
|
+
f_address_phone: this.model.f_address_phone,
|
|
377
|
+
f_paper_name: this.model.f_paper_name,
|
|
378
|
+
f_paper_account: this.model.f_paper_account,
|
|
379
|
+
f_email: this.model.f_email,
|
|
380
|
+
f_paper_type: this.model.f_paper_type,
|
|
381
|
+
f_contact_user: this.model.f_contact_user,
|
|
382
|
+
f_people_num: this.model.f_new_people_num ? this.model.f_new_people_num : 0,
|
|
309
383
|
infobank: {
|
|
310
384
|
f_userinfo_id: this.row.f_userinfo_id,
|
|
311
385
|
f_bank_name: this.model.f_newbank_name[0],
|
|
@@ -340,6 +414,13 @@
|
|
|
340
414
|
f_serial_number: this.model.f_serial_number ? this.model.f_serial_number : '',
|
|
341
415
|
f_userfiles_id: this.row.f_userfiles_id ? this.row.f_userfiles_id : '',
|
|
342
416
|
f_user_name: this.row.f_user_name,
|
|
417
|
+
f_taxpayer_id: this.row.f_taxpayer_id,
|
|
418
|
+
f_address_phone: this.row.f_address_phone,
|
|
419
|
+
f_paper_name: this.row.f_paper_name,
|
|
420
|
+
f_paper_account: this.row.f_paper_account,
|
|
421
|
+
f_email: this.row.f_email,
|
|
422
|
+
f_paper_type: this.row.f_paper_type,
|
|
423
|
+
f_contact_user: this.row.f_contact_user,
|
|
343
424
|
f_user_phone: this.row.f_user_phone ? this.row.f_user_phone : '',
|
|
344
425
|
f_idnumber: this.row.f_idnumber ? this.row.f_idnumber : '',
|
|
345
426
|
f_credentials: this.row.f_credentials ? this.row.f_credentials : '',
|
|
@@ -359,6 +440,15 @@
|
|
|
359
440
|
f_bank_idnumber: this.row.f_bank_idnumber ? this.model.f_bank_idnumber : '',
|
|
360
441
|
f_newbank_idnumber: this.model.f_bank_idnumber ? this.model.f_bank_idnumber : '',
|
|
361
442
|
f_transfer_fees: this.model.f_transfer_fees ? this.model.f_transfer_fees : 0,
|
|
443
|
+
f_old_people_num: this.row.f_people_num ? this.row.f_people_num : 0,
|
|
444
|
+
f_new_people_num: this.model.f_new_people_num ? this.model.f_new_people_num : 0,
|
|
445
|
+
f_newtaxpayer_id: this.model.f_taxpayer_id,
|
|
446
|
+
f_newaddress_phone: this.model.f_address_phone,
|
|
447
|
+
f_newpaper_name: this.model.f_paper_name,
|
|
448
|
+
f_newpaper_account: this.model.f_paper_account,
|
|
449
|
+
f_newemail: this.model.f_email,
|
|
450
|
+
f_newpaper_type: this.model.f_paper_type,
|
|
451
|
+
f_newcontact_user: this.model.f_contact_user,
|
|
362
452
|
f_comments: this.model.f_comments ? this.model.f_comments : '',
|
|
363
453
|
f_operat_type: '过户',
|
|
364
454
|
f_describe: this.$login.f.name + '对用户' + this.row.f_user_name + '进行过户',
|
|
@@ -352,7 +352,7 @@ export default {
|
|
|
352
352
|
},
|
|
353
353
|
async confirm () {
|
|
354
354
|
console.log('haunbiao', this.$refs.uploadfile.fileInfoData)
|
|
355
|
-
if (this.$refs.uploadfile.fileInfoData && this.$refs.uploadfile.fileInfoData.length >
|
|
355
|
+
if (this.$refs.uploadfile.fileInfoData && this.$refs.uploadfile.fileInfoData.length > 1) {
|
|
356
356
|
console.log('haunbiao', this.$refs.uploadfile.fileInfoData)
|
|
357
357
|
} else {
|
|
358
358
|
this.$showMessage(`换表请上传新旧表图片`)
|
|
@@ -669,7 +669,7 @@ export default {
|
|
|
669
669
|
console.log('获取到的欠费记录', books)
|
|
670
670
|
this.books = books
|
|
671
671
|
// 如果是机表验证是否有欠费
|
|
672
|
-
if ((this.row.f_balance - 0) < 0) {
|
|
672
|
+
if ((this.row.f_balance - 0) < 0 || this.books.data.length > 0) {
|
|
673
673
|
this.$showAlert('该表有欠费,请到机表缴费界面进行缴费', 'warning', 3000)
|
|
674
674
|
this.$dispatch('button-specifies', {name: '机表收费', value: 'machine-charge'}, this.row)
|
|
675
675
|
}
|