From 914107956a05fd96f5c1f83e76b61f574780f431 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Sun, 18 Jan 2026 09:50:10 +0800 Subject: [PATCH] seo --- .../PatientRegisterRefuseList.vue | 25 ++++++++++--------- 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/src/components/patientRegister/PatientRegisterRefuseList.vue b/src/components/patientRegister/PatientRegisterRefuseList.vue index b6c049f..ef6de28 100644 --- a/src/components/patientRegister/PatientRegisterRefuseList.vue +++ b/src/components/patientRegister/PatientRegisterRefuseList.vue @@ -330,20 +330,21 @@ export default { i--; continue; } - if (this.multipleSelection[i].isCharge == "Y") { - chargeAsb += "," + this.multipleSelection[i].asbitemName; - this.multipleSelection.splice(i, 1); - i--; - continue; - } + // 收费状态可以弃检 + // if (this.multipleSelection[i].isCharge == "Y") { + // chargeAsb += "," + this.multipleSelection[i].asbitemName; + // this.multipleSelection.splice(i, 1); + // i--; + // continue; + // } } - if (chargeAsb) { - msg += - "\r\n已收费组合项目:【" + - chargeAsb.substring(1, chargeAsb.length) + - "】"; - } + // if (chargeAsb) { + // msg += + // "\r\n已收费组合项目:【" + + // chargeAsb.substring(1, chargeAsb.length) + + // "】"; + // } if (finishAsb) { msg += "\r\n已检组合项目:【" +