|  | @@ -174,6 +174,7 @@ export const formSchema: FormSchema[] = [
 | 
	
		
			
				|  |  |      componentProps: {
 | 
	
		
			
				|  |  |        dictCode: 'ship_type',
 | 
	
		
			
				|  |  |        showSearch: true,
 | 
	
		
			
				|  |  | +      getPopupContainer: (node) => document.body,
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    {
 | 
	
	
		
			
				|  | @@ -183,6 +184,7 @@ export const formSchema: FormSchema[] = [
 | 
	
		
			
				|  |  |      componentProps: {
 | 
	
		
			
				|  |  |        dictCode: 'ship_factory',
 | 
	
		
			
				|  |  |        showSearch: true,
 | 
	
		
			
				|  |  | +      getPopupContainer: (node) => document.body,
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    {
 | 
	
	
		
			
				|  | @@ -192,6 +194,8 @@ export const formSchema: FormSchema[] = [
 | 
	
		
			
				|  |  |      componentProps: {
 | 
	
		
			
				|  |  |        showTime: false,
 | 
	
		
			
				|  |  |        valueFormat: 'YYYY-MM',
 | 
	
		
			
				|  |  | +      getPopupContainer: (node) => document.body,
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    {
 |