Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
* @Author : Shiming
|
* @Author : Shiming
|
||||||
* @Date : 2021-12-14 14:03:07
|
* @Date : 2021-12-14 14:03:07
|
||||||
* @LastEditors : Shiming
|
* @LastEditors : Shiming
|
||||||
* @LastEditTime : 2022-01-24 16:28:40
|
* @LastEditTime : 2022-01-24 17:04:28
|
||||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\modal\\bulk\\update-freight\\update-freight.component.ts
|
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\modal\\bulk\\update-freight\\update-freight.component.ts
|
||||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||||
*/
|
*/
|
||||||
@ -96,7 +96,7 @@ export class UpdateFreightComponent implements OnInit {
|
|||||||
ui: { hidden: true },
|
ui: { hidden: true },
|
||||||
default: data.freightType
|
default: data.freightType
|
||||||
},
|
},
|
||||||
acceptWeight: {
|
loadWeight: {
|
||||||
type: 'number',
|
type: 'number',
|
||||||
title: '装货重量',
|
title: '装货重量',
|
||||||
default: data.loadWeight || 0,
|
default: data.loadWeight || 0,
|
||||||
@ -112,7 +112,7 @@ export class UpdateFreightComponent implements OnInit {
|
|||||||
change: (val: any) => this.changeNumVal()
|
change: (val: any) => this.changeNumVal()
|
||||||
} as SFNumberWidgetSchema
|
} as SFNumberWidgetSchema
|
||||||
},
|
},
|
||||||
acceptVolume: {
|
loadVolume: {
|
||||||
type: 'number',
|
type: 'number',
|
||||||
title: '装货体积',
|
title: '装货体积',
|
||||||
default: data.loadVolume || 0,
|
default: data.loadVolume || 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user