Przeglądaj źródła

采购订单维护折扣金额改变需要询价

002390 1 rok temu
rodzic
commit
95ee74f90d

+ 1 - 1
src/views/purchase/purchase-order/add/column.js

@@ -375,7 +375,7 @@ const PurchaseTabColumns =[
         },
       },
       { 
-        key: "rowno", 
+        key: "rowNo", 
         title: "行号", 
         inputType: "Input", 
         disabled:true,

+ 1 - 1
src/views/purchase/purchase-order/add/index.vue

@@ -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;
 

+ 1 - 1
src/views/purchase/purchase-order/edit/index.vue

@@ -505,7 +505,7 @@ export default {
 
 
       // 物料数量变化----询价
-      if ((type == "qty" || type == "taxPrice" ) && row.material ) {
+      if ((type == "qty" || type == "taxPrice"  || type == 'taxDeductMoneya') && row.material ) {
 
         if(this.params.status === '2'){