Browse Source

dj seo

master
pengjun 2 years ago
parent
commit
5f6f584eca
  1. 34
      src/components/patientRegister/PatientRegisterEdit.vue

34
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: "" });
// // }
// });
// }
}
}
);

Loading…
Cancel
Save