src/BLL/Demo.BillView/PRD/Pro_SCHBSH.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/BLL/Demo.BillView/PRD/Pro_ScDayImport.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/BLL/Demo.BillView/PRD/Pro_WorkBillPlatform.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/BLL/Demo.BillView/PRD/Pro_SCHBSH.cs
@@ -55,7 +55,7 @@ if (Convert.ToString(entryRow["FDayPlanBillNo"]) == "") continue; string fentryId = entryRow["FDayPlanFentryId"].ToString(); sql = string.Format($"/*dialect*/update Sc_WorkBillSortBillSub set FRptFinishQty = (select sum(FBaseQuaQty) from T_PRD_MORPTENTRY where FDayPlanFentryId = { fentryId})where FEntryID = { fentryId} "); sql = string.Format($"/*dialect*/update Sc_WorkBillSortBillSub set FRptFinishQty = (select sum(FFinishQty) from T_PRD_MORPTENTRY where FDayPlanFentryId = { fentryId})where FEntryID = { fentryId} "); sqlList.Add(sql); } } src/BLL/Demo.BillView/PRD/Pro_ScDayImport.cs
@@ -524,7 +524,6 @@ } return string.Empty; } public void WriteImportLog() { try src/BLL/Demo.BillView/PRD/Pro_WorkBillPlatform.cs
@@ -1408,7 +1408,7 @@ } catch (Exception ex) { this.View.ShowErrMessage("异常:"+ ex.Message.ToString()); this.View.ShowErrMessage("异常:" + ex.Message.ToString()); LogHelper.Error("虚拟齐套分析跳出:" + ex.Message.ToString()); } finally @@ -1462,7 +1462,7 @@ { this.Model.CreateNewEntryRow("FEntity"); this.Model.SetValue("FSEQ", i + 1, i);//序号 this.Model.SetValue("FMOFBILLTYPE",Convert.ToString(dt.Rows[i]["FMOFBILLTYPE"]), i);//生产订单单据类型 this.Model.SetValue("FMOFBILLTYPE", Convert.ToString(dt.Rows[i]["FMOFBILLTYPE"]), i);//生产订单单据类型 this.Model.SetValue("FCompleteSetCount", "", i);//总齐套数量 this.Model.SetValue("FProOrderCount", dt.Rows[i]["FHOrderNeedQty"].ToString(), i);//生产订单数量 this.Model.SetValue("FSRCBILLENTRYSEQ", dt.Rows[i]["FSRCBILLENTRYSEQ"].ToString(), i);// @@ -1926,7 +1926,8 @@ string saveIsSuc = saveObj["Result"]["ResponseStatus"]["IsSuccess"].ToString().ToUpper(); if (saveIsSuc != "TRUE") { LogHelper.Error(saveObj.ToString()); LogHelper.Error("日计划用料清单列表生成失败:" + jsonRoot.ToString()); this.View.ShowMessage(saveObj["Result"]["ResponseStatus"]["Errors"][0]["Message"].ToString()); } Fentity = new JArray(); }