From 8a418b4192bff10d005940210681bb406a4c2f6a Mon Sep 17 00:00:00 2001
From: cwjbxqmz <1134865194@qq.com>
Date: 星期五, 17 十一月 2023 10:34:16 +0800
Subject: [PATCH] 1
---
WebAPI/Controllers/XSGL/Kf_SellOutBillController.cs | 15 +++++++++------
1 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/WebAPI/Controllers/XSGL/Kf_SellOutBillController.cs b/WebAPI/Controllers/XSGL/Kf_SellOutBillController.cs
index 20fcf41..d204376 100644
--- a/WebAPI/Controllers/XSGL/Kf_SellOutBillController.cs
+++ b/WebAPI/Controllers/XSGL/Kf_SellOutBillController.cs
@@ -331,16 +331,19 @@
foreach (Model.ClsKf_SellOutBillSub oItemSub in ls)
{
i++;
- oItemSub.HSourceEntryID = 0;
- oItemSub.HSourceInterID = 0;
+
oItemSub.HEntryID = i;
+ //oItemSub.HSourceEntryID = 0;
+ //oItemSub.HSourceInterID = 0;
+ //oItemSub.HSourceBillNo = "";
+ //oItemSub.HSourceBillType = "";
+ oItemSub.HRelationQty = 0;
+ oItemSub.HRelationMoney = 0;
+
+
// DBUtility.ClsPub.isDate(DateTime.Now);
oItemSub.HEntryCloseDate = DBUtility.ClsPub.isDate(DateTime.Now);
oItemSub.HCloseType = false;
- oItemSub.HSourceBillNo = "";
- oItemSub.HSourceBillType = "";
- oItemSub.HRelationQty = 0;
- oItemSub.HRelationMoney = 0;
oItemSub.HCloseMan = "";
//oItemSub.HRemark = "";
oBill.DetailColl.Add(oItemSub);
--
Gitblit v1.9.1