|
@@ -555,7 +555,7 @@ export default {
|
|
|
// 子表inputNumber
|
|
|
handleInputChange(row, type) {
|
|
|
// 物料数量变化----询价
|
|
|
- if ((type == "qty" || type == "taxPrice" )&& row.material) {
|
|
|
+ if ((type == "qty" || type == "taxPrice" || type == 'taxDeductMoneya')&& row.material) {
|
|
|
|
|
|
// row['whetherCompleteInquiry'] = false;
|
|
|
|