|
@@ -6,6 +6,9 @@
|
|
|
<template slot="subTitle">
|
|
|
<a id="custConfirm-back-btn" href="javascript:;" @click="handleBack"><a-icon type="left" /> 返回列表</a>
|
|
|
<span style="margin: 0 15px;color: #666;">客户名称:{{ ordeDetail&&ordeDetail.buyerName || '--' }}</span>
|
|
|
+ <span style="margin: 0 10px;color: #666;">
|
|
|
+ 退货类别:{{ordeDetail&&ordeDetail.goodFlagDictValue}}
|
|
|
+ </span>
|
|
|
</template>
|
|
|
</a-page-header>
|
|
|
<a-card size="small" :bordered="false" class="custConfirm-cont">
|
|
@@ -322,7 +325,7 @@ export default {
|
|
|
const _this = this
|
|
|
this.$confirm({
|
|
|
title: '提示',
|
|
|
- content: '选择的产品将生成新的销退单?',
|
|
|
+ content: '选择的产品将生成新的销退单,并且从当前列表中删除!是否确认生成?',
|
|
|
centered: true,
|
|
|
closable: true,
|
|
|
onOk () {
|