Browse Source

dj seo

master
pengjun 2 years ago
parent
commit
931c4b1ef8
  1. 4
      src/components/patientRegister/PatientRegisterEdit.vue

4
src/components/patientRegister/PatientRegisterEdit.vue

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

Loading…
Cancel
Save