|
@@ -14,7 +14,7 @@
|
|
|
</template>
|
|
|
</a-page-header>
|
|
|
<!-- 基础信息 -->
|
|
|
- <a-card size="small" :bordered="false" title="基础信息" v-show="isShowBisiceInfo" class="salesReturnDetail-cont">
|
|
|
+ <a-card size="small" :bordered="false" title="基础信息" v-show="outBizSn||sisShowBisiceInfo" class="salesReturnDetail-cont">
|
|
|
<a-descriptions size="small" :column="3">
|
|
|
<a-descriptions-item label="客户名称">{{ detailData&&detailData.buyerNameCurrent?detailData.buyerName?detailData.buyerName==detailData.buyerNameCurrent?detailData.buyerNameCurrent:detailData.buyerNameCurrent+'('+detailData.buyerName+')':detailData.buyerNameCurrent:'--' }}</a-descriptions-item>
|
|
|
<a-descriptions-item label="客户地址">
|