From 952bb42ecb826b8ff535ad65e36334bdf5b4464b Mon Sep 17 00:00:00 2001
From: hou <1601990943@qq.com>
Date: Mon, 13 Jun 2022 18:01:48 +0800
Subject: [PATCH] =?UTF-8?q?cosmoim-852=20fix=20=E6=96=B0=E5=A2=9E=E4=BF=84?=
=?UTF-8?q?=E7=BD=97=E6=96=AF=E8=A1=A5=E6=96=99?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/App.vue | 3 +
src/i18n/lang/cn.ts | 1 +
src/i18n/lang/en.ts | 1 +
.../outbound/SpareDeliverGoods/index.vue | 1 -
.../raw/handover/feeding/RUS-Location.vue | 82 +++++++++++++------
src/pages/raw/handover/feeding/config.ts | 28 ++++++-
src/pages/raw/handover/feeding/model.ts | 26 +++++-
src/utils/url.ts | 1 +
8 files changed, 115 insertions(+), 28 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index fb05661..791dcc8 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -96,4 +96,7 @@ page {
uni-modal {
z-index: 19000;
}
+.pickerMask {
+ z-index: 30000 !important;
+}
diff --git a/src/i18n/lang/cn.ts b/src/i18n/lang/cn.ts
index d34bc42..65f802f 100644
--- a/src/i18n/lang/cn.ts
+++ b/src/i18n/lang/cn.ts
@@ -492,5 +492,6 @@ export default {
spareGoods: '备件发货',
matcode: '物料编码',
Quantity: '需求数量',
+ scanningContainer: '请先扫描容器码',
},
};
diff --git a/src/i18n/lang/en.ts b/src/i18n/lang/en.ts
index 79c53a0..8418ac9 100644
--- a/src/i18n/lang/en.ts
+++ b/src/i18n/lang/en.ts
@@ -497,5 +497,6 @@ export default {
spareGoods: 'Spare deliver goods',
matcode: 'Mat code',
Quantity: 'Request',
+ scanningContainer: 'Please scan the container code first',
},
};
diff --git a/src/pages/product/outbound/SpareDeliverGoods/index.vue b/src/pages/product/outbound/SpareDeliverGoods/index.vue
index 2345145..d46431c 100644
--- a/src/pages/product/outbound/SpareDeliverGoods/index.vue
+++ b/src/pages/product/outbound/SpareDeliverGoods/index.vue
@@ -104,7 +104,6 @@ export default class stoOutboundDom extends BasePage {
return;
}
await this.model.queryDetailed(this.nxOutCode);
- // this.toPage(this.page.product.SpareDeliverGoods.detail);
this.redirectTo(this.page.product.SpareDeliverGoods.detail);
}
qty: any = '';
diff --git a/src/pages/raw/handover/feeding/RUS-Location.vue b/src/pages/raw/handover/feeding/RUS-Location.vue
index 92f41dd..2f08daf 100644
--- a/src/pages/raw/handover/feeding/RUS-Location.vue
+++ b/src/pages/raw/handover/feeding/RUS-Location.vue
@@ -78,7 +78,7 @@
{{ $t('message.product_add') }}
-
+