|
|
|
@ -721,7 +721,7 @@ export default {
|
|
|
|
|
if (nval) {
|
|
|
|
|
this.showShipper = this.details.shipper || ''
|
|
|
|
|
this.showConsignee = this.details.consignee || ''
|
|
|
|
|
this.showNotifier = this.details.notifier || ''
|
|
|
|
|
this.showNotifier = this.details.notifyparty || ''
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
deep: true
|
|
|
|
@ -947,7 +947,7 @@ export default {
|
|
|
|
|
if (this.details) {
|
|
|
|
|
this.showShipper = this.details.shipper || ''
|
|
|
|
|
this.showConsignee = this.details.consignee || ''
|
|
|
|
|
this.showNotifier = this.details.notifier || ''
|
|
|
|
|
this.showNotifier = this.details.notifyparty || ''
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
methods: {
|
|
|
|
|