From 85bfdf5b3935644257895f008f76815057c6a9d3 Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Thu, 4 Dec 2025 16:38:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B6=E9=A1=B9=E7=9B=AE=E8=B4=B9=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/HosInformation.vue | 96 ++++++++++++++++++++++++++------------------ 1 file changed, 56 insertions(+), 40 deletions(-) diff --git a/src/views/HosInformation.vue b/src/views/HosInformation.vue index 9fcd2e4..6860452 100644 --- a/src/views/HosInformation.vue +++ b/src/views/HosInformation.vue @@ -306,6 +306,27 @@ +
+ +
+ 收项目费 + + {{ hasProjectFee == 1 ? '开启' : '关闭' }},医院可以通过小程序收取项目费 +
+
+
+
+
+

赊欠项目费

+

开启后财务可给患者赊欠项目费

+
+
+ +
+
+
+
出诊设置
@@ -447,20 +468,7 @@
-
- -
- 收项目费 - - {{ hasProjectFee == 1 ? '开启' : '关闭' }},医院可以通过小程序收取项目费 -
-

赊欠功能

-
- - {{ is_on_credit == 1 ? '开启' : '关闭' }},开启后财务可给患者赊欠项目 -
-
-
+
@@ -2746,6 +2754,7 @@ export default { 'afternoon_worktime': response.data.afternoon_worktime ? response.data.afternoon_worktime.split('-') : '' } this.houseCallSettingForm.worktimes = JSON.parse(JSON.stringify(this.form.worktimes)); + // type,is_fixed,pay_switch,has_visit_fee,has_project_fee,is_on_credit,visit_price, const {display_work_days,worktime_no_fixed,is_allow_coincide} = response.data if(display_work_days > 0){ this.houseCallSettingForm.planDays = display_work_days; @@ -3663,42 +3672,49 @@ export default { box-sizing: border-box; background: #FAFAFA; - .biditemMast { - background: #fff; - padding: 24px 16px; - border-radius: 8px; - background: #FFFFFF; - align-items: flex-start; +} +.biditemMast { + background: #fff; + padding: 24px 16px; + border-radius: 8px; + background: #FFFFFF; - .bidwrap-item-top { - .top-right { - p { - margin-top: 10px; - color: #1E2226; - } + .bidwrap-item-top { + height: 100%; + .top-right { + height: 100%; + p { + margin-top: 10px; + color: #1E2226; + } - .desc { - color: #6B7280; - } + .desc { + color: #6B7280; + } - a { - text-decoration: none; - color: #006AFF; + a { + text-decoration: none; + color: #006AFF; - img { - margin-right: 10px; - } + img { + margin-right: 10px; } } } + } - .bidwrap-item-bot { - padding-left: 54px; - justify-content: flex-end; - } + .bidwrap-item-bot { + padding-left: 54px; + justify-content: flex-end; } } - +.projectWrap{ + padding: 24px 14px; + box-sizing: border-box; + background: #FAFAFA; + height: 144px; + box-sizing: border-box; +} .el-autocomplete-noloading { display: none !important; }