From 59f461f6a0e9a97d3e42330892c223a53250302a Mon Sep 17 00:00:00 2001
From: yuyou_x <2336760928@qq.com>
Date: 星期四, 14 三月 2024 10:28:07 +0800
Subject: [PATCH] ERP下发的单据任何状态下编辑按钮应不显示;(改为 只有WMS录入的单据且状态为等待执行的有编辑按钮,其余系统下发单据无编辑按钮)。增加客户编码查询条件。

---
 Wms/Wms/Controllers/BllSoController.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Wms/Wms/Controllers/BllSoController.cs b/Wms/Wms/Controllers/BllSoController.cs
index a63e4d6..489c5f2 100644
--- a/Wms/Wms/Controllers/BllSoController.cs
+++ b/Wms/Wms/Controllers/BllSoController.cs
@@ -72,7 +72,7 @@
         {
             try
             {
-                var bolls = _exNoticeSvc.GetStockGroupList(model.Type,model.Msg);
+                var bolls = _exNoticeSvc.GetStockGroupList(model.Type,model.OwnerNo,model.Msg);
 
                 return Ok(new { code = 0, count=0, msg = "鍑哄簱鍗曚俊鎭�", data = bolls });
             }

--
Gitblit v1.8.0