|  |  | @ -517,7 +517,6 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |             }); |  |  |  |             }); | 
			
		
	
		
		
			
				
					
					|  |  |  |         }, |  |  |  |         }, | 
			
		
	
		
		
			
				
					
					|  |  |  |         storageChange(row) { |  |  |  |         storageChange(row) { | 
			
		
	
		
		
			
				
					
					|  |  |  |             console.log(row); |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.formData.corpId = row.code; |  |  |  |             this.formData.corpId = row.code; | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.formData.corpName = row.name; |  |  |  |             this.formData.corpName = row.name; | 
			
		
	
		
		
			
				
					
					|  |  |  |         }, |  |  |  |         }, | 
			
		
	
	
		
		
			
				
					|  |  | @ -526,7 +525,6 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |             filterAllByUser() |  |  |  |             filterAllByUser() | 
			
		
	
		
		
			
				
					
					|  |  |  |                 .then((response) => { |  |  |  |                 .then((response) => { | 
			
		
	
		
		
			
				
					
					|  |  |  |                     this.storageList = response.data || []; |  |  |  |                     this.storageList = response.data || []; | 
			
		
	
		
		
			
				
					
					|  |  |  |                     this.findSubInvs(); |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                 }) |  |  |  |                 }) | 
			
		
	
		
		
			
				
					
					|  |  |  |                 .catch(() => { |  |  |  |                 .catch(() => { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 }); |  |  |  |                 }); | 
			
		
	
	
		
		
			
				
					|  |  | @ -566,7 +564,6 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |             tQuery.editStatus = status; |  |  |  |             tQuery.editStatus = status; | 
			
		
	
		
		
			
				
					
					|  |  |  |             tQuery.subErpOrders = this.codeArray; |  |  |  |             tQuery.subErpOrders = this.codeArray; | 
			
		
	
		
		
			
				
					
					|  |  |  |             // tQuery.billType = this.formData.bi; |  |  |  |             // tQuery.billType = this.formData.bi; | 
			
		
	
		
		
			
				
					
					|  |  |  |             console.log(tQuery); |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             inserThrOrderWeb(tQuery) |  |  |  |             inserThrOrderWeb(tQuery) | 
			
		
	
		
		
			
				
					
					|  |  |  |                 .then(response => { |  |  |  |                 .then(response => { | 
			
		
	
		
		
			
				
					
					|  |  |  |                     this.loading = false; |  |  |  |                     this.loading = false; | 
			
		
	
	
		
		
			
				
					|  |  | @ -632,7 +629,6 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 rData.forEach((obj, index) => { |  |  |  |                 rData.forEach((obj, index) => { | 
			
		
	
		
		
			
				
					
					|  |  |  |                     this.codeArray.unshift(obj); |  |  |  |                     this.codeArray.unshift(obj); | 
			
		
	
		
		
			
				
					
					|  |  |  |                 }); |  |  |  |                 }); | 
			
		
	
		
		
			
				
					
					|  |  |  |                 console.log(this.codeArray); |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                 this.$refs.multipleTable.setCurrentRow(this.codeArray[0]); |  |  |  |                 this.$refs.multipleTable.setCurrentRow(this.codeArray[0]); | 
			
		
	
		
		
			
				
					
					|  |  |  |                 this.currentRow = this.codeArray[0]; |  |  |  |                 this.currentRow = this.codeArray[0]; | 
			
		
	
		
		
			
				
					
					|  |  |  |                 this.selectedIndex = 0; |  |  |  |                 this.selectedIndex = 0; | 
			
		
	
	
		
		
			
				
					|  |  | @ -856,7 +852,6 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.loading = true; |  |  |  |             this.loading = true; | 
			
		
	
		
		
			
				
					
					|  |  |  |             getThrOrderDetails(this.query) //查找该单号下的所有条码 |  |  |  |             getThrOrderDetails(this.query) //查找该单号下的所有条码 | 
			
		
	
		
		
			
				
					
					|  |  |  |                 .then((response) => { |  |  |  |                 .then((response) => { | 
			
		
	
		
		
			
				
					
					|  |  |  |                     console.log(response) |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                     this.codeArray = response.data.list || []; |  |  |  |                     this.codeArray = response.data.list || []; | 
			
		
	
		
		
			
				
					
					|  |  |  |                     this.total = response.data.total || 0; |  |  |  |                     this.total = response.data.total || 0; | 
			
		
	
		
		
			
				
					
					|  |  |  |                     this.loading = false; |  |  |  |                     this.loading = false; | 
			
		
	
	
		
		
			
				
					|  |  | @ -890,7 +885,6 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.formData.unitIdFk = event.erpId; |  |  |  |             this.formData.unitIdFk = event.erpId; | 
			
		
	
		
		
			
				
					
					|  |  |  |         }, |  |  |  |         }, | 
			
		
	
		
		
			
				
					
					|  |  |  |         findMethod(query) { |  |  |  |         findMethod(query) { | 
			
		
	
		
		
			
				
					
					|  |  |  |             console.log(query); |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.fromOptions = []; |  |  |  |             this.fromOptions = []; | 
			
		
	
		
		
			
				
					
					|  |  |  |             let cQuery = { |  |  |  |             let cQuery = { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 key: query, |  |  |  |                 key: query, | 
			
		
	
	
		
		
			
				
					|  |  | @ -933,7 +927,6 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |             } |  |  |  |             } | 
			
		
	
		
		
			
				
					
					|  |  |  |         }, |  |  |  |         }, | 
			
		
	
		
		
			
				
					
					|  |  |  |         actionChange(item) { |  |  |  |         actionChange(item) { | 
			
		
	
		
		
			
				
					
					|  |  |  |             console.log(item); |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.curAction = this.getActionItem(item); |  |  |  |             this.curAction = this.getActionItem(item); | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.locInChange(); |  |  |  |             this.locInChange(); | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.findMethod(); |  |  |  |             this.findMethod(); | 
			
		
	
	
		
		
			
				
					|  |  | @ -947,6 +940,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.$forceUpdate(); |  |  |  |             this.$forceUpdate(); | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.getBusType(item); |  |  |  |             this.getBusType(item); | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.findStorageMethod(); |  |  |  |             this.findStorageMethod(); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             this.findSubInvs(); | 
			
		
	
		
		
			
				
					
					|  |  |  |         }, |  |  |  |         }, | 
			
		
	
		
		
			
				
					
					|  |  |  |         findSubInvs() { |  |  |  |         findSubInvs() { | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.subInvList = []; |  |  |  |             this.subInvList = []; | 
			
		
	
	
		
		
			
				
					|  |  | 
 |