From c48a4b471af03e3d664d70b9e6a4059300eb6b18 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Tue, 28 Oct 2025 17:12:07 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=84=E7=9B=98=E5=85=A5=E5=BA=93=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locale/en.json | 4 +++- locale/vi.json | 4 +++- locale/zh-Hans.json | 4 +++- pages/manage/zprk.vue | 45 ++++++++++++++++++++++++++++++++++++------- utils/getData.js | 8 ++++++-- 5 files changed, 53 insertions(+), 12 deletions(-) diff --git a/locale/en.json b/locale/en.json index 36b04bd..8a8553f 100644 --- a/locale/en.json +++ b/locale/en.json @@ -73,7 +73,9 @@ "Keyword": "Keyword", "Pointlocation": "Point location", "Pointlocationcarrier": "Point - location carrier", - "Unitmeasurement": "Unit of measurement" + "Unitmeasurement": "Unit of measurement", + "WarehousingType": "Warehousing Type", + "MaterialQRCode": "Material QR Code" }, "th": { "MaterialBoxNumber": "Material Box Number", diff --git a/locale/vi.json b/locale/vi.json index f67e66b..20afbd9 100644 --- a/locale/vi.json +++ b/locale/vi.json @@ -73,7 +73,9 @@ "Keyword": "Từ khóa", "Pointlocation": "Điểm", "Pointlocationcarrier": "Vật chở tại điểm", - "Unitmeasurement": "Đơn vị đo" + "Unitmeasurement": "Đơn vị đo", + "WarehousingType": "Loại nhập kho", + "MaterialQRCode": "Mã QR vật liệu" }, "th": { "MaterialBoxNumber": "Số hộp vật liệu", diff --git a/locale/zh-Hans.json b/locale/zh-Hans.json index 24dbb8f..5a0269e 100644 --- a/locale/zh-Hans.json +++ b/locale/zh-Hans.json @@ -73,7 +73,9 @@ "Keyword": "关键字", "Pointlocation": "点位", "Pointlocationcarrier": "点位载具", - "Unitmeasurement": "计量单位" + "Unitmeasurement": "计量单位", + "WarehousingType": "入库类型", + "MaterialQRCode": "物料二维码" }, "th": { "MaterialBoxNumber": "料框号", diff --git a/pages/manage/zprk.vue b/pages/manage/zprk.vue index a261d2e..56596aa 100644 --- a/pages/manage/zprk.vue +++ b/pages/manage/zprk.vue @@ -29,6 +29,18 @@ + + {{$t('label.WarehousingType')}} + + + + + + {{$t('label.MaterialQRCode')}} + + {{$t('label.MaterialName')}} @@ -70,7 +82,7 @@ - + @@ -78,7 +90,7 @@