From d0d6ab23709780d8f9a8b3eac1912057bd120b9c Mon Sep 17 00:00:00 2001 From: wtt <1985833171@qq.com> Date: 星期四, 10 十月 2024 09:23:54 +0800 Subject: [PATCH] 考勤汇报单,出战汇报单pda网页自动审核 --- WebAPI/Controllers/工资管理/Pay_WorkTimesBillController.cs | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git "a/WebAPI/Controllers/\345\267\245\350\265\204\347\256\241\347\220\206/Pay_WorkTimesBillController.cs" "b/WebAPI/Controllers/\345\267\245\350\265\204\347\256\241\347\220\206/Pay_WorkTimesBillController.cs" index 3553906..4521752 100644 --- "a/WebAPI/Controllers/\345\267\245\350\265\204\347\256\241\347\220\206/Pay_WorkTimesBillController.cs" +++ "b/WebAPI/Controllers/\345\267\245\350\265\204\347\256\241\347\220\206/Pay_WorkTimesBillController.cs" @@ -14,6 +14,7 @@ public class Pay_WorkTimesBillController : ApiController { + Pub_Class.ClsXt_SystemParameter oSystemParameter = new Pub_Class.ClsXt_SystemParameter();//绯荤粺鍙橀噺 public DBUtility.ClsPub.Enum_BillStatus BillStatus; public const string ModName = "2203"; //鍗曟嵁绫诲瀷 public const string ModCaption = "鑰冨嫟姹囨姤鍗�"; //鍗曟嵁鍚嶇О @@ -748,6 +749,14 @@ if (bResult) { + string sReturn = ""; + if (oSystemParameter.ShowBill(ref sReturn) == true) + { + if (oSystemParameter.omodel.MES_StationOutBill_AutoCheck == "Y") //绯荤粺鍙傛暟 鑷姩瀹℃牳 + { + object objResult = GetPay_WorkTimesBill_Check_Json(lsmain[0].HInterID,1, HMaker); + } + } objJsonResult.code = "0"; objJsonResult.count = 1; objJsonResult.Message = DBUtility.ClsPub.sExeReturnInfo; //鎴愬姛锛� -- Gitblit v1.9.1