From 96fb607676bb3b9f2e3b191d64c44e801d08d0e5 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期一, 24 六月 2024 15:38:01 +0800
Subject: [PATCH] 生产质量日汇报单查询,增加发送钉钉时调用的方法,以及报工台点击异常按钮,输入信息保存后,进行钉钉发信息
---
DAL/SCM/ClsSup_AskPriceBill.cs | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/DAL/SCM/ClsSup_AskPriceBill.cs b/DAL/SCM/ClsSup_AskPriceBill.cs
index 50525a8..82ec820 100644
--- a/DAL/SCM/ClsSup_AskPriceBill.cs
+++ b/DAL/SCM/ClsSup_AskPriceBill.cs
@@ -20,9 +20,9 @@
base.MvarItemKeySub3 = "";
base.MvarItemKeySub4 = "";
base.MvarItemKey="Sup_AskPriceBillMain";
- base.MvarReportTitle="璇环鍗�";
- base.BillType="1506";
- base.HBillSubType = "1506";
+ base.MvarReportTitle="渚涘簲鍟嗚浠峰崟";
+ base.BillType= "1120";
+ base.HBillSubType = "1120";
}
@@ -137,8 +137,8 @@
",HExplanation,HInnerBillNo" +
") " +
" values('" + this.BillType + "','" + this.HBillSubType + "'," +omodel.HInterID.ToString() + ",'" + omodel.HBillNo + "','" + omodel.HDate + "'" +
- ", " + omodel.HYear.ToString() + "," + omodel.HPeriod.ToString() + ",'" + omodel.HRemark + "','" + DBUtility.ClsPub.CurUserName + "',getdate()" +
- ",'" + omodel.HProcType + "'," + omodel.HEmpID.ToString() + "," + omodel.HDeptID.ToString() + ",'" + omodel.HBeginDate + "'" +
+ ", " + omodel.HYear.ToString() + "," + omodel.HPeriod.ToString() + ",'" + omodel.HRemark + "','" + omodel.HMaker + "','" + omodel.HMakeDate +
+ "','" + omodel.HProcType + "'," + omodel.HEmpID.ToString() + "," + omodel.HDeptID.ToString() + ",'" + omodel.HBeginDate + "'" +
",'" + omodel.HEndDate + "'," + omodel.HPayConditionID.ToString() + "," + omodel.HCurID.ToString() +
",'" + omodel.HExplanation + "','" + omodel.HInnerBillNo + "'" +
") ");
--
Gitblit v1.9.1