diff --git a/src/app/routes/order-management/modal/bulk/update-freight/update-freight.component.ts b/src/app/routes/order-management/modal/bulk/update-freight/update-freight.component.ts index a57c0775..af73040f 100644 --- a/src/app/routes/order-management/modal/bulk/update-freight/update-freight.component.ts +++ b/src/app/routes/order-management/modal/bulk/update-freight/update-freight.component.ts @@ -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,