From f40d6cd7e5dab90c093468b262864945d7fb7f04 Mon Sep 17 00:00:00 2001 From: liuzhipeng <1747191978@qq.com> Date: Sat, 15 Mar 2025 21:26:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=9B=E6=9F=A5=E6=B7=BB=E5=8A=A0=E6=B2=BB?= =?UTF-8?q?=E7=96=97=E6=96=B9=E5=BC=8F=EF=BC=8C=E6=B2=BB=E7=96=97=E5=91=A8?= =?UTF-8?q?=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- acupuncture-前台/src/views/screening/h5.vue | 88 +++++++++++++++------ 1 file changed, 63 insertions(+), 25 deletions(-) diff --git a/acupuncture-前台/src/views/screening/h5.vue b/acupuncture-前台/src/views/screening/h5.vue index f4d9d955..165073a3 100644 --- a/acupuncture-前台/src/views/screening/h5.vue +++ b/acupuncture-前台/src/views/screening/h5.vue @@ -103,30 +103,55 @@ -
-
失眠自评(SRSS)
-
-
{{ index + 1 }}. {{ item.question }}
-
- - {{ criteria.label }} - - +
+
+
失眠自评(SRSS)
+
+
{{ index + 1 }}. {{ item.question }}
+
+ + {{ criteria.label }} + + +
+
+
+ SRSS共有10个项目,每个项目分5级评分(1~5),总分为每个项目得分之和。评分愈高,说明睡眠问题愈严重。此量表最低分为10分(基本无睡眠问题),最高分为50分(最严重)
-
- SRSS共有10个项目,每个项目分5级评分(1~5),总分为每个项目得分之和。评分愈高,说明睡眠问题愈严重。此量表最低分为10分(基本无睡眠问题),最高分为50分(最严重) +
+
可接受的治疗方式
+ + + 饮食治疗(中药代饮、减脂餐、营养制剂) + + + 运动治疗(功率踏车,有氧运动,跑步) + + + 中医治疗(针灸、拔罐、埋线) + + +
+
+
可接受的治疗周期
+ + 1个月 + 2个月 + 3个月 +
+
下一步 @@ -137,6 +162,7 @@ 提交
+
{{ tenantName || "- - - -" }}
@@ -314,6 +340,7 @@ export default { "SCWJ-WEIGHT": "", "SCWJ-BMI": "", "SCWJ-JL": "", + "SCWJ-ZLFS": [], }, // 表单校验 rules: { @@ -547,10 +574,15 @@ export default { await this.saveAnswer(this.form["SCWJ-JL"], "SCWJ-JL"); // 筛查总分 await this.saveAnswer(score, "SCWJ-RESULT"); + await this.saveAnswer(this.form["SCWJ-ZLFS"].toString(), "SCWJ-ZLFS"); // 治疗方式 + await this.saveAnswer(this.form["SCWJ-ZLZQ"], "SCWJ-ZLZQ"); // 治疗周期 // ------ 提交筛查 ------ const submitParams = { param: { detailId: this.detailId } }; await screenSubmit(submitParams).then((response) => { this.$modal.msgSuccess("提交成功"); + // setTimeout(() => { + // location.reload(); + // }, 3000); }); }); }, @@ -598,6 +630,11 @@ export default { border: none; background: #c6a268; } +.hospital1 { + text-align: center; + font-size: 14px; + color: #999; +} .hospital { background: #fff; font-size: 20px; @@ -642,11 +679,12 @@ export default { display: flex; justify-content: center; align-items: center; - .submit-box-but { - background: #c6a268; - width: 100%; - font-size: 16px; - } +} +.submit-box .submit-box-but { + background: #c6a268; + width: 100%; + font-size: 16px; + margin-bottom: 10px; } .card { padding: 16px;