edit
This commit is contained in:
@ -84,7 +84,7 @@ export class PrintOrderModalComponent implements OnInit {
|
|||||||
this.modal.destroy(true);
|
this.modal.destroy(true);
|
||||||
this.service.reviewPDF(res.pdfUrl);
|
this.service.reviewPDF(res.pdfUrl);
|
||||||
} else {
|
} else {
|
||||||
this.service.msgSrv.warning('下载失败');
|
this.service.msgSrv.warning('请到快递信息页面打印');
|
||||||
this.modal.destroy(true);
|
this.modal.destroy(true);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user