fix bug
This commit is contained in:
		| @ -4,23 +4,20 @@ | ||||
|  * @Author       : Shiming | ||||
|  * @Date         : 2021-12-15 13:17:42 | ||||
|  * @LastEditors  : Shiming | ||||
|  * @LastEditTime : 2022-02-21 20:25:47 | ||||
|  * @LastEditTime : 2022-04-01 14:27:47 | ||||
|  * @FilePath     : \\tms-obc-web\\src\\app\\routes\\order-management\\modal\\audit\\voucher-view\\voucher-view.component.html | ||||
|  * Copyright (C) 2022 huzhenhong. All rights reserved. | ||||
| --> | ||||
| <div class="sfBox" [ngClass]="Status !== 1 ? 'hideBtn' : ''"> | ||||
| <sf #sf mode="edit" [schema]="schema" [ui]="ui" [formData]="formData" button="none"> | ||||
|   <ng-template sf-template="weight" let-me let-ui="ui" let-schema="schema"> | ||||
|     <div style="display: flex"> | ||||
|       <nz-input-number [(ngModel)]="data.weight" [nzMin]="1" [nzMax]="10" [nzStep]="1"></nz-input-number> | ||||
|       <div class="left_btn">吨</div> | ||||
|   <ng-template sf-template="no0" let-me let-ui="ui" let-schema="schema"> | ||||
|     <div style="color: #1890FF" > | ||||
|       <!-- <a [href]="loadPDF" (click)="openlaod(me)">电子装货单</a> --> | ||||
|       <div (click)="openlaod(me)">电子装货单</div> | ||||
|     </div> | ||||
|   </ng-template> | ||||
|   <ng-template sf-template="volume" let-me let-ui="ui" let-schema="schema"> | ||||
|     <div style="display: flex"> | ||||
|       <nz-input-number [(ngModel)]="data.volume" [nzMin]="1" [nzMax]="10" [nzStep]="1"></nz-input-number> | ||||
|       <div class="left_btn">方</div> | ||||
|     </div> | ||||
|   <ng-template sf-template="no6" let-me let-ui="ui" let-schema="schema"> | ||||
|     <div style="color: #1890FF">电子卸货单</div> | ||||
|   </ng-template> | ||||
| </sf> | ||||
| </div> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user