| 
					
				 | 
			
			
				@@ -1,7 +1,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <!-- 任务单列表 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   <div class="order"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <template v-if="!addOrUpdateVisible && !detailVisible && !arrivedVisible && !confirmVisible && !noticeChangeAttachVisible && !amountMaskSettingVisible"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <template v-if="!attachVisible && !addOrUpdateVisible && !detailVisible && !arrivedVisible && !confirmVisible && !noticeChangeAttachVisible && !amountMaskSettingVisible"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <el-form :inline="true" :model="dataForm" @keyup.enter.native="queryData()"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <el-form-item label="客户名称"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <cus-component v-model="dataForm.customerId" :cus-id="dataForm.customerId"></cus-component> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -276,6 +276,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.confirmVisible = false 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.noticeChangeAttachVisible = false 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.amountMaskSettingVisible = false 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.attachVisible = false 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       // 查询 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       queryData () { 
			 |