|
@@ -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) => {
|