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"
         :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>