| 
					
				 | 
			
			
				@@ -23,6 +23,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <AllocateType id="allocateEdit-allocateReturnTypeSn" style="width: 200px;" @change="changeAllocateType" v-model="basicInfoData.allocateReturnTypeSn"></AllocateType> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               </a-descriptions-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               <a-descriptions-item label="是否抓单">{{ (basicInfoData&&basicInfoData.grabFlagDictValue) || '--' }}</a-descriptions-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <a-descriptions-item label="业务状态">{{ (basicInfoData&&basicInfoData.stateDictValue) || '--' }}</a-descriptions-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               <a-descriptions-item label="备注"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 {{ (basicInfoData&&basicInfoData.remarks) }} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <a-icon type="form" title="编辑备注" @click="editRemark = true" style="color: dodgerblue;font-size: 14px;" /> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -525,9 +526,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.$refs.chooseTable.refresh() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     pageInit () { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      this.getDetail() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      this.resetSearchForm() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      this.chooseResetSearchForm() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      this.refashPage() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   mounted () { 
			 |