From cbb4d47b6f79fa8663697862a975ed94acfb76be Mon Sep 17 00:00:00 2001 From: yangle <admin@YINMOU> Date: 星期一, 19 十二月 2022 17:46:36 +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