From a1133aac9428592dd94a537d5a631592f14e5027 Mon Sep 17 00:00:00 2001 From: dxc Date: Fri, 30 Jan 2026 12:58:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=89=E4=B8=AA=E5=9F=BA=E7=A1=80=E5=85=A5?= =?UTF-8?q?=E5=BA=93=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E5=86=85=E5=AE=B9=E5=B1=95=E7=A4=BA=EF=BC=8C?= =?UTF-8?q?=E4=B8=8B=E6=8B=89=E6=A1=86=E4=BB=A5=E5=8F=8A=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E5=B1=8F=E5=B9=95=E5=A4=A7=E5=B0=8F=E8=87=AA=E9=80=82=E5=BA=94?= =?UTF-8?q?=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/stock/inbound/product.vue | 175 +++++++++++++++-- .../src/views/stock/inbound/semi.vue | 176 ++++++++++++++++-- 2 files changed, 317 insertions(+), 34 deletions(-) diff --git a/inventory-web/src/views/stock/inbound/product.vue b/inventory-web/src/views/stock/inbound/product.vue index a0b5e5f..93a80b8 100644 --- a/inventory-web/src/views/stock/inbound/product.vue +++ b/inventory-web/src/views/stock/inbound/product.vue @@ -71,15 +71,37 @@
1. 基础信息
- + - + -
{{ item.name }}{{ item.spec }}
+
+ {{ item.name }} + {{ item.spec }} + 历史 + 系统 +
+ + + 未输入时展示最新物料;输入关键词进行精确搜索。 + +
@@ -140,7 +162,19 @@ - + + + + + @@ -172,7 +206,7 @@