|
@@ -126,13 +126,12 @@
|
|
|
<a-card size="small" :bordered="false">
|
|
|
<a-spin :spinning="spinning" tip="Loading...">
|
|
|
<!-- 统计 -->
|
|
|
- <!-- v-if="$hasPermissions('B_productSourceImport')" -->
|
|
|
<div style="display:flex;align-items:center;margin-bottom:10px;">
|
|
|
<a-button
|
|
|
type="primary"
|
|
|
id="outboundOrder-export"
|
|
|
:loading="loading"
|
|
|
-
|
|
|
+ v-if="$hasPermissions('B_productSourceImport')"
|
|
|
@click="openGuideModal = true">导入</a-button>
|
|
|
<div class="tongji-bar" style="margin-left:10px;">
|
|
|
产品总款数:<strong>{{ totalData&&(totalData.productTypeNum || totalData.productTypeNum==0) ? totalData.productTypeNum : '0' }}</strong>;
|