This commit is contained in:
Taric Xin
2022-03-24 16:14:03 +08:00
parent d8d698125e
commit 3870728572
4 changed files with 57 additions and 34 deletions

View File

@ -32,5 +32,5 @@
<div class="modal-footer text-center">
<button nz-button type="button">移除</button>
<button nz-button type="button" (click)="saveManage()">手工处理</button>
<button nz-button type="submit" nzType="primary" [nzLoading]="false" (click)="saveManage()">自动开票</button>
<!-- <button nz-button type="submit" nzType="primary" [nzLoading]="false" (click)="saveManage()">自动开票</button> -->
</div>