|  |  | @ -102,6 +102,7 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |                 placeholder="请选择单据类型" |  |  |  |                 placeholder="请选择单据类型" | 
			
		
	
		
		
			
				
					
					|  |  |  |                 :disabled="corpOrderIdDisabled" |  |  |  |                 :disabled="corpOrderIdDisabled" | 
			
		
	
		
		
			
				
					
					|  |  |  |                 style="width: 90%" |  |  |  |                 style="width: 90%" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 filterable | 
			
		
	
		
		
			
				
					
					|  |  |  |                 @change="actionChange" |  |  |  |                 @change="actionChange" | 
			
		
	
		
		
			
				
					
					|  |  |  |               > |  |  |  |               > | 
			
		
	
		
		
			
				
					
					|  |  |  |                 <el-option |  |  |  |                 <el-option | 
			
		
	
	
		
		
			
				
					|  |  | @ -1070,6 +1071,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |     //添加条码后提交 |  |  |  |     //添加条码后提交 | 
			
		
	
		
		
			
				
					
					|  |  |  |     addCodeSubmit(tQuery) { |  |  |  |     addCodeSubmit(tQuery) { | 
			
		
	
		
		
			
				
					
					|  |  |  |       addOrderWeb(tQuery).then((response) => { |  |  |  |       addOrderWeb(tQuery).then((response) => { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         debugger | 
			
		
	
		
		
			
				
					
					|  |  |  |         if (response.code === 20000) { |  |  |  |         if (response.code === 20000) { | 
			
		
	
		
		
			
				
					
					|  |  |  |           this.orderFormData.billNo = response.data.orderId; |  |  |  |           this.orderFormData.billNo = response.data.orderId; | 
			
		
	
		
		
			
				
					
					|  |  |  |           if (response.data.errMsg != null) { |  |  |  |           if (response.data.errMsg != null) { | 
			
		
	
	
		
		
			
				
					|  |  | @ -1093,9 +1095,15 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.refreshCodesPanel(); |  |  |  |             this.refreshCodesPanel(); | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.$message.error(response.message); |  |  |  |             this.$message.error(response.message); | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.selectRlTitle = response.message; |  |  |  |             this.selectRlTitle = response.message; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             //判断是出库需要选择供应商的时候把供应商值传过去 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             if(tQuery.selectSupId!=null){ | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               this.codeFormData.selectSupId=tQuery.selectSupId | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             } | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.selectRlVisible = true; |  |  |  |             this.selectRlVisible = true; | 
			
		
	
		
		
			
				
					
					|  |  |  |           } else if (response.code == 503) { |  |  |  |           } else if (response.code == 503) { | 
			
		
	
		
		
			
				
					
					|  |  |  |             //该产品绑定多个供应商处理 |  |  |  |             //该产品绑定多个供应商处理 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             debugger | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.curRow = response.data; |  |  |  |             this.curRow = response.data; | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.orderFormData.billNo = this.curRow.orderId; |  |  |  |             this.orderFormData.billNo = this.curRow.orderId; | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.codeFormData.relId = this.curRow.relId; |  |  |  |             this.codeFormData.relId = this.curRow.relId; | 
			
		
	
	
		
		
			
				
					|  |  | 
 |