lilei 9 months ago
parent
commit
f9eb9c8c23
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/views/salesManagement/salesReturn/detail.vue

+ 1 - 2
src/views/salesManagement/salesReturn/detail.vue

@@ -18,8 +18,7 @@
         size="small"
         :bordered="false"
         title="基础信息"
-        v-if="outBizSn"
-        v-show="isShowBisiceInfo"
+        v-show="!outBizSn && isShowBisiceInfo"
         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>