From 9dddf7df6d6a55a734dc4981844b531acff12ddc Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Wed, 4 Jun 2025 16:09:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E8=B4=A7=E5=8C=BA=E8=A7=A3=E7=BB=91?= =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locale/en.json | 2 ++ locale/id.json | 2 ++ locale/zh-Hans.json | 2 ++ pages/SecondPhase/DeliveryUnbind.vue | 38 ++++++++++++++-------------- 4 files changed, 25 insertions(+), 19 deletions(-) diff --git a/locale/en.json b/locale/en.json index d55722a..7e93c58 100644 --- a/locale/en.json +++ b/locale/en.json @@ -169,6 +169,8 @@ "grid.fault-name": "Fault name", "grid.floor": "Floor", "grid.is-stock": "Is there stock available", + "grid.assign-person": "Assign person", + "grid.allocate-time": "Allocate time", "toast.point-not-empty": "The point cannot be empty", "toast.select-cache-point": "Please select a cache point", "toast.select-device": "Please select a device", diff --git a/locale/id.json b/locale/id.json index 0e3856a..a6746e0 100644 --- a/locale/id.json +++ b/locale/id.json @@ -169,6 +169,8 @@ "grid.fault-name": "Nama salah", "grid.floor": "Lantai", "grid.is-stock": "Apakah ada saham tersedia", + "grid.assign-person": "Pengasih", + "grid.allocate-time": "Tugaskan waktu", "toast.point-not-empty": "Titik tidak dapat kosong", "toast.select-cache-point": "Silakan pilih lokasi cache", "toast.select-device": "Silakan pilih perangkat", diff --git a/locale/zh-Hans.json b/locale/zh-Hans.json index 39d6a8e..578340d 100644 --- a/locale/zh-Hans.json +++ b/locale/zh-Hans.json @@ -169,6 +169,8 @@ "grid.fault-name": "故障名称", "grid.floor": "楼层", "grid.is-stock": "是否有货", + "grid.assign-person": "分配人", + "grid.allocate-time": "分配时间", "toast.point-not-empty": "点位不能为空", "toast.select-cache-point": "请选择缓存点位", "toast.select-device": "请选择设备", diff --git a/pages/SecondPhase/DeliveryUnbind.vue b/pages/SecondPhase/DeliveryUnbind.vue index 59bab56..9fa27f7 100644 --- a/pages/SecondPhase/DeliveryUnbind.vue +++ b/pages/SecondPhase/DeliveryUnbind.vue @@ -6,14 +6,14 @@ - 木箱号 + {{$t('filter.wooden-box-code')}} - 单据号 + {{$t('filter.bill-code')}} @@ -24,20 +24,20 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -63,9 +63,9 @@ - - - + + +
单据号状态总重量明细数客户编码客户名称交货单备注创建人创建时间分配人分配时间确认人确认时间{{$t('filter.bill-code')}}{{$t('filter.state')}}{{$t('grid.total-weight')}}{{$t('grid.details')}}{{$t('grid.customer-code')}}{{$t('grid.customer-name')}}{{$t('grid.delivery-note')}}{{$t('filter.remark')}}{{$t('grid.create-man')}}{{$t('grid.create-time')}}{{$t('grid.assign-person')}}{{$t('grid.allocate-time')}}{{$t('grid.confirm-man')}}{{$t('grid.confirm-time')}}