From 0522101c075202530697c90a8440939ebcfa9e7c Mon Sep 17 00:00:00 2001 From: hou <1601990943@qq.com> Date: Sun, 23 Jan 2022 14:49:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E6=96=99=E9=A1=B5=E9=9D=A2=E9=87=8D?= =?UTF-8?q?=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/lang/cn.ts | 3 + src/i18n/lang/en.ts | 5 +- src/pages/raw/handover/feeding/Location.vue | 371 +++++++++++++------- src/pages/raw/handover/feeding/config.ts | 14 +- 4 files changed, 252 insertions(+), 141 deletions(-) diff --git a/src/i18n/lang/cn.ts b/src/i18n/lang/cn.ts index ae74edf..7317420 100644 --- a/src/i18n/lang/cn.ts +++ b/src/i18n/lang/cn.ts @@ -92,9 +92,11 @@ export default { po_DemandQuantity: '需求数量', DemandQuantity: '需求', po_ActualQuantity: '实际数量', + Picked:'已拣数量', po_ReturnGoodsQuantity: '退货数量', po_RemainingQuantity: '剩余数量', Cumulative: '累计', + total: '累计', //dn收货 dn_ReceivingGoods: 'DN收货', @@ -187,6 +189,7 @@ export default { Summary_SummaryAndHandover: '汇总交接', Summary_HandoverByOrder: '按单交接', Summary_Number: '可退数量', + Replenishment_Number: '可补数量', Summary_Receiver: '接收人', Summary_Password: '口令', screen: '筛选', diff --git a/src/i18n/lang/en.ts b/src/i18n/lang/en.ts index 5ebec22..61f14ed 100644 --- a/src/i18n/lang/en.ts +++ b/src/i18n/lang/en.ts @@ -172,7 +172,9 @@ export default { Summary_SummaryAndHandover: 'Summary handover', Summary_HandoverByOrder: 'Order Handover', Summary_Number: 'Qty', + Replenishment_Number: 'Qty', Summary_Receiver: 'Receiver', + total: 'total', Summary_Password: 'Pwd', Summary_PleaseInputNumber: 'Please input Qty', Summary_PleaseInputReceiver: 'Please input receiver', @@ -221,7 +223,7 @@ export default { RowCollectionAndBorrowing: 'RAW cost center', // 原材料盘点 - InventoryOrderNo: 'Order No', + InventoryOrderNo: 'Order', InventoryMaterielNo: 'MAT code', InventoryMateriel: 'MAT name', InventoryTotalNumber: 'Total', @@ -266,6 +268,7 @@ export default { Warehousing: 'Warehousing location', CommissionedGoOutDetails: 'Delivery details', PleaseQuantity: 'Please enter this quantity', + Picked:'Picked Qty', CommissionedGoOutNumber: 'Outbound quantity', // 委外-提示 Commission_tips1: 'Please enter the order No', diff --git a/src/pages/raw/handover/feeding/Location.vue b/src/pages/raw/handover/feeding/Location.vue index 93ce7d4..61ff6ae 100644 --- a/src/pages/raw/handover/feeding/Location.vue +++ b/src/pages/raw/handover/feeding/Location.vue @@ -1,51 +1,85 @@