diff --git a/src/i18n/lang/en.ts b/src/i18n/lang/en.ts index 438f1b7..4c621f0 100644 --- a/src/i18n/lang/en.ts +++ b/src/i18n/lang/en.ts @@ -448,7 +448,7 @@ export default { totalNum: 'total Num', Operation: 'Operation', StorageTime: 'Storage Time', - spareGoods: 'Spare deliver goods', + spareGoods: 'Spare Delive Goods', matcode: 'Mat code', Quantity: 'Request', scanningContainer: 'Please scan the container code first', @@ -480,8 +480,8 @@ export default { scrapped: 'The container code cannot be scrapped', Description: 'Describe', Delivery: 'Batch', - shelves: 'Shelves', - undercarriage: 'Under', + shelves: 'Spare Up Shelf', + undercarriage: 'Spare Down Shelf', SparePartsOutbound: 'outbound', shelvesCode: 'Code', plan: 'Plan QTY', diff --git a/src/pages/raw/ingoods/SpareInbound/SparePartsStores/index.vue b/src/pages/raw/ingoods/SpareInbound/SparePartsStores/index.vue index 6947bcb..2f4ec81 100644 --- a/src/pages/raw/ingoods/SpareInbound/SparePartsStores/index.vue +++ b/src/pages/raw/ingoods/SpareInbound/SparePartsStores/index.vue @@ -44,7 +44,7 @@ - + @@ -79,9 +79,15 @@ import { session } from '@/store/modules/session'; export default class productCheckReceipt extends BasePage { model = model; remove: any = {}; + WlList: any = [ + { + label: 'SP00', + value: 'SP00', + }, + ]; async onReady() { - await this.model.queryLocation(); - this.remove = this.model.WlList[0]; + //await this.model.queryLocation(); + this.remove = this.WlList[0]; } selectItem(e: any) { this.remove = e.pickerName;