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
|
@@ -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
|
-
|
|
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
|
})
|