This commit is contained in:
wangshiming
2022-02-21 19:31:05 +08:00
parent cf6d0c5158
commit 9e01d52198
8 changed files with 35 additions and 45 deletions

View File

@ -414,8 +414,12 @@ export class OrderManagementReceiptsAuditComponent implements OnInit {
}
// 生成电子单据
generate(item: any, sts?: number) {
let text = '查看凭证';
if(sts == 2) {
text = '生成电子单据';
}
const modalRef = this.modal.create({
nzTitle: '查看凭证',
nzTitle: text,
nzWidth: '50%',
nzContent: orderManagementVoucherViewComponent,
nzComponentParams: {