|
@@ -41,8 +41,8 @@
|
|
退货金额:<strong>{{ (basicInfoData&&(basicInfoData.totalAmount || basicInfoData.totalAmount==0)) ? basicInfoData.totalAmount : '--' }}</strong>;
|
|
退货金额:<strong>{{ (basicInfoData&&(basicInfoData.totalAmount || basicInfoData.totalAmount==0)) ? basicInfoData.totalAmount : '--' }}</strong>;
|
|
</div>
|
|
</div>
|
|
</a-alert>
|
|
</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>
|
|
<a-button @click="exportDelProduct" type="link">导出删除产品明细</a-button>
|
|
</div>
|
|
</div>
|
|
<!-- 列表 -->
|
|
<!-- 列表 -->
|