From 1c2db1635c5656dd13d94c7ea7640a8dfced27cf Mon Sep 17 00:00:00 2001
From: cuilei <ray_tsu1@163.com>
Date: 星期五, 12 九月 2025 11:11:31 +0800
Subject: [PATCH] 排产工单齐套性检查、设备/工艺点检与执行限制逻辑调整

---
 src/views/lsw/modules/LswMaterialInboundModal.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/lsw/modules/LswMaterialInboundModal.vue b/src/views/lsw/modules/LswMaterialInboundModal.vue
index 45eb4f4..348d409 100644
--- a/src/views/lsw/modules/LswMaterialInboundModal.vue
+++ b/src/views/lsw/modules/LswMaterialInboundModal.vue
@@ -29,10 +29,10 @@
       }
     },
     methods: {
-      add () {
+      add (inboundCategory) {
         this.visible=true
         this.$nextTick(()=>{
-          this.$refs.realForm.add();
+          this.$refs.realForm.add(inboundCategory);
         })
       },
       edit (record) {

--
Gitblit v1.9.3