| | |
| | | .Add( "planningQty", aopdata.PlanningQty() ) |
| | | .Add( "sequence", aopdata.Sequence() ) |
| | | .Add( "factoryName", aopdata.FactoryName() ) |
| | | .Add( "Remark", aopdata.Note() ) |
| | | .Add( "remark", aopdata.Note() ) |
| | | .Add( "fac", aopdata.Fac() ) |
| | | .Add( "versionName", aopdata.VersionName() ) |
| | | .Add( "interfaceTime", aopdata.InterfaceTime().Format( 'Y-M2-D2 H:m:s' ) ).Build();/*"2024-10-01 12:00:00" )*/ |
| | |
| | | if( ccplannames.Size() > 0 ){ |
| | | showlabel := showlabel.Concat( ccshowname.Concat( ccplannames.Concatenate( "、" ) ) ).Concat( ";"); |
| | | } |
| | | showlabel := showlabel.Concat( '。' ); |
| | | showlabel := showlabel.Replace( showlabel.Length() - 1, 1, '。' ); |
| | | currentuser := QuintiqUser::CurrentUser().DisplayName(); |
| | | if( WebMessageBox::Question( this, showlabel, 'OK|Cancel' ) = 0 ){ |
| | | InterfaceDataset.PublishPlanReportData( MacroPlan,Archive, cbCustomDemand.Checked() |