This commit is contained in:
Taric Xin
2022-04-02 13:45:44 +08:00
parent 3548558a64
commit 3e2e9ff834
4 changed files with 6 additions and 4 deletions

View File

@ -77,7 +77,7 @@
{{openInfo?.isdetail?'需要':'不需要'}}
</se>
<se [col]="1" label="开票金额" class="mb-sm">
{{openInfo?.vatnotax | currency}}
{{openInfo?.vatmoney | currency}}
</se>
<se [col]="1" label="开票日期" required>
<nz-date-picker [(ngModel)]="openInfo.invoicedate" nzPlaceHolder="请选择" style=" width: 100%;">