sale-client 3.5.164 → 3.5.166-1

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.
Files changed (41) hide show
  1. package/build/dev-server.js +14 -8
  2. package/package.json +1 -1
  3. package/src/components/FilesManage/FileUserFiles.vue +7 -7
  4. package/src/components/FilesManage/UserGeneralInfoTest.vue +1 -1
  5. package/src/components/FilesManageNew/FileUserFiles.vue +1 -1
  6. package/src/components/UserFiles/UserPriceChangeManage.vue +4 -1
  7. package/src/components/charge/ChargeList.vue +2 -2
  8. package/src/components/chargeNew/thirdSurplus.vue +1 -1
  9. package/src/components/revenue/HandManager/PriceAdjustment.vue +1 -1
  10. package/src/components/revenue/base/leftview/Userinfo.vue +2 -2
  11. package/src/components/revenue/changeInsurance/InsuranceChargesDetails.vue +6 -6
  12. package/src/components/revenue/changeInsurance/InsuranceList.vue +3 -3
  13. package/src/components/revenue/comprehen/ComprehenOperation/OtherGas/OtherGas.vue +2 -2
  14. package/src/components/revenue/comprehen/insurance/insuranceGuanL.vue +4 -4
  15. package/src/components/revenue/machineHandManage/machineHandAudit.vue +9 -21
  16. package/src/filiale/gehua/HighMeterIdCard.vue +1247 -1251
  17. package/src/filiale/gehua/sale.js +46 -43
  18. package/src/filiale/huayin/FileUserFiles.vue +1007 -0
  19. package/src/filiale/huayin/MeterinfoTest.vue +985 -0
  20. package/src/filiale/huayin/sale.js +10 -0
  21. package/src/filiale/liaoyuan/PriceAdjustment.vue +2 -2
  22. package/src/filiale/qianneng/CardList.vue +9 -0
  23. package/src/filiale/qianneng/eticket/EticketPrint.vue +6 -8
  24. package/src/filiale/shanggao/BankPayment.vue +287 -0
  25. package/src/filiale/shanggao/sale.js +1 -0
  26. package/src/filiale/shanxian/components/FilesManage/FileAddressList.vue +141 -0
  27. package/src/filiale/shanxian/components/FilesManage/FileUserFiles.vue +1003 -0
  28. package/src/filiale/shanxian/components/FilesManage/UserEssentialInfoTest.vue +333 -0
  29. package/src/filiale/shanxian/components/FilesManageNew/FileAddressList.vue +138 -0
  30. package/src/filiale/shanxian/components/FilesManageNew/FileUserFiles.vue +756 -0
  31. package/src/filiale/shanxian/components/UserFiles/UserPriceChangeManage.vue +662 -0
  32. package/src/filiale/shanxian/components/revenue/InsuranceAdd.vue +406 -0
  33. package/src/filiale/shanxian/components/revenue/InsuranceList.vue +277 -0
  34. package/src/filiale/shanxian/components/revenue/InsuranceManage.vue +52 -0
  35. package/src/filiale/shanxian/sale.js +3 -0
  36. package/src/filiale/tongchuan/ChargeManage.vue +1 -1
  37. package/src/filiale/tongchuan/UserEssentialInfoTest.vue +20 -0
  38. package/src/filiale/tongchuan/UserGeneralInfoTest.vue +2 -2
  39. package/src/filiale/tongchuan/bill/ReissueBill.vue +322 -0
  40. package/src/filiale/tongchuan/sale.js +1 -0
  41. package/yarn-error.log +0 -9224
@@ -10,17 +10,23 @@ var compiler = webpack(config)
10
10
 
11
11
  // Define HTTP proxies to your custom API backend
12
12
  // https://github.com/chimurai/http-proxy-middleware
13
- var bendi = 'http://121.36.106.17:8400', bendi1 = 'http://121.36.106.17:8400/'
13
+ var bendi = 'http://121.36.106.17:8400', bendi1 = 'http://121.36.106.17:8400'
14
14
  // 公司测试服务
15
- // var fuwu = 'http://192.168.50.4:8400'
15
+ // var fuwu = 'http://192.168.50.4:8450'
16
+ // 梅河口
17
+ // var fuwu = 'http://139.214.92.34:8301'
18
+ // 单县
19
+ // var fuwu = 'http://119.187.112.234:8400'
20
+ // 中盛
16
21
  // var fuwu = 'http://39.99.85.14:8400'
17
- var fuwu = 'http://39.108.82.124:8400'
18
- // var fuwu = 'http://47.93.217.125:8400'
19
- // var fuwu = 'http://121.36.106.17:8400/'
20
- // 铜川正式
22
+ // 燎原
23
+ var fuwu = 'http://121.40.52.133:9001'
24
+ // 葛华
25
+ // var fuwu = 'http://219.138.226.181:8401'
26
+ // 乌海
27
+ // var fuwu = 'http://203.57.101.233:8400'
28
+ // 铜川
21
29
  // var fuwu = 'http://61.134.55.234:9999/'
22
- // 铜川测试
23
- // var fuwu = 'http://61.134.55.234:9999/'
24
30
  // var fuwu = 'http://60.222.250.39:8300/'
25
31
  // 韶关
26
32
  // var fuwu = 'http://119.146.1.106:8300/'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.5.164",
3
+ "version": "3.5.166-1",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -119,10 +119,10 @@
119
119
  <div
120
120
  :class="{'col-sm-2':!$parent.$parent.createFile,'col-sm-4':$parent.$parent.createFile}"
121
121
  class="form-group">
122
- <label class="font_normal_body">用户类型</label>
122
+ <label class="font_normal_body">客户类型</label>
123
123
  <v-select :options='$parent.$parent.user_type' :value.sync="model.f_user_type"
124
124
  close-on-select condition="f_user_type='{}'"
125
- placeholder='用户类型' v-model="model.f_user_type"></v-select>
125
+ placeholder='客户类型' v-model="model.f_user_type"></v-select>
126
126
  </div>
127
127
  <div
128
128
  :class="{'col-sm-2':!$parent.$parent.createFile,'col-sm-4':$parent.$parent.createFile}"
@@ -239,11 +239,11 @@
239
239
  <div
240
240
  :class="{'col-sm-2':!$parent.$parent.createFile,'col-sm-4':$parent.$parent.createFile}"
241
241
  class="form-group" >
242
- <label class="font_normal_body">用户等级</label>
242
+ <label class="font_normal_body">客户等级</label>
243
243
  <v-select :options='$parent.$parent.userlevel' :search='true'
244
244
  :value.sync="model.userlevel"
245
245
  close-on-select
246
- condition="f_user_level = '{}'" placeholder='用户等级'
246
+ condition="f_user_level = '{}'" placeholder='客户等级'
247
247
  v-model='model.userlevel'></v-select>
248
248
  </div>
249
249
  <div
@@ -308,10 +308,10 @@
308
308
  <nobr>客户电话</nobr>
309
309
  </th>
310
310
  <th v-if="!$parent.$parent.$parent.isOper">
311
- <nobr>地址信息</nobr>
311
+ <nobr>客户地址</nobr>
312
312
  </th>
313
313
  <th>
314
- <nobr>用户类型</nobr>
314
+ <nobr>客户类型</nobr>
315
315
  </th>
316
316
  <th>
317
317
  <nobr>用气性质</nobr>
@@ -332,7 +332,7 @@
332
332
  <nobr>状态</nobr>
333
333
  </th>
334
334
  <th >
335
- <nobr>用户等级</nobr>
335
+ <nobr>客户等级</nobr>
336
336
  </th>
337
337
  <!--<th>-->
338
338
  <!--<nobr v-if="this.$login.r.includes('通知单打印')||this.$login.r.includes('流程表打印') ">下载</nobr>-->
@@ -93,7 +93,7 @@
93
93
  </div>
94
94
  <div class="row">
95
95
  <div class="col-sm-2"></div>
96
- <input v-if="fileSaveData.reason ==='其他'" class="input_search" style="width:60%" placeholder='修改原因' v-model="fileSaveData.modifyReason"/>
96
+ <input v-if="fileSaveData.reason==='其他'" class="input_search" style="width:60%" placeholder='修改原因' v-model="fileSaveData.modifyReason"/>
97
97
  </div>
98
98
  </article>
99
99
  <footer slot="modal-footer" class="modal-footer">
@@ -225,7 +225,7 @@
225
225
  <nobr>客户电话</nobr>
226
226
  </th>
227
227
  <th v-if="!$parent.$parent.$parent.isOper">
228
- <nobr>地址信息</nobr>
228
+ <nobr>客户地址</nobr>
229
229
  </th>
230
230
  <th>
231
231
  <nobr>状态</nobr>
@@ -88,7 +88,7 @@
88
88
  <nobr>卡号</nobr>
89
89
  </th>
90
90
  <th>
91
- <nobr>地址信息</nobr>
91
+ <nobr>客户地址</nobr>
92
92
  </th>
93
93
  <th>
94
94
  <nobr>气价名称</nobr>
@@ -347,6 +347,9 @@
347
347
  import Vue from 'vue'
348
348
 
349
349
  let loadParamGem = async function (self) {
350
+ if (!self.f_filialeid) {
351
+ self.f_filialeid = self.$login.f.orgid
352
+ }
350
353
  await self.$LoadParams.loadParam(self.f_filialeid)
351
354
  }
352
355
 
@@ -90,9 +90,9 @@
90
90
  close-on-select style="width: 60%"></v-select>
91
91
  </div>
92
92
  <div class="form-group col-sm-3">
93
- <label class="font_normal_body">用户等级</label>
93
+ <label class="font_normal_body">客户等级</label>
94
94
  <v-select v-model="model.f_user_level"
95
- placeholder='用户等级'
95
+ placeholder='客户等级'
96
96
  :value.sync="model.f_user_level"
97
97
  :options='$parent.$parent.userlevel'
98
98
  condition="i.f_user_level = '{}'"
@@ -144,7 +144,7 @@
144
144
  <modal :show.sync="show" width="500px" title="文件导入" v-ref:modal large backdrop="false">
145
145
  <article slot="modal-body" class="modal-body">
146
146
  <file-upload class="my-file-uploader " name="UploadFile" class="btn btn-success" style="border-radius: 2px;"
147
- action="rs/file/uploadFile" tagname="导入表计" v-ref:file :headers="headers" multiple></file-upload>
147
+ action="rs/file/uploadFile" tagname="调价导入" v-ref:file :headers="headers" multiple></file-upload>
148
148
  </article>
149
149
  <footer slot="modal-footer" class="modal-footer">
150
150
  </footer>
@@ -105,7 +105,7 @@
105
105
  <th><nobr>客户编号</nobr></th>
106
106
  <th><nobr>表号</nobr></th>
107
107
  <th><nobr>姓名</nobr></th>
108
- <th><nobr>用户类型</nobr></th>
108
+ <th><nobr>客户类型</nobr></th>
109
109
  <th><nobr>气表类型</nobr></th>
110
110
  <th><nobr>气价名称</nobr></th>
111
111
  <!-- <th><nobr>地址</nobr></th>-->
@@ -44,7 +44,7 @@
44
44
  <span class = "col-sm-7">{{data?data.f_rent_phone:dafault.f_rent_phone}}</span>
45
45
  </div>
46
46
  <div class="row">
47
- <label class = "col-sm-5 " >&emsp;用户状态</label>
47
+ <label class = "col-sm-5 " >&emsp;客户状态</label>
48
48
  <span class = "col-sm-7">{{data?data.f_user_state:dafault.f_user_state}}</span>
49
49
  </div>
50
50
  <div class="row">
@@ -68,7 +68,7 @@
68
68
  <span class = "col-sm-7" style="word-break: break-all">{{data?data.f_people_num:dafault.f_people_num}}</span>
69
69
  </div>
70
70
  <div class="row">
71
- <label class = "col-sm-5 " >&emsp;用户等级</label>
71
+ <label class = "col-sm-5 " >&emsp;客户等级</label>
72
72
  <span class = "col-sm-7" style="word-break: break-all">{{data?data.f_user_level:dafault.f_people_num}}</span>
73
73
  </div>
74
74
  <div class="row">
@@ -7,14 +7,14 @@
7
7
  <div novalidate class="form-inline auto" novalidate partial>
8
8
  <div class="row">
9
9
  <div class="col-sm-2 form-group">
10
- <label class="font_normal_body" for="f_userinfo_code">用户编号</label>
10
+ <label class="font_normal_body" for="f_userinfo_code">客户编号</label>
11
11
  <input id="f_userinfo_code" type="text" class="input_search" style="width: 60%" v-model="model.f_userinfo_code"
12
- condition="f_userinfo_code = '{}'" placeholder='请输入要查询的用户编号'>
12
+ condition="f_userinfo_code = '{}'" placeholder='请输入要查询的客户编号'>
13
13
  </div>
14
14
  <div class="col-sm-2 form-group">
15
- <label class="font_normal_body" for="f_user_name">用户姓名</label>
15
+ <label class="font_normal_body" for="f_user_name">客户姓名</label>
16
16
  <input id="f_user_name" type="text" class="input_search" style="width: 60%" v-model="model.f_user_name"
17
- condition="f_user_name like '{}'" placeholder='请输入要查询的用户姓名'>
17
+ condition="f_user_name like '{}'" placeholder='请输入要查询的客户姓名'>
18
18
  </div>
19
19
  <div class="col-sm-2 form-group">
20
20
  <label class="font_normal_body" for="f_insurance_type">险&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;种</label>
@@ -63,10 +63,10 @@
63
63
  <nobr>序号</nobr>
64
64
  </th>
65
65
  <th>
66
- <nobr>用户编号</nobr>
66
+ <nobr>客户编号</nobr>
67
67
  </th>
68
68
  <th>
69
- <nobr>用户姓名</nobr>
69
+ <nobr>客户姓名</nobr>
70
70
  </th>
71
71
  <th>
72
72
  <nobr>身份证号</nobr>
@@ -69,13 +69,13 @@
69
69
  <nobr>序号</nobr>
70
70
  </th>
71
71
  <th>
72
- <nobr>用户编号</nobr>
72
+ <nobr>客户编号</nobr>
73
73
  </th>
74
74
  <th>
75
- <nobr>用户姓名</nobr>
75
+ <nobr>客户姓名</nobr>
76
76
  </th>
77
77
  <th>
78
- <nobr>用户地址</nobr>
78
+ <nobr>客户地址</nobr>
79
79
  </th>
80
80
  <th>
81
81
  <nobr>截止日期</nobr>
@@ -90,8 +90,8 @@
90
90
  // 若是气量卡表 temp为金额 若是金额卡表 temp为气量
91
91
  if (self.isGas) {
92
92
  data.f_pregas = self.model.f_pregas
93
- // let fee = await self.$CommonService.gasCalculate(param, self.model.f_pregas)
94
- // data.f_preamount = fee.data.chargenum
93
+ let fee = await self.$CommonService.gasCalculate(param, self.model.f_pregas)
94
+ data.f_preamount = fee.data.chargenum
95
95
  } else {
96
96
  data.f_preamount = self.model.f_preamount
97
97
  let gas = await self.$CommonService.feeCalculate(param, self.model.f_preamount)
@@ -60,13 +60,13 @@
60
60
  <nobr>客户编号</nobr>
61
61
  </th>
62
62
  <th>
63
- <nobr>用户姓名</nobr>
63
+ <nobr>客户姓名</nobr>
64
64
  </th>
65
65
  <th>
66
- <nobr>用户电话</nobr>
66
+ <nobr>客户电话</nobr>
67
67
  </th>
68
68
  <th>
69
- <nobr>用户地址</nobr>
69
+ <nobr>客户地址</nobr>
70
70
  </th>
71
71
  <!--<th>-->
72
72
  <!--<nobr>保险编号</nobr>-->
@@ -149,7 +149,7 @@
149
149
  <modal :backdrop="false" :show.sync="show" v-if="show" >
150
150
  <header class="modal-header" slot="modal-header">
151
151
  <button @click="show=!show" class="close" type="button"><span>&times;</span></button>
152
- <h4 class="modal-title">修改用户保险信息</h4>
152
+ <h4 class="modal-title">修改客户保险信息</h4>
153
153
  </header>
154
154
  <article class="modal-body" slot="modal-body" style="height:100%;width:100%" >
155
155
  <div class="row">
@@ -394,7 +394,7 @@
394
394
  import * as Util from '../../../Util'
395
395
 
396
396
  let readyGen = async function (self) {
397
- self.$refs.paged.$refs.cri.model.startDate = self.$login.toStartAndEndDateString()[0]
397
+ self.$refs.paged.$refs.cri.model.startDate = self.$login.toStartAndEndDateString()[0]
398
398
  self.$refs.paged.$refs.cri.model.endDate = self.$login.toStandardDateString()
399
399
  await self.$LoadParams.loadMeterBook(self.f_filialeid)
400
400
  self.loadMeterBooks()
@@ -414,13 +414,12 @@
414
414
  dep: [],
415
415
  user: []
416
416
  },
417
- config: {
418
- examine: false
417
+ config:{
418
+ examine: false,
419
419
  },
420
420
  imgfilename: '',
421
421
  // 小区
422
422
  residentialArea: [],
423
- inputtouPerson: [],
424
423
  imgshow: false,
425
424
  criteriaShow: false,
426
425
  orgCondtionStr: '',
@@ -445,8 +444,8 @@
445
444
  'f_adjustable_name': '调压箱名称',
446
445
  'f_inputtor': '抄表员'
447
446
  },
448
- auditState: [{label: '全部', value: ''}, {label: '已审核', value: '已抄表'}, {label: '未审核', value: '待审核'}],
449
- auditState1: [{label: '全部', value: ''}, {label: '审核失败', value: '审核失败'}],
447
+ auditState:[{label: '全部', value: ''}, {label: '已审核', value: '已抄表'}, {label: '未审核', value: '待审核'}],
448
+ auditState1:[{label: '全部', value: ''}, {label: '审核失败', value: '审核失败'}],
450
449
  meters: [{label: '全部', value: ''}, {label: '机表', value: '机表'}, {label: '物联网表', value: '物联网表'}],
451
450
  resultstate: this.$appdata.getParam('抄表结果状态'),
452
451
  meterstates: this.$appdata.getParam('抄表状态') ? [{
@@ -476,7 +475,7 @@
476
475
  methods: {
477
476
  // 修正本期底数
478
477
  amend (row) {
479
- let tablebase = window.prompt('请输入你要修正的底数值,上期底数:' + row.f_meter_base)
478
+ let tablebase = window.prompt('请输入你要修正的底数值,上期底数:'+ row.f_meter_base)
480
479
  if (!tablebase) return
481
480
  if (tablebase < 0) {
482
481
  this.$showAlert(`底数不能小于0,请注意!`, 'warning', 2000)
@@ -597,9 +596,9 @@
597
596
  this.imgshow = false
598
597
  },
599
598
  imgShow (val) {
600
- console.log('-----------val2:', val)
599
+ console.log("-----------val2:",val)
601
600
  this.imgfilename = `rs/image/file/` + val
602
- console.log('-----------imgfilename2:', this.imgfilename)
601
+ console.log("-----------imgfilename2:",this.imgfilename)
603
602
  this.imgshow = true
604
603
  },
605
604
  async getaddress () {
@@ -633,17 +632,6 @@
633
632
  } else {
634
633
  args.condition = `${args.condition}` + this.orgCondtionStr
635
634
  }
636
- // 抄表员查询条件
637
- this.inputtouPerson = this.$refs.paged.$refs.cri.model.f_inputtor
638
- if (this.inputtouPerson.length !== 0) {
639
- let str = JSON.stringify(this.inputtouPerson)
640
- str = str.replace(/"/g, `'`)
641
- str = str.replace(/\[/g, ``)
642
- str = str.replace(/\]/g, ``)
643
- console.log('=====抄表员model22222222222绑定====', str)
644
- // 查询多个抄表员时条件
645
- args.condition += ` and f_inputtor in ( ${str} )`
646
- }
647
635
  this.excelCondition = args.condition
648
636
  this.$refs.paged.$refs.grid.selectInit()
649
637
  this.model.search(args.condition, args.model)
@@ -708,7 +696,7 @@
708
696
  },
709
697
  loadMeterBooks () {
710
698
  this.meterbooks = this.$GetSaleParam.getMeterBooks()
711
- }
699
+ },
712
700
 
713
701
  },
714
702
  computed: {