lilei 2 years ago
parent
commit
31f5f2b97d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/purchasingManagement/purchaseReturnApplyForm/detail.vue

+ 2 - 2
src/views/purchasingManagement/purchaseReturnApplyForm/detail.vue

@@ -41,8 +41,8 @@
                 退货金额:<strong>{{ (basicInfoData&&(basicInfoData.totalAmount || basicInfoData.totalAmount==0)) ? basicInfoData.totalAmount : '--' }}</strong>;
               </div>
             </a-alert>
-            <div v-if="basicInfoData" style="margin-bottom:10px;display:flex;align-items:center;">
-              <div>总公司删除产品明细:共 {{ basicInfoData.removeQty }} 款产品,{{ basicInfoData.removeCode.replace(',','、') }}。</div>
+            <div v-if="basicInfoData&&basicInfoData.removeQty" style="margin-bottom:10px;display:flex;align-items:center;">
+              <div>总公司删除产品明细:共 {{ basicInfoData.removeQty||'--' }} 款产品,{{ basicInfoData.removeCode&&basicInfoData.removeCode.replace(',','、') }}。</div>
               <a-button @click="exportDelProduct" type="link">导出删除产品明细</a-button>
             </div>
             <!-- 列表 -->