diff --git a/locale/en.json b/locale/en.json index bc70a15..d4ce0dd 100644 --- a/locale/en.json +++ b/locale/en.json @@ -52,6 +52,13 @@ "button.group-disk": "Stack pallets", "button.release-outbound-point": "Release at outbound point", "button.release": "Release", + "button.bind": "bind", + "button.unbind": "unbind", + "button.zxinstore": "Packing and warehousing", + "button.unlock": "Unlock", + "button.warehousing": "Warehousing", + "button.save": "Save", + "button.outstore-confirm": "Outbound Confirmation", "login.username": "Username", "login.password": "Password", "login.remember": "Remember username", diff --git a/locale/id.json b/locale/id.json index ef5c2a1..ee49942 100644 --- a/locale/id.json +++ b/locale/id.json @@ -52,6 +52,13 @@ "button.group-disk": "Menggudang palet", "button.release-outbound-point": "Beri izin di titik pengiriman keluar gudang", "button.release": "Beri izin", + "button.bind": "Ikatan", + "button.unbind": "Bebaskan", + "button.zxinstore": "Kemasan dalam gudang", + "button.unlock": "Buka kunci", + "button.warehousing": "Perdagangan", + "button.save": "Simpan", + "button.outstore-confirm": "Konfirmasi Deposit", "login.username": "Nama pengguna", "login.password": "Kata sandi", "login.remember": "Ingat nama pengguna", diff --git a/locale/zh-Hans.json b/locale/zh-Hans.json index 2b1e116..5209f4c 100644 --- a/locale/zh-Hans.json +++ b/locale/zh-Hans.json @@ -52,6 +52,13 @@ "button.group-disk": "组盘", "button.release-outbound-point": "出库点放行", "button.release": "放行", + "button.bind": "绑定", + "button.unbind": "解绑", + "button.zxinstore": "装箱入库", + "button.unlock": "解锁", + "button.warehousing": "入库", + "button.save": "保存", + "button.outstore-confirm": "出库确认", "login.username": "用户名", "login.password": "密码", "login.remember": "记住用户名", diff --git a/pages/SecondPhase/EmptyBoxOutStore.vue b/pages/SecondPhase/EmptyBoxOutStore.vue index 60b47a7..e578dba 100644 --- a/pages/SecondPhase/EmptyBoxOutStore.vue +++ b/pages/SecondPhase/EmptyBoxOutStore.vue @@ -37,7 +37,7 @@ {{$t('grid.select')}} {{$t('filter.box-no')}} - 木箱料号 + {{$t('filter.box-type')}} {{$t('filter.wooden-box-description')}} {{$t('filter.max-sub-num')}} {{$t('grid.wooden-box-length')}} @@ -69,7 +69,7 @@ - + diff --git a/pages/SecondPhase/ManMaintain.vue b/pages/SecondPhase/ManMaintain.vue index 32b7927..7798a52 100644 --- a/pages/SecondPhase/ManMaintain.vue +++ b/pages/SecondPhase/ManMaintain.vue @@ -15,7 +15,7 @@ {{$t('filter.inspection-results')}} - + diff --git a/pages/SecondPhase/finished/BoxWeight.vue b/pages/SecondPhase/finished/BoxWeight.vue index 67289e5..7daedcb 100644 --- a/pages/SecondPhase/finished/BoxWeight.vue +++ b/pages/SecondPhase/finished/BoxWeight.vue @@ -22,7 +22,7 @@ - + diff --git a/pages/SecondPhase/finished/ReturnToStore.vue b/pages/SecondPhase/finished/ReturnToStore.vue index 95f88c4..979242d 100644 --- a/pages/SecondPhase/finished/ReturnToStore.vue +++ b/pages/SecondPhase/finished/ReturnToStore.vue @@ -30,7 +30,7 @@ - + diff --git a/pages/SecondPhase/finished/abnorToStore.vue b/pages/SecondPhase/finished/abnorToStore.vue index bb40afb..d9d1976 100644 --- a/pages/SecondPhase/finished/abnorToStore.vue +++ b/pages/SecondPhase/finished/abnorToStore.vue @@ -38,7 +38,7 @@ - + diff --git a/pages/SecondPhase/kmxk/PointSave.vue b/pages/SecondPhase/kmxk/PointSave.vue index 642d517..c082488 100644 --- a/pages/SecondPhase/kmxk/PointSave.vue +++ b/pages/SecondPhase/kmxk/PointSave.vue @@ -18,7 +18,7 @@ --> - + diff --git a/pages/SecondPhase/lvt/EmptyBox.vue b/pages/SecondPhase/lvt/EmptyBox.vue index c76b35d..07f244b 100644 --- a/pages/SecondPhase/lvt/EmptyBox.vue +++ b/pages/SecondPhase/lvt/EmptyBox.vue @@ -6,7 +6,7 @@ - 木箱料号 + {{$t('filter.box-type')}} diff --git a/pages/SecondPhase/point/ErrorOutUnlock.vue b/pages/SecondPhase/point/ErrorOutUnlock.vue index 7eaf1d9..fe594a5 100644 --- a/pages/SecondPhase/point/ErrorOutUnlock.vue +++ b/pages/SecondPhase/point/ErrorOutUnlock.vue @@ -24,7 +24,7 @@ - + diff --git a/pages/SecondPhase/point/PointManage.vue b/pages/SecondPhase/point/PointManage.vue index 9e91908..95c9991 100644 --- a/pages/SecondPhase/point/PointManage.vue +++ b/pages/SecondPhase/point/PointManage.vue @@ -31,8 +31,8 @@ - - + + diff --git a/pages/SecondPhase/production/PrintTable.vue b/pages/SecondPhase/production/PrintTable.vue index 6a0db6a..6676e5e 100644 --- a/pages/SecondPhase/production/PrintTable.vue +++ b/pages/SecondPhase/production/PrintTable.vue @@ -28,7 +28,7 @@ - + diff --git a/pages/SecondPhase/production/SboProcess.vue b/pages/SecondPhase/production/SboProcess.vue index 436ec04..3db39cb 100644 --- a/pages/SecondPhase/production/SboProcess.vue +++ b/pages/SecondPhase/production/SboProcess.vue @@ -34,7 +34,7 @@ - + diff --git a/pages/SecondPhase/production/ZjInStore.vue b/pages/SecondPhase/production/ZjInStore.vue index c46ada0..c05def6 100644 --- a/pages/SecondPhase/production/ZjInStore.vue +++ b/pages/SecondPhase/production/ZjInStore.vue @@ -57,7 +57,7 @@ - +