+ {res.data.map(item => {
+ if (item.isSuccess) {
+ return
{item.cntrno} 成功
+ } else {
+ return
{item.cntrno} 失败 {item.failReason}
+ }
+ })}
+
),
+ duration: 5
+ });
+ } else {
+ this.$message.success(`VGM发送成功`)
+ }
} else {
this.$message.error(res.message)
}
diff --git a/src/views/main/BookingLedger/detail/modules/preOrder.vue b/src/views/main/BookingLedger/detail/modules/preOrder.vue
index d6ab8bb..7ea0887 100644
--- a/src/views/main/BookingLedger/detail/modules/preOrder.vue
+++ b/src/views/main/BookingLedger/detail/modules/preOrder.vue
@@ -1675,7 +1675,7 @@ export default {
notifypartyname: '',
notifypartyaddR1: '',
notifypartycountry: '',
- voyno: $details.voynoinner,
+ voyno: $details.voyno,
notifypartycountryName: '',
notifypartytel: '',
portload: $details.portload || 'QINGDAO,CHINA',
@@ -1912,7 +1912,7 @@ export default {
notifypartyname: '',
notifypartyaddR1: '',
notifypartycountry: '',
- voyno: $details.voynoinner,
+ voyno: $details.voyno,
notifypartycountryName: '',
notifypartytel: '',
portload: $details.portload || 'QINGDAO,CHINA',
diff --git a/src/views/main/BookingLedger/list/index.vue b/src/views/main/BookingLedger/list/index.vue
index 1ca8dde..68610bb 100644
--- a/src/views/main/BookingLedger/list/index.vue
+++ b/src/views/main/BookingLedger/list/index.vue
@@ -125,18 +125,18 @@