From ea265f82980af78b21ff611456bde1ab3d2bf7a9 Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期二, 15 八月 2023 15:27:53 +0800 Subject: [PATCH] 职员异动单:添加子表重复校验,子表做颜色区分,子表单元格根据宽度隐藏内容,取消分页,添加合计行,取消上一行下一行,职员带出原岗位、原班组、原部门 --- WebAPI/DLL/ClsSc_MESReturnStepWorkBill.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WebAPI/DLL/ClsSc_MESReturnStepWorkBill.cs b/WebAPI/DLL/ClsSc_MESReturnStepWorkBill.cs index 1b8f096..aca74cd 100644 --- a/WebAPI/DLL/ClsSc_MESReturnStepWorkBill.cs +++ b/WebAPI/DLL/ClsSc_MESReturnStepWorkBill.cs @@ -148,7 +148,7 @@ "from Sc_ICMOBillStatus_Tmp where HSourceBillNo='"+omodel.HSourceBillNo.ToString()+"'" + " and HSourceInterID='"+omodel.HSourceInterID+"' and HSourceEntryID='"+omodel.HMainSourceEntryID.ToString()+"'" + " and HSourceID='"+omodel.HSourceID.ToString()+"' and HProcID='"+omodel.HProcID.ToString()+"'"); - oCn.RunProc(sql); + oCn.RunProc(sql1); sReturn = "鏂板鍗曟嵁鎴愬姛锛�"; oCn.Commit(); return true; -- Gitblit v1.9.1