|
@@ -17,6 +17,7 @@
|
|
@click="handleEdit"
|
|
@click="handleEdit"
|
|
key="0"><a-icon type="edit" /> 编辑</a-button>
|
|
key="0"><a-icon type="edit" /> 编辑</a-button>
|
|
<a-button id="purchaseNewOrderEdit-back-btn" type="link" @click="handleBack" class="button-default"> <a-icon type="rollback" /> 返回列表</a-button>
|
|
<a-button id="purchaseNewOrderEdit-back-btn" type="link" @click="handleBack" class="button-default"> <a-icon type="rollback" /> 返回列表</a-button>
|
|
|
|
+ <span style="margin-right:10px;color: #ED1C24;" v-if="detailData.sourceType==='XPRH_PURCHASE'">请注意:该订单为促销订单,增删产品会影响促销活动</span>
|
|
</template>
|
|
</template>
|
|
<!-- 操作区,位于 title 行的行尾 -->
|
|
<!-- 操作区,位于 title 行的行尾 -->
|
|
<template slot="extra" v-if="$hasPermissions('B_salesPrint')">
|
|
<template slot="extra" v-if="$hasPermissions('B_salesPrint')">
|