费用接口PU修改

This commit is contained in:
2025-06-18 10:38:46 +08:00
parent 6f5bf5da03
commit ded4928aa9
3 changed files with 99 additions and 48 deletions
@@ -348,7 +348,7 @@ namespace FineUIPro.Web.HSSE.CostGoods
}
else
{
string messaage = CostManageService.PushDataToHSE(this.CurrUser.LoginProjectId, costManage.ContractNum);
string messaage = CostManageService.PushDataToHSE(this.CurrUser.LoginProjectId, costManage.ContractNum,costManageId);
if (string.IsNullOrEmpty(messaage))
{
Alert.ShowInTop("推送成功!", MessageBoxIcon.Success);