| 
					
				 | 
			
			
				@@ -61,16 +61,16 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			doInquiryForm(type){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				this.$isLogin().then( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					res => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-						console.log(res) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						if(res){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-							if(type==1||type==2||type==6||type==5||type==7||type==8||type==9||type==10){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+							if(type==3){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 								uni.navigateTo({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-								 	url: "/pages_order/inquiryForm2_1?inquiryType=2&orderType=2&inquirySubType="+type+"&companyId="+this.companyId+"&companyUserId="+this.companyUserId+"&isShare="+this.isShare, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+								 	url: "/pages_order/inquiryForm2_2?inquiryType=2&orderType=2&inquirySubType="+type+"&companyId="+this.companyId+"&companyUserId="+this.companyUserId+"&isShare="+this.isShare, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 								}) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-							} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-							else if(type==3){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+							} else if(type==4) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+								 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+							}else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 								uni.navigateTo({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-								 	url: "/pages_order/inquiryForm2_2?inquiryType=2&orderType=2&inquirySubType="+type+"&companyId="+this.companyId+"&companyUserId="+this.companyUserId+"&isShare="+this.isShare, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+								 	url: "/pages_order/inquiryForm2_1?inquiryType=2&orderType=2&inquirySubType="+type+"&companyId="+this.companyId+"&companyUserId="+this.companyUserId+"&isShare="+this.isShare, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 								}) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 							} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						} 
			 |