From f74a6fee9c2e2d3c8fca4fab32947ea58b2704ee Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期五, 05 十二月 2025 13:26:56 +0800
Subject: [PATCH] 分析方法、检验方法、上限值、下限值、测量值
---
WebAPI/Controllers/BaseSet/Gy_ICBomBillController.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/WebAPI/Controllers/BaseSet/Gy_ICBomBillController.cs b/WebAPI/Controllers/BaseSet/Gy_ICBomBillController.cs
index a70b248..8089cf5 100644
--- a/WebAPI/Controllers/BaseSet/Gy_ICBomBillController.cs
+++ b/WebAPI/Controllers/BaseSet/Gy_ICBomBillController.cs
@@ -35,6 +35,7 @@
oCN.RunProc(sql);
sql = $"delete Gy_ICBomBillSub where HinterID = {mainList[0].HInterID}";
oCN.RunProc(sql);
+ mainList[0].HBillNo = DBUtility.ClsPub.CreateBillCode("3302", ref DBUtility.ClsPub.sExeReturnInfo,true);
oCN.RunProc("Insert Into Gy_ICBomBillMain " +
"(HBillType,HInterID,HBillNo,HDate" +
",HYear,HPeriod,HRemark,HMaker,HMakeDate,HMaterTypeID,HStatus" +
--
Gitblit v1.9.1