|  |  | @ -426,6 +426,7 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |                 v-on:closeManuDialog="closeManuDialog" |  |  |  |                 v-on:closeManuDialog="closeManuDialog" | 
			
		
	
		
		
			
				
					
					|  |  |  |                 :orderId="orderId" |  |  |  |                 :orderId="orderId" | 
			
		
	
		
		
			
				
					
					|  |  |  |                 :orderAction="billAction" |  |  |  |                 :orderAction="billAction" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 :curLocInv="curLocInv" | 
			
		
	
		
		
			
				
					
					|  |  |  |             ></selectErpOrder> |  |  |  |             ></selectErpOrder> | 
			
		
	
		
		
			
				
					
					|  |  |  |         </el-dialog> |  |  |  |         </el-dialog> | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  |  | @ -597,6 +598,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |             index: null, |  |  |  |             index: null, | 
			
		
	
		
		
			
				
					
					|  |  |  |             formName: null, |  |  |  |             formName: null, | 
			
		
	
		
		
			
				
					
					|  |  |  |             orderId: "", |  |  |  |             orderId: "", | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             curLocInv: null, | 
			
		
	
		
		
			
				
					
					|  |  |  |             formMap: { |  |  |  |             formMap: { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 add: "新增", |  |  |  |                 add: "新增", | 
			
		
	
		
		
			
				
					
					|  |  |  |                 edit: "编辑", |  |  |  |                 edit: "编辑", | 
			
		
	
	
		
		
			
				
					|  |  | @ -711,7 +713,6 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.getList(); |  |  |  |             this.getList(); | 
			
		
	
		
		
			
				
					
					|  |  |  |         }, |  |  |  |         }, | 
			
		
	
		
		
			
				
					
					|  |  |  |         handleSelectionChange(val) { |  |  |  |         handleSelectionChange(val) { | 
			
		
	
		
		
			
				
					
					|  |  |  |             console.log(val); |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.multipleSelection = val; |  |  |  |             this.multipleSelection = val; | 
			
		
	
		
		
			
				
					
					|  |  |  |         }, |  |  |  |         }, | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  |  | @ -777,7 +778,6 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.filterQuery.customerId = store.getters.customerId; |  |  |  |             this.filterQuery.customerId = store.getters.customerId; | 
			
		
	
		
		
			
				
					
					|  |  |  |             filterOrder(this.filterQuery) |  |  |  |             filterOrder(this.filterQuery) | 
			
		
	
		
		
			
				
					
					|  |  |  |                 .then((response) => { |  |  |  |                 .then((response) => { | 
			
		
	
		
		
			
				
					
					|  |  |  |                     console.log(response) |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                     this.loading = false; |  |  |  |                     this.loading = false; | 
			
		
	
		
		
			
				
					
					|  |  |  |                     this.list = response.data.list || []; |  |  |  |                     this.list = response.data.list || []; | 
			
		
	
		
		
			
				
					
					|  |  |  |                     this.total = response.data.total || 0; |  |  |  |                     this.total = response.data.total || 0; | 
			
		
	
	
		
		
			
				
					|  |  | @ -885,7 +885,6 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |         refresgOrderDetail() { |  |  |  |         refresgOrderDetail() { | 
			
		
	
		
		
			
				
					
					|  |  |  |             orderDetail(this.detailQuery) |  |  |  |             orderDetail(this.detailQuery) | 
			
		
	
		
		
			
				
					
					|  |  |  |                 .then((response) => { |  |  |  |                 .then((response) => { | 
			
		
	
		
		
			
				
					
					|  |  |  |                     console.log(response) |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                     this.loading = false; |  |  |  |                     this.loading = false; | 
			
		
	
		
		
			
				
					
					|  |  |  |                     this.detailList = response.data || []; |  |  |  |                     this.detailList = response.data || []; | 
			
		
	
		
		
			
				
					
					|  |  |  |                 }) |  |  |  |                 }) | 
			
		
	
	
		
		
			
				
					|  |  | @ -928,7 +927,6 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.successOrderExportPDFSettingVisible = true; |  |  |  |             this.successOrderExportPDFSettingVisible = true; | 
			
		
	
		
		
			
				
					
					|  |  |  |         }, |  |  |  |         }, | 
			
		
	
		
		
			
				
					
					|  |  |  |         successOrderExportPDF(row) { |  |  |  |         successOrderExportPDF(row) { | 
			
		
	
		
		
			
				
					
					|  |  |  |             console.log(row) |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             let tQuery = { |  |  |  |             let tQuery = { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 orderId: row.id, |  |  |  |                 orderId: row.id, | 
			
		
	
		
		
			
				
					
					|  |  |  |                 customerId: store.getters.customerId |  |  |  |                 customerId: store.getters.customerId | 
			
		
	
	
		
		
			
				
					|  |  | @ -1187,7 +1185,6 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |         }, |  |  |  |         }, | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |         uploadOrderDialog(value) { |  |  |  |         uploadOrderDialog(value) { | 
			
		
	
		
		
			
				
					
					|  |  |  |             console.log(value.id + "---" + value.orderid); |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.uploadQuery = { |  |  |  |             this.uploadQuery = { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 orderId: value.id, |  |  |  |                 orderId: value.id, | 
			
		
	
		
		
			
				
					
					|  |  |  |             }; |  |  |  |             }; | 
			
		
	
	
		
		
			
				
					|  |  | @ -1238,6 +1235,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |         importOrder(row) { |  |  |  |         importOrder(row) { | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.orderId = row.id; |  |  |  |             this.orderId = row.id; | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.billAction = row.action; |  |  |  |             this.billAction = row.action; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             this.curLocInv = row.locStorageCode; | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.addDialogVisible = true; |  |  |  |             this.addDialogVisible = true; | 
			
		
	
		
		
			
				
					
					|  |  |  |         }, |  |  |  |         }, | 
			
		
	
		
		
			
				
					
					|  |  |  |         invChange() { |  |  |  |         invChange() { | 
			
		
	
	
		
		
			
				
					|  |  | 
 |