|
|
|
@ -97,6 +97,12 @@
|
|
|
|
|
</a-form-model-item>
|
|
|
|
|
<a-form-model-item has-feedback prop="notifyparty" class="sender-label" style="overflow: hidden;">
|
|
|
|
|
<div class="notifier">
|
|
|
|
|
<a-tooltip>
|
|
|
|
|
<template slot="title">
|
|
|
|
|
收货人复制到通知人
|
|
|
|
|
</template>
|
|
|
|
|
<div class="move-btn" @click="toNotifyparty"><i class="iconfont icon-jiantouxia"></i></div>
|
|
|
|
|
</a-tooltip>
|
|
|
|
|
<div class="top" :class="{ required: rules['notifyparty'] && rules['notifyparty'][0].required }">
|
|
|
|
|
<div class="name"><span class="iconfont icon-bianji"></span>通知人</div>
|
|
|
|
|
<selectView
|
|
|
|
@ -1509,6 +1515,10 @@ export default {
|
|
|
|
|
return false
|
|
|
|
|
},
|
|
|
|
|
tabChangeFun () {
|
|
|
|
|
},
|
|
|
|
|
toNotifyparty () {
|
|
|
|
|
this.details.notifyparty = this.details.consignee
|
|
|
|
|
this.$forceUpdate()
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|