|
@@ -10,6 +10,13 @@
|
|
|
:width="960">
|
|
|
<a-spin :spinning="spinning" tip="Loading...">
|
|
|
<!-- 基础信息 -->
|
|
|
+ <div style="text-align:right;margin-bottom:10px;"><a-button
|
|
|
+ type="primary"
|
|
|
+ style="margin-left: 5px"
|
|
|
+ @click="handleExport"
|
|
|
+ :disabled="disabled"
|
|
|
+ :loading="exportLoading"
|
|
|
+ id="inventoryWarningList-export-btn">导出</a-button></div>
|
|
|
<a-card size="small" :bordered="false" class="purchaseReturnDetail-cont">
|
|
|
<a-collapse :activeKey="['1']">
|
|
|
<a-collapse-panel key="1" header="基础信息">
|
|
@@ -30,13 +37,6 @@
|
|
|
</div>
|
|
|
</a-alert>
|
|
|
<!-- 详情 -->
|
|
|
- <div style="text-align:right;margin-bottom:10px;"><a-button
|
|
|
- type="primary"
|
|
|
- style="margin-left: 5px"
|
|
|
- @click="handleExport"
|
|
|
- :disabled="disabled"
|
|
|
- :loading="exportLoading"
|
|
|
- id="inventoryWarningList-export-btn">导出</a-button></div>
|
|
|
<s-table
|
|
|
class="sTable"
|
|
|
ref="table"
|