|
@@ -88,7 +88,7 @@
|
|
|
:disabled="disabled"
|
|
|
:loading="exportLoading"
|
|
|
v-if="$hasPermissions('B_tireDetailExport')"
|
|
|
- id="tireSalesDealerList-export">导出明细</a-button>
|
|
|
+ id="tireSalesDealerList-export">导出出库明细</a-button>
|
|
|
<a @click="advanced=!advanced" style="margin-left: 5px">
|
|
|
{{ advanced ? '收起' : '展开' }}
|
|
|
<a-icon :type="advanced ? 'up' : 'down'" />
|
|
@@ -124,7 +124,7 @@
|
|
|
class="button-warning"
|
|
|
@click="handleOutDetail(record)"
|
|
|
id="transferReturnConfirmation-audit-btn">出库明细</a-button>
|
|
|
- <span>--</span>
|
|
|
+ <span v-else>--</span>
|
|
|
</template>
|
|
|
<template slot="footer">
|
|
|
<a-row :gutter="15">
|