lihongji
2024-07-19 08315e92511e1ac6ee8a76387db4ffbb3aa81837
_Main/UI/MacroPlannerWebApp/Component_StandardHoursReport/Response_pOperaction_cbComprehensiveHours_OnUserChanged.def
@@ -12,9 +12,9 @@
    [*
      cbStandardHours.Checked( not this.Checked() );
      if( this.Checked() ){
        FormComprehensiveStandardHoursReport.Title( "综合工时制报表" );
        PackagingPlanLotSizeDialog.Title( "综合工时制报表" );
      }else{
        FormComprehensiveStandardHoursReport.Title( "标准工时制报表" );
        PackagingPlanLotSizeDialog.Title( "标准工时制报表" );
      }
    *]
  }