From c0a462f4efe194c93fb2d418d5f03f9fbf90af37 Mon Sep 17 00:00:00 2001
From: wangweidong <850489345@qq.com>
Date: Fri, 26 Dec 2025 10:07:35 +0800
Subject: [PATCH] tj
---
pages/Warehouse/finish.vue | 10 ++--
pages/Warehouse/index/index.vue | 37 +++++++++++-
pages/Warehouse/picking.vue | 29 ++++++----
pages/procurement/common/thitem.vue | 4 +-
pages/procurement/components/carditem.vue | 12 ++--
pages/procurement/inventory.vue | 34 ++++++-----
pages/procurement/material.vue | 70 +++++++++++------------
pages/procurement/outbound.vue | 8 +--
pages/procurement/retstock.vue | 11 +---
9 files changed, 126 insertions(+), 89 deletions(-)
diff --git a/pages/Warehouse/finish.vue b/pages/Warehouse/finish.vue
index ad8d9e6..1b7e111 100644
--- a/pages/Warehouse/finish.vue
+++ b/pages/Warehouse/finish.vue
@@ -2033,14 +2033,14 @@
+.left{
+ width: 8.2vw;
+ height: 100vh;
+}
+.boxrt{
+ width: calc(100vw - 8.2vw);
+ background: RGBA(239, 240, 244, 1);
+ padding: 2vw 1vw 0 1vw;
+}
+
\ No newline at end of file
diff --git a/pages/Warehouse/picking.vue b/pages/Warehouse/picking.vue
index 21819a7..bee974c 100644
--- a/pages/Warehouse/picking.vue
+++ b/pages/Warehouse/picking.vue
@@ -1,5 +1,5 @@
-
+
@@ -1046,17 +1046,30 @@