From 20cf59700ba85f767cf76ee5024ab6baede9f8e3 Mon Sep 17 00:00:00 2001 From: hou <1601990943@qq.com> Date: Fri, 7 Jan 2022 13:39:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E7=9B=98=E7=82=B9?= =?UTF-8?q?=E5=B0=8Fbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/lang/cn.ts | 1 + src/i18n/lang/en.ts | 1 + src/pages/product/warehouse/MaterialInventory/index.vue | 6 ++---- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/i18n/lang/cn.ts b/src/i18n/lang/cn.ts index 4e892a0..4d4447c 100644 --- a/src/i18n/lang/cn.ts +++ b/src/i18n/lang/cn.ts @@ -349,6 +349,7 @@ export default { product_unit5: '箱', product_unit6: '其他', product_unit7: '请输入物料条码', + code: '盘点单号', //成品空调/洗衣机下线 //半成品门体上线 //半成品箱体上线 diff --git a/src/i18n/lang/en.ts b/src/i18n/lang/en.ts index e86a357..8b03c3f 100644 --- a/src/i18n/lang/en.ts +++ b/src/i18n/lang/en.ts @@ -278,6 +278,7 @@ export default { Warehouse_TransferDetails: 'Transfer detail', Warehouse_OrderNo: 'Order No', Warehouse_OriginalLocation: 'Original Loc', + code: 'code', Warehouse_TargetLocation: 'Target Loc', Warehouse_Tip: 'Please input the transfer order No', transfer_barcode: 'Library transfer barcode', diff --git a/src/pages/product/warehouse/MaterialInventory/index.vue b/src/pages/product/warehouse/MaterialInventory/index.vue index 189981e..418fb2e 100644 --- a/src/pages/product/warehouse/MaterialInventory/index.vue +++ b/src/pages/product/warehouse/MaterialInventory/index.vue @@ -11,7 +11,7 @@ - {{ $t('message.InventoryNumber') }} + {{ $t('message.code') }} @@ -123,6 +123,7 @@ export default class ProductCheckReceipt extends BasePage { this.total = num; this.areaCode = this.model.modelList[0].areaCode; this.Some = this.model.modelList[0]; + this.wl = this.codeList[0]; } } //选择成品编码 @@ -301,8 +302,5 @@ export default class ProductCheckReceipt extends BasePage { box-shadow: 0 1rpx 20rpx 0 rgba(128, 128, 128, 0.2); padding: 20rpx; } - - .button-bar { - } }