From f44ee9b13d11970338cd4ee62e46ab5f5bf8f9e9 Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期四, 17 十一月 2022 18:42:28 +0800
Subject: [PATCH] 添加销售出库、生产补料校验系统参数,重新引用WEBS
---
WebAPI/Controllers/Kf_EntrustInBillController.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/WebAPI/Controllers/Kf_EntrustInBillController.cs b/WebAPI/Controllers/Kf_EntrustInBillController.cs
index 807dcc9..4df6b2d 100644
--- a/WebAPI/Controllers/Kf_EntrustInBillController.cs
+++ b/WebAPI/Controllers/Kf_EntrustInBillController.cs
@@ -480,6 +480,7 @@
websLsmain.HMangerID = lsmain[0].HMangerID;
websLsmain.HWHID = lsmain[0].HWHID;
websLsmain.HExplanation = lsmain[0].HExplanation;
+ websLsmain.HBillType = "1211";//鍥哄畾鍊�
string sSourceBillType = "1604";
--
Gitblit v1.9.1