|
@@ -7,7 +7,13 @@
|
|
|
<a id="salesEdit-back-btn" href="javascript:;" @click="handleBack"><a-icon type="left" /> 返回列表</a>
|
|
|
<a style="margin: 0 15px;color: #666;font-size: 18px;font-weight: 600;">单号:{{ detailData&&detailData.salesBillNo || '--' }}</a>
|
|
|
<span style="margin: 0 10px;color: #666;">客户名称:{{ detailData&&detailData.buyerName || '--' }}</span>
|
|
|
- <a-button id="salesEdit-edit-btn" size="small" @click="handleEdit" style="margin-left:10px" key="0">编辑</a-button>
|
|
|
+ <a-button
|
|
|
+ id="salesEdit-edit-btn"
|
|
|
+ v-if="detailData&&detailData.salesTragetType != 'DEALER'"
|
|
|
+ size="small"
|
|
|
+ @click="handleEdit"
|
|
|
+ style="margin-left:10px"
|
|
|
+ key="0">编辑</a-button>
|
|
|
</template>
|
|
|
<!-- 操作区,位于 title 行的行尾 -->
|
|
|
<template slot="extra" v-if="$hasPermissions('B_salesPrint')">
|