sale-client 3.4.181 → 3.4.184

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 (44) hide show
  1. package/package.json +2 -2
  2. package/src/components/FilesManage/FileUserFiles.vue +1 -1
  3. package/src/components/FilesManage/UserGeneralInfoTest.vue +24 -20
  4. package/src/components/charge/business/IOT/IotChangeFill.vue +481 -481
  5. package/src/components/charge/business/OtherChargeNew.vue +350 -346
  6. package/src/components/common/userinfo_detail/UserBaseInfoNew.vue +11 -7
  7. package/src/components/common/userinfo_detail/ic_detail/FillGasQueryUser.vue +1 -1
  8. package/src/components/revenue/HandManager/CardHand.vue +5 -0
  9. package/src/components/revenue/base/leftview/meterinfodetail.vue +225 -220
  10. package/src/components/revenue/base/rightview/CardList.vue +2 -2
  11. package/src/components/revenue/comprehen/ComprehenOperation/newchangemeter/ChangeMeter.vue +965 -965
  12. package/src/components/revenue/comprehen/Maintenance/changeMeter/changemeterListMaintain.vue +7 -7
  13. package/src/components/revenue/comprehen/Maintenance/changeMeter/changemeterOperate.vue +8 -21
  14. package/src/components/revenue/comprehen/Maintenance/otherRecords/OtherMaintenanceLists.vue +1 -0
  15. package/src/components/revenue/comprehen/Message/AllUserNew.vue +2 -2
  16. package/src/components/revenue/comprehen/Message/MessageList.vue +18 -1
  17. package/src/components/revenue/comprehen/Message/UserDefinedMessageNew.vue +0 -1
  18. package/src/components/revenue/comprehen/common/ImportExcel.vue +139 -0
  19. package/src/components/revenue/comprehen/device/deviceEdit.vue +106 -0
  20. package/src/components/revenue/comprehen/device/deviceList.vue +146 -0
  21. package/src/components/revenue/comprehen/device/deviceManagement.vue +45 -0
  22. package/src/components/revenue/machineHandManage/machineHand.vue +1 -1
  23. package/src/components/revenue/machineHandManage/machineHandAudit.vue +1 -0
  24. package/src/components/webMeter/MeterManage/WebMeterBatchOperate.vue +3 -3
  25. package/src/filiale/fugu/components/FilesManage/UserDeviceInfoTest.vue +366 -366
  26. package/src/filiale/jingwei/CardHand.vue +5 -0
  27. package/src/filiale/qianneng/CardList.vue +14 -2
  28. package/src/filiale/qianneng/MessageList.vue +632 -0
  29. package/src/filiale/qianneng/OtherChargeNew.vue +6 -6
  30. package/src/filiale/qianneng/machine/ArrearsQuery.vue +927 -0
  31. package/src/filiale/qianneng/revenue/ChargeManage.vue +2 -1
  32. package/src/filiale/qianneng/revenue/machineHandManage/machineHand.vue +26 -2
  33. package/src/filiale/qianneng/sale.js +6 -2
  34. package/src/filiale/rongcheng/ChargeManage.vue +11 -2
  35. package/src/filiale/rongcheng/OrderLinkDetail.vue +133 -0
  36. package/src/filiale/rongcheng/ServiceReform.vue +101 -0
  37. package/src/filiale/rongcheng/ServiceRepair.vue +100 -0
  38. package/src/filiale/rongcheng/otherinfo.vue +7 -5
  39. package/src/filiale/rongcheng/workorderinfo.vue +81 -0
  40. package/src/filiale/zhongyi/FileUserFiles.vue +988 -0
  41. package/src/filiale/zhongyi/sale.js +4 -1
  42. package/src/main.js +1 -1
  43. package/src/plugins/ChangeMeterService.js +2 -2
  44. package/src/sale.js +13 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.4.181",
3
+ "version": "3.4.184",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -87,7 +87,7 @@
87
87
  "style-loader": "^0.20.3",
88
88
  "system-clients": "3.2.0-2",
89
89
  "url-loader": "^0.5.7",
90
- "vue-client": "1.24.49",
90
+ "vue-client": "1.24.51",
91
91
  "vue-clipboard2": "0.3.1",
92
92
  "vue-hot-reload-api": "^1.2.0",
93
93
  "vue-html-loader": "^1.0.0",
@@ -683,7 +683,7 @@ let loadParamGem = async function (self) {
683
683
  this.isedit = false
684
684
  this.row = null
685
685
  this.areainfo = null
686
- this.$refs.info.clearinfo()
686
+ // this.$refs.info.clearinfo()
687
687
  },
688
688
  renew () {
689
689
  this.row = null
@@ -82,9 +82,9 @@
82
82
  <div class="row">
83
83
  <div class="col-sm-12 form-group" >
84
84
  <label for="f_paper_account" class="col-sm-2 font_normal_body " title="参数:变更原因">变更原因:</label>
85
- <v-select v-model="reason" style="width:60%"
85
+ <v-select v-model="fileSaveData.reason" style="width:60%"
86
86
  placeholder='变更原因'
87
- :value.sync="reason"
87
+ :value.sync="fileSaveData.reason"
88
88
  :options='reasons'
89
89
  :value-single="true"
90
90
  v-ref:reason
@@ -93,12 +93,12 @@
93
93
  </div>
94
94
  <div class="row">
95
95
  <div class="col-sm-2"></div>
96
- <input v-if="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">
100
100
  <button type="button" class="btn btn-default" @click='filechangeDetailsShow = false'>取消</button>
101
- <button type="button" class="btn btn-success" :disabled="!fileSaveData.modifyReason" @click='confirmation()'>确认</button>
101
+ <button type="button" class="btn btn-success" :disabled="!fileSaveData.reason || (fileSaveData.reason === '其他' && !fileSaveData.modifyReason)" @click='confirmation()'>确认</button>
102
102
  </footer>
103
103
  </modal>
104
104
  </div>
@@ -117,11 +117,11 @@ let getFileGen = async function (self, data) {
117
117
  rejectMsg: '用户详细信息加载失败,请重新选择,如果多次失败,请检查系统是否正常!'
118
118
  })
119
119
  self.data = result.data
120
- self.data.meterinfo.forEach((item)=>{
121
- item.devicesinfo.forEach((item2)=>{
122
- if(item2.img.content){
123
- let URL = item2.img.content.substring(item2.img.content.lastIndexOf(':\\') +2)
124
- item2.img.content = 'http://' + location.host + '/' + URL
120
+ self.data.meterinfo.forEach((item) => {
121
+ item.devicesinfo.forEach((item2) => {
122
+ if (item2.img.content) {
123
+ let URL = item2.img.content.substring(item2.img.content.lastIndexOf(':\\') + 2)
124
+ item2.img.content = 'http://' + location.host + '/' + URL
125
125
  }
126
126
  })
127
127
  })
@@ -170,11 +170,11 @@ export default {
170
170
  fireinfo: {}
171
171
  }],
172
172
  devicesinfo: [],
173
- fireinfo:{},
173
+ fireinfo: {},
174
174
  address: {
175
175
  id: '',
176
176
  f_address: '',
177
- f_address_state:''
177
+ f_address_state: ''
178
178
  }
179
179
  },
180
180
  show_userinfodevices: false,
@@ -202,7 +202,8 @@ export default {
202
202
  defaultMeterInfo: '', // 默认的表具信息
203
203
  fileSaveData: {
204
204
  // 修改原因
205
- modifyReason: ''
205
+ modifyReason: '',
206
+ reason: ''
206
207
  },
207
208
  // 档案变更明细
208
209
  filechangeDetails: {rows: []},
@@ -243,7 +244,7 @@ export default {
243
244
  },
244
245
  methods: {
245
246
  async getOvedueset () {
246
- let overdueset= []
247
+ let overdueset = []
247
248
  let res = await this.$resetpost('rs/sql/saleSingleTable', {
248
249
  data: {
249
250
  tablename: 't_overdue_set',
@@ -280,7 +281,7 @@ export default {
280
281
  this.$resetpost('rs/logic/openBankAccount', {f_userinfo_code: this.data.baseinfo.base.f_userinfo_code, f_username: this.data.baseinfo.base.f_user_name},
281
282
  {resolveMsg: null, rejectMsg: null}).then((res) => {
282
283
  this.$showMessage(res.data.resultmessage)
283
- })
284
+ })
284
285
  },
285
286
  async confirm () {
286
287
  this.data.addressinfo.f_address = this.$refs.useressential.addressinfo.f_address
@@ -297,7 +298,7 @@ export default {
297
298
  this.data.baseinfo.base.version = this.row.version
298
299
  }
299
300
  console.log('档案保存之前,。。。', this.data)
300
- if(this.data.meterinfo[0].f_gas_date != null){
301
+ if (this.data.meterinfo[0].f_gas_date != null) {
301
302
  this.data.addressinfo.f_address_state = '已通气'
302
303
  }
303
304
  // 获取保存数据
@@ -325,6 +326,9 @@ export default {
325
326
  // return
326
327
  // }
327
328
  // }
329
+ if (this.fileSaveData.reason && this.fileSaveData.reason !== '其他') {
330
+ this.fileSaveData.modifyReason = this.fileSaveData.reason
331
+ }
328
332
  this.$FileManageService.fileSave(this.fileSaveData).then((res) => {
329
333
  this.$parent.resdata = res.data.result[0].f_userinfo_code
330
334
  if (!this.row) {
@@ -515,16 +519,16 @@ export default {
515
519
  // 用户电话
516
520
  f_user_phone: '',
517
521
  f_people_num: 0,
518
- f_packaging:'',
522
+ f_packaging: '',
519
523
  // 备用电话
520
524
  f_rent_phone: '',
521
525
  f_credentials: '身份证',
522
526
  f_cost_type: '',
523
- f_bz_type:'',
527
+ f_bz_type: '',
524
528
  f_address: '',
525
529
  addressid: '',
526
530
  f_idnumber: '',
527
- f_meter_book_num:''
531
+ f_meter_book_num: ''
528
532
  },
529
533
  bank: {}
530
534
  },
@@ -572,8 +576,8 @@ export default {
572
576
  f_detailprice: '', // 价格详情显示
573
577
  devicesinfo: [], // 设备信息
574
578
  f_hand_month: '', // 抄表月份
575
- fireinfo:{}, //用气信息
576
- f_meter_book_num:''
579
+ fireinfo: {}, // 用气信息
580
+ f_meter_book_num: ''
577
581
  }],
578
582
  devicesinfo: []
579
583
  }