From 3ada20b4ff90f44a6bea03c1717dec78339841a4 Mon Sep 17 00:00:00 2001
From: hou <1601990943@qq.com>
Date: Fri, 22 Jul 2022 15:10:20 +0800
Subject: [PATCH] =?UTF-8?q?cosmoim-852=20fix=20=E9=83=A8=E5=88=86=E7=95=8C?=
=?UTF-8?q?=E9=9D=A2=E8=B0=83=E6=95=B4=E4=B8=BAui=E8=87=AA=E9=80=82?=
=?UTF-8?q?=E5=BA=94?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Semi-finished/Semi-finished-SO/index.vue | 7 +++++--
src/pages/raw/commission/RUS-Out/index.vue | 7 +++++--
.../raw/commission/RUS-entrant/index.vue | 7 +++++--
.../raw/handover/RUS-returning/index.vue | 7 +++++--
.../raw/handover/feeding/RUS-Location.vue | 7 +++++--
.../raw/ingoods/RUS-dnReceipt/dnReceiving.vue | 17 +++++++++-------
.../ingoods/RUS-dnReturnGoods/Location.vue | 7 +++++--
.../Container-consolidation/index.vue | 20 ++++++++++++-------
.../raw/warehouse/RUS-rowCollect/index.vue | 7 +++++--
.../raw/warehouse/RUS-rowScrap/index.vue | 7 +++++--
.../raw/warehouse/RUS-rowTransfer/index.vue | 7 +++++--
11 files changed, 68 insertions(+), 32 deletions(-)
diff --git a/src/pages/raw/Semi-finished/Semi-finished-SO/index.vue b/src/pages/raw/Semi-finished/Semi-finished-SO/index.vue
index d2cc281..5d88b48 100644
--- a/src/pages/raw/Semi-finished/Semi-finished-SO/index.vue
+++ b/src/pages/raw/Semi-finished/Semi-finished-SO/index.vue
@@ -60,11 +60,14 @@
{{ $t('message.product_barCode') }}:
+
+ {{ $t('message.product_add') }}
+
-
+
diff --git a/src/pages/raw/commission/RUS-Out/index.vue b/src/pages/raw/commission/RUS-Out/index.vue
index 64dab68..93f727b 100644
--- a/src/pages/raw/commission/RUS-Out/index.vue
+++ b/src/pages/raw/commission/RUS-Out/index.vue
@@ -60,11 +60,14 @@
{{ $t('message.Container') }}:
+
+ {{ $t('message.product_add') }}
+
-
+
diff --git a/src/pages/raw/commission/RUS-entrant/index.vue b/src/pages/raw/commission/RUS-entrant/index.vue
index 89cbfc2..e92761a 100644
--- a/src/pages/raw/commission/RUS-entrant/index.vue
+++ b/src/pages/raw/commission/RUS-entrant/index.vue
@@ -68,11 +68,14 @@
{{ $t('message.Container') }}:
+
+ {{ $t('message.product_add') }}
+
-
+
diff --git a/src/pages/raw/handover/RUS-returning/index.vue b/src/pages/raw/handover/RUS-returning/index.vue
index 7e83764..070b486 100644
--- a/src/pages/raw/handover/RUS-returning/index.vue
+++ b/src/pages/raw/handover/RUS-returning/index.vue
@@ -38,11 +38,14 @@
{{ $t('message.Container') }}:
+
+ {{ $t('message.product_add') }}
+
-
+
diff --git a/src/pages/raw/handover/feeding/RUS-Location.vue b/src/pages/raw/handover/feeding/RUS-Location.vue
index c907c1c..c71e7b8 100644
--- a/src/pages/raw/handover/feeding/RUS-Location.vue
+++ b/src/pages/raw/handover/feeding/RUS-Location.vue
@@ -72,11 +72,14 @@
{{ $t('message.Container') }}:
+
+ {{ $t('message.product_add') }}
+
-
+
diff --git a/src/pages/raw/ingoods/RUS-dnReceipt/dnReceiving.vue b/src/pages/raw/ingoods/RUS-dnReceipt/dnReceiving.vue
index 226ed31..184db54 100644
--- a/src/pages/raw/ingoods/RUS-dnReceipt/dnReceiving.vue
+++ b/src/pages/raw/ingoods/RUS-dnReceipt/dnReceiving.vue
@@ -58,10 +58,13 @@
{{ $t('message.ContainerCode') }}:
+
+ {{ $t('message.scan') }}
+
-
+
@@ -754,13 +757,13 @@ export default class dnReceiptDom extends BasePage {
.config {
width: 100%;
height: 100rpx;
- // position: absolute;
- top: 420px;
- left: 0;
+ position: relative;
+ // top: 420px;
+ // left: 0;
button {
position: absolute;
- top: 455px;
- right: 35rpx;
+ // top: 455px;
+ right: 1px;
}
}
}
diff --git a/src/pages/raw/ingoods/RUS-dnReturnGoods/Location.vue b/src/pages/raw/ingoods/RUS-dnReturnGoods/Location.vue
index d52cb01..5449845 100644
--- a/src/pages/raw/ingoods/RUS-dnReturnGoods/Location.vue
+++ b/src/pages/raw/ingoods/RUS-dnReturnGoods/Location.vue
@@ -85,11 +85,14 @@
{{ $t('message.Container') }}:
+
+ {{ $t('message.product_add') }}
+
-
+
diff --git a/src/pages/raw/warehouse/Container-consolidation/index.vue b/src/pages/raw/warehouse/Container-consolidation/index.vue
index dfd3ed6..c26c018 100644
--- a/src/pages/raw/warehouse/Container-consolidation/index.vue
+++ b/src/pages/raw/warehouse/Container-consolidation/index.vue
@@ -37,20 +37,26 @@
{{ $t('message.source') }}:
+
+ {{ $t('message.Query') }}
+
-
+
{{ $t('message.CommissionedThisNumber') }}:
+
+ {{ $t('message.product_add') }}
+
-
+
@@ -283,9 +289,9 @@ export default class KanDanHandOver extends BasePage {
.NumAdd {
width: 100%;
height: 100rpx;
- position: absolute;
- top: 496px;
- left: 0;
+ position: relative;
+ // top: 496px;
+ // left: 0;
button {
position: absolute;
top: 3rpx;
diff --git a/src/pages/raw/warehouse/RUS-rowCollect/index.vue b/src/pages/raw/warehouse/RUS-rowCollect/index.vue
index 6e68e1c..6c5cc23 100644
--- a/src/pages/raw/warehouse/RUS-rowCollect/index.vue
+++ b/src/pages/raw/warehouse/RUS-rowCollect/index.vue
@@ -52,11 +52,14 @@
{{ $t('message.Container') }}:
+
+ {{ $t('message.product_add') }}
+
-
+
diff --git a/src/pages/raw/warehouse/RUS-rowScrap/index.vue b/src/pages/raw/warehouse/RUS-rowScrap/index.vue
index 1a5da06..9e1c730 100644
--- a/src/pages/raw/warehouse/RUS-rowScrap/index.vue
+++ b/src/pages/raw/warehouse/RUS-rowScrap/index.vue
@@ -60,11 +60,14 @@
{{ $t('message.Container') }}:
+
+ {{ $t('message.product_add') }}
+
-
+
diff --git a/src/pages/raw/warehouse/RUS-rowTransfer/index.vue b/src/pages/raw/warehouse/RUS-rowTransfer/index.vue
index 1e827a2..7830ef6 100644
--- a/src/pages/raw/warehouse/RUS-rowTransfer/index.vue
+++ b/src/pages/raw/warehouse/RUS-rowTransfer/index.vue
@@ -49,11 +49,14 @@
{{ $t('message.Container') }}:
+
+ {{ $t('message.product_add') }}
+
-
+