lilei 9 ماه پیش
والد
کامیت
f9eb9c8c23
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      src/views/salesManagement/salesReturn/detail.vue

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

@@ -18,8 +18,7 @@
         size="small"
         size="small"
         :bordered="false"
         :bordered="false"
         title="基础信息"
         title="基础信息"
-        v-if="outBizSn"
-        v-show="isShowBisiceInfo"
+        v-show="!outBizSn && isShowBisiceInfo"
         class="salesReturnDetail-cont">
         class="salesReturnDetail-cont">
         <a-descriptions size="small" :column="3">
         <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="客户名称">{{ detailData&&detailData.buyerNameCurrent?detailData.buyerName?detailData.buyerName==detailData.buyerNameCurrent?detailData.buyerNameCurrent:detailData.buyerNameCurrent+'('+detailData.buyerName+')':detailData.buyerNameCurrent:'--' }}</a-descriptions-item>