|
@@ -805,7 +805,14 @@ export default {
|
|
|
};
|
|
|
});
|
|
|
this.params.puOrderItemList = [...invariant, ...change];
|
|
|
- this.handleGetPrice();
|
|
|
+ if (this.params.status === "2") {
|
|
|
+ // 修订
|
|
|
+ this.handleCalculateOrderAmount();
|
|
|
+ } else {
|
|
|
+ // row['whetherCompleteInquiry'] = false;
|
|
|
+
|
|
|
+ this.handleGetPrice();
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
},
|