车辆接口更新

This commit is contained in:
wangshiming
2022-01-24 17:06:14 +08:00
parent da1f474e57
commit 57e5b1f3d3

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2021-12-14 14:03:07
* @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
* Copyright (C) 2022 huzhenhong. All rights reserved.
*/
@ -96,7 +96,7 @@ export class UpdateFreightComponent implements OnInit {
ui: { hidden: true },
default: data.freightType
},
acceptWeight: {
loadWeight: {
type: 'number',
title: '装货重量',
default: data.loadWeight || 0,
@ -112,7 +112,7 @@ export class UpdateFreightComponent implements OnInit {
change: (val: any) => this.changeNumVal()
} as SFNumberWidgetSchema
},
acceptVolume: {
loadVolume: {
type: 'number',
title: '装货体积',
default: data.loadVolume || 0,