优化小票 新增存酒管理

This commit is contained in:
gyq
2026-04-03 15:35:48 +08:00
parent c3a20ab2db
commit 78e88b8eb7
15 changed files with 1622 additions and 28138 deletions

View File

@@ -99,6 +99,9 @@
</div>
</div>
<div class="btn_wrap">
<div class="btn">
<el-button type="success" style="width: 100%;" @click="StoreWineManagementRef.show()">存酒管理</el-button>
</div>
<div class="btn">
<el-button type="warning" style="width: 100%;" @click="UserChargeRef.show()">账户充值</el-button>
</div>
@@ -114,6 +117,8 @@
<RecordDialog ref="RecordDialogRef" @refund="getUserList" />
<!-- 添加会员 -->
<AddUserDrawer ref="AddUserDrawerRef" @success="queryHandle" />
<!-- 存酒管理 -->
<StoreWineManagement ref="StoreWineManagementRef" :user-info="currentRow" />
</template>
<script setup>
@@ -123,10 +128,12 @@ import { shopUserList } from '@/api/account.js'
import UserCharge from './components/userCharge.vue'
import RecordDialog from './components/recordDialog.vue'
import AddUserDrawer from './components/addUserDrawer.vue'
import StoreWineManagement from './components/storeWineManagement.vue'
const UserChargeRef = ref(null)
const RecordDialogRef = ref(null)
const AddUserDrawerRef = ref(null)
const StoreWineManagementRef = ref(null)
const queryForm = ref({
key: '',