_Main/BL/Type_DispatchShiftSchedulingInformation/Function_CalcFac.qbl
@@ -6,9 +6,9 @@ [* // Akari Aug-21-2024 (created) value := ""; if( this.FactoryName() = "大连工厂" ){ if( this.FactoryName().LikeUserLocale( "大连" ) or this.FactoryName().LikeUserLocale( "DL" ) ){ value := "DL"; }else if( this.FactoryName() = "长春工厂"){ }else if( this.FactoryName().LikeUserLocale( "长春" ) or this.FactoryName().LikeUserLocale( "CC" )){ value := "CC"; }