|  | @@ -26,6 +26,7 @@
 | 
	
		
			
				|  |  |  <script>
 | 
	
		
			
				|  |  |  import { getToken } from "@/util/auth";
 | 
	
		
			
				|  |  |  import { getList } from "@/api/statisticAnalysis/salesReconciliation";
 | 
	
		
			
				|  |  | +import { getStore } from '@/util/store'
 | 
	
		
			
				|  |  |  import { micrometerFormat } from "@/util/validate";
 | 
	
		
			
				|  |  |  import _ from "lodash";
 | 
	
		
			
				|  |  |  import { Row } from "element-ui";
 | 
	
	
		
			
				|  | @@ -195,6 +196,13 @@ export default {
 | 
	
		
			
				|  |  |          });
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      editOpen(row) {
 | 
	
		
			
				|  |  | +      let tagList = []
 | 
	
		
			
				|  |  | +      tagList = getStore({
 | 
	
		
			
				|  |  | +        name: 'tagList'
 | 
	
		
			
				|  |  | +      })
 | 
	
		
			
				|  |  | +      if (tagList.find(e => e.label == '销售对账详情')) {
 | 
	
		
			
				|  |  | +        return this.$message.error('请关闭销售对账详情标签')
 | 
	
		
			
				|  |  | +      }
 | 
	
		
			
				|  |  |        this.$router.push({
 | 
	
		
			
				|  |  |          path: "/statisticAnalysis/salesReconciliationDetails/index",
 | 
	
		
			
				|  |  |          query: {
 |