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 @@