|
|
|
@ -2604,9 +2604,9 @@ export default { |
|
|
|
this.printing = true |
|
|
|
if (this.LocalConfig.patientRegister.printGuideLabel.indexOf('patient') > -1 && this.LocalConfig.patientRegister.printGuideLabel.indexOf('lis') > -1 && this.LocalConfig.patientRegister.printGuideLabel.indexOf('pacs') > -1) { |
|
|
|
if (this.merge_lis_pacs_label == '1') { |
|
|
|
this.guidePrintEasy('0008', isPreview, toOutShell) |
|
|
|
this.lisPrint('0002', isPreview, toOutShell) |
|
|
|
.then(res => { |
|
|
|
return this.lisPrint('0002', isPreview, toOutShell) |
|
|
|
return this.guidePrintEasy('0008', isPreview, toOutShell) |
|
|
|
}) |
|
|
|
// .then(res => { |
|
|
|
// return this.pacsPrint('0004', isPreview, toOutShell) |
|
|
|
@ -2621,12 +2621,12 @@ export default { |
|
|
|
this.printing = false |
|
|
|
}) |
|
|
|
} else { |
|
|
|
this.guidePrintEasy('0008', isPreview, toOutShell) |
|
|
|
this.lisPrint('0002', isPreview, toOutShell) |
|
|
|
.then(res => { |
|
|
|
return this.lisPrint('0002', isPreview, toOutShell) |
|
|
|
return this.pacsPrint('0004', isPreview, toOutShell) |
|
|
|
}) |
|
|
|
.then(res => { |
|
|
|
return this.pacsPrint('0004', isPreview, toOutShell) |
|
|
|
return this.guidePrintEasy('0008', isPreview, toOutShell) |
|
|
|
}) |
|
|
|
.then(res => { |
|
|
|
resolve(res) |
|
|
|
@ -2640,9 +2640,9 @@ export default { |
|
|
|
} |
|
|
|
|
|
|
|
} else if (this.LocalConfig.patientRegister.printGuideLabel.indexOf('patient') > -1 && this.LocalConfig.patientRegister.printGuideLabel.indexOf('lis') > -1) { |
|
|
|
this.guidePrintEasy('0008', isPreview, toOutShell) |
|
|
|
this.lisPrint('0002', isPreview, toOutShell) |
|
|
|
.then(res => { |
|
|
|
return this.lisPrint('0002', isPreview, toOutShell) |
|
|
|
return this.guidePrintEasy('0008', isPreview, toOutShell) |
|
|
|
}) |
|
|
|
.then(res => { |
|
|
|
resolve(res) |
|
|
|
@ -2654,9 +2654,9 @@ export default { |
|
|
|
this.printing = false |
|
|
|
}) |
|
|
|
} else if (this.LocalConfig.patientRegister.printGuideLabel.indexOf('patient') > -1 && this.LocalConfig.patientRegister.printGuideLabel.indexOf('pacs') > -1) { |
|
|
|
this.guidePrintEasy('0008', isPreview, toOutShell) |
|
|
|
this.pacsPrint('0004', isPreview, toOutShell) |
|
|
|
.then(res => { |
|
|
|
return this.pacsPrint('0004', isPreview, toOutShell) |
|
|
|
return this.guidePrintEasy('0008', isPreview, toOutShell) |
|
|
|
}) |
|
|
|
.then(res => { |
|
|
|
resolve(res) |
|
|
|
|