szh_zidingyibiaoti
lilu 2 years ago
parent 7f67be85d9
commit ebc6699e2f

@ -95,7 +95,7 @@
<% for (var i in htmlWebpackPlugin.options.cdn && htmlWebpackPlugin.options.cdn.css) { %>
<link rel="stylesheet" href="<%= htmlWebpackPlugin.options.cdn.css[i] %>" />
<% } %>
<link rel="stylesheet" href="//at.alicdn.com/t/c/font_3756681_3qd552jcyau.css" />
<link rel="stylesheet" href="//at.alicdn.com/t/c/font_3756681_h38tucwhmn.css" />
<!-- 1.8K仔百度收录 -->
<meta name="baidu-site-verification" content="code-QVfBYJ5laQ" />
</head>

@ -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()
}
}
}

@ -218,6 +218,23 @@
margin-right: 4px;
}
}
.notifier{
position: relative;
.move-btn{
position: absolute;
height: 20px;
// transform: rotateY(180deg);
top: -8px;
right: 0;
// background: #f99;
z-index: 99;
i{
display: block;
font-size: 14px;
color: #ff9702;
}
}
}
/deep/ .ant-form-item-children-icon .anticon-check-circle {
display: none;
}

Loading…
Cancel
Save