From 6c9181928f303f025740e89002f25bcead9303d4 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 17 一月 2024 10:26:50 +0800
Subject: [PATCH] 销售订单:多行下推销售出库单

---
 WebAPI/Controllers/XSGL/Kf_SellOutBillController.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/WebAPI/Controllers/XSGL/Kf_SellOutBillController.cs b/WebAPI/Controllers/XSGL/Kf_SellOutBillController.cs
index df1f797..8df9224 100644
--- a/WebAPI/Controllers/XSGL/Kf_SellOutBillController.cs
+++ b/WebAPI/Controllers/XSGL/Kf_SellOutBillController.cs
@@ -332,6 +332,9 @@
                 if (Convert.ToInt32(OperationType) == 1)                                //鏂板淇濆瓨
                 {
                     bResult = oBill.AddBill(ref DBUtility.ClsPub.sExeReturnInfo);
+                } else if(Convert.ToInt32(OperationType) == 4)                          //涓嬫帹淇濆瓨
+                {
+                    bResult = oBill.AddBill(ref DBUtility.ClsPub.sExeReturnInfo);
                 }
                 else                                                                    //缂栬緫淇濆瓨
                 {

--
Gitblit v1.9.1