退货口入库
This commit is contained in:
@@ -312,10 +312,11 @@
|
|||||||
"select.enter-oven": "Enter Oven",
|
"select.enter-oven": "Enter Oven",
|
||||||
"select.enter-cooling": "Enter Cooling Zone",
|
"select.enter-cooling": "Enter Cooling Zone",
|
||||||
"select.binding-point": "Binding point ",
|
"select.binding-point": "Binding point ",
|
||||||
"select.return-inspection-warehousing": "Return inspection & warehousing",
|
"select.return-inspection-warehousing": "Return inspection warehousing",
|
||||||
"select.recut-warehousing": "Recut & warehousing",
|
"select.recut-warehousing": "Recut warehousing",
|
||||||
"select.production-warehousing": "Production warehousing",
|
"select.production-warehousing": "Production warehousing",
|
||||||
"select.manual-warehousing": "Manual warehousing",
|
"select.manual-warehousing": "Manual warehousing",
|
||||||
|
"select.label-change-warehousing": "Label change warehousing",
|
||||||
"select.yes": "Yes",
|
"select.yes": "Yes",
|
||||||
"select.no": "No",
|
"select.no": "No",
|
||||||
"unit.minute": "Minute"
|
"unit.minute": "Minute"
|
||||||
|
|||||||
@@ -316,6 +316,7 @@
|
|||||||
"select.recut-warehousing": "Potong ulang & simpan",
|
"select.recut-warehousing": "Potong ulang & simpan",
|
||||||
"select.production-warehousing": "Simpan produksi",
|
"select.production-warehousing": "Simpan produksi",
|
||||||
"select.manual-warehousing": "Simpan manual",
|
"select.manual-warehousing": "Simpan manual",
|
||||||
|
"select.label-change-warehousing": "Penggantian label dan penyimpanan barang",
|
||||||
"select.yes": "ya",
|
"select.yes": "ya",
|
||||||
"select.no": "Tidak",
|
"select.no": "Tidak",
|
||||||
"unit.minute": "Menit"
|
"unit.minute": "Menit"
|
||||||
|
|||||||
@@ -316,6 +316,7 @@
|
|||||||
"select.recut-warehousing": "改切入库",
|
"select.recut-warehousing": "改切入库",
|
||||||
"select.production-warehousing": "生产入库",
|
"select.production-warehousing": "生产入库",
|
||||||
"select.manual-warehousing": "手工入库",
|
"select.manual-warehousing": "手工入库",
|
||||||
|
"select.label-change-warehousing": "换标入库",
|
||||||
"select.yes": "是",
|
"select.yes": "是",
|
||||||
"select.no": "否",
|
"select.no": "否",
|
||||||
"unit.minute": "分"
|
"unit.minute": "分"
|
||||||
|
|||||||
@@ -48,7 +48,7 @@
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
title: '',
|
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: '',
|
index: '',
|
||||||
val1: '',
|
val1: '',
|
||||||
val2: '',
|
val2: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user