diff --git a/locale/en.json b/locale/en.json index ebb44b6..de11cef 100644 --- a/locale/en.json +++ b/locale/en.json @@ -312,10 +312,11 @@ "select.enter-oven": "Enter Oven", "select.enter-cooling": "Enter Cooling Zone", "select.binding-point": "Binding point ", - "select.return-inspection-warehousing": "Return inspection & warehousing", - "select.recut-warehousing": "Recut & warehousing", + "select.return-inspection-warehousing": "Return inspection warehousing", + "select.recut-warehousing": "Recut warehousing", "select.production-warehousing": "Production warehousing", "select.manual-warehousing": "Manual warehousing", + "select.label-change-warehousing": "Label change warehousing", "select.yes": "Yes", "select.no": "No", "unit.minute": "Minute" diff --git a/locale/id.json b/locale/id.json index f09fc33..c3ce037 100644 --- a/locale/id.json +++ b/locale/id.json @@ -316,6 +316,7 @@ "select.recut-warehousing": "Potong ulang & simpan", "select.production-warehousing": "Simpan produksi", "select.manual-warehousing": "Simpan manual", + "select.label-change-warehousing": "Penggantian label dan penyimpanan barang", "select.yes": "ya", "select.no": "Tidak", "unit.minute": "Menit" diff --git a/locale/zh-Hans.json b/locale/zh-Hans.json index c7a7c2c..54c8293 100644 --- a/locale/zh-Hans.json +++ b/locale/zh-Hans.json @@ -316,6 +316,7 @@ "select.recut-warehousing": "改切入库", "select.production-warehousing": "生产入库", "select.manual-warehousing": "手工入库", + "select.label-change-warehousing": "换标入库", "select.yes": "是", "select.no": "否", "unit.minute": "分" diff --git a/pages/SecondPhase/finished/ReturnToStore.vue b/pages/SecondPhase/finished/ReturnToStore.vue index 77bca46..7fb079f 100644 --- a/pages/SecondPhase/finished/ReturnToStore.vue +++ b/pages/SecondPhase/finished/ReturnToStore.vue @@ -48,7 +48,7 @@ data() { return { title: '', - options: [{value: '1', text: this.$t('select.return-inspection-warehousing')}, {value: '2', text: this.$t('select.recut-warehousing')}, {value: '0001', text: this.$t('select.production-warehousing')}, {value: '0009', text: this.$t('select.manual-warehousing')}], + options: [{value: '0006', text: this.$t('select.return-inspection-warehousing')}, {value: '0007', text: this.$t('select.recut-warehousing')}, {value: '0001', text: this.$t('select.production-warehousing')}, {value: '0009', text: this.$t('select.manual-warehousing')}, {value: '0012', text: this.$t('select.label-change-warehousing')}], index: '', val1: '', val2: '',