Qukatie 7 mesi fa
parent
commit
735cf05a4d

+ 1 - 1
src/views/boxManagement/agentBox/detailsPage.vue

@@ -2052,7 +2052,7 @@ export default {
         });
         submitFeeList(this.form.feeCenterList).then(res => {
           this.$message.success("保存成功");
-          res.data.dataforEach(row => {
+          res.data.data.forEach(row => {
             if (row.curCode == this.getLocalCurrency()) {
               row.amountCNY = row.amount
               row.amountUSD = 0

+ 1 - 1
src/views/boxManagement/boxAdjustment/detailsPage.vue

@@ -1764,7 +1764,7 @@ export default {
         });
         submitFeeList(this.form.feeCenterList).then(res => {
           this.$message.success("保存成功");
-          res.data.dataforEach(row => {
+          res.data.data.forEach(row => {
             if (row.curCode == this.getLocalCurrency()) {
               row.amountCNY = row.amount
               row.amountUSD = 0

+ 2 - 2
src/views/boxManagement/boxCost/detailsPage.vue

@@ -2300,7 +2300,7 @@ export default {
         });
         submitFeeList(this.feeCenterListD).then(res => {
           this.$message.success("保存成功");
-          res.data.dataforEach(row => {
+          res.data.data.forEach(row => {
             if (row.curCode == this.getLocalCurrency()) {
               row.amountCNY = row.amount
               row.amountUSD = 0
@@ -2388,7 +2388,7 @@ export default {
         });
         submitFeeList(this.feeCenterListC).then(res => {
           this.$message.success("保存成功");
-          res.data.dataforEach(row => {
+          res.data.data.forEach(row => {
             if (row.curCode == this.getLocalCurrency()) {
               row.amountCNY = row.amount
               row.amountUSD = 0

+ 1 - 1
src/views/boxManagement/boxExit/detailsPage.vue

@@ -1812,7 +1812,7 @@ export default {
         });
         submitFeeList(this.form.feeCenterList).then(res => {
           this.$message.success("保存成功");
-          res.data.dataforEach(row => {
+          res.data.data.forEach(row => {
             if (row.curCode == this.getLocalCurrency()) {
               row.amountCNY = row.amount
               row.amountUSD = 0

+ 1 - 1
src/views/boxManagement/buyContainer/detailsPage.vue

@@ -1716,7 +1716,7 @@ export default {
         });
         submitFeeList(this.form.feeCenterList).then(res => {
           this.$message.success("保存成功");
-          res.data.dataforEach(row => {
+          res.data.data.forEach(row => {
             if (row.curCode == this.getLocalCurrency()) {
               row.amountCNY = row.amount
               row.amountUSD = 0

+ 1 - 1
src/views/boxManagement/rentalBox/detailsPage.vue

@@ -2295,7 +2295,7 @@ export default {
         });
         submitFeeList(this.form.feeCenterList).then(res => {
           this.$message.success("保存成功");
-          res.data.dataforEach(row => {
+          res.data.data.forEach(row => {
             if (row.curCode == this.getLocalCurrency()) {
               row.amountCNY = row.amount
               row.amountUSD = 0

+ 2 - 2
src/views/boxManagement/transferCost/detailsPage.vue

@@ -1276,7 +1276,7 @@ export default {
         });
         submitFeeList(this.feeCenterListD).then(res => {
           this.$message.success("保存成功");
-          res.data.dataforEach(row => {
+          res.data.data.forEach(row => {
             if (row.curCode == this.getLocalCurrency()) {
               row.amountCNY = row.amount
               row.amountUSD = 0
@@ -1356,7 +1356,7 @@ export default {
         });
         submitFeeList(this.feeCenterListC).then(res => {
           this.$message.success("保存成功");
-          res.data.dataforEach(row => {
+          res.data.data.forEach(row => {
             if (row.curCode == this.getLocalCurrency()) {
               row.amountCNY = row.amount
               row.amountUSD = 0

+ 1 - 0
src/views/iosBasicData/SeafreightExportF/bills/assembly/EntrustmentLnformation/precontainers.vue

@@ -508,6 +508,7 @@ export default {
             this.containerNumberItemList = this.assemblyForm.containerNumberItemList.filter(item => row.cntrTypeCode == item.boxType && item.occupyNum > 0)
         },
         handleClose() {
+            this.dialogVisible=false
             this.editStatus = false
         },
         onclickEdit() {

+ 2 - 2
src/views/ow/owPut/detailsPage.vue

@@ -2671,7 +2671,7 @@ export default {
         });
         submitFeeList(this.feeCenterListD).then(res => {
           this.$message.success("保存成功");
-          res.data.dataforEach(row => {
+          res.data.data.forEach(row => {
             if (row.curCode == this.getLocalCurrency()) {
               row.amountCNY = row.amount
               row.amountUSD = 0
@@ -2762,7 +2762,7 @@ export default {
         });
         submitFeeList(this.feeCenterListC).then(res => {
           this.$message.success("保存成功");
-          res.data.dataforEach(row => {
+          res.data.data.forEach(row => {
             if (row.curCode == this.getLocalCurrency()) {
               row.amountCNY = row.amount
               row.amountUSD = 0

+ 2 - 2
src/views/ow/owTask/detailsPage.vue

@@ -2664,7 +2664,7 @@ export default {
         });
         submitFeeList(this.feeCenterListD).then(res => {
           this.$message.success("保存成功");
-          res.data.dataforEach(row => {
+          res.data.data.forEach(row => {
             if (row.curCode == this.getLocalCurrency()) {
               row.amountCNY = row.amount
               row.amountUSD = 0
@@ -2752,7 +2752,7 @@ export default {
         });
         submitFeeList(this.feeCenterListC).then(res => {
           this.$message.success("保存成功");
-          res.data.dataforEach(row => {
+          res.data.data.forEach(row => {
             if (row.curCode == this.getLocalCurrency()) {
               row.amountCNY = row.amount
               row.amountUSD = 0