From 0dcbf8424f72f7de4a846378f8cf1458c1828aec Mon Sep 17 00:00:00 2001
From: Teng <461587751@qq.com>
Date: Tue, 18 Nov 2025 16:23:57 +0800
Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=AF=B9=E4=BA=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/Warehouse/picking.vue | 33 +++++++++++++++++++++++++++++----
1 file changed, 29 insertions(+), 4 deletions(-)
diff --git a/pages/Warehouse/picking.vue b/pages/Warehouse/picking.vue
index 134e38b..5ae34bc 100644
--- a/pages/Warehouse/picking.vue
+++ b/pages/Warehouse/picking.vue
@@ -794,10 +794,12 @@
- {{showvalue.categoryId_dictText}}
+ {{showvalue.categoryId_dictText}}
+
{{showvalue.typeId_dictText}}
- {{showvalue.medicationId_dictText}}
+ {{showvalue.medicationId_dictText}}
+
@@ -1087,7 +1089,29 @@
const openjianhuo = ref(false);
const opendata = ref(false);
// 模糊查询
+ const gysclick = (res : any) => {
+ console.log("///", res);
+ opengys.value = false;
+ }
+ const openjianhuoclick = () => {
+ if (showvalue.value.jianhuobtn == false) {
+ return
+ }
+ openjianhuo.value = true;
+ donghuaopo.value = false;
+ setTimeout(() => {
+ donghuaopo.value = true;
+ }, 100)
+ }
+
+ const opengaijiaclick = () => {
+ opengaijia.value = true;
+ donghuaopo.value = false;
+ setTimeout(() => {
+ donghuaopo.value = true;
+ }, 100)
+ }
// 过滤后的结果,页面上渲染用这个
const filteredCgrList = ref([]);
@@ -2933,6 +2957,7 @@
background-color: #fff;
z-index: 999;
}
+
.input-next {
position: fixed;
bottom: 660rpx;
@@ -2944,14 +2969,14 @@
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
padding: 40rpx 30rpx;
-
+
.next-father {
color: #999;
margin: 10rpx;
font-size: 28rpx;
}
}
-
+
.nomessage {
display: flex;
justify-content: center;