Browse Source

修改bug

QuKatie 3 years ago
parent
commit
0bb9ca72ef
1 changed files with 12 additions and 12 deletions
  1. 12 12
      src/views/kaihe/domesticTrade/myOrder/index.vue

+ 12 - 12
src/views/kaihe/domesticTrade/myOrder/index.vue

@@ -1150,18 +1150,18 @@ export default {
     },
     transvoyage(Bool) {
       if (Bool) {
-        for (let i = 0; i < this.selection.length; i++) {
-          if (this.selection[i].fArrivalStatus != 2) {
-            return this.$message.error(
-              "订舱号:" + this.selection[i].fBillno + "未到港"
-            );
-          }
-          // if (this.selection[i].fShipTwoName && this.selection[i].fVoyTwoName) {
-          //   return this.$message.error(
-          //     "订舱号:" + this.selection[i].fBillno + "已转船"
-          //   );
-          // }
-        }
+        // for (let i = 0; i < this.selection.length; i++) {
+        //   if (this.selection[i].fArrivalStatus != 2) {
+        //     return this.$message.error(
+        //       "订舱号:" + this.selection[i].fBillno + "未到港"
+        //     );
+        //   }
+        //   // if (this.selection[i].fShipTwoName && this.selection[i].fVoyTwoName) {
+        //   //   return this.$message.error(
+        //   //     "订舱号:" + this.selection[i].fBillno + "已转船"
+        //   //   );
+        //   // }
+        // }
       } else {
         let ids = [];
         this.selection.forEach((e) => {