| | |
| | | dsEndDate.Date(), |
| | | QuintiqUser::CurrentUser().DisplayName(), |
| | | msg, |
| | | InterfaceDataset.IsPushSAP_PIR() ); |
| | | InterfaceDataset.IsPushSAP_PIR(), |
| | | dhProducts.Data() ); |
| | | sucproduct := selectuniquevalues( loginfo, SAPResponseLoginfo, e, e.IsSuccess(), e.Msg_v1() ); |
| | | if( sucproduct.Size() = loginfo.SAPResponseLoginfo( relsize ) ){ |
| | | WebMessageBox::Success( ApplicationMacroPlanner, '推送成功' ); |
| | | }else{ |
| | | WebMessageBox::Warning( ApplicationMacroPlanner, msg, 'Yes|No' ); |
| | | // WebMessageBox::Warning( ApplicationMacroPlanner, msg, 'Yes|No' ); |
| | | WebMessageBox::Success( ApplicationMacroPlanner, Translations::A_VWED_Success() ); |
| | | } |
| | | } |
| | | Form.Close(); |