From a5877782d9a1e972d02a1d79fe9ab43550ff2a43 Mon Sep 17 00:00:00 2001 From: yangchunlong <292345300@qq.com> Date: Tue, 17 Jun 2025 14:41:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=9A=80=20=E5=87=BA=E5=85=A5?= =?UTF-8?q?=E5=BA=93=E5=9B=9E=E9=80=80=E5=88=97=E8=A1=A8=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E7=89=A9=E6=96=99=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inboundOutboundRollbackList/constant/list/search.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/views/inOtherLibraries/inboundOutboundRollbackList/constant/list/search.ts b/src/views/inOtherLibraries/inboundOutboundRollbackList/constant/list/search.ts index 00fa76c..a36c116 100644 --- a/src/views/inOtherLibraries/inboundOutboundRollbackList/constant/list/search.ts +++ b/src/views/inOtherLibraries/inboundOutboundRollbackList/constant/list/search.ts @@ -33,6 +33,12 @@ export const FORMDATA: any[] = [ placeholder: "请选择操作人", type: "input", label: "操作人:" + }, + { + prop: "materialNumber", + placeholder: "请输入物料名称/规格型号/编码", + type: "input", + label: "物料:" } ];