From 27a5d6576f012e26a0f5cb12a45fc72b20922d58 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 28 二月 2024 16:57:35 +0800
Subject: [PATCH] 销售订单:反关闭时需要信用控制。情景(未全部出库情况下关闭,后需要重新出库,此时反关闭需要判断客户资金情况)

---
 WebAPI/Controllers/OtherInStockController.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/WebAPI/Controllers/OtherInStockController.cs b/WebAPI/Controllers/OtherInStockController.cs
index 697bc26..5b9d435 100644
--- a/WebAPI/Controllers/OtherInStockController.cs
+++ b/WebAPI/Controllers/OtherInStockController.cs
@@ -354,6 +354,8 @@
                 websLsmain.HSTOCKORGID = lsmain[0].HSTOCKORGID;
                 websLsmain.HOWNERID = lsmain[0].HSTOCKORGID;
                 websLsmain.HKeeperID = lsmain[0].HKeeperID;
+                websLsmain.HSecManagerID = lsmain[0].HSecManagerID;
+                websLsmain.HBillerID = lsmain[0].HBillerID;
                 websLsmain.HBillType = "1203";//鍥哄畾鍊�
                 websLsmain.HBillSubType = lsmain[0].HBillSubType;
 

--
Gitblit v1.9.1