This commit is contained in:
wangshiming
2022-03-07 17:32:19 +08:00
parent 0d12b0bfa1
commit 258fe9f356
4 changed files with 7 additions and 22 deletions

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2021-12-24 16:58:02
* @LastEditors : Shiming
* @LastEditTime : 2022-03-04 14:15:24
* @LastEditTime : 2022-03-07 17:32:05
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\bulk-detail-change\\bulk-detail-change.component.html
* Copyright (C) 2022 huzhenhong. All rights reserved.
-->
@ -201,8 +201,6 @@
</form>
</nz-card>
<nz-card nzTitle="基本信息" #distannce2>
<div nz-row>
<div nz-col nzSpan="12">
<sf #sf3 [schema]="schema3" [formData]="sf3data" [button]="'none'" [ui]="ui3"></sf>
<sf #sf4 [schema]="schema4" [formData]="sf4data" [button]="'none'" [ui]="ui4">
<ng-template sf-template="weight" let-item let-ui="ui">
@ -256,9 +254,6 @@
</ng-template>
</sf>
</div>
</div>
</nz-card>
<nz-card nzTitle="运费信息"#distannce3>

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2021-12-24 16:58:02
* @LastEditors : Shiming
* @LastEditTime : 2022-03-07 17:26:41
* @LastEditTime : 2022-03-07 17:32:05
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\bulk-detail-change\\bulk-detail-change.component.ts
* Copyright (C) 2022 huzhenhong. All rights reserved.
*/
@ -622,7 +622,7 @@ loadTime: any; // 货源单设置回显
};
this.ui3 = {
'*': {
spanLabelFixed: 90,
spanLabelFixed: 110,
grid: { span: 12 }
}
};
@ -766,7 +766,7 @@ initSF4() {
};
this.ui4 = {
'*': {
spanLabelFixed: 90,
spanLabelFixed: 110,
grid: { span: 24 }
},
$weight: {

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2021-12-23 13:39:58
* @LastEditors : Shiming
* @LastEditTime : 2022-03-04 10:42:33
* @LastEditTime : 2022-03-07 17:29:44
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\vehicle-detail-change\\vehicle-detail-change.component.html
* Copyright (C) 2022 huzhenhong. All rights reserved.
-->
@ -169,8 +169,6 @@
</form>
</nz-card>
<nz-card nzTitle="基本信息" configuration #distannce2>
<div nz-row>
<div nz-col nzSpan="12">
<sf #sf3 [schema]="schema3" [formData]="sf3data" [button]="'none'" [ui]="ui3"></sf>
<sf #sf4 [schema]="schema4" [formData]="sf4data" [button]="'none'" [ui]="ui4">
<ng-template sf-template="weight" let-item let-ui="ui">
@ -232,8 +230,6 @@
<nz-date-picker nzShowTime nzFormat="yyyy-MM-dd HH:mm:ss" [(ngModel)]="unloadTime"></nz-date-picker>
</ng-template>
</sf>
</div>
</div>
</nz-card>
<nz-card nzTitle="运费信息" #distannce3>

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2021-12-23 13:39:58
* @LastEditors : Shiming
* @LastEditTime : 2022-03-07 17:27:38
* @LastEditTime : 2022-03-07 17:30:05
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\vehicle-detail-change\\vehicle-detail-change.component.ts
* Copyright (C) 2022 huzhenhong. All rights reserved.
*/
@ -677,12 +677,6 @@ export class OrderManagementVehicleDetailChangeComponent implements OnInit {
spanLabelFixed: 110,
grid: { span: 12 }
},
$goodsName: {
grid: { span: 12 }
},
$qita: {
grid: { span: 12 }
}
};
}
changeGoodsType(value: string, data: any) {
@ -784,7 +778,7 @@ export class OrderManagementVehicleDetailChangeComponent implements OnInit {
};
this.ui4 = {
'*': {
spanLabelFixed: 90,
spanLabelFixed: 110,
grid: { span: 24 }
},
$weight: {