From 20ad78b4e83250979a92227151be1a6a500c46b4 Mon Sep 17 00:00:00 2001
From: zoujiandong <10130823232@qq.com>
Date: Tue, 4 Jun 2024 08:54:39 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=98=9F=E5=88=97=E7=8A=B6?=
=?UTF-8?q?=E6=80=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components.d.ts | 1 +
src/components/couponDetail.vue | 300 +++++++++++++++++++++++++
src/components/inquiryDetailModal.vue | 1 -
src/views/coupon/coupon-list/index.vue | 142 +-----------
src/views/order/service-list/index.vue | 24 ++
5 files changed, 337 insertions(+), 131 deletions(-)
create mode 100644 src/components/couponDetail.vue
diff --git a/components.d.ts b/components.d.ts
index 6dcfec9..ef2e1cc 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -15,6 +15,7 @@ declare module '@vue/runtime-core' {
ChatRecord: typeof import('./src/components/chatRecord.vue')['default']
ConfirmModal: typeof import('./src/components/confirmModal.vue')['default']
copy: typeof import('./src/components/isOkModal copy.vue')['default']
+ CouponDetail: typeof import('./src/components/couponDetail.vue')['default']
DeleteModal: typeof import('./src/components/DeleteModal.vue')['default']
DoctorModal: typeof import('./src/components/doctorModal.vue')['default']
ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
diff --git a/src/components/couponDetail.vue b/src/components/couponDetail.vue
new file mode 100644
index 0000000..2ca6829
--- /dev/null
+++ b/src/components/couponDetail.vue
@@ -0,0 +1,300 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 小程序
+
+
+
+
+
+
+
+
+
+ 全场通用
+ 问诊
+ 按品牌适用
+ 按类别适用
+ 单品使用
+ 全品类药品
+
+
+
+
+
+
+
+ 无门槛
+ 满减
+ 数量
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 绝对时效
+ 相对时效
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {
+ isVisible = true;
+ modalForm.coupon_id='';
+ }
+ "
+ >添加
+
+
+
+ {
+ okVisible = true;
+ modalForm.coupon_id='';
+ }
+ "
+ >保存
+
+
+
+
+
+
+ {
+ doctorVisible = false;
+ doctor_id = '';
+ }
+ "
+ >
+
+ {
+ patientVisible = false;
+ }
+ "
+ >
+
+
+
\ No newline at end of file
diff --git a/src/components/inquiryDetailModal.vue b/src/components/inquiryDetailModal.vue
index 0719c4c..19f4410 100644
--- a/src/components/inquiryDetailModal.vue
+++ b/src/components/inquiryDetailModal.vue
@@ -311,7 +311,6 @@ const handleClose = () => {