车辆对接
This commit is contained in:
@ -1,14 +1,6 @@
|
||||
<!--
|
||||
* @Author: your name
|
||||
* @Date: 2021-12-03 11:10:14
|
||||
* @LastEditTime: 2021-12-10 15:14:11
|
||||
* @LastEditors: your name
|
||||
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||||
* @FilePath: \tms-obc-web\src\app\routes\supply-management\components\update-price\update-price.component.html
|
||||
-->
|
||||
<div class="mb-lg">
|
||||
<nz-spin *ngIf="!i" class="modal-spin"></nz-spin>
|
||||
<sf *ngIf="i" #sf mode="edit" [schema]="schema" [ui]="ui" [formData]="ii" button="none">
|
||||
<sf *ngIf="i" #sf mode="edit" [schema]="schema" [ui]="ui" [formData]="i" button="none">
|
||||
<ng-template sf-template="freightPrice" let-me let-ui="ui" let-schema="schema">
|
||||
<nz-input-group [nzAddOnAfter]="freightType[i?.freightType]">
|
||||
<input [max]="99999999" placeholder="请输入" type="number" [ngModel]="me.value"
|
||||
|
||||
Reference in New Issue
Block a user