|
@@ -6,13 +6,13 @@
|
|
|
<a id="makeInventory-back-btn" href="javascript:;" @click="handleBack">返回列表</a>
|
|
|
</template>
|
|
|
<!-- 操作区,位于 title 行的行尾 -->
|
|
|
- <template slot="extra">
|
|
|
+ <!-- <template slot="extra">
|
|
|
<a-button key="1" type="primary" id="makeInventory-print-btn">快速打印</a-button>
|
|
|
<a-button key="2" id="makeInventory-preview-btn">打印预览</a-button>
|
|
|
<a-button key="3" type="danger" @click="handleExport" :loading="exportLoading" id="makeInventory-export-btn">导出</a-button>
|
|
|
<a-button key="4" @click="handleImport" id="makeInventory-import-btn">导入</a-button>
|
|
|
<a-button key="5" type="link" @click="handleDownImport" id="makeInventory-down-import-btn">下载导入模板</a-button>
|
|
|
- </template>
|
|
|
+ </template> -->
|
|
|
</a-page-header>
|
|
|
<!-- 详情 -->
|
|
|
<a-card size="small" :bordered="false" class="makeInventory-cont">
|