lichao 3 лет назад
Родитель
Сommit
c8ea36797a

+ 1 - 1
src/views/Warehousing/cargoClearance/AddOrUpdate.vue

@@ -4775,7 +4775,7 @@ export default {
             this.warehouseCrList.push({
               fQty: qty,
               fCorpid: e.fCorpid,
-              fFeeid: e.feeId,
+              fFeeid: e.feeFId,
               fFeeUnitid: e.fFeeUnitid,
               fUnitprice: e.fPrice,
               fCurrency: "RMB",

+ 1 - 1
src/views/Warehousing/components/payMoney.vue

@@ -694,7 +694,7 @@ export default {
           this.warehouseCrList.push({
             fQty: qty,
             fCorpid: e.fCorpid,
-            fFeeid: e.feeId,
+            fFeeid: e.feeFId,
             fFeeUnitid: e.fFeeUnitid,
             fUnitprice: e.fPrice,
             fCurrency: "RMB",

+ 1 - 1
src/views/Warehousing/goodsTransfer/AddOrUpdate.vue

@@ -3728,7 +3728,7 @@ export default {
             this.warehouseCrList.push({
               fQty: qty,
               fCorpid: e.fCorpid,
-              fFeeid: e.feeId,
+              fFeeid: e.feeFId,
               fFeeUnitid: e.fFeeUnitid,
               fUnitprice: e.fPrice,
               fCurrency: "RMB",

+ 1 - 1
src/views/Warehousing/outStock/AddOrUpdate.vue

@@ -6230,7 +6230,7 @@ export default {
             this.warehouseCrList.push({
               fQty: qty,
               fCorpid: e.fCorpid,
-              fFeeid: e.feeId,
+              fFeeid: e.feeFId,
               fFeeUnitid: e.fFeeUnitid,
               fUnitprice: e.fPrice,
               fCurrency: "RMB",

+ 1 - 1
src/views/Warehousing/stockTransfer/AddOrUpdate.vue

@@ -5318,7 +5318,7 @@ export default {
             this.warehouseCrList.push({
               fQty: qty,
               fCorpid: e.fCorpid,
-              fFeeid: e.feeId,
+              fFeeid: e.feeFId,
               fFeeUnitid: e.fFeeUnitid,
               fUnitprice: e.fPrice,
               fCurrency: "RMB",