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 @@ + + + + + + + + + + + +