1.新增批量导入 2.新增财务报表

This commit is contained in:
gyq
2026-02-04 14:51:29 +08:00
parent a5b11cf4f4
commit 76af0f5a83
20 changed files with 1517 additions and 268 deletions

View File

@@ -23,13 +23,18 @@
</el-tab-pane>
</el-tabs>
<div class="">
<div class="" style="display: flex;">
<el-button icon="plus" @click="addEaraShow()">添加区域</el-button>
<el-button type="primary" icon="plus" @click="addTableShow()">添加台桌</el-button>
<el-button type="danger" icon="Setting" @click="clearTabDialogRef.show()">清台设置</el-button>
<el-button type="primary" icon="download" @click="showDownloadTableCode">
下载桌台码
</el-button>
<!-- 批量导入 -->
<importData :type="5" />
<!-- <el-button icon="Upload" @click="importDataRef.show()">
批量导入
</el-button> -->
<!-- <el-button type="primary" icon="download" @click="downloadShopCpde">
下载店铺码
</el-button> -->
@@ -205,6 +210,7 @@
</template>
<script setup>
import importData from "@/components/importData/index.vue";
import status from "./status.js";
import { useUserStore } from "@/store/modules/user";
const shopUser = useUserStore();