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')}}