This commit is contained in:
Taric Xin
2022-03-24 15:17:24 +08:00
parent 0dd36d8c7f
commit ae743ee020
3 changed files with 24 additions and 8 deletions

View File

@ -45,12 +45,11 @@
</ng-template>
<st #st [scroll]="{ x: '2000px' }" [data]="service.$api_ficoVatinvHList" [columns]="columns" [page]="{}"
[req]="{process: beforeReq }" [res]="{process:afterRes }" [loading]="false"
(change)="stChange($event)">
<st #st [scroll]="{ x: '2000px' }" [data]="service.$api_ficoVatinvHList" [columns]="columns" [page]="{}"
[req]="{process: beforeReq }" [res]="{process:afterRes }" [loading]="false" (change)="stChange($event)">
<ng-template st-row="vatinvcode" let-item let-index="index" let-column="column">
{{ item.vatinvcode }} <br>
<label class="text-primary" >{{item.stsLabel}}</label>
<label class="text-primary">{{item.stsLabel}}</label>
</ng-template>
</st>
</nz-card>
@ -58,6 +57,13 @@
<ng-template #requestedModal>
<div nz-row nzGutter="8">
<div nz-col nzSpan="24" se-container [labelWidth]="100">
<!-- <se [col]="1" label="开票信息">
<p style="margin: 0;">公司名:</p>
<p style="margin: 0;">税号:</p>
<p style="margin: 0;">注册地址:</p>
<p style="margin: 0;">注册电话:</p>
<p style="margin: 0;">开户行:</p>
</se> -->
<se [col]="1" label="开票日期" required>
<nz-date-picker [(ngModel)]="openInfo.invoicedate" nzPlaceHolder="请选择" style=" width: 100%;">
</nz-date-picker>