This commit is contained in:
wangshiming
2022-03-01 16:32:10 +08:00
parent a6d213b07c
commit 36c38de600
6 changed files with 32 additions and 26 deletions

View File

@ -8,7 +8,7 @@
* @FilePath : \\tms-obc-web\\src\\app\\routes\\supply-management\\model\\import-supply\\import-supply.component.html
* Copyright (C) 2022 huzhenhong. All rights reserved.
-->
<div>
<div *ngIf="status">
<sf #sf mode="edit" [schema]="schema" [ui]="ui" button="none">
<ng-template sf-template="resourceCode2" let-me let-ui="ui" let-schema="schema">
<input readonly nz-input placeholder="请选择上传文件" [(ngModel)]="files2" />
@ -41,6 +41,9 @@
<sv style="height: 20px;">5、发布成功后可在货源列表-待接单查看</sv>
</sv-container>
</div>
<div *ngIf="!status">
文件上传成功成功xx条失败xx条
</div>
<div class="modal-footer text-right">
<button nz-button type="button" (click)="close()">取消</button>
<button nz-button type="submit" nzType="primary" (click)="save()">确定</button>