Commit 39c1093b authored by dragondean@qq.com's avatar dragondean@qq.com

变更出货渠道不提示发货人付款提示

parent 987860b6
......@@ -1273,7 +1273,7 @@ export default {
this.form.packageType = this.form.packageTypeArr.join(',')
// 付款人=发货人提示
if (+this.form.drawee === 1) {
if (+this.form.drawee === 1 && !this.updateChannel) {
await this.$confirm(this.$t('请再次确认运费由您支付还是收货人支付?'))
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment