sale-client 3.6.161 → 3.6.162

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.6.161",
3
+ "version": "3.6.162",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -530,7 +530,7 @@ let asyncMachineMeterCenter = async function (self) {
530
530
  this.billData.bill = val.bill
531
531
  },
532
532
  printok () {
533
- this.$dispatch('success')
533
+ this.$dispatch('refresh')
534
534
  },
535
535
  checkOverdue () {
536
536
  this.$nextTick(() => {
@@ -867,10 +867,12 @@ export default {
867
867
  // this.$dispatch('resflushrowdata')
868
868
  if (this.row.f_meter_type.includes('物联网表')) {
869
869
  this.$dispatch('toroute', {name: '物联网表收费', value: 'iot-meter-center'}, this.row)
870
+ } else {
871
+ this.$dispatch('toroute', {name: '机表收费', value: 'machine-charge'}, this.row)
870
872
  }
871
- if (this.row.f_meter_type.includes('机表')) {
872
- this.$dispatch('button-specifies', {name: '机表收费', value: 'machine-charge'}, this.row)
873
- }
873
+ // if (this.row.f_meter_type.includes('机表')) {
874
+ // this.$dispatch('button-specifies', {name: '机表收费', value: 'machine-charge'}, this.row)
875
+ // }
874
876
  })
875
877
  }
876
878
  })