车辆接口更新

This commit is contained in:
wangshiming
2022-01-24 11:11:47 +08:00
parent d0eadd3f0d
commit 17b457cd0d
4 changed files with 32 additions and 40 deletions

View File

@ -27,5 +27,5 @@
<div class="modal-footer">
<button nz-button type="button" *ngIf="Status === 1" (click)="close()">关闭</button>
<button nz-button type="submit" *ngIf="Status === 1" nzType="primary" (click)="save(sf.value)" [nzLoading]="http.loading">确定</button>
<button nz-button type="submit" nzType="primary" *ngIf="Status !== 1" (click)="save(sf.value)" [nzLoading]="http.loading">生成电子单据</button>
<button nz-button type="submit" nzType="primary" *ngIf="Status !== 1" (click)="sure()" [nzLoading]="http.loading">生成电子单据</button>
</div>