pengjun 3 months ago
parent
commit
914107956a
  1. 25
      src/components/patientRegister/PatientRegisterRefuseList.vue

25
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已检组合项目:【" +

Loading…
Cancel
Save