From 5b53a31443a534fe4f83dcb8770ded5747a370eb Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期四, 12 九月 2024 17:58:17 +0800
Subject: [PATCH] 打印小票 占位
---
src/views/ecg/doctor/components/DevInstallPanel.vue | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/src/views/ecg/doctor/components/DevInstallPanel.vue b/src/views/ecg/doctor/components/DevInstallPanel.vue
index 7fc88e3..8661eee 100644
--- a/src/views/ecg/doctor/components/DevInstallPanel.vue
+++ b/src/views/ecg/doctor/components/DevInstallPanel.vue
@@ -23,8 +23,9 @@
</el-form-item>
</el-form>
<el-button @click="submitForm" type="primary" :disabled="formLoading">瑁呮満瀹屾垚</el-button>
- <el-button @click="cancelInstall" type="primary" :disabled="formLoading">鏀惧純瑁呮満</el-button>
<el-button @click="resetForm()">閲� 缃�</el-button>
+ <el-button @click="printBill()">鎵撳嵃灏忕エ</el-button>
+ <el-button @click="cancelInstall" :disabled="formLoading">鏀惧純瑁呮満</el-button>
<!-- 鍖荤敓鎷嗘満鍒楄〃 -->
@@ -242,6 +243,14 @@
formData.value = await DevRentApi.getDevRent(rentId)
}
+const printBill = async () => {
+ ElNotification({
+ title: '娓╅Θ鎻愮ず',
+ message: '寰呭疄鐜帮紒',
+ type: 'warning'
+ })
+}
+
/** 鍒濆鍖� **/
onMounted(() => {
getList()
--
Gitblit v1.9.3