PayrollComputation.cs 131 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360
  1. using Google.Protobuf.WellKnownTypes;
  2. using NPOI.HPSF;
  3. using NPOI.OpenXmlFormats.Dml.Diagram;
  4. using NPOI.OpenXmlFormats.Spreadsheet;
  5. using NPOI.SS.Formula.Functions;
  6. using NPOI.Util;
  7. using OASystem.API.OAMethodLib.QiYeWeChatAPI;
  8. using OASystem.Domain;
  9. using OASystem.Domain.Entities.PersonnelModule;
  10. using OASystem.Domain.ViewModels.PersonnelModule;
  11. using OASystem.Domain.ViewModels.QiYeWeChat;
  12. using OASystem.Infrastructure.Repositories.Groups;
  13. using System;
  14. using System.Collections.Generic;
  15. using System.Diagnostics.Eventing.Reader;
  16. using System.Drawing;
  17. using System.Linq.Expressions;
  18. using System.Text.Json.Nodes;
  19. using TencentCloud.Ocr.V20181119.Models;
  20. namespace OASystem.API.OAMethodLib
  21. {
  22. /// <summary>
  23. /// 工资计算
  24. /// </summary>
  25. public static class PayrollComputation
  26. {
  27. private static Result _result = new Result();
  28. private static readonly IQiYeWeChatApiService _qiYeWeChatApiService = AutofacIocManager.Instance.GetService<IQiYeWeChatApiService>();
  29. private static readonly UsersRepository _usersRep = AutofacIocManager.Instance.GetService<UsersRepository>();
  30. private static readonly IMapper _mapper = AutofacIocManager.Instance.GetService<IMapper>();
  31. private static readonly decimal _chengDuMinimumWage = 2100.00M * 0.80M; //员工在病假医疗期限内的病假工资按照成都市最低工资标准的 80%发放
  32. /// <summary>
  33. /// 计算工资
  34. /// </summary>
  35. /// <param name="pm_WageSheetDattaSources"></param>
  36. /// <param name="userNames"></param>
  37. /// <param name="thisYearMonth"></param>
  38. /// <param name="startDt"></param>
  39. /// <param name="endDt"></param>
  40. /// <returns></returns>
  41. public static async Task<Result> SalaryCalculatorAsync(
  42. List<Pm_WageSheet> pm_WageSheetDattaSources, List<UserNameView> userNames, int userId, string thisYearMonth, DateTime startDt, DateTime endDt)
  43. {
  44. if (pm_WageSheetDattaSources.Count <= 0)
  45. {
  46. _result.Msg = "计算工资传入数据为空!";
  47. return _result;
  48. }
  49. //计算时间段内工作日
  50. int work_days = await GetWorkDays(thisYearMonth);
  51. if (work_days <=0)
  52. {
  53. _result.Msg = $"{thisYearMonth} 工作日未设置,请前往《工作日管理页面》设置!";
  54. return _result;
  55. }
  56. UserIdListView userIdListView = await _qiYeWeChatApiService.GetUserIdListAsync();
  57. if (userIdListView.errcode != 0)
  58. {
  59. _result.Msg = $"【企业微信】【打卡】【获取员工ID】【Msg】{userIdListView.errmsg}";
  60. return _result;
  61. }
  62. List<string> qyWhchatIdList = new List<string>();
  63. qyWhchatIdList = userIdListView.dept_user.Select(it => it.userid).ToList();
  64. CheckInDayDataView checkInDayDataView = await _qiYeWeChatApiService.GetCheckInDayDataAsync(qyWhchatIdList, startDt, endDt);
  65. if (checkInDayDataView.errcode != 0)
  66. {
  67. _result.Msg = $"【企业微信】【打卡】【获取时间段内所有日打卡】【Msg】{checkInDayDataView.errmsg}";
  68. return _result;
  69. }
  70. //获取所有打卡记录 外出
  71. CheckInDataView checkInDataView = new CheckInDataView();
  72. checkInDataView = await _qiYeWeChatApiService.GetCheckinDataAsync(qyWhchatIdList, 3,startDt, endDt);
  73. if (checkInDataView.errcode != 0)
  74. {
  75. _result.Msg = $"【企业微信】【打卡】【获取时间段内所有日打卡记录】【Msg】{checkInDataView.errmsg}";
  76. return _result;
  77. }
  78. //查询工作日
  79. List<Sys_Calendar> sys_Calendars = new List<Sys_Calendar>();
  80. string sys_sql = string.Format("Select * From Sys_Calendar Where Isdel = 0 And Dt between '{0}' And '{1}'",
  81. startDt.ToString("yyyy-MM-dd"), endDt.ToString("yyyy-MM-dd"));
  82. sys_Calendars = await _usersRep._sqlSugar.SqlQueryable<Sys_Calendar>(sys_sql).ToListAsync();
  83. //筛选出工作日日报
  84. List<Root> workday_userRoots = checkInDayDataView.datas.Where(it => it.base_info.day_type == 0 && it.base_info.record_type == 1).ToList();
  85. //工作日日报
  86. workday_userRoots = workday_userRoots.OrderBy(it => it.base_info.date).ToList();
  87. #region 特殊日期-不用打卡日期信息
  88. //获取企业打卡规则
  89. CorpCheckInRuleView corpCheckInRole = await _qiYeWeChatApiService.GetCheckIn_CorpCheckInOptionAsync();
  90. if (corpCheckInRole.errcode != 0)
  91. {
  92. _result.Msg = $"【企业微信】【打卡】【获取企业打卡规则】【Msg】{corpCheckInRole.errmsg}" ;
  93. return _result;
  94. }
  95. int spe_offdays = 0;
  96. GroupItem group = corpCheckInRole.group.Where(it => it.groupid == 4).FirstOrDefault();
  97. if (group != null)
  98. {
  99. foreach (var item in group.spe_offdays)
  100. {
  101. if (item.begtime_dt>= startDt && item.endtime_dt <= endDt)
  102. {
  103. if (item.endtime_dt > startDt)
  104. {
  105. TimeSpan ts = item.endtime_dt - item.begtime_dt;
  106. spe_offdays = (ts.Days + 1);
  107. }
  108. }
  109. }
  110. }
  111. #endregion
  112. //获取 请假类型 Sp_Detail.template_id
  113. string leave_template_id = "C4NzTJCh1onCUK915rRkvy7Fh5Vqz4YbiEV9jrBY1";
  114. List<VacationLeaveTypeView> vacationLeaveTypes = await GetVacationLeaveTypes(leave_template_id);
  115. if (vacationLeaveTypes.Count <= 0)
  116. {
  117. _result.Msg = $"【企业微信】【审批】【获取审批类型】【Msg】{startDt} - {endDt}请假 类型数据 获取失败!";
  118. return _result;
  119. }
  120. string _name = "";
  121. try
  122. {
  123. foreach (var pm_wsInfo in pm_WageSheetDattaSources)
  124. {
  125. _name = userNames.Find(it => it.Id == pm_wsInfo.UserId)?.CnName ?? "Unknown";
  126. //补贴 金额
  127. decimal meal_subsidy = 0.00M; // 午餐(午餐10元/天) 补贴 * 计算方式:单日上午请假时长(小时)大于或者等于三小时 没有餐补
  128. //事假 病假 总金额
  129. decimal personalLeaveTotal = 0.00M, // 事假 日薪 *计算方式:日平均工资 = 月工资/当月应出勤天数。
  130. sickLeaveTotal = 0.00M; // 病假 日薪 *计算方式:日平均工资 = 成都市最低工资标准的80%/当月应出勤天数。 短期病假=当月15天内
  131. //扣款金额
  132. decimal beLate_deduction = 0.00M, // 迟到 扣款金额 *计算方式:
  133. // 一个自然月内,不足 10 分钟的迟到/早退,不超过 2 次的部分,不做处罚;3 次及以上,按50元 / 次处罚;
  134. // 超过 10 分钟(含 10 分钟),不足 60 分钟的迟到/早退,按 50 元/次处罚;
  135. // 超过 60 分钟(含 60 分钟),不足 3 小时的迟到/早退,且无请假者,按旷工半日处理;超过3 小时的迟到 / 早退,且无请假者,按旷工一日处理。
  136. early_deduction = 0.00M, // 早退 扣款金额
  137. absenteeism_deduction = 0.00M, // 旷工 扣款金额 *计算方式:旷工扣发当日工资
  138. unprinted_deduction = 0.00M, // 未打卡 扣款金额 *计算方式:
  139. // 试用期员工每月有 2 次 补卡机会,超过 2 次不足 5 次的部分,按 10 元 / 次处罚,5 次及以上的漏卡,按 50 元 / 次处罚;
  140. // 正式员工每月 3 次以内的补卡,按 10 元 / 次处罚,3 次及以上的漏卡,按 50 元 / 次处罚。
  141. sickLeave_deduction = 0.00M, // 病假
  142. other_deduction = 0.00M; // 其他 扣款金额
  143. decimal meal_deduction = 0.00M; // 餐补 扣款金额
  144. decimal reissuecard_deduction = 0.00M; // 补卡 扣款金额
  145. #region 计算日工资 正常日薪 事假日薪 病假日薪
  146. //月 - 应发工资
  147. decimal amountPayable = pm_wsInfo.Basic + pm_wsInfo.Floats + pm_wsInfo.PostAllowance + pm_wsInfo.InformationSecurityFee +
  148. pm_wsInfo.OtherSubsidies;
  149. // 日薪 = *计算方式:日平均工资 = 月工资/当月应出勤天数。
  150. decimal dailyWage = amountPayable / work_days;
  151. // 病假日薪 *计算方式:日平均工资 = 成都市最低工资标准的80%/当月应出勤天数。 短期病假=当月15天内
  152. decimal sickLeave_dailywage = _chengDuMinimumWage / work_days;
  153. //病假 一天扣款
  154. sickLeave_deduction = dailyWage - sickLeave_dailywage;
  155. List<Ex_Items> ex_Items = new List<Ex_Items>();//假勤 And 打卡备注集合
  156. Ex_Items ex_Items_dk = new Ex_Items() { Type = "打卡" }; //打卡
  157. Ex_Items ex_Items_jq = new Ex_Items() { Type = "假勤" }; //假勤
  158. Ex_Items ex_Items_cc = new Ex_Items() { Type = "出差" }; //出差
  159. #endregion
  160. List<Root> userRoots = new List<Root>();
  161. if (_name == "蔡雯")
  162. {
  163. userRoots = workday_userRoots.Where(it => it.base_info.name == "蔡蔡" || it.base_info.name == "蔡雯").ToList(); //工作日日报 1-固定上下班;
  164. }
  165. else
  166. {
  167. userRoots = workday_userRoots.Where(it => it.base_info.name == _name).ToList(); //工作日日报 1-固定上下班;
  168. }
  169. //userRoots = userRoots.Distinct().ToList();
  170. userRoots = userRoots.OrderBy(it => it.base_info.date).ToList();
  171. int dk_work_days = userRoots.Count; //应出勤天数
  172. if (dk_work_days > work_days)
  173. {
  174. dk_work_days = work_days;
  175. }
  176. meal_subsidy = dk_work_days * 10; //应发放餐补
  177. if (!_name.Equals("张海麟"))
  178. {
  179. if (userRoots.Count <= 0)
  180. {
  181. _result.Msg = $"【{_name}】【企业微信】【打卡】【获取打卡数据】【Msg】{startDt} - {endDt} 打卡日数据 获取失败!";
  182. continue;
  183. }
  184. string acctid = userRoots[0].base_info.acctid;
  185. List<Ex_Item> ex_reissuecard_Items = new List<Ex_Item>(); //打卡类型 数据
  186. List<Sp_items> acc_sp_items = new List<Sp_items>(); //审批数据
  187. int user_probationary_bk_num = 0;
  188. decimal user_probationary_bk_decimal = pm_wsInfo.Floats; //绩效工资为0 则为试用员工
  189. //处理外出打卡记录
  190. List<CheckInDataInfo> checkInData1 = new List<CheckInDataInfo>();
  191. checkInData1 = checkInDataView.checkindata;
  192. List<CheckInDataInfo> checkInDatas = new List<CheckInDataInfo>();
  193. checkInDatas = checkInData1.Where(it => it.userid == acctid).ToList();
  194. //找出外出的打卡记录
  195. List<CheckInDataInfo> checkInData2 = new List<CheckInDataInfo>();
  196. checkInData2 = checkInDatas.Where(it => it.exception_type.Equals("未打卡")).ToList();
  197. //外出打卡
  198. List<CheckInDataInfo> checkInData_outPunch = new List<CheckInDataInfo>();
  199. checkInData_outPunch = checkInDatas.Where(it => it.checkin_type.Equals("外出打卡")).ToList();
  200. #region 迟到 早退 旷工
  201. int user_cd_zt_num = 0; //早退/迟到 次数 10分钟内 2次以内不记处罚 三次及以上50一次
  202. foreach (var root in userRoots)
  203. {
  204. List<Holiday_infos> holiday_Infos = root.holiday_infos; //当天假勤信息
  205. List<Exception_infos> exception_infos = root.exception_infos; //当天校准状态信息
  206. List<Sp_items> sp_Items = root.sp_items;//当天假勤统计信息
  207. if (sp_Items.Count > 0)
  208. {
  209. sp_Items = sp_Items.Where(it => it.count > 0).ToList();
  210. acc_sp_items.AddRange(sp_Items);
  211. }
  212. foreach (var exception_info in exception_infos)
  213. {
  214. decimal timelength = ConvertToDecimal((Convert.ToDecimal(exception_info.duration) / 3600.00M) * 60.00M); //时长 分钟
  215. if (timelength == 9) timelength = 7.50M;
  216. int exception = exception_info.exception; //异常类型
  217. decimal day_miner_unit = dailyWage / 15; //以0.5小时为单位
  218. //1:一个自然月内,不足 10 分钟的迟到/早退,不超过 2 次的部分,不做处罚;3 次及以上,按50 元 / 次处罚;
  219. //2:超过 10 分钟(含 10 分钟),不足 60 分钟的迟到 / 早退,按 50 元 / 次处罚;
  220. //3:超过 60 分钟(含 60 分钟),不足 3 小时的迟到 / 早退,且无请假者,按旷工半日处理;超过 3 小时的迟到 / 早退,且无请假者,按旷工一日处理。
  221. long date = root.base_info.date; //当日工作日期
  222. long earliest_time = root.summary_info.earliest_time; //最早打卡时间
  223. long lastest_time = root.summary_info.lastest_time; //最晚打卡时间
  224. long this_date = date + earliest_time;
  225. DateTime thisDt = TimeZone.CurrentTimeZone.ToLocalTime(new DateTime(1970, 1, 1)).AddTicks(this_date * 10000000);
  226. string thisDtStr = thisDt.ToString("yyyy-MM-dd");
  227. Ex_Item beLate_belate_ex = new Ex_Item()
  228. {
  229. SubTypeId = 4,
  230. SubType = "旷工",
  231. Duration = timelength,
  232. StartTimeDt = Convert.ToDateTime(root.base_info.dateDt.ToString("yyyy-MM-dd HH:mm:ss")),
  233. Unit = "分钟",
  234. };
  235. decimal day_deduction = 0.00M;
  236. //1 - 迟到;2 - 早退;3 - 缺卡;4 - 旷工;5 - 地点异常;6 - 设备异常
  237. if (exception == 1) //迟到
  238. {
  239. if (timelength < 10)
  240. {
  241. user_cd_zt_num++;
  242. beLate_belate_ex.SubTypeId = 1;
  243. beLate_belate_ex.SubType = "迟到";
  244. string thisStartDt = (TimeZone.CurrentTimeZone.ToLocalTime(new DateTime(1970, 1, 1)).AddTicks((date + earliest_time) * 10000000))
  245. .ToString("yyyy-MM-dd HH:mm:ss");
  246. beLate_belate_ex.StartTimeDt = Convert.ToDateTime(thisStartDt);
  247. if (user_cd_zt_num >= 3)
  248. {
  249. day_deduction = 50.00M;
  250. }
  251. else
  252. {
  253. day_deduction = 0.00M;
  254. }
  255. beLate_deduction += day_deduction; //迟到扣款 总额
  256. }
  257. else if (timelength >= 10 && timelength < 60)
  258. {
  259. string thisStartDt = (TimeZone.CurrentTimeZone.ToLocalTime(new DateTime(1970, 1, 1))
  260. .AddTicks((date + earliest_time) * 10000000))
  261. .ToString("yyyy-MM-dd HH:mm:ss");
  262. beLate_belate_ex.StartTimeDt = Convert.ToDateTime(thisStartDt);
  263. day_deduction = 50.00M;
  264. beLate_deduction += day_deduction; //迟到扣款 总额
  265. beLate_belate_ex.SubTypeId = 1;
  266. beLate_belate_ex.SubType = "迟到";
  267. }
  268. else if (timelength >= 60 && timelength <= 180)
  269. {
  270. day_deduction = ConvertToDecimal(dailyWage / 2); //3小时 按半天计算
  271. meal_deduction += 10.00M; //餐补扣款
  272. absenteeism_deduction += day_deduction; //矿工半日
  273. beLate_belate_ex.Reason = thisDtStr + " 上午(09:00)缺卡/未打卡视为旷工半天";
  274. }
  275. else
  276. {
  277. day_deduction = ConvertToDecimal(dailyWage);
  278. absenteeism_deduction += day_deduction; //矿工一日
  279. meal_deduction += 10.00M;
  280. beLate_belate_ex.Reason = thisDtStr + " 上午(09:00)-下午(18:00) 缺卡/未打视为旷工一天(7.5小时)";
  281. }
  282. beLate_belate_ex.Deduction = day_deduction;
  283. ex_reissuecard_Items.Add(beLate_belate_ex);
  284. }
  285. else if (exception == 2) //早退
  286. {
  287. if (timelength < 10)
  288. {
  289. user_cd_zt_num++;
  290. beLate_belate_ex.SubTypeId = 2;
  291. beLate_belate_ex.SubType = "早退";
  292. string thisEndDt = TimeZone.CurrentTimeZone.ToLocalTime(new DateTime(1970, 1, 1))
  293. .AddTicks((date + lastest_time) * 10000000)
  294. .ToString("yyyy-MM-dd HH:mm:ss");
  295. beLate_belate_ex.StartTimeDt = Convert.ToDateTime(thisEndDt);
  296. if (user_cd_zt_num >= 3)
  297. {
  298. day_deduction = 50.00M;
  299. }
  300. else
  301. {
  302. day_deduction = 0.00M;
  303. }
  304. early_deduction += day_deduction; //早退扣款 总计
  305. }
  306. else if (timelength >= 10 && timelength < 60)
  307. {
  308. day_deduction = 50.00M;
  309. early_deduction += day_deduction; //早退扣款 总计
  310. beLate_belate_ex.SubTypeId = 2;
  311. beLate_belate_ex.SubType = "早退";
  312. string thisEndDt = TimeZone.CurrentTimeZone.ToLocalTime(new DateTime(1970, 1, 1))
  313. .AddTicks((date + lastest_time) * 10000000)
  314. .ToString("yyyy-MM-dd HH:mm:ss");
  315. beLate_belate_ex.StartTimeDt = Convert.ToDateTime(thisEndDt);
  316. }
  317. else if (timelength >= 60 && timelength <= 180)
  318. {
  319. day_deduction = ConvertToDecimal(dailyWage / 2); //3小时 按半天计算
  320. meal_deduction += 10.00M;
  321. absenteeism_deduction += day_deduction; //矿工半日
  322. }
  323. else
  324. {
  325. day_deduction = ConvertToDecimal(dailyWage);
  326. meal_deduction += 10.00M;
  327. absenteeism_deduction += day_deduction; //矿工一日
  328. }
  329. beLate_belate_ex.Deduction = day_deduction;
  330. ex_reissuecard_Items.Add(beLate_belate_ex);
  331. }
  332. else if (exception == 3) //缺卡
  333. {
  334. if (root.exception_infos.Count == 2)
  335. {
  336. if (ex_reissuecard_Items.Where(it => it.StartTimeDt.ToString("yyyy-MM-dd").Equals(thisDtStr)).Count() > 0)
  337. {
  338. if (earliest_time == lastest_time)
  339. {
  340. DateTime thisDt1 = Convert.ToDateTime(thisDtStr + " 12:00");
  341. if (thisDt >= thisDt1) //旷工 下午
  342. {
  343. day_deduction = ConvertToDecimal(dailyWage / 2); //4.5小时 按半天计算
  344. meal_deduction += 10.00M;
  345. beLate_belate_ex.Duration = 270;
  346. absenteeism_deduction += day_deduction; //矿工半日
  347. beLate_belate_ex.Reason = thisDtStr + " 下午(18:00)缺卡/未打卡视为旷工半天";
  348. beLate_belate_ex.Deduction = day_deduction;
  349. ex_reissuecard_Items.Add(beLate_belate_ex);
  350. }
  351. else if (thisDt <= thisDt1) //旷工 上午
  352. {
  353. day_deduction = ConvertToDecimal(dailyWage / 2); //3小时 按半天计算
  354. meal_deduction += 10.00M;
  355. absenteeism_deduction += day_deduction; //矿工半日
  356. beLate_belate_ex.Duration = 180;
  357. beLate_belate_ex.Reason = thisDtStr + " 上午(09:00)缺卡/未打卡视为旷工半天";
  358. beLate_belate_ex.Deduction = day_deduction;
  359. ex_reissuecard_Items.Add(beLate_belate_ex);
  360. }
  361. else //矿工一日
  362. {
  363. day_deduction = ConvertToDecimal(dailyWage);
  364. meal_deduction += 10.00M;
  365. absenteeism_deduction += day_deduction;
  366. beLate_belate_ex.Reason = thisDtStr + " 上午(09:00)-下午(18:00) 缺卡/未打视为旷工一天(7.5小时)";
  367. beLate_belate_ex.Deduction = day_deduction;
  368. ex_reissuecard_Items.Add(beLate_belate_ex);
  369. }
  370. }
  371. }
  372. else
  373. {
  374. day_deduction = dailyWage;
  375. meal_deduction += 10.00M;
  376. absenteeism_deduction += day_deduction;
  377. beLate_belate_ex.Reason = "上午-下午 缺卡/未打卡为旷工一天";
  378. beLate_belate_ex.Deduction = day_deduction;
  379. ex_reissuecard_Items.Add(beLate_belate_ex);
  380. }
  381. }
  382. else if (root.exception_infos.Count == 1)
  383. {
  384. if (earliest_time == lastest_time)
  385. {
  386. DateTime thisDt1 = Convert.ToDateTime(thisDtStr + " 12:00");
  387. if (thisDt <= thisDt1) //旷工 下午
  388. {
  389. day_deduction = ConvertToDecimal(dailyWage / 2); //4.5小时
  390. meal_deduction += 10.00M;
  391. beLate_belate_ex.Duration = 270;
  392. absenteeism_deduction += day_deduction; //矿工半日
  393. beLate_belate_ex.Reason = thisDtStr + " 下午(18:00)缺卡/未打卡视为下午旷工(4.5小时)";
  394. beLate_belate_ex.Deduction = day_deduction;
  395. ex_reissuecard_Items.Add(beLate_belate_ex);
  396. }
  397. else if (thisDt >= thisDt1) //旷工 上午
  398. {
  399. day_deduction = ConvertToDecimal(dailyWage / 2); //3小时
  400. meal_deduction += 10.00M;
  401. absenteeism_deduction += day_deduction; //矿工半日
  402. beLate_belate_ex.Duration = 180;
  403. beLate_belate_ex.Reason = thisDtStr + " 上午(09:00)缺卡/未打卡视为上午旷工(3小时)";
  404. beLate_belate_ex.Deduction = day_deduction;
  405. ex_reissuecard_Items.Add(beLate_belate_ex);
  406. }
  407. else //矿工一日
  408. {
  409. day_deduction = ConvertToDecimal(dailyWage);
  410. meal_deduction += 10.00M;
  411. absenteeism_deduction += day_deduction;
  412. beLate_belate_ex.Reason = thisDtStr + " 上午(09:00)-下午(18:00) 缺卡/未打视为旷工一天(7.5小时)";
  413. beLate_belate_ex.Deduction = day_deduction;
  414. ex_reissuecard_Items.Add(beLate_belate_ex);
  415. }
  416. }
  417. }
  418. }
  419. else if (exception == 4) //旷工
  420. {
  421. if (timelength >= 60 && timelength <= 180)
  422. {
  423. day_deduction = ConvertToDecimal(dailyWage / 2); //3小时
  424. beLate_belate_ex.Reason = thisDtStr + " 缺卡/未打视为旷工半天";
  425. meal_deduction += 10.00M;
  426. absenteeism_deduction += day_deduction; //矿工半日
  427. }
  428. else if (timelength > 180 && timelength <= 270)
  429. {
  430. day_deduction = ConvertToDecimal(dailyWage / 2); //3小时
  431. beLate_belate_ex.Reason = thisDtStr + " 缺卡/未打视为旷工半天";
  432. meal_deduction += 10.00M;
  433. absenteeism_deduction += day_deduction; //矿工半日
  434. }
  435. else
  436. {
  437. day_deduction = ConvertToDecimal(dailyWage);
  438. beLate_belate_ex.Reason = thisDtStr + " 上午(09:00)-下午(18:00) 缺卡/未打视为旷工一天(7.5小时)";
  439. meal_deduction += 10.00M;
  440. absenteeism_deduction += day_deduction; //矿工一日
  441. }
  442. beLate_belate_ex.Deduction = day_deduction;
  443. ex_reissuecard_Items.Add(beLate_belate_ex);
  444. }
  445. }
  446. }
  447. #endregion
  448. #region 外出打卡 迟到 早退 旷工
  449. if (checkInData_outPunch.Count > 0)
  450. {
  451. List<Sp_Detail> sp_gooutpunch_details = new List<Sp_Detail>();
  452. sp_gooutpunch_details = await _qiYeWeChatApiService.GetApprovalDetailsAsync(startDt, endDt, acctid, 2, 4); //时间段内所有 已同意的 外出打卡 审批数据
  453. if (sp_gooutpunch_details.Count <= 0)
  454. {
  455. _result.Msg += $"{_name}:{startDt} - {endDt} 外出打卡 审批数据获取未获取到!\r\n";
  456. }
  457. List<LeaveDetails> goOutPunchDetails = new List<LeaveDetails>();
  458. foreach (Sp_Detail sp_item in sp_gooutpunch_details)
  459. {
  460. Apply_data? apply_data = sp_item.apply_data;
  461. if (apply_data != null)
  462. {
  463. List<ContentsItem> contents = apply_data.contents;
  464. ContentsItem content_Attendance = contents.Where(it => it.control == "Attendance").FirstOrDefault(); //请假类型
  465. ContentsItem content_Textarea = contents.Where(it => it.control == "Textarea").FirstOrDefault(); //多行文本
  466. if (content_Attendance != null)
  467. {
  468. Attendance attendance = content_Attendance.value.attendance; //假勤组件
  469. string goOutText = string.Empty;
  470. if (content_Textarea!=null)
  471. {
  472. goOutText = content_Textarea.value.text;
  473. }
  474. Date_range date_Range = attendance.date_range;
  475. //筛选 不在工作日内的假勤申请
  476. if (Convert.ToDateTime(date_Range.new_begin_dt) < startDt || Convert.ToDateTime(date_Range.new_end_dt.ToString("yyyy-MM-dd")) > endDt)
  477. {
  478. continue;
  479. }
  480. LeaveDetails leaveDetails1 = new LeaveDetails()
  481. {
  482. TypeId = 0,
  483. TypeName = "外出打卡",
  484. StartDt = date_Range.new_begin_dt,
  485. EndDt = date_Range.new_end_dt,
  486. DtType = date_Range.type,
  487. New_Duration = date_Range.new_duration
  488. };
  489. goOutPunchDetails.Add(leaveDetails1);
  490. }
  491. }
  492. }
  493. foreach (var goOutPunchItem in goOutPunchDetails)
  494. {
  495. string thisDay = goOutPunchItem.StartDt.ToString("yyyy-MM-dd");
  496. TimeSpan sp_gooutpunchStartTime = goOutPunchItem.StartDt.TimeOfDay;
  497. TimeSpan sp_gooutpunchEndTime = goOutPunchItem.EndDt.TimeOfDay;
  498. List<CheckInDataInfo> goOut_checkInDataInfos = checkInData_outPunch.Where(it => it.checkin_time_dt.ToString("yyyy-MM-dd").Equals(thisDay)).ToList();
  499. //单天
  500. if (goOut_checkInDataInfos.Count > 1)
  501. {
  502. DateTime gooutStartDt = goOut_checkInDataInfos[0].checkin_time_dt;
  503. DateTime gooutendDt = goOut_checkInDataInfos[goOut_checkInDataInfos.Count-1].checkin_time_dt;
  504. Ex_Item beLate_belate_ex = new Ex_Item()
  505. {
  506. SubTypeId = 4,
  507. SubType = "旷工",
  508. Duration = 0,
  509. StartTimeDt = Convert.ToDateTime(goOutPunchItem.StartDt),
  510. Unit = "分钟",
  511. Reason ="数据来源【外出打卡】"
  512. };
  513. decimal day_deduction = 0.00M;
  514. //迟到
  515. if (gooutStartDt.TimeOfDay > sp_gooutpunchStartTime)
  516. {
  517. int timeLong = gooutStartDt.Subtract(goOutPunchItem.StartDt).Minutes;
  518. beLate_belate_ex.Duration = timeLong;
  519. if (timeLong > 0 && timeLong < 10)
  520. {
  521. user_cd_zt_num++;
  522. beLate_belate_ex.SubTypeId = 1;
  523. beLate_belate_ex.SubType = "迟到";
  524. if (user_cd_zt_num >= 3)
  525. {
  526. day_deduction = 50.00M;
  527. }
  528. else
  529. {
  530. day_deduction = 0.00M;
  531. }
  532. beLate_deduction += day_deduction; //迟到扣款 总额
  533. }
  534. else if (timeLong >= 10 && timeLong < 60)
  535. {
  536. day_deduction = 50.00M;
  537. beLate_deduction += day_deduction; //迟到扣款 总额
  538. beLate_belate_ex.SubTypeId = 1;
  539. beLate_belate_ex.SubType = "迟到";
  540. }
  541. else if (timeLong >= 60 && timeLong <= 180)
  542. {
  543. day_deduction = ConvertToDecimal(dailyWage / 2); //3小时 按半天计算
  544. meal_deduction += 10.00M; //餐补扣款
  545. absenteeism_deduction += day_deduction; //矿工半日
  546. beLate_belate_ex.Reason = "数据来源【外出打卡】" + thisDay + " 上午(09:00)缺卡/未打卡视为旷工半天";
  547. }
  548. else
  549. {
  550. day_deduction = ConvertToDecimal(dailyWage);
  551. absenteeism_deduction += day_deduction; //矿工一日
  552. meal_deduction += 10.00M;
  553. beLate_belate_ex.Reason = "数据来源【外出打卡】" +thisDay + " 上午(09:00)-下午(18:00) 缺卡/未打视为旷工一天(7.5小时)";
  554. }
  555. beLate_belate_ex.Deduction = day_deduction;
  556. ex_reissuecard_Items.Add(beLate_belate_ex);
  557. }
  558. //早退
  559. if (gooutendDt.TimeOfDay < sp_gooutpunchEndTime)
  560. {
  561. int timeLong = goOutPunchItem.EndDt.Subtract(gooutendDt).Minutes;
  562. beLate_belate_ex.Duration = timeLong;
  563. if (timeLong > 0 && timeLong < 10)
  564. {
  565. user_cd_zt_num++;
  566. beLate_belate_ex.SubTypeId = 1;
  567. beLate_belate_ex.SubType = "早退";
  568. if (user_cd_zt_num >= 3)
  569. {
  570. day_deduction = 50.00M;
  571. }
  572. else
  573. {
  574. day_deduction = 0.00M;
  575. }
  576. early_deduction += day_deduction; //迟到扣款 总额
  577. }
  578. else if (timeLong >= 10 && timeLong < 60)
  579. {
  580. day_deduction = 50.00M;
  581. early_deduction += day_deduction; //迟到扣款 总额
  582. beLate_belate_ex.SubTypeId = 1;
  583. beLate_belate_ex.SubType = "早退";
  584. }
  585. else if (timeLong >= 60 && timeLong <= 180)
  586. {
  587. day_deduction = ConvertToDecimal(dailyWage / 2); //3小时 按半天计算
  588. meal_deduction += 10.00M; //餐补扣款
  589. absenteeism_deduction += day_deduction; //矿工半日
  590. beLate_belate_ex.Reason = "数据来源【外出打卡】" + thisDay + " 上午(09:00)缺卡/未打卡视为旷工半天";
  591. }
  592. else
  593. {
  594. day_deduction = ConvertToDecimal(dailyWage);
  595. absenteeism_deduction += day_deduction; //矿工一日
  596. meal_deduction += 10.00M;
  597. beLate_belate_ex.Reason = "数据来源【外出打卡】" + thisDay + " 上午(09:00)-下午(18:00) 缺卡/未打视为旷工一天(7.5小时)";
  598. }
  599. beLate_belate_ex.Deduction = day_deduction;
  600. ex_reissuecard_Items.Add(beLate_belate_ex);
  601. }
  602. }
  603. //多天
  604. }
  605. }
  606. #endregion
  607. #region 迟到早团旷工 日期排序
  608. if (ex_reissuecard_Items.Count > 0)
  609. {
  610. ex_reissuecard_Items = ex_reissuecard_Items.OrderBy(it => it.StartTimeDt).ToList();
  611. }
  612. #endregion
  613. #region 假勤/补卡次数 审批
  614. int leaveNum = 0; //请假次数
  615. int reissuecardNum = 0; //补卡次数
  616. int evectionNum = 0; //出差次数
  617. //类型:1 - 请假;2 - 补卡;3 - 出差;4 - 外出;100 - 外勤
  618. leaveNum = acc_sp_items.Where(it => it.type == 1).ToList().Count();
  619. reissuecardNum = acc_sp_items.Where(it => it.type == 2).ToList().Count();
  620. List<Sp_items> acc_sp_items_evection = new List<Sp_items>();
  621. acc_sp_items_evection = acc_sp_items.Where(it => it.type == 3).ToList();
  622. evectionNum = acc_sp_items_evection.Count();
  623. //请假审批
  624. if (leaveNum > 0)
  625. {
  626. List<Sp_Detail> sp_leave_details = new List<Sp_Detail>();
  627. sp_leave_details = await _qiYeWeChatApiService.GetApprovalDetailsAsync(startDt, endDt, acctid, 2, 1); //时间段内所有 已同意的 请假 审批数据
  628. if (sp_leave_details.Count <= 0)
  629. {
  630. _result.Msg += $"{_name}: {startDt} - {endDt} 请假 审批数据获取未获取到!\r\n";
  631. //continue;
  632. }
  633. List<Ex_Item> ex_ItemInfos = new List<Ex_Item>();
  634. List<LeaveDetails> leaveDetails = new List<LeaveDetails>();
  635. foreach (Sp_Detail sp_item in sp_leave_details)
  636. {
  637. Apply_data? apply_data = sp_item.apply_data;
  638. if (apply_data != null)
  639. {
  640. List<ContentsItem> contents = apply_data.contents;
  641. ContentsItem content_Vacation = contents.Where(it => it.control == "Vacation").FirstOrDefault(); //请假类型
  642. ContentsItem content_Textarea = contents.Where(it => it.control == "Textarea").FirstOrDefault(); //多行文本
  643. if (content_Vacation != null)
  644. {
  645. Vacation vacation = content_Vacation.value.vacation;
  646. Attendance attendance = vacation.attendance; //假勤组件
  647. Selector selector = vacation.selector; //请假类型
  648. List<OptionsItem> optionsItems = selector.options; //key 请假类型 id
  649. List<TitleItem> value = optionsItems[0].value; // value 文本描述值
  650. int leaveType = int.Parse(optionsItems[0].key); //key 请假子类型 id
  651. Date_range date_Range = attendance.date_range;
  652. //筛选 不在工作日内的假勤申请
  653. //if (Convert.ToDateTime(date_Range.new_begin_dt) < startDt || Convert.ToDateTime(date_Range.new_end_dt.ToString("yyyy-MM-dd")) > endDt)
  654. //{
  655. // continue;
  656. //}
  657. //假期只要开始时间,结束时间在计算时间范围 即纳入计算
  658. if ((Convert.ToDateTime(date_Range.new_begin_dt) < startDt || Convert.ToDateTime(date_Range.new_begin_dt) > endDt) &&
  659. (Convert.ToDateTime(date_Range.new_end_dt) < startDt || Convert.ToDateTime(date_Range.new_end_dt) > endDt))
  660. {
  661. continue;
  662. }
  663. string leave_starttime = date_Range.new_begin_dt.ToString("HH:mm");
  664. string leave_endtime = date_Range.new_end_dt.ToString("HH:mm");
  665. string typeName = string.Empty;
  666. string unit = string.Empty;
  667. int leaveTypeId = leaveType;
  668. var leaveTypeData = vacationLeaveTypes.Where(it => it.id == leaveTypeId).FirstOrDefault();
  669. if (leaveTypeData != null) { typeName = leaveTypeData.name; }
  670. string startTime = string.Empty;
  671. string endTime = string.Empty;
  672. string startTime1 = string.Empty;
  673. string endTime1 = string.Empty;
  674. Slice_info slice_info = new Slice_info();
  675. //2事假;3病假;
  676. if (leaveTypeId == 2 || leaveTypeId ==3)
  677. {
  678. slice_info = vacation.attendance.slice_info;
  679. }
  680. DateTime date_Range_new_begin_dt = date_Range.new_begin_dt;
  681. DateTime date_Range_new_end_dt = date_Range.new_end_dt;
  682. //计算请假类型扣款金额
  683. decimal new_duration = 0.00M;
  684. if (date_Range.type == "halfday")
  685. {
  686. new_duration = Convert.ToDecimal(date_Range.new_duration) / 86400.00M;
  687. if (date_Range.new_begin_dt < startDt)
  688. {
  689. decimal new_duration_count = new_duration;
  690. new_duration = 0.00M;
  691. for (int i = 0; i < new_duration_count; i++)
  692. {
  693. DateTime thisDt = date_Range.new_begin_dt.AddDays(i);
  694. Sys_Calendar sys_Calendar = new Sys_Calendar();
  695. sys_Calendar = sys_Calendars.Where(it => it.Dt == thisDt.ToString("yyyy-MM-dd")).FirstOrDefault();
  696. if (sys_Calendar != null)
  697. {
  698. if (sys_Calendar.IsWorkDay)
  699. {
  700. new_duration++;
  701. }
  702. }
  703. }
  704. }
  705. unit = "天";
  706. startTime = date_Range_new_begin_dt.ToString("yyyy-MM-dd") + " 09:00";
  707. endTime = date_Range_new_end_dt.ToString("yyyy-MM-dd") + " 18:00";
  708. if (new_duration > 0.50M)
  709. {
  710. if (slice_info != null)
  711. {
  712. if (slice_info.day_items != null)
  713. {
  714. if (slice_info.day_items.Count > 1)
  715. {
  716. date_Range_new_begin_dt = slice_info.day_items[0].daytimeDt;
  717. date_Range_new_end_dt = slice_info.day_items[slice_info.day_items.Count - 1].daytimeDt;
  718. decimal startTime11 = slice_info.day_items[0].duration;
  719. decimal startTime11_11 = startTime11 / 3600.00M;
  720. decimal endTime11 = slice_info.day_items[slice_info.day_items.Count - 1].duration;
  721. decimal endTime11_11 = endTime11 / 3600.00M;
  722. if (startTime11_11 == 3.00M)
  723. {
  724. startTime1 = "09:00";
  725. }
  726. else if (startTime11_11 == 4.50M)
  727. {
  728. startTime1 = "12:00";
  729. }
  730. else if (startTime11_11 == 7.50M)
  731. {
  732. startTime1 = "09:00";
  733. }
  734. if (endTime11_11 == 3.00M)
  735. {
  736. endTime1 = "12:00";
  737. }
  738. else if (endTime11_11 == 4.50M)
  739. {
  740. endTime1 = "18:00";
  741. }
  742. else if (endTime11_11 == 7.50M)
  743. {
  744. endTime1 = "18:00";
  745. }
  746. }
  747. else
  748. {
  749. decimal qjLongTime = slice_info.duration / 3600.00M;
  750. if (qjLongTime == 4.50M)
  751. {
  752. startTime1 = "12:00";
  753. endTime1 = "18:00:00";
  754. }
  755. else if (qjLongTime == 3.00M)
  756. {
  757. startTime1 = "09:00";
  758. endTime1 = "12:00:00";
  759. }
  760. else if (qjLongTime % 7.50M == 0)
  761. {
  762. startTime1 = "09:00";
  763. endTime1 = "18:00:00";
  764. }
  765. }
  766. }
  767. else
  768. {
  769. if (new_duration % 1 == 0)
  770. {
  771. startTime1 = "09:00";
  772. endTime1 = "18:00";
  773. }
  774. }
  775. }
  776. else
  777. {
  778. if (new_duration % 1 == 0)
  779. {
  780. startTime1 = "09:00";
  781. endTime1 = "18:00";
  782. }
  783. }
  784. }
  785. else
  786. {
  787. if (new_duration % 1 == 0)
  788. {
  789. startTime1 = "09:00";
  790. endTime1 = "18:00";
  791. }
  792. else
  793. {
  794. startTime1 = date_Range_new_begin_dt.ToString("HH:mm:ss");
  795. endTime1 = date_Range_new_end_dt.ToString("HH:mm:ss");
  796. }
  797. }
  798. }
  799. else if (date_Range.type == "hour")
  800. {
  801. new_duration = Convert.ToDecimal(date_Range.new_duration) / 3600.00M;
  802. unit = "小时";
  803. startTime = date_Range_new_begin_dt.ToString("yyyy-MM-dd HH:mm:ss");
  804. endTime = date_Range_new_end_dt.ToString("yyyy-MM-dd HH:mm:ss");
  805. startTime1 = date_Range_new_begin_dt.ToString("HH:mm:ss");
  806. endTime1 = date_Range_new_end_dt.ToString("HH:mm:ss");
  807. }
  808. LeaveDetails leaveDetails1 = new LeaveDetails()
  809. {
  810. TypeId = leaveType,
  811. TypeName = typeName,
  812. StartDt = Convert.ToDateTime(date_Range_new_begin_dt.ToString("yyyy-MM-dd") + " " + startTime1),
  813. EndDt = Convert.ToDateTime(date_Range_new_end_dt.ToString("yyyy-MM-dd") + " " + endTime1),
  814. DtType = date_Range.type,
  815. Unit = unit,
  816. New_Duration = new_duration,
  817. SliceInfo = slice_info
  818. };
  819. leaveDetails.Add(leaveDetails1);
  820. }
  821. }
  822. }
  823. #region 年假测试数据
  824. //leaveDetails.Add(new LeaveDetails() {
  825. // TypeId = 1,
  826. // TypeName = "年假",
  827. // StartDt = Convert.ToDateTime("2023-11-21 09:00:00"),
  828. // EndDt = Convert.ToDateTime("2023-11-21 12:00:00"),
  829. // DtType = "halfday",
  830. // Unit = "天",
  831. // New_Duration = 0.50M
  832. //});
  833. //leaveDetails.Add(new LeaveDetails()
  834. //{
  835. // TypeId = 1,
  836. // TypeName = "年假",
  837. // StartDt = Convert.ToDateTime("2023-11-21 12:00:00"),
  838. // EndDt = Convert.ToDateTime("2023-11-23 18:00:00"),
  839. // DtType = "halfday",
  840. // Unit = "天",
  841. // New_Duration = 2.50M
  842. //});
  843. #endregion
  844. if (leaveDetails.Count > 0)
  845. {
  846. leaveDetails = leaveDetails.OrderBy(it => it.StartDt).OrderBy(it => it.EndDt).ToList();
  847. foreach (LeaveDetails leave_item in leaveDetails)
  848. {
  849. decimal leave_meals = 0.00M;
  850. decimal thisTypeDeduction = 0.00M;//当前类型扣款
  851. int leaveType = leave_item.TypeId;
  852. decimal new_duration = leave_item.New_Duration;
  853. #region 处理跨月天数
  854. if (leave_item.EndDt > endDt)
  855. {
  856. DateTime dt1 = Convert.ToDateTime(leave_item.StartDt.ToString("yyyy-MM-dd") + " 12:00");
  857. DateTime dt2 = Convert.ToDateTime(leave_item.StartDt.ToString("yyyy-MM-dd") + " 09:00");
  858. TimeSpan ts = Convert.ToDateTime(endDt.ToString("yyyy-MM-dd") + " 18:00") - Convert.ToDateTime(leave_item.StartDt.ToString("yyyy-MM-dd"));
  859. if (dt2 >= leave_item.StartDt && leave_item.StartDt <= dt1)
  860. {
  861. new_duration = ts.Days + 1;
  862. }
  863. else
  864. {
  865. new_duration = ts.Days + 1.00M + 0.50M;
  866. }
  867. }
  868. #endregion
  869. //计算餐补 假勤类型扣款
  870. CalculateTypeFee1(leaveDetails,leaveType, leave_item.DtType, leave_item.StartDt, leave_item.EndDt, amountPayable, work_days,
  871. new_duration,out leave_meals, out thisTypeDeduction);
  872. if (leave_meals != 0)
  873. {
  874. leave_item.IsDeduction = true;
  875. }
  876. #region 累计类型扣款
  877. //1年假;2事假;3病假;4调休假;5婚假;6产假;7陪产假;8其他;9丧假
  878. if (leaveType == 2) //事假
  879. {
  880. personalLeaveTotal += thisTypeDeduction;
  881. }
  882. else if (leaveType == 3) //病假
  883. {
  884. sickLeaveTotal += thisTypeDeduction;
  885. }
  886. #endregion
  887. meal_deduction += leave_meals;
  888. Ex_Item ex_Item = new Ex_Item()
  889. {
  890. SubTypeId = leaveType,
  891. SubType = leave_item.TypeName,
  892. StartTimeDt = leave_item.StartDt,
  893. EndTimeDt = leave_item.EndDt,
  894. Duration = new_duration,
  895. Unit = leave_item.Unit,
  896. Deduction = thisTypeDeduction,
  897. //Reason = apply_data.reason,
  898. Apply_time_dt = leave_item.ApplyDt,
  899. //Approval_name = sp_item.approval_name,
  900. };
  901. ex_ItemInfos.Add(ex_Item);
  902. }
  903. }
  904. if (ex_ItemInfos.Count > 0)
  905. {
  906. ex_Items_jq.Ex_ItemInfo = ex_ItemInfos.OrderBy(it => it.StartTimeDt).ThenBy(it => it.Apply_time_dt).ToList();
  907. ex_Items.Add(ex_Items_jq);
  908. }
  909. }
  910. //打卡补卡
  911. //补卡:员工发现自己漏打卡时,需及时提起补卡申请,并说明情况。
  912. //试用期员工每月有 2 次补卡机会,超过 2 次不足 5 次的部分,按 10 元/次处罚,5 次及以上的漏卡,按 50 元/次处罚;
  913. //正式员工每月 3 次以内的补卡,按 10 元/次处罚,3 次及以上的漏卡,按 50 元/次处罚。
  914. if (reissuecardNum > 0)
  915. {
  916. List<Sp_Detail> sp_buka_details = new List<Sp_Detail>();
  917. sp_buka_details = await _qiYeWeChatApiService.GetApprovalDetailsAsync(startDt, endDt, acctid, 2, 2); //时间段内所有 已同意的 请假 审批数据
  918. //外出审批 已通过的数据 且 外出未打卡
  919. List<Sp_Detail> sp_goout_details = new List<Sp_Detail>();
  920. sp_goout_details = await _qiYeWeChatApiService.GetApprovalDetailsAsync(startDt, endDt, acctid, 2, 4); //时间段内所有 已同意的 外出 审批数据
  921. //打卡记录-未打卡 处理日期范围内的数据
  922. List<CheckInDataInfo> filtratePrefix_checkInData = new List<CheckInDataInfo>();
  923. //打卡记录-未打卡 扣款
  924. if (sp_goout_details.Count > 0)
  925. {
  926. //找出外出的具体日期
  927. List<string> goOutDts = new List<string>();
  928. foreach (var goOutItem in sp_goout_details)
  929. {
  930. Apply_data? apply_data = goOutItem.apply_data;
  931. if (apply_data != null)
  932. {
  933. List<ContentsItem> contents = apply_data.contents;
  934. ContentsItem content_Vacation = contents.Where(it => it.control == "Attendance").FirstOrDefault(); //请假类型
  935. ContentsItem content_Textarea = contents.Where(it => it.control == "Textarea").FirstOrDefault(); //多行文本
  936. if (content_Vacation != null)
  937. {
  938. var attendance = content_Vacation.value.attendance;
  939. DateTime goOutDt = attendance.date_range.new_begin_dt;
  940. DateTime goOutDtJudge = Convert.ToDateTime(goOutDt.ToString("yyyy-MM-dd"));
  941. //筛选 不在工作日内的假勤申请
  942. if (startDt >= goOutDtJudge || goOutDtJudge > endDt)
  943. {
  944. continue;
  945. }
  946. goOutDts.Add(goOutDt.ToString("yyyy-MM-dd"));
  947. }
  948. }
  949. }
  950. if (goOutDts.Count > 0)
  951. {
  952. foreach (var goOutDtItem in goOutDts)
  953. {
  954. List<CheckInDataInfo> filtrate_checkInData = new List<CheckInDataInfo>();
  955. filtrate_checkInData = checkInData2.Where(it => it.checkin_time_dt.ToString("yyyy-MM-dd").Equals(goOutDtItem)).ToList();
  956. if (filtrate_checkInData.Count > 0)
  957. {
  958. filtratePrefix_checkInData.AddRange(filtrate_checkInData);
  959. }
  960. }
  961. }
  962. }
  963. int bukaNum = 1;
  964. foreach (var item in sp_buka_details)
  965. {
  966. Apply_data? apply_data = item.apply_data;
  967. if (apply_data != null)
  968. {
  969. List<ContentsItem> contents = apply_data.contents;
  970. ContentsItem content_Vacation = contents.Where(it => it.control == "PunchCorrection").FirstOrDefault(); //请假类型
  971. ContentsItem content_Textarea = contents.Where(it => it.control == "Textarea").FirstOrDefault(); //多行文本
  972. if (content_Vacation != null)
  973. {
  974. var punch_correction = content_Vacation.value.punch_correction;
  975. DateTime bukaDt = punch_correction.time_dt;
  976. DateTime bukaDtJudge = Convert.ToDateTime(bukaDt.ToString("yyyy-MM-dd"));
  977. //筛选 不在工作日内的假勤申请
  978. if (startDt > bukaDtJudge || bukaDtJudge > endDt)
  979. {
  980. continue;
  981. }
  982. decimal bukaPrice = 0.00M;
  983. if (user_probationary_bk_decimal == 0) //计算试用员工补卡次数
  984. {
  985. if (bukaNum <= 2) bukaPrice = 0.00M;
  986. else if (bukaNum <= 4 && bukaNum > 2) bukaPrice = 10.00M;
  987. else bukaPrice = 50.00M;
  988. }
  989. else //计算正式员工补卡次数
  990. {
  991. if (bukaNum <= 2) bukaPrice = 10.00M;
  992. else bukaPrice = 50.00M;
  993. }
  994. var app_data = item.apply_data;
  995. var punch_correction1 = app_data.contents[0].value.punch_correction; //未打卡时间
  996. var punch_correction2 = app_data.contents[1].value;
  997. #region 处理未打卡记录表数据 已补卡的数据
  998. if (filtratePrefix_checkInData.Count > 0)
  999. {
  1000. var filtratePrefix_checkInItems = filtratePrefix_checkInData.Where(it => it.sch_checkin_time_dt.ToString("yyyy-MM-dd")
  1001. .Equals(punch_correction1.time_dt.ToString("yyyy-MM-dd"))).ToList();
  1002. if (filtratePrefix_checkInItems.Count > 0)
  1003. {
  1004. //按时间段移除 上午补卡时间段 09:00 - 12:00 下午补卡时间段 12:00 - 18:00
  1005. TimeSpan _strWorkingDayAM = DateTime.Parse("09:00").TimeOfDay;
  1006. TimeSpan _endWorkingDayAM = DateTime.Parse("12:00").TimeOfDay;
  1007. TimeSpan _strWorkingDayPM = DateTime.Parse("13:30").TimeOfDay;
  1008. TimeSpan _endWorkingDayPM = DateTime.Parse("18:00").TimeOfDay;
  1009. TimeSpan _dspNow = punch_correction1.time_dt.TimeOfDay;
  1010. //上午时间段 打卡记录数据
  1011. var filtratePrefix_checkInItemAMs = filtratePrefix_checkInItems.Where(it => it.sch_checkin_time_dt.TimeOfDay >= _strWorkingDayAM &&
  1012. it.sch_checkin_time_dt.TimeOfDay <= _endWorkingDayAM ).ToList();
  1013. if (filtratePrefix_checkInItemAMs.Count > 0)
  1014. {
  1015. foreach (var filtratePrefix_checkInItem1 in filtratePrefix_checkInItemAMs)
  1016. {
  1017. filtratePrefix_checkInData.Remove(filtratePrefix_checkInItem1);
  1018. }
  1019. }
  1020. //下午时间段 打卡记录数据
  1021. var filtratePrefix_checkInItemPMs = filtratePrefix_checkInItems.Where(it => it.sch_checkin_time_dt.TimeOfDay >= _strWorkingDayPM &&
  1022. it.sch_checkin_time_dt.TimeOfDay <= _endWorkingDayPM).ToList();
  1023. if (filtratePrefix_checkInItemPMs.Count > 0)
  1024. {
  1025. foreach (var filtratePrefix_checkInItem1 in filtratePrefix_checkInItemPMs)
  1026. {
  1027. filtratePrefix_checkInData.Remove(filtratePrefix_checkInItem1);
  1028. }
  1029. }
  1030. }
  1031. }
  1032. #endregion
  1033. Ex_Item ex_reissueCard = new Ex_Item()
  1034. {
  1035. SubTypeId = 7,
  1036. SubType = "打卡补卡",
  1037. StartTimeDt = Convert.ToDateTime(punch_correction1.time_dt.ToString("yyyy-MM-dd HH:mm:ss")), //未打卡时间
  1038. Deduction = bukaPrice,
  1039. Reason = punch_correction2.text,
  1040. Unit = string.Empty
  1041. };
  1042. unprinted_deduction += bukaPrice;
  1043. ex_reissuecard_Items.Add(ex_reissueCard);
  1044. bukaNum++;
  1045. }
  1046. }
  1047. }
  1048. //打卡记录里抓取的未打卡数据 扣款
  1049. foreach (var item in filtratePrefix_checkInData)
  1050. {
  1051. decimal bukaPrice = 0.00M;
  1052. if (user_probationary_bk_decimal == 0) //计算试用员工补卡次数
  1053. {
  1054. if (bukaNum <= 2) bukaPrice = 0.00M;
  1055. else if (bukaNum <= 4 && bukaNum > 2) bukaPrice = 10.00M;
  1056. else bukaPrice = 50.00M;
  1057. }
  1058. else //计算正式员工补卡次数
  1059. {
  1060. if (bukaNum <= 2) bukaPrice = 10.00M;
  1061. else bukaPrice = 50.00M;
  1062. }
  1063. Ex_Item ex_reissueCard = new Ex_Item()
  1064. {
  1065. SubTypeId = 7,
  1066. SubType = "打卡补卡",
  1067. StartTimeDt = Convert.ToDateTime(item.checkin_time_dt.ToString("yyyy-MM-dd HH:mm:ss")), //未打卡时间
  1068. Deduction = bukaPrice,
  1069. Reason = "[打卡记录]抓取到的未打卡数据!",
  1070. Unit = string.Empty
  1071. };
  1072. unprinted_deduction += bukaPrice;
  1073. ex_reissuecard_Items.Add(ex_reissueCard);
  1074. bukaNum++;
  1075. }
  1076. }
  1077. if (ex_reissuecard_Items.Count > 0)
  1078. {
  1079. ex_Items_dk.Ex_ItemInfo = ex_reissuecard_Items;
  1080. ex_Items_dk.Ex_ItemInfo = ex_reissuecard_Items.OrderBy(it => it.SubTypeId).ThenBy(it => it.StartTimeDt).ToList();
  1081. ex_Items.Add(ex_Items_dk);
  1082. }
  1083. //出差申请
  1084. if (evectionNum > 0)
  1085. {
  1086. List<Sp_Detail> sp_leave_details = new List<Sp_Detail>();
  1087. sp_leave_details = await _qiYeWeChatApiService.GetApprovalDetailsAsync(startDt, endDt, acctid, 2, 3); //时间段内所有 已同意的 出差 审批数据
  1088. if (sp_leave_details.Count <= 0)
  1089. {
  1090. _result.Msg += $"{_name}: {startDt} - {endDt} 请假 审批数据获取未获取到!\r\n";
  1091. //continue;
  1092. }
  1093. List<Ex_Item> cc_ex_ItemInfos = new List<Ex_Item>();
  1094. foreach (Sp_Detail sp_item in sp_leave_details)
  1095. {
  1096. Apply_data? apply_data = sp_item.apply_data;
  1097. if (apply_data != null)
  1098. {
  1099. List<ContentsItem> contents = apply_data.contents;
  1100. ContentsItem content_Vacation = contents.Where(it => it.control == "Attendance").FirstOrDefault(); //出差类型
  1101. ContentsItem content_Textarea = contents.Where(it => it.control == "Textarea").FirstOrDefault(); //多行文本
  1102. if (content_Vacation != null)
  1103. {
  1104. //Vacation vacation = content_Vacation.value.vacation;
  1105. Attendance attendance = content_Vacation.value.attendance; //假勤组件
  1106. //Selector selector = vacation.selector; //请假类型
  1107. //List<OptionsItem> optionsItems = selector.options; //key 请假类型 id
  1108. //List<TitleItem> value = optionsItems[0].value; // value 文本描述值
  1109. int leaveType = int.Parse("3"); //key 请假子类型 id
  1110. Date_range date_Range = attendance.date_range;
  1111. //筛选 不在工作日内的假勤申请
  1112. if (date_Range.new_begin_dt < startDt || date_Range.new_end_dt > endDt)
  1113. {
  1114. continue;
  1115. }
  1116. string leave_starttime = date_Range.new_begin_dt.ToString("HH:mm");
  1117. string leave_endtime = date_Range.new_end_dt.ToString("HH:mm");
  1118. string typeName = string.Empty;
  1119. string unit = string.Empty;
  1120. int leaveTypeId = leaveType;
  1121. typeName = "出差";
  1122. string startTime = string.Empty;
  1123. string endTime = string.Empty;
  1124. string startTime1 = string.Empty;
  1125. string endTime1 = string.Empty;
  1126. //计算请假类型扣款金额
  1127. decimal new_duration = 0.00M;
  1128. if (date_Range.type == "halfday")
  1129. {
  1130. new_duration = Convert.ToDecimal(date_Range.new_duration) / 86400.00M;
  1131. unit = "天";
  1132. startTime = date_Range.new_begin_dt.ToString("yyyy-MM-dd") + " 00:00";
  1133. endTime = date_Range.new_end_dt.ToString("yyyy-MM-dd") + " 00:00";
  1134. startTime1 = "00:00:00";
  1135. endTime1 = "00:00:00";
  1136. }
  1137. else if (date_Range.type == "hour")
  1138. {
  1139. new_duration = Convert.ToDecimal(date_Range.new_duration) / 3600.00M;
  1140. unit = "小时";
  1141. startTime = date_Range.new_begin_dt.ToString("yyyy-MM-dd HH:mm:ss");
  1142. endTime = date_Range.new_end_dt.ToString("yyyy-MM-dd HH:mm:ss");
  1143. startTime1 = date_Range.new_begin_dt.ToString("HH:mm:ss");
  1144. endTime1 = date_Range.new_end_dt.ToString("HH:mm:ss");
  1145. }
  1146. //出差扣款
  1147. decimal cckk = 0.00M;
  1148. int days = (int)(Convert.ToDateTime(date_Range.new_end_dt.ToString("yyyy-MM-dd")) -
  1149. Convert.ToDateTime(date_Range.new_begin_dt.ToString("yyyy-MM-dd"))).TotalDays + 1;
  1150. for (int i = 0; i < days; i++)
  1151. {
  1152. DateTime thisDt = date_Range.new_begin_dt.AddDays(i);
  1153. //处理开始时间 是否在当天工作时间内
  1154. if (i == 0) //开始时间
  1155. {
  1156. if (!date_Range.type.Equals("halfday"))
  1157. {
  1158. string ccStartTime = thisDt.ToString("HH:mm:ss");
  1159. if (!IsWorkTime(ccStartTime))
  1160. {
  1161. continue;
  1162. }
  1163. }
  1164. }
  1165. //处理结束时间 是否在当天工作时间内
  1166. if (i == days - 1)
  1167. {
  1168. if (!date_Range.type.Equals("halfday"))
  1169. {
  1170. string ccStartTime = date_Range.new_end_dt.ToString("HH:mm:ss");
  1171. if (!IsWorkTime(ccStartTime))
  1172. {
  1173. continue;
  1174. }
  1175. }
  1176. }
  1177. Sys_Calendar sys_Calendar = new Sys_Calendar();
  1178. sys_Calendar = sys_Calendars.Where(it => it.Dt == thisDt.ToString("yyyy-MM-dd")).FirstOrDefault();
  1179. if (sys_Calendar != null) {
  1180. if (sys_Calendar.IsWorkDay)
  1181. {
  1182. cckk += 10.00M;
  1183. }
  1184. }
  1185. }
  1186. meal_deduction += cckk;
  1187. Ex_Item ex_Item = new Ex_Item()
  1188. {
  1189. SubTypeId = leaveType,
  1190. SubType = typeName,
  1191. StartTimeDt = Convert.ToDateTime(date_Range.new_begin_dt.ToString("yyyy-MM-dd") + " " + startTime1),
  1192. EndTimeDt = Convert.ToDateTime(date_Range.new_end_dt.ToString("yyyy-MM-dd") + " " + endTime1),
  1193. Duration = new_duration,
  1194. Unit = unit,
  1195. Deduction = 0.00M,
  1196. //Reason = apply_data.reason,
  1197. Apply_time_dt = Convert.ToDateTime(sp_item.apply_time_dt.ToString("yyyy-MM-dd HH:mm:ss"))
  1198. //Approval_name = sp_item.approval_name,
  1199. };
  1200. cc_ex_ItemInfos.Add(ex_Item);
  1201. }
  1202. }
  1203. }
  1204. if (cc_ex_ItemInfos.Count > 0)
  1205. {
  1206. //ex_Items_cc.Ex_ItemInfo = cc_ex_ItemInfos.OrderBy(it => it.StartTimeDt).ThenBy(it => it.Apply_time_dt).ToList();
  1207. //;
  1208. //ex_Items.Add(ex_Items_cc);
  1209. List<Ex_Item> ex_jq_Items = new List<Ex_Item>();
  1210. List<Ex_Item> ex_Items1 = new List<Ex_Item>();
  1211. ex_Items1 = (List<Ex_Item>)ex_Items_jq.Ex_ItemInfo;
  1212. if (ex_Items1 != null && ex_Items1.Count > 0)
  1213. {
  1214. ex_jq_Items = ex_Items1;
  1215. }
  1216. ex_jq_Items.AddRange(cc_ex_ItemInfos);
  1217. ex_Items.Remove(ex_Items_jq);
  1218. ex_Items.Add(
  1219. new Ex_Items()
  1220. {
  1221. Type = "假勤",
  1222. Ex_ItemInfo = ex_jq_Items.OrderBy(it => it.StartTimeDt).ThenBy(it => it.Apply_time_dt).ToList()
  1223. }
  1224. );
  1225. }
  1226. }
  1227. #endregion
  1228. }
  1229. else
  1230. {
  1231. meal_subsidy = work_days * 10.00M;
  1232. }
  1233. #region 应发合计 实发合计 扣款合计(假勤扣款,其他扣款,社保扣款,公积金代扣,个税扣款)
  1234. int workDays = dk_work_days + spe_offdays;
  1235. decimal mealTotal = meal_subsidy - meal_deduction; //餐补
  1236. decimal salaryTotal = 0.00M;
  1237. if (dk_work_days >= work_days)
  1238. {
  1239. dk_work_days = work_days;
  1240. salaryTotal = amountPayable + mealTotal + pm_wsInfo.OtherHandle; //应发合计
  1241. }
  1242. else
  1243. {
  1244. if (_name.Equals("张海麟"))
  1245. {
  1246. salaryTotal = amountPayable + mealTotal + pm_wsInfo.OtherHandle; //应发合计
  1247. }
  1248. else
  1249. {
  1250. salaryTotal = (workDays * dailyWage) + mealTotal + pm_wsInfo.OtherHandle; //应发合计
  1251. }
  1252. }
  1253. //扣款合计 不含个税
  1254. decimal eductionTotal = sickLeaveTotal + personalLeaveTotal + beLate_deduction + early_deduction + absenteeism_deduction + unprinted_deduction + other_deduction +
  1255. pm_wsInfo.WithholdingInsurance + pm_wsInfo.ReservedFunds + pm_wsInfo.OtherDeductions;
  1256. decimal actualReleaseTotal = salaryTotal - eductionTotal; //实发合计 * 不含个税
  1257. #endregion
  1258. #region 处理当月工资数据
  1259. pm_wsInfo.YearMonth = thisYearMonth;
  1260. pm_wsInfo.StartDate = startDt.ToString("yyyy-MM-dd");
  1261. pm_wsInfo.EndDate = endDt.ToString("yyyy-MM-dd");
  1262. pm_wsInfo.WorkDays = work_days; //当月应出勤天数
  1263. pm_wsInfo.RegularDays = workDays; //当月正常出勤天数
  1264. pm_wsInfo.SickLeave = sickLeaveTotal; //病假
  1265. pm_wsInfo.SomethingFalse = personalLeaveTotal; //事假
  1266. pm_wsInfo.LateTo = beLate_deduction; //迟到
  1267. pm_wsInfo.LeaveEarly = early_deduction; //早退
  1268. pm_wsInfo.Absenteeism = absenteeism_deduction; //旷工
  1269. pm_wsInfo.NotPunch = unprinted_deduction; //未打卡
  1270. pm_wsInfo.OtherDeductions = other_deduction; //其他
  1271. pm_wsInfo.Ex_ItemsRemark = JsonConvert.SerializeObject(ex_Items); //
  1272. pm_wsInfo.Mealsupplement = mealTotal; //餐补
  1273. pm_wsInfo.Should = ConvertToDecimal( salaryTotal); //应发合计
  1274. pm_wsInfo.TotalDeductions = ConvertToDecimal(eductionTotal); //扣款合计
  1275. pm_wsInfo.TotalRealHair = ConvertToDecimal(actualReleaseTotal - pm_wsInfo.WithholdingTax); //实发合计
  1276. pm_wsInfo.AfterTax = ConvertToDecimal(actualReleaseTotal - pm_wsInfo.WithholdingTax); //税后工资
  1277. pm_wsInfo.LastUpdateUserId = userId;
  1278. pm_wsInfo.LastUpdateDt = DateTime.Now;
  1279. pm_wsInfo.CreateUserId = userId;
  1280. pm_wsInfo.CreateTime = DateTime.Now;
  1281. pm_wsInfo.DeleteUserId = null;
  1282. pm_wsInfo.DeleteTime = null;
  1283. #endregion
  1284. }
  1285. }
  1286. catch (Exception ex)
  1287. {
  1288. _result.Msg = $"【{_name}】【Msg:{ex.Message}】";
  1289. return _result;
  1290. }
  1291. _result.Code = 0;
  1292. _result.Data = pm_WageSheetDattaSources;
  1293. return _result;
  1294. }
  1295. /// <summary>
  1296. /// 是否在工作时间内
  1297. /// </summary>
  1298. /// <param name="timeStr"></param>
  1299. /// <returns></returns>
  1300. public static bool IsWorkTime(string timeStr)
  1301. {
  1302. string thisDayWorkStartTime = "09:00:00";
  1303. string thisDayWorkEndTime = "18:00:00";
  1304. TimeSpan dspWorkingDayAM = DateTime.Parse(thisDayWorkStartTime).TimeOfDay;
  1305. TimeSpan dspWorkingDayPM = DateTime.Parse(thisDayWorkEndTime).TimeOfDay;
  1306. DateTime dt = Convert.ToDateTime(timeStr);
  1307. TimeSpan dspNow = dt.TimeOfDay;
  1308. if (dspNow >= dspWorkingDayAM && dspNow <= dspWorkingDayPM)
  1309. {
  1310. return true;
  1311. }
  1312. return false;
  1313. }
  1314. /// <summary>
  1315. /// decimal 保留两位小数 不四舍五入
  1316. /// </summary>
  1317. /// <param name="number"></param>
  1318. /// <returns></returns>
  1319. public static decimal ConvertToDecimal(decimal myDecimal)
  1320. {
  1321. var subDecimal = Math.Floor(myDecimal * 100) / 100;//保留两位小数,直接截取
  1322. return subDecimal;
  1323. }
  1324. /// <summary>
  1325. /// decimal 保留两位小数 不四舍五入
  1326. /// </summary>
  1327. /// <param name="number"></param>
  1328. /// <returns></returns>
  1329. public static decimal ConvertToDecimal1(this decimal myDecimal)
  1330. {
  1331. var subDecimal = Math.Floor(myDecimal * 100) / 100;//保留两位小数,直接截取
  1332. return subDecimal;
  1333. }
  1334. /// <summary>
  1335. /// 列表的成员移动到列表的前面
  1336. /// </summary>
  1337. /// <typeparam name="T"></typeparam>
  1338. /// <param name="list"></param>
  1339. /// <param name="index"></param>
  1340. public static void MoveItemAtIndexToFront<T>(this List<T> list, int index)
  1341. {
  1342. T item = list[index];
  1343. list.RemoveAt(index);
  1344. list.Insert(0, item);
  1345. }
  1346. /// <summary>
  1347. /// 获取请假类型
  1348. /// </summary>
  1349. /// <param name="template_id"></param>
  1350. /// <returns></returns>
  1351. public static async Task<List<VacationLeaveTypeView>> GetVacationLeaveTypes(string template_id)
  1352. {
  1353. List<VacationLeaveTypeView> vacationLeaveTypes = new List<VacationLeaveTypeView>();
  1354. TemplateDetailView templateDetailView = new TemplateDetailView();
  1355. templateDetailView = await _qiYeWeChatApiService.GetTemplateDetailAsync(template_id);
  1356. if (templateDetailView.errcode != 0)
  1357. {
  1358. Serilog.Log.Error("【企业微信】【审批】【获取假勤类型的审批】【Msg】"+ templateDetailView.errmsg);
  1359. return vacationLeaveTypes;
  1360. }
  1361. List<VacationItemInfo> VacationItemInfos = templateDetailView.vacation_list.item;
  1362. foreach (var item in VacationItemInfos)
  1363. {
  1364. ValueItem valueInfo = item.name.Where(it => it.lang == "zh_CN").FirstOrDefault();
  1365. if (valueInfo != null)
  1366. {
  1367. vacationLeaveTypes.Add(
  1368. new VacationLeaveTypeView()
  1369. {
  1370. id = item.id,
  1371. name = valueInfo.text
  1372. });
  1373. }
  1374. }
  1375. return vacationLeaveTypes;
  1376. }
  1377. /// <summary>
  1378. /// 计算类型费用
  1379. /// 病假 事假 计算 按天计算
  1380. /// </summary>
  1381. /// <param name="leaveType">
  1382. /// 1年假;2事假;3病假;4调休假;5婚假;6产假;7陪产假;8其他;9丧假
  1383. /// </param>
  1384. /// <param name="date_Range_type">
  1385. /// halfday 全天
  1386. /// hour 小时
  1387. /// </param>
  1388. /// <param name="startTime"></param>
  1389. /// <param name="endTime"></param>
  1390. /// <param name="duration"></param>
  1391. /// <param name="mealDeduction"></param>
  1392. /// <param name="typeDeduction"></param>
  1393. public static void CalculateTypeFee1(List<LeaveDetails> leaveDetails, int leaveType, string date_Range_type, DateTime startTime, DateTime endTime,
  1394. decimal amountPayable, int work_days, decimal duration, out decimal mealDeduction, out decimal typeDeduction)
  1395. {
  1396. typeDeduction = 0;
  1397. mealDeduction = 0;
  1398. decimal personalkLeave_dailywage_day = amountPayable / work_days; //日薪 = 事假日薪 *计算方式:日平均工资 = 当月应发工资 /当月应出勤天数。
  1399. //半小时单位
  1400. decimal halfHour = 7.50M / 0.50M;
  1401. switch (leaveType)
  1402. {
  1403. case 1: //年假
  1404. if (date_Range_type == "halfday")
  1405. {
  1406. if (duration >= 0.5M && duration <= 1M) //一天
  1407. {
  1408. var njItem = leaveDetails.Where(it => it.StartDt.ToString("yyyy-MM-dd") == startTime.ToString("yyyy-MM-dd") &&
  1409. it.EndDt.ToString("yyyy-MM-dd") == endTime.ToString("yyyy-MM-dd")).ToList();
  1410. if (njItem.Count > 1)
  1411. {
  1412. if (njItem[0].StartDt == startTime)
  1413. {
  1414. mealDeduction = 10; //餐补扣款
  1415. }
  1416. }
  1417. else
  1418. {
  1419. mealDeduction = 10; //餐补扣款
  1420. }
  1421. }
  1422. else // 多天
  1423. {
  1424. var njManyDaysItem = leaveDetails.Where(it => it.StartDt.ToString("yyyy-MM-dd") == startTime.ToString("yyyy-MM-dd")).ToList();
  1425. if (njManyDaysItem.Count > 1)
  1426. {
  1427. var njManyDaysItem1 = njManyDaysItem.Where(it => it.StartDt != startTime).ToList();
  1428. if (njManyDaysItem1.Count > 0)
  1429. {
  1430. if (njManyDaysItem1[0].Unit.Equals("天"))
  1431. {
  1432. mealDeduction = 10 * Math.Floor(duration);
  1433. }
  1434. else if (njManyDaysItem1[0].Unit.Equals("小时") && njManyDaysItem1[0].New_Duration >= 3)
  1435. {
  1436. mealDeduction = 10 * Math.Floor(duration);
  1437. }
  1438. else
  1439. {
  1440. mealDeduction = 10 * Math.Ceiling(duration);
  1441. }
  1442. }
  1443. }
  1444. else
  1445. {
  1446. mealDeduction = 10 * Math.Ceiling(duration);
  1447. }
  1448. }
  1449. }
  1450. break;
  1451. case 2: //2事假
  1452. // 事假日薪 *计算方式:日平均工资 = 当月应发工资 /当月应出勤天数。
  1453. decimal personalkLeave_dailywage_halfhour = personalkLeave_dailywage_day / 7.50M; //事假单位 0.5小时
  1454. if (date_Range_type == "halfday")
  1455. {
  1456. #region 处理当天是否扣除餐补
  1457. string formatDt_begin = startTime.ToString("yyyy-MM-dd");
  1458. List<LeaveDetails> leaveDetails1 = leaveDetails.Where(it => it.IsDeduction && it.EndDt.ToString("yyyy-MM-dd") == formatDt_begin).ToList();
  1459. if (leaveDetails1.Count > 0) mealDeduction = 10.00M * Math.Floor(duration); //餐补扣款
  1460. else mealDeduction = 10.00M * Math.Ceiling(duration); //餐补扣款
  1461. #endregion
  1462. if (duration % 1 == 0) //整天
  1463. {
  1464. typeDeduction = ConvertToDecimal(personalkLeave_dailywage_day * duration);
  1465. }
  1466. else //多含 半天 另外处理
  1467. {
  1468. decimal sj_wholeDay = Math.Floor(duration); //整天
  1469. decimal sj_halfDay = duration % 1; //半天
  1470. if (duration % 1 > 0)
  1471. {
  1472. typeDeduction = (personalkLeave_dailywage_day / 2.00M) * (duration / 0.50M);
  1473. }
  1474. else
  1475. {
  1476. typeDeduction = (personalkLeave_dailywage_day / 2.00M);
  1477. }
  1478. typeDeduction = ConvertToDecimal(typeDeduction);
  1479. }
  1480. }
  1481. else if (date_Range_type == "hour")
  1482. {
  1483. decimal leave_halfHour = Convert.ToDecimal(duration) / Convert.ToDecimal(0.5);
  1484. typeDeduction = ConvertToDecimal(personalkLeave_dailywage_halfhour * leave_halfHour);
  1485. //duration = 11M;
  1486. if (duration >= 3 && duration < 7.5M) //单天请假三小时
  1487. {
  1488. mealDeduction = 10; //餐补扣款
  1489. }
  1490. else if (duration >= 7.5M) //多天计算
  1491. {
  1492. decimal leave_halfHour1 = Convert.ToDecimal(duration) / Convert.ToDecimal(0.5);
  1493. decimal leaveDays = duration / 7.5M;
  1494. if (leaveDays % 1 == 0)
  1495. {
  1496. typeDeduction = ConvertToDecimal(personalkLeave_dailywage_day * leaveDays);
  1497. mealDeduction = 10 * leaveDays; //餐补扣款
  1498. }
  1499. else
  1500. {
  1501. typeDeduction = personalkLeave_dailywage_day * Convert.ToInt32(leaveDays);
  1502. decimal sy_shijiaunit = leave_halfHour1 - Convert.ToDecimal(15.00M * Convert.ToInt32(leaveDays));
  1503. if (sy_shijiaunit > 0)
  1504. {
  1505. typeDeduction += ConvertToDecimal(personalkLeave_dailywage_halfhour * sy_shijiaunit);
  1506. }
  1507. mealDeduction = 10 * Convert.ToInt32(leaveDays);
  1508. //得到最后一天的请假时间 是否有餐补
  1509. int lastHours = (Convert.ToDateTime(endTime) - Convert.ToDateTime("09:00")).Hours;
  1510. if (lastHours >= 3)
  1511. {
  1512. mealDeduction += 10; //餐补扣款
  1513. }
  1514. }
  1515. }
  1516. }
  1517. break;
  1518. case 3: //3病假
  1519. // 病假日薪 *计算方式:日平均工资 = 成都市最低工资标准的80% /当月应出勤天数。 短期病假=当月15天内
  1520. decimal chengDuMinimumWage_Day = _chengDuMinimumWage / work_days;
  1521. decimal chengDuMinimumWage_halrHour = chengDuMinimumWage_Day / 7.50M;
  1522. decimal sickLeave_dailywage_halfhour_deduction1 = (personalkLeave_dailywage_day / 7.50M) - chengDuMinimumWage_halrHour; //病假单位 0.5小时 扣款金额
  1523. if (date_Range_type == "halfday")
  1524. {
  1525. mealDeduction = 10.00M * Math.Ceiling(duration); //餐补扣款
  1526. decimal pl_dailywage_day = personalkLeave_dailywage_day - chengDuMinimumWage_Day;
  1527. if (duration % 1 == 0) //整天
  1528. {
  1529. typeDeduction = ConvertToDecimal(pl_dailywage_day * duration);
  1530. }
  1531. else //多含 半天 另外处理
  1532. {
  1533. #region 处理当天是否扣除餐补
  1534. string formatDt_begin = startTime.ToString("yyyy-MM-dd");
  1535. List<LeaveDetails> leaveDetails1 = leaveDetails.Where(it => it.IsDeduction && it.EndDt.ToString("yyyy-MM-dd") == formatDt_begin).ToList();
  1536. if (leaveDetails1.Count > 0) mealDeduction = 10.00M * Math.Floor(duration); //餐补扣款
  1537. else mealDeduction = 10.00M * Math.Ceiling(duration); //餐补扣款
  1538. #endregion
  1539. if (duration % 1 > 0)
  1540. {
  1541. typeDeduction = (pl_dailywage_day / 2.00M) * (duration / 0.50M); ;
  1542. }
  1543. else
  1544. {
  1545. typeDeduction = (pl_dailywage_day / 2.00M);
  1546. }
  1547. typeDeduction = ConvertToDecimal(typeDeduction);
  1548. }
  1549. }
  1550. else if (date_Range_type == "hour")
  1551. {
  1552. decimal sickLeave_halfHour = duration / 0.5M;
  1553. typeDeduction = ConvertToDecimal(sickLeave_dailywage_halfhour_deduction1 * sickLeave_halfHour);
  1554. if (duration >= 3 && duration < 7.5M) //单天请假三小时 && 请假时间在上午 则没有餐补
  1555. {
  1556. mealDeduction = 10; //餐补扣款
  1557. }
  1558. else if (duration >= 7.5M) //多天计算
  1559. {
  1560. decimal sickLeave_halfHour1 = duration / 0.5M;
  1561. decimal leaveDays = Convert.ToDecimal(duration / 7.5M);
  1562. typeDeduction = ConvertToDecimal(sickLeave_dailywage_halfhour_deduction1 * sickLeave_halfHour1);
  1563. if (leaveDays % 1 == 0)
  1564. {
  1565. mealDeduction = 10 * leaveDays; //餐补扣款
  1566. }
  1567. else
  1568. {
  1569. mealDeduction = 10 * Convert.ToInt32(leaveDays);
  1570. typeDeduction = ConvertToDecimal(sickLeave_dailywage_halfhour_deduction1 * Convert.ToInt32(leaveDays));
  1571. decimal sy_bingjiaunit = sickLeave_halfHour1 - Convert.ToDecimal(15.00M * Convert.ToInt32(leaveDays));
  1572. if (sy_bingjiaunit > 0)
  1573. {
  1574. typeDeduction += ConvertToDecimal(sickLeave_dailywage_halfhour_deduction1 * sy_bingjiaunit);
  1575. }
  1576. //得到最后一天的请假时间 是否有餐补
  1577. int lastHours = (Convert.ToDateTime(endTime) - Convert.ToDateTime("09:00")).Hours;
  1578. if (lastHours >= 3)
  1579. {
  1580. mealDeduction += 10; //餐补扣款
  1581. }
  1582. }
  1583. }
  1584. }
  1585. break;
  1586. case 4: //4调休假
  1587. CalculateTypeFeeSub(leaveDetails, date_Range_type, startTime, endTime, duration, out mealDeduction);
  1588. break;
  1589. case 5: //5婚假
  1590. CalculateTypeFeeSub(leaveDetails, date_Range_type, startTime, endTime, duration, out mealDeduction);
  1591. break;
  1592. case 6: //6产假
  1593. CalculateTypeFeeSub(leaveDetails, date_Range_type, startTime, endTime, duration, out mealDeduction);
  1594. break;
  1595. case 7: //7陪产假
  1596. CalculateTypeFeeSub(leaveDetails, date_Range_type, startTime, endTime, duration, out mealDeduction);
  1597. break;
  1598. case 8: //8其他
  1599. CalculateTypeFeeSub(leaveDetails, date_Range_type, startTime, endTime, duration, out mealDeduction);
  1600. break;
  1601. case 9: //9丧假
  1602. if (date_Range_type == "halfday")
  1603. {
  1604. if (duration >= 0.5M && duration <= 1M) //一天
  1605. {
  1606. var njItem = leaveDetails.Where(it => it.StartDt.ToString("yyyy-MM-dd") == startTime.ToString("yyyy-MM-dd") &&
  1607. it.EndDt.ToString("yyyy-MM-dd") == endTime.ToString("yyyy-MM-dd")).ToList();
  1608. if (njItem.Count > 1)
  1609. {
  1610. if (njItem[0].StartDt == startTime)
  1611. {
  1612. mealDeduction = 10; //餐补扣款
  1613. }
  1614. }
  1615. else
  1616. {
  1617. mealDeduction = 10; //餐补扣款
  1618. }
  1619. }
  1620. else // 多天
  1621. {
  1622. var njManyDaysItem = leaveDetails.Where(it => it.StartDt.ToString("yyyy-MM-dd") == startTime.ToString("yyyy-MM-dd")).ToList();
  1623. if (njManyDaysItem.Count > 1)
  1624. {
  1625. var njManyDaysItem1 = njManyDaysItem.Where(it => it.StartDt != startTime).ToList();
  1626. if (njManyDaysItem1.Count > 0)
  1627. {
  1628. if (njManyDaysItem1[0].Unit.Equals("天"))
  1629. {
  1630. mealDeduction = 10 * Math.Floor(duration);
  1631. }
  1632. else if (njManyDaysItem1[0].Unit.Equals("小时") && njManyDaysItem1[0].New_Duration >= 3)
  1633. {
  1634. mealDeduction = 10 * Math.Floor(duration);
  1635. }
  1636. else
  1637. {
  1638. mealDeduction = 10 * Math.Ceiling(duration);
  1639. }
  1640. }
  1641. }
  1642. else
  1643. {
  1644. mealDeduction = 10 * Math.Ceiling(duration);
  1645. }
  1646. }
  1647. }
  1648. break;
  1649. }
  1650. }
  1651. /// <summary>
  1652. /// 计算类型费用
  1653. /// 病假 事假 计算 按小时计算
  1654. /// </summary>
  1655. /// <param name="leaveType">
  1656. /// 1年假;2事假;3病假;4调休假;5婚假;6产假;7陪产假;8其他;9丧假
  1657. /// </param>
  1658. /// <param name="date_Range_type">
  1659. /// halfday 全天
  1660. /// hour 小时
  1661. /// </param>
  1662. /// <param name="startTime"></param>
  1663. /// <param name="endTime"></param>
  1664. /// <param name="duration"></param>
  1665. /// <param name="mealDeduction"></param>
  1666. /// <param name="typeDeduction"></param>
  1667. public static void CalculateTypeFee2(List<LeaveDetails> leaveDetails,int leaveType, string date_Range_type, DateTime startTime, DateTime endTime,
  1668. decimal amountPayable,int work_days, decimal duration, out decimal mealDeduction, out decimal typeDeduction)
  1669. {
  1670. typeDeduction = 0;
  1671. mealDeduction = 0;
  1672. string am_starttime = "08:59";
  1673. string am_endtime = "13:01";
  1674. decimal personalkLeave_dailywage_day = amountPayable / work_days; //日薪 = 事假日薪 *计算方式:日平均工资 = 当月应发工资 /当月应出勤天数。
  1675. //半小时单位
  1676. decimal halfHour = 7.50M / 0.50M;
  1677. switch (leaveType)
  1678. {
  1679. case 1: //年假
  1680. if (date_Range_type == "halfday")
  1681. {
  1682. if (duration >= 0.5M && duration <= 1M) //一天
  1683. {
  1684. var njItem = leaveDetails.Where(it => it.StartDt.ToString("yyyy-MM-dd") == startTime.ToString("yyyy-MM-dd") &&
  1685. it.EndDt.ToString("yyyy-MM-dd") == endTime.ToString("yyyy-MM-dd")).ToList();
  1686. if (njItem.Count > 1)
  1687. {
  1688. if (njItem[0].StartDt == startTime)
  1689. {
  1690. mealDeduction = 10; //餐补扣款
  1691. }
  1692. }
  1693. else
  1694. {
  1695. mealDeduction = 10; //餐补扣款
  1696. }
  1697. }
  1698. else // 多天
  1699. {
  1700. var njManyDaysItem = leaveDetails.Where(it => it.StartDt.ToString("yyyy-MM-dd") == startTime.ToString("yyyy-MM-dd")).ToList();
  1701. if (njManyDaysItem.Count > 1)
  1702. {
  1703. var njManyDaysItem1 = njManyDaysItem.Where(it => it.StartDt != startTime).ToList();
  1704. if (njManyDaysItem1.Count > 0)
  1705. {
  1706. if (njManyDaysItem1[0].Unit.Equals("天"))
  1707. {
  1708. mealDeduction = 10 * Math.Floor(duration);
  1709. }
  1710. else if (njManyDaysItem1[0].Unit.Equals("小时") && njManyDaysItem1[0].New_Duration >= 3)
  1711. {
  1712. mealDeduction = 10 * Math.Floor(duration);
  1713. }
  1714. else
  1715. {
  1716. mealDeduction = 10 * Math.Ceiling(duration);
  1717. }
  1718. }
  1719. }
  1720. else
  1721. {
  1722. mealDeduction = 10 * Math.Ceiling(duration);
  1723. }
  1724. }
  1725. }
  1726. break;
  1727. case 2: //2事假
  1728. // 事假日薪 *计算方式:日平均工资 = 当月应发工资 /当月应出勤天数。
  1729. decimal personalkLeave_dailywage_halfhour = personalkLeave_dailywage_day / 7.50M; //事假单位 0.5小时
  1730. if (date_Range_type == "halfday")
  1731. {
  1732. mealDeduction = 10.00M * Math.Floor(duration); //餐补扣款
  1733. if (duration % 1 == 0) //整天
  1734. {
  1735. typeDeduction = ConvertToDecimal(personalkLeave_dailywage_day * duration);
  1736. }
  1737. else //多含 半天 另外处理
  1738. {
  1739. decimal sj_wholeDay = Math.Floor(duration); //整天
  1740. decimal sj_halfDay = duration % 1; //半天
  1741. if (sj_halfDay > 0)
  1742. {
  1743. LeaveDetails sjDetails = leaveDetails.Where(it => it.StartDt == startTime && it.EndDt == endTime).FirstOrDefault();
  1744. decimal sjPrice = 0.00M;
  1745. if (sjDetails != null)
  1746. {
  1747. Slice_info sj_slice_Info = sjDetails.SliceInfo;
  1748. if (sj_slice_Info != null)
  1749. {
  1750. decimal sjLongTime = (sj_slice_Info.duration / 3600.00M);
  1751. typeDeduction = (personalkLeave_dailywage_day / 7.50M) * sjLongTime;
  1752. }
  1753. }
  1754. LeaveDetails sjDetailsMeal = leaveDetails.Where(it => it.EndDt == startTime ).FirstOrDefault();
  1755. if (sjDetailsMeal == null)
  1756. {
  1757. mealDeduction += 10.00M;
  1758. }
  1759. }
  1760. else
  1761. {
  1762. typeDeduction = personalkLeave_dailywage_day* sj_wholeDay;
  1763. }
  1764. typeDeduction = ConvertToDecimal(typeDeduction);
  1765. }
  1766. }
  1767. else if (date_Range_type == "hour")
  1768. {
  1769. decimal leave_halfHour = Convert.ToDecimal(duration) / Convert.ToDecimal(0.5);
  1770. typeDeduction = ConvertToDecimal(personalkLeave_dailywage_halfhour * leave_halfHour);
  1771. //duration = 11M;
  1772. if (duration >= 3 && duration < 7.5M) //单天请假三小时
  1773. {
  1774. mealDeduction = 10; //餐补扣款
  1775. }
  1776. else if (duration >= 7.5M) //多天计算
  1777. {
  1778. decimal leave_halfHour1 = Convert.ToDecimal(duration) / Convert.ToDecimal(0.5);
  1779. decimal leaveDays = duration / 7.5M;
  1780. if (leaveDays % 1 == 0)
  1781. {
  1782. typeDeduction = ConvertToDecimal(personalkLeave_dailywage_day * leaveDays);
  1783. mealDeduction = 10 * leaveDays; //餐补扣款
  1784. }
  1785. else
  1786. {
  1787. typeDeduction = personalkLeave_dailywage_day * Convert.ToInt32(leaveDays);
  1788. decimal sy_shijiaunit = leave_halfHour1 - Convert.ToDecimal (15.00M * Convert.ToInt32(leaveDays));
  1789. if (sy_shijiaunit > 0)
  1790. {
  1791. typeDeduction += ConvertToDecimal(personalkLeave_dailywage_halfhour * sy_shijiaunit);
  1792. }
  1793. mealDeduction = 10 * Convert.ToInt32(leaveDays);
  1794. //得到最后一天的请假时间 是否有餐补
  1795. int lastHours = (Convert.ToDateTime(endTime) - Convert.ToDateTime("09:00")).Hours;
  1796. if (lastHours >= 3)
  1797. {
  1798. mealDeduction += 10; //餐补扣款
  1799. }
  1800. }
  1801. }
  1802. }
  1803. break;
  1804. case 3: //3病假
  1805. // 病假日薪 *计算方式:日平均工资 = 成都市最低工资标准的80% /当月应出勤天数。 短期病假=当月15天内
  1806. decimal chengDuMinimumWage_Day = _chengDuMinimumWage / work_days;
  1807. decimal chengDuMinimumWage_halrHour = chengDuMinimumWage_Day / 7.50M;
  1808. decimal sickLeave_dailywage_halfhour_deduction1 = (personalkLeave_dailywage_day / 7.50M) - chengDuMinimumWage_halrHour; //病假单位 0.5小时 扣款金额
  1809. if (date_Range_type == "halfday")
  1810. {
  1811. mealDeduction = 10.00M * Math.Ceiling(duration); //餐补扣款
  1812. decimal pl_dailywage_day = personalkLeave_dailywage_day - chengDuMinimumWage_Day;
  1813. if (duration % 1 == 0) //整天
  1814. {
  1815. typeDeduction = ConvertToDecimal(pl_dailywage_day * duration);
  1816. }
  1817. else //多含 半天 另外处理
  1818. {
  1819. decimal bj_wholeDay = Math.Floor(duration); //整天
  1820. decimal bj_halfDay = duration % 1; //半天
  1821. decimal bj_wholeDayWage = pl_dailywage_day * bj_wholeDay;
  1822. decimal bj_halfDayWage = 0.00M;
  1823. if (bj_halfDay > 0)
  1824. {
  1825. LeaveDetails bjDetails = leaveDetails.Where(it => it.StartDt == startTime && it.EndDt == endTime).FirstOrDefault();
  1826. decimal bjPrice = 0.00M;
  1827. if (bjDetails != null)
  1828. {
  1829. Slice_info bj_slice_Info = bjDetails.SliceInfo;
  1830. decimal bjLongTime = bj_slice_Info.duration / 3600.00M;
  1831. if (bjLongTime == 3.00M)
  1832. {
  1833. bj_halfDayWage = (pl_dailywage_day / 7.50M) * 3.00M;
  1834. }
  1835. else if (bjLongTime == 4.50M)
  1836. {
  1837. bj_halfDayWage = (pl_dailywage_day / 7.50M) * 4.50M;
  1838. }
  1839. }
  1840. }
  1841. typeDeduction = ConvertToDecimal(bj_wholeDayWage + bj_halfDayWage);
  1842. }
  1843. }
  1844. else if (date_Range_type == "hour")
  1845. {
  1846. decimal sickLeave_halfHour = duration / 0.5M;
  1847. typeDeduction = ConvertToDecimal(sickLeave_dailywage_halfhour_deduction1 * sickLeave_halfHour);
  1848. if (duration >= 3 && duration < 7.5M) //单天请假三小时 && 请假时间在上午 则没有餐补
  1849. {
  1850. mealDeduction = 10; //餐补扣款
  1851. }
  1852. else if (duration >= 7.5M) //多天计算
  1853. {
  1854. decimal sickLeave_halfHour1 = duration / 0.5M;
  1855. decimal leaveDays = Convert.ToDecimal(duration / 7.5M);
  1856. typeDeduction = ConvertToDecimal(sickLeave_dailywage_halfhour_deduction1 * sickLeave_halfHour1);
  1857. if (leaveDays % 1 == 0)
  1858. {
  1859. mealDeduction = 10 * leaveDays; //餐补扣款
  1860. }
  1861. else
  1862. {
  1863. mealDeduction = 10 * Convert.ToInt32(leaveDays);
  1864. typeDeduction = ConvertToDecimal(sickLeave_dailywage_halfhour_deduction1 * Convert.ToInt32(leaveDays));
  1865. decimal sy_bingjiaunit = sickLeave_halfHour1 - Convert.ToDecimal(15.00M * Convert.ToInt32(leaveDays));
  1866. if (sy_bingjiaunit > 0)
  1867. {
  1868. typeDeduction += ConvertToDecimal(sickLeave_dailywage_halfhour_deduction1 * sy_bingjiaunit);
  1869. }
  1870. //得到最后一天的请假时间 是否有餐补
  1871. int lastHours = (Convert.ToDateTime(endTime) - Convert.ToDateTime("09:00")).Hours;
  1872. if (lastHours >= 3)
  1873. {
  1874. mealDeduction += 10; //餐补扣款
  1875. }
  1876. }
  1877. }
  1878. }
  1879. break;
  1880. case 4: //4调休假
  1881. CalculateTypeFeeSub(leaveDetails,date_Range_type, startTime, endTime, duration, out mealDeduction);
  1882. break;
  1883. case 5: //5婚假
  1884. CalculateTypeFeeSub(leaveDetails,date_Range_type, startTime, endTime, duration, out mealDeduction);
  1885. break;
  1886. case 6: //6产假
  1887. CalculateTypeFeeSub(leaveDetails,date_Range_type, startTime, endTime, duration, out mealDeduction);
  1888. break;
  1889. case 7: //7陪产假
  1890. CalculateTypeFeeSub(leaveDetails,date_Range_type, startTime, endTime, duration, out mealDeduction);
  1891. break;
  1892. case 8: //8其他
  1893. CalculateTypeFeeSub(leaveDetails,date_Range_type, startTime, endTime, duration, out mealDeduction);
  1894. break;
  1895. case 9: //9丧假
  1896. CalculateTypeFeeSub(leaveDetails,date_Range_type, startTime, endTime, duration, out mealDeduction);
  1897. break;
  1898. }
  1899. }
  1900. /// <summary>
  1901. /// 计算类型费用
  1902. /// </summary>
  1903. /// <param name="date_Range_type">
  1904. /// halfday 全天
  1905. /// hour 小时
  1906. /// </param>
  1907. /// <param name="startTime"></param>
  1908. /// <param name="endTime"></param>
  1909. /// <param name="duration"></param>
  1910. /// <param name="mealDeduction"></param>
  1911. public static void CalculateTypeFeeSub(List<LeaveDetails> leaveDetails,string date_Range_type, DateTime startTime1, DateTime endTime1,
  1912. decimal duration, out decimal mealDeduction)
  1913. {
  1914. mealDeduction = 0;
  1915. string am_starttime = "09:00";
  1916. string am_endtime = "11:59";
  1917. string startTime = startTime1.ToString("HH:mm:ss");
  1918. string endTime = endTime1.ToString("HH:mm:ss");
  1919. if (date_Range_type == "halfday")
  1920. {
  1921. mealDeduction = Math.Ceiling(duration) * 10; //餐补扣款
  1922. }
  1923. else if (date_Range_type == "hour")
  1924. {
  1925. List<LeaveDetails> leaveDetails1 = new List<LeaveDetails>();
  1926. leaveDetails1 = leaveDetails.Where(it => it.StartDt.ToString("yyyy-MM-dd").Equals(startTime1.ToString("yyyy-MM-dd")))
  1927. .OrderBy(it => it.StartDt).ToList();
  1928. if (leaveDetails1.Count > 1)
  1929. {
  1930. decimal timelenTatoal = leaveDetails1.Sum(it => it.New_Duration);
  1931. if (timelenTatoal >= 3.00M)
  1932. {
  1933. if (leaveDetails1[0].StartDt == startTime1)
  1934. {
  1935. mealDeduction = 10; //餐补扣款
  1936. }
  1937. }
  1938. }
  1939. else
  1940. {
  1941. if (duration >= 3 && duration < 7) //单天请假三小时 && 请假时间在上午 则没有餐补
  1942. {
  1943. mealDeduction = 10; //餐补扣款
  1944. }
  1945. else if (duration >= 7 && duration <= 7.50M)
  1946. {
  1947. mealDeduction = 10; //餐补扣款
  1948. }
  1949. else if (duration >= 7.50M) //多天计算
  1950. {
  1951. decimal leaveDays = Convert.ToDecimal(duration / 7.50M);
  1952. if (leaveDays % 1 == 0)
  1953. {
  1954. mealDeduction = 10 * leaveDays; //餐补扣款
  1955. }
  1956. else
  1957. {
  1958. mealDeduction = 10 * Convert.ToInt32(leaveDays);
  1959. //得到最后一天的请假时间 是否有餐补
  1960. int lastHours = (Convert.ToDateTime(endTime) - Convert.ToDateTime("09:00")).Hours;
  1961. if (lastHours >= 3)
  1962. {
  1963. mealDeduction += 10; //餐补扣款
  1964. ////处理结束时间
  1965. //if (endTime.CompareTo(am_starttime) > 0 && endTime.CompareTo(am_endtime) < 0)
  1966. //{
  1967. // mealDeduction += 10; //餐补扣款
  1968. //}
  1969. }
  1970. }
  1971. }
  1972. }
  1973. }
  1974. }
  1975. /// <summary>
  1976. /// 获取打卡补卡类型
  1977. /// </summary>
  1978. /// <param name="template_id"></param>
  1979. /// <returns></returns>
  1980. public static async Task<List<VacationLeaveTypeView>> GetVacationReissueCardTypes(string template_id)
  1981. {
  1982. List<VacationLeaveTypeView> vacationLeaveTypes = new List<VacationLeaveTypeView>();
  1983. TemplateDetailView templateDetailView = new TemplateDetailView();
  1984. templateDetailView = await _qiYeWeChatApiService.GetTemplateDetailAsync(template_id);
  1985. if (templateDetailView.errcode != 0)
  1986. {
  1987. return vacationLeaveTypes;
  1988. }
  1989. List<VacationItemInfo> VacationItemInfos = templateDetailView.vacation_list.item;
  1990. foreach (var item in VacationItemInfos)
  1991. {
  1992. ValueItem valueInfo = item.name.Where(it => it.lang == "zh_CN").FirstOrDefault();
  1993. if (valueInfo != null)
  1994. {
  1995. vacationLeaveTypes.Add(
  1996. new VacationLeaveTypeView()
  1997. {
  1998. id = item.id,
  1999. name = valueInfo.text
  2000. });
  2001. }
  2002. }
  2003. return vacationLeaveTypes;
  2004. }
  2005. /// <summary>
  2006. /// 打卡数据
  2007. /// 假勤数据 统计
  2008. /// </summary>
  2009. /// <param name="datas">数据源</param>
  2010. /// <param name="type">
  2011. /// 1-请假;2-补卡;3-出差;4-外出;100-外勤;
  2012. /// </param>
  2013. /// <param name="subTypeName">
  2014. /// 年假 事假 病假 调休假 婚嫁 产假 陪产假 丧假 补卡次数 出差 外出数 外勤 其他
  2015. /// </param>
  2016. /// <returns></returns>
  2017. private static int Fallibilitydispose(List<Sp_Item> datas, int type, string? subTypeName)
  2018. {
  2019. int num = 0;
  2020. Sp_Item _Info = datas.Where(it => it.type == type && it.name == subTypeName).FirstOrDefault();
  2021. if (_Info != null) { num = _Info.count; }
  2022. return num;
  2023. }
  2024. /// <summary>
  2025. /// 打卡数据
  2026. /// 异常数据 统计
  2027. /// </summary>
  2028. /// <returns></returns>
  2029. private static int ExceptionStatistics(List<Exception_Info> datas, int type)
  2030. {
  2031. int num = 0;
  2032. Exception_Info _Info = datas.Where(it => it.exception == type).FirstOrDefault();
  2033. if (_Info != null) { num = _Info.count; }
  2034. return num;
  2035. }
  2036. /// <summary>
  2037. /// 获取时间段内除周末 节假日外的 工作日
  2038. /// </summary>
  2039. /// <param name="startDt"></param>
  2040. /// <param name="endDt"></param>
  2041. /// <returns></returns>
  2042. public static async Task<int> GetWorkDays(string yearMonth)
  2043. {
  2044. int workdays = 0;
  2045. string sql = string.Format(@"Select * From Pm_WageIssueWorkingDay
  2046. Where Isdel = 0 And YearMonth = '{0}' ", yearMonth);
  2047. var data = await _usersRep._sqlSugar.SqlQueryable<WageYearMonthView>(sql).FirstAsync();
  2048. if (data != null)
  2049. {
  2050. workdays = data.Workdays;
  2051. }
  2052. return workdays;
  2053. }
  2054. /// <summary>
  2055. /// 获取一个类指定的属性值
  2056. /// </summary>
  2057. /// <param name="info">object对象</param>
  2058. /// <param name="field">属性名称</param>
  2059. /// <returns></returns>
  2060. public static object GetPropertyValue(object info, string field)
  2061. {
  2062. if (info == null) return null;
  2063. System.Type t = info.GetType();
  2064. IEnumerable<System.Reflection.PropertyInfo> property = from pi in t.GetProperties() where pi.Name.ToLower() == field.ToLower() select pi;
  2065. return property.First().GetValue(info, null);
  2066. }
  2067. }
  2068. }