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;