From 434ae469ba2f854fac868e8755db009d9d42abb2 Mon Sep 17 00:00:00 2001 From: "1747191978@qq.com" <1942943850@qq.com> Date: Wed, 19 Mar 2025 11:15:25 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=9B=E6=9F=A5=E5=88=97=E8=A1=A8=E8=A1=A8?= =?UTF-8?q?=E5=A4=B4=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- acupuncture-前台/src/views/screening/h5.vue | 24 ++++++-- .../src/views/screening/index.vue | 56 ++++++++++++++++++- 2 files changed, 73 insertions(+), 7 deletions(-) diff --git a/acupuncture-前台/src/views/screening/h5.vue b/acupuncture-前台/src/views/screening/h5.vue index fcbb0474..62b25a7a 100644 --- a/acupuncture-前台/src/views/screening/h5.vue +++ b/acupuncture-前台/src/views/screening/h5.vue @@ -830,13 +830,25 @@ export default { await this.saveAnswer(this.form["SCWJ-WEIGHT"], "SCWJ-WEIGHT"); await this.saveAnswer(this.form["SCWJ-BMI"], "SCWJ-BMI"); await this.saveAnswer(this.form["SCWJ-JL"], "SCWJ-JL"); - // 筛查总分 - await this.saveAnswer(score, "SCWJ-RESULT"); + await this.saveAnswer(this.form["SCWJ-SCSJ"], "SCWJ-SCSJ"); + await this.saveAnswer(this.form["SCWJ-RSSJ"], "SCWJ-RSSJ"); + await this.saveAnswer(this.form["SCWJ-SXSJ"], "SCWJ-SXSJ"); + await this.saveAnswer(this.form["SCWJ-QCSJ"], "SCWJ-QCSJ"); + await this.saveAnswer(this.form["SCWJ-SMXL"], "SCWJ-SMXL"); await this.saveAnswer( - this.form["SCWJ-ZLFS"].toString(), - "SCWJ-ZLFS" - ); // 治疗方式 - await this.saveAnswer(this.form["SCWJ-ZLZQ"], "SCWJ-ZLZQ"); // 治疗周期 + this.form["SCWJ-XBS"].toString(), + "SCWJ-XBS" + ); + await this.saveAnswer(this.form["SCWJ-XBS-QT"], "SCWJ-XBS-QT"); + await this.saveAnswer(this.tips, "SCREEN-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) => { diff --git a/acupuncture-前台/src/views/screening/index.vue b/acupuncture-前台/src/views/screening/index.vue index f7cbc1dc..c9f0e149 100644 --- a/acupuncture-前台/src/views/screening/index.vue +++ b/acupuncture-前台/src/views/screening/index.vue @@ -169,7 +169,61 @@ + + + + + + + + + + + +