From 5f6f584eca48c9b6083cf9a05d375ec7d6ad33d5 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Thu, 9 May 2024 09:11:28 +0800 Subject: [PATCH] dj seo --- .../patientRegister/PatientRegisterEdit.vue | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/components/patientRegister/PatientRegisterEdit.vue b/src/components/patientRegister/PatientRegisterEdit.vue index 0b05711..eb088bb 100644 --- a/src/components/patientRegister/PatientRegisterEdit.vue +++ b/src/components/patientRegister/PatientRegisterEdit.vue @@ -1480,23 +1480,23 @@ export default { if (this.patientRegister.photo && this.patientRegister.photo.indexOf("data:image") > -1) savePeoplePhoto(res.data.id, this.patientRegister.photo); // 新增保存时,提示是否打条码 - if (!body.id) { - this.$confirm("是否打印 指引单、检验条码及 Pacs 条码?", "提示", { - confirmButtonText: "是", - cancelButtonText: "否", - type: "warning", - }) - .then(() => { - this.guidePrint('0001', false) - - this.labelPrint(false) - }) - .catch((err) => { - // if (err == "cancel") { - // this.$message.info({ showClose: true, message: "已取消操作" }); - // } - }); - } + // if (!body.id) { + // this.$confirm("是否打印 指引单、检验条码及 Pacs 条码?", "提示", { + // confirmButtonText: "是", + // cancelButtonText: "否", + // type: "warning", + // }) + // .then(() => { + // this.guidePrint('0001', false) + + // this.labelPrint(false) + // }) + // .catch((err) => { + // // if (err == "cancel") { + // // this.$message.info({ showClose: true, message: "已取消操作" }); + // // } + // }); + // } } } );