From c9dd90c535ae09d1ba2ba88873bfda575e526f23 Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期五, 22 九月 2023 12:59:59 +0800 Subject: [PATCH] 生产领料单:保存/编辑/显示 单据 取消 判断是否乔一 而进行个性化的保存等操作 --- WebAPI/DLL/ClsSc_MouldRepairCheckBill.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WebAPI/DLL/ClsSc_MouldRepairCheckBill.cs b/WebAPI/DLL/ClsSc_MouldRepairCheckBill.cs index 0744322..82866f8 100644 --- a/WebAPI/DLL/ClsSc_MouldRepairCheckBill.cs +++ b/WebAPI/DLL/ClsSc_MouldRepairCheckBill.cs @@ -55,7 +55,7 @@ ",HEmpID=" + omodel.HEmpID.ToString() + ",HManagerID=" + omodel.HManagerID.ToString() + ",HDeptID=" + omodel.HDeptID.ToString() + - + ",HMouldRepairWorkID=" + omodel.HMouldRepairWorkID.ToString() + ",HExplanation='" + omodel.HExplanation + "'" + ",HInnerBillNo='" + omodel.HInnerBillNo + "'" + @@ -127,13 +127,13 @@ ",HYear,HPeriod,HRemark" + ",HMouldID,HCheckBeginDate,HCheckResult" + ",HEmpID,HManagerID,HDeptID"+ - ",HInnerBillNo,HExplanation" + + ",HInnerBillNo,HExplanation,HMouldRepairWorkID" + ") " + " values('" + this.BillType + "','" + this.HBillSubType + "'," +omodel.HInterID.ToString() + ",'" + omodel.HBillNo + "','" + omodel.HDate + "','" + omodel.HMaker + "',getdate()" + "," + omodel.HYear.ToString() + "," + omodel.HPeriod.ToString() + ",'" + omodel.HRemark + "'"+ "," + omodel.HMouldID.ToString() + ",'" + omodel.HCheckBeginDate + "','" + omodel.HCheckResult + "'" + "," + omodel.HEmpID.ToString() + "," + omodel.HManagerID.ToString() + "," + omodel.HDeptID.ToString() + - ",'" + omodel.HInnerBillNo + "','" + omodel.HExplanation + "'" + + ",'" + omodel.HInnerBillNo + "','" + omodel.HExplanation + "'" + "," + omodel.HMouldRepairWorkID + ") "); //鎻掑叆瀛愯〃 foreach (Model.ClsSc_MouldRepairCheckBillSub oSub in DetailColl) -- Gitblit v1.9.1