|
|
|
@ -134,14 +134,14 @@ |
|
|
|
|
<thead> |
|
|
|
|
<tr> |
|
|
|
|
<th nzWidth="50px">序号</th> |
|
|
|
|
<th nzWidth="150px">申请单号</th> |
|
|
|
|
<th nzWidth="150px">交易单号</th> |
|
|
|
|
<th nzWidth="300px">原因</th> |
|
|
|
|
</tr> |
|
|
|
|
</thead> |
|
|
|
|
<tbody> |
|
|
|
|
<tr *ngFor="let data of errorStudentTable.data;let i = index"> |
|
|
|
|
<td>{{ i + 1}}</td> |
|
|
|
|
<td>{{data.applyNo}}</td> |
|
|
|
|
<td>{{data.orderNo}}</td> |
|
|
|
|
<td>{{data.errorMessage}}</td> |
|
|
|
|
</tr> |
|
|
|
|
</tbody> |
|
|
|
@ -149,11 +149,11 @@ |
|
|
|
|
</ng-container> |
|
|
|
|
</nz-modal> |
|
|
|
|
|
|
|
|
|
<nz-modal [(nzVisible)]="importModal" nzTitle="导入设备" (nzOnCancel)="importModal = false" nzWidth="500px" [nzFooter]="null"> |
|
|
|
|
<nz-modal [(nzVisible)]="importModal" nzTitle="导入开票完成" (nzOnCancel)="importModal = false" nzWidth="500px" [nzFooter]="null"> |
|
|
|
|
<ng-container *nzModalContent> |
|
|
|
|
<form nz-form [formGroup]="importFleUrlForm"> |
|
|
|
|
<nz-form-item> |
|
|
|
|
<nz-form-label [nzSpan]="6" nzRequired>文件</nz-form-label> |
|
|
|
|
<nz-form-label [nzSpan]="8" nzRequired>文件(<a href="http://oil.dctpay.com/filesystem/template/order_receipt_template.xlsx">模板下载</a>)</nz-form-label> |
|
|
|
|
<nz-form-control [nzSpan]="14"> |
|
|
|
|
<nz-upload |
|
|
|
|
[nzAccept]="'.xls,.xlsx'" |
|
|
|
|