|
|
@ -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) => { |
|
|
|