sale-client 4.2.96 → 4.2.97
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
|
@@ -1109,7 +1109,7 @@ export default {
|
|
|
1109
1109
|
watch: {
|
|
1110
1110
|
'model.metermessage.f_meter_type' (val) {
|
|
1111
1111
|
if (val && val.length > 0) {
|
|
1112
|
-
if (this.row.f_meter_type.includes('卡表') && val[0] === '物联网表') {
|
|
1112
|
+
if (this.row.f_meter_type.includes('卡表') && val[0] === '物联网表' && this.row.f_price_type !== '固定气价') {
|
|
1113
1113
|
if ((this.stairInfo.f_stair1surplus - 0) === 0) {
|
|
1114
1114
|
this.$showMessage('该用户本气价周期购气已跨阶', ['confirm'])
|
|
1115
1115
|
}
|