edit
This commit is contained in:
@ -165,7 +165,7 @@ export class InvoiceRequestedComponent {
|
||||
return;
|
||||
}
|
||||
const modal = this.nzModalService.create({
|
||||
nzTitle: '打印面单',
|
||||
nzTitle: '快递下单',
|
||||
nzContent: PrintOrderModalComponent,
|
||||
nzWidth: 650,
|
||||
nzComponentParams: { vatappcodes: this.selectedRows.map(item => item.vatappcode) },
|
||||
|
||||
Reference in New Issue
Block a user