|
|
|
@ -122,7 +122,7 @@
|
|
|
|
|
<textareaView
|
|
|
|
|
id="notifyparty-scroll"
|
|
|
|
|
:parentVal="details.notifyparty"
|
|
|
|
|
type="notifyparty"
|
|
|
|
|
type="shippername"
|
|
|
|
|
:openToCDB="true"
|
|
|
|
|
@getTextareaChange="getTextareaChange"
|
|
|
|
|
/>
|
|
|
|
@ -1324,7 +1324,9 @@ export default {
|
|
|
|
|
val += k
|
|
|
|
|
}
|
|
|
|
|
this.details[type] = val
|
|
|
|
|
document.getElementById('notifyparty-scroll').value = val
|
|
|
|
|
if (type === 'shippername') {
|
|
|
|
|
document.getElementById('notifyparty-scroll').value = val
|
|
|
|
|
}
|
|
|
|
|
this.$forceUpdate()
|
|
|
|
|
},
|
|
|
|
|
inputChange({ type, value }) {
|
|
|
|
|