|
@@ -2768,7 +2768,8 @@ FROM
|
|
|
|
|
|
await GeneralMethod.MessageIssueAndNotification(MessageTypeEnum.GroupBusinessOperations, title, content, userIds, diId);
|
|
|
|
|
|
- await APNsTools.iOS_PushNotifications1("051", $"机票费用审核", "", content);
|
|
|
+ PageParam_PriceAuditH5 h5 = new PageParam_PriceAuditH5() { diid = diId.ToString(), uid = "21" };
|
|
|
+ await APNsTools.iOS_PushNotifications1("051", $"机票费用审核", "", content, true, "ExpenseAuditWebView", h5);
|
|
|
|
|
|
}
|
|
|
catch (Exception ex)
|
|
@@ -4267,7 +4268,8 @@ FROM
|
|
|
|
|
|
await GeneralMethod.MessageIssueAndNotification(MessageTypeEnum.GroupBusinessOperations, title, content, userIds, diId);
|
|
|
|
|
|
- await APNsTools.iOS_PushNotifications1("051", $"商邀费用审核", "", content);
|
|
|
+ PageParam_PriceAuditH5 h5 = new PageParam_PriceAuditH5() { diid = diId.ToString(), uid = "21" };
|
|
|
+ await APNsTools.iOS_PushNotifications1("051", $"商邀费用审核", "", content, true, "ExpenseAuditWebView", h5);
|
|
|
}
|
|
|
catch (Exception ex)
|
|
|
{
|
|
@@ -7291,9 +7293,9 @@ FROM
|
|
|
if (dto.Status == 1) content = $"[新增-签证费用录入({groupInfo?.TeamName ?? "-"})]一项费用:{(ccpInfo.PayMoney * ccpInfo.DayRate).ToString("#0.00")} CNY;";
|
|
|
else if (dto.Status == 2) content = $"[更新-签证费用录入({groupInfo?.TeamName ?? "-"})]一项费用:{(ccpInfo.PayMoney * ccpInfo.DayRate).ToString("#0.00")} CNY;";
|
|
|
|
|
|
- await GeneralMethod.MessageIssueAndNotification(MessageTypeEnum.GroupBusinessOperations, title, content, userIds, diId);
|
|
|
-
|
|
|
- await APNsTools.iOS_PushNotifications1("051", $"签证费用审核", "", content);
|
|
|
+ await GeneralMethod.MessageIssueAndNotification(MessageTypeEnum.GroupBusinessOperations, title, content, userIds, diId);
|
|
|
+ PageParam_PriceAuditH5 h5 = new PageParam_PriceAuditH5() { diid = diId.ToString(), uid = "21" };
|
|
|
+ await APNsTools.iOS_PushNotifications1("051", $"签证费用审核", "", content, true, "ExpenseAuditWebView", h5);
|
|
|
}
|
|
|
catch (Exception ex)
|
|
|
{
|
|
@@ -7666,7 +7668,9 @@ FROM
|
|
|
string content = $"[更新-OP费用录入填写详情({groupInfo?.TeamName ?? "-"})]一项费用:{(((ccpInfo.PayMoney * ccpInfo.DayRate) / 100) * ccpInfo.PayPercentage).ToString("#0.00")} CNY;";
|
|
|
|
|
|
await GeneralMethod.MessageIssueAndNotification(MessageTypeEnum.GroupBusinessOperations, title, content, userIds, diId);
|
|
|
- await APNsTools.iOS_PushNotifications1("051", "OP费用审核", "", content);
|
|
|
+ PageParam_PriceAuditH5 h5 = new PageParam_PriceAuditH5() { diid = diId.ToString(), uid = "21" };
|
|
|
+ await APNsTools.iOS_PushNotifications1("051", $"OP费用审核", "", content, true, "ExpenseAuditWebView", h5);
|
|
|
+
|
|
|
}
|
|
|
catch (Exception ex)
|
|
|
{
|
|
@@ -11208,7 +11212,8 @@ ORDER by gctggrc.id DESC
|
|
|
|
|
|
try
|
|
|
{
|
|
|
- var iosRes1 = await APNsTools.iOS_PushNotifications1("051", title, "", content);
|
|
|
+ PageParam_PriceAuditH5 h5 = new PageParam_PriceAuditH5() { diid = diId.ToString(), uid = "21" };
|
|
|
+ await APNsTools.iOS_PushNotifications1("051", title, "", content, true, "ExpenseAuditWebView", h5);
|
|
|
//Logs($"【iOS推送通知PostHotelReservationsAddOrEdit】Start");
|
|
|
//var iosRes = await APNsTools.iOS_PushNotifications("051", title, "", content);
|
|
|
//Logs($"【iOS推送通知PostHotelReservationsAddOrEdit】End Response:[{JsonConvert.SerializeObject(iosRes)}]");
|
|
@@ -13343,7 +13348,9 @@ ORDER by gctggrc.id DESC
|
|
|
else if (dto.Status == 2) content = $"[更新-保险费用录入({groupInfo?.TeamName ?? "-"})]一项费用:{(ccpInfo.PayMoney * ccpInfo.DayRate).ToString("#0.00")} CNY;";
|
|
|
|
|
|
await GeneralMethod.MessageIssueAndNotification(MessageTypeEnum.GroupBusinessOperations, title, content, userIds, diId);
|
|
|
- await APNsTools.iOS_PushNotifications1("051", $"保险费用审核", "", content);
|
|
|
+
|
|
|
+ PageParam_PriceAuditH5 h5 = new PageParam_PriceAuditH5() { diid = diId.ToString(), uid = "21" };
|
|
|
+ await APNsTools.iOS_PushNotifications1("051", "保险费用审核", "", content, true, "ExpenseAuditWebView", h5);
|
|
|
}
|
|
|
catch (Exception ex)
|
|
|
{
|