diff --git a/src/i18n/lang/cn.ts b/src/i18n/lang/cn.ts index 65f802f..64126fb 100644 --- a/src/i18n/lang/cn.ts +++ b/src/i18n/lang/cn.ts @@ -493,5 +493,6 @@ export default { matcode: '物料编码', Quantity: '需求数量', scanningContainer: '请先扫描容器码', + Pi_tipqty: '请确保等于需求数量', }, }; diff --git a/src/i18n/lang/en.ts b/src/i18n/lang/en.ts index f93d73a..db82384 100644 --- a/src/i18n/lang/en.ts +++ b/src/i18n/lang/en.ts @@ -500,5 +500,6 @@ export default { matcode: 'Mat code', Quantity: 'Request', scanningContainer: 'Please scan the container code first', + Pi_tipqty: 'Please make sure it is equal to the required quantity', }, }; diff --git a/src/pages/raw/warehouse/RUS-rowCollect/config.ts b/src/pages/raw/warehouse/RUS-rowCollect/config.ts index e766571..95c5f4d 100644 --- a/src/pages/raw/warehouse/RUS-rowCollect/config.ts +++ b/src/pages/raw/warehouse/RUS-rowCollect/config.ts @@ -30,16 +30,38 @@ export const headers = [ label: vm.$t('message.product_costCenter'), key: 'costCenter', }, +]; +export const RUSdetailHeader = [ + { + label: vm.$t('message.Warehouse_OrderNo'), + key: 'orderNo', //单号 + width: 270, + }, + { + label: vm.$t('message.po_MaterielNo'), + key: 'productCode', //物料号 + width: 270, + }, + { + label: vm.$t('message.po_MaterielDes'), + key: 'productDescZh', //物料描述 + width: 520, + }, + { + label: vm.$t('message.Container'), + key: 'barCode', //物料描述 + width: 400, + }, + { + label: vm.$t('message.dn_Number'), + key: 'qty', //数量 + }, + { + label: vm.$t('message.Warehouse_OriginalLocation'), + key: 'originWl', //原库位 + }, // { - // label: '库存地点', - // key: 'wkposCode', - // }, - // { - // label: '校验状态', - // key: 'checkResult', - // }, - // { - // label: '看单号', - // key: 'kdOrderNo', + // label: vm.$t('message.Warehouse_TargetLocation'), + // key: 'aimWl', //目标库位 // }, ]; diff --git a/src/pages/raw/warehouse/RUS-rowCollect/index.vue b/src/pages/raw/warehouse/RUS-rowCollect/index.vue index b6d1873..6e68e1c 100644 --- a/src/pages/raw/warehouse/RUS-rowCollect/index.vue +++ b/src/pages/raw/warehouse/RUS-rowCollect/index.vue @@ -26,10 +26,6 @@ - - - - @@ -38,10 +34,34 @@ - - + + + + + + + + + + + + + + + + {{ $t('message.Container') }}: + + + + + + {{ $t('message.product_add') }} + + + + + + {{ $t('message.po_Return') }} @@ -53,8 +73,8 @@ -