From 625852aadde2c00d9c6aacdeace47428523362dd Mon Sep 17 00:00:00 2001
From: hayu <1604366271@qq.com>
Date: Tue, 17 Jun 2025 18:12:48 +0800
Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/standardBox/codeView.vue | 3 +-
src/pages/standardBox/index.vue | 168 ++++++++++++++++++++---------
2 files changed, 118 insertions(+), 53 deletions(-)
diff --git a/src/pages/standardBox/codeView.vue b/src/pages/standardBox/codeView.vue
index 2d625bd..c93d22e 100644
--- a/src/pages/standardBox/codeView.vue
+++ b/src/pages/standardBox/codeView.vue
@@ -73,7 +73,8 @@ const bmFileInfos = ref([])//请求图片参数
const getCodeList = () => {
console.log(boxInfo.value)
let param = {
- "boxId":boxInfo.value.boxId
+ "boxId":boxInfo.value.boxId,
+ "keyWord":searchValue.value
}
getAppBoxDetailListApi(param).then(res => {
console.log(res)
diff --git a/src/pages/standardBox/index.vue b/src/pages/standardBox/index.vue
index 69f9213..866e70c 100644
--- a/src/pages/standardBox/index.vue
+++ b/src/pages/standardBox/index.vue
@@ -1,19 +1,30 @@
-
-
-
-
-
-
-
- 未录入
-
-
-
- 已完成
-
-
+
+
+
+
+
+
+ 标准箱管理
+
+
+
+
+
+
+
+
+
+
+ 未录入
+
+
+
+ 已完成
+
+
+
@@ -85,20 +96,20 @@
+
-