|
|
@ -1796,7 +1796,7 @@ export default { |
|
|
// lis条码打印 |
|
|
// lis条码打印 |
|
|
async lisPrint(ReportCode, isPreview, toOutShell) { |
|
|
async lisPrint(ReportCode, isPreview, toOutShell) { |
|
|
toOutShell.ReportCode = ReportCode |
|
|
toOutShell.ReportCode = ReportCode |
|
|
console.log('this.$peisAPI.print', toOutShell) |
|
|
|
|
|
|
|
|
console.log('this.$peisAPI.print', JSON.stringify(toOutShell)) |
|
|
if (isPreview) { |
|
|
if (isPreview) { |
|
|
try { |
|
|
try { |
|
|
let lres = await this.$peisAPI.printPre(JSON.stringify(toOutShell)) |
|
|
let lres = await this.$peisAPI.printPre(JSON.stringify(toOutShell)) |
|
|
@ -1828,7 +1828,7 @@ export default { |
|
|
//pacs条码打印 |
|
|
//pacs条码打印 |
|
|
pacsPrint(ReportCode, isPreview, toOutShell) { |
|
|
pacsPrint(ReportCode, isPreview, toOutShell) { |
|
|
toOutShell.ReportCode = ReportCode |
|
|
toOutShell.ReportCode = ReportCode |
|
|
console.log('this.$peisAPI.print', toOutShell) |
|
|
|
|
|
|
|
|
console.log('this.$peisAPI.print', JSON.stringify(toOutShell)) |
|
|
if (isPreview) { |
|
|
if (isPreview) { |
|
|
this.$peisAPI.printPre(JSON.stringify(toOutShell)) |
|
|
this.$peisAPI.printPre(JSON.stringify(toOutShell)) |
|
|
.then(res => { |
|
|
.then(res => { |
|
|
|