This commit is contained in:
2025-06-17 10:25:36 +08:00
parent 549de5e50d
commit 6f5bf5da03
2 changed files with 9 additions and 1 deletions
@@ -349,6 +349,14 @@ namespace FineUIPro.Web.HSSE.CostGoods
else
{
string messaage = CostManageService.PushDataToHSE(this.CurrUser.LoginProjectId, costManage.ContractNum);
if (string.IsNullOrEmpty(messaage))
{
Alert.ShowInTop("推送成功!", MessageBoxIcon.Success);
}
else
{
Alert.ShowInTop(messaage, MessageBoxIcon.Warning);
}
}