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') }}
-
+