1
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user