|  | @@ -1037,7 +1037,7 @@ class StageIm {
 | 
	
		
			
				|  |  |      _sortImData() {
 | 
	
		
			
				|  |  |          const st = (['fj', 'sz'].indexOf(this.tender.info.s_type) >= 0 && [imType.zl.value, imType.bw.value].indexOf(stage.im_type) >= 0)
 | 
	
		
			
				|  |  |              ? SortType.TZ
 | 
	
		
			
				|  |  | -            : (stage.im_type !== imType.tz.value && stage.im_type !== imType.bb.value ? SortType.GCL : SortType.TZ);
 | 
	
		
			
				|  |  | +            : (this.stage.im_type !== imType.tz.value && this.stage.im_type !== imType.bb.value ? SortType.GCL : SortType.TZ);
 | 
	
		
			
				|  |  |          if (st === SortType.GCL) {
 | 
	
		
			
				|  |  |              const helper = this.ctx.helper;
 | 
	
		
			
				|  |  |              this.ImData.sort(function(x, y) {
 |