From eb50cc99c74372f449c20f92a79721dc6843c02f Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期一, 15 九月 2025 19:33:18 +0800 Subject: [PATCH] art: 生产订单SAP同步 --- 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