From 57e5b1f3d35a8c8994585535d21d6e74e8b6cb97 Mon Sep 17 00:00:00 2001 From: wangshiming Date: Mon, 24 Jan 2022 17:06:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E8=BE=86=E6=8E=A5=E5=8F=A3=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modal/bulk/update-freight/update-freight.component.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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,