| 
					
				 | 
			
			
				@@ -60,6 +60,8 @@ class Api extends EnterpriseController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             'type' => $ep['type'], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             'newAgencyType' => $ep['agencyType'], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             'newEnterpriseTag' => $ep['enterpriseTag'], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            'newOrganizationTag' => $ep['organizationTag'], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            'newInstitutionTag' => $ep['institutionTag'], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             'newEnterpriseType' => $ep['enterpriseType'], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             'newIndustryFieldNew' => $ep['industryFieldNew'], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             'newIndustryFieldOld' => $ep['industryFieldOld'], 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -130,6 +132,9 @@ class Api extends EnterpriseController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             case 1: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 return view("", ['ecr' => $ecr]); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 break; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            case 3: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                return view("", ['ecr' => $ecr]); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                break; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             default: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 break; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -149,6 +154,8 @@ class Api extends EnterpriseController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             'type' => intval($this->request['type']), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             'agencyType' => intval($this->request['newAgencyType']), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             'enterpriseTag' => \StrUtil::getRequestDecodeParam($this->request, 'newEnterpriseTag'), //单位标签 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            'organizationTag' => \StrUtil::getRequestDecodeParam($this->request, 'newOrganizationTag'), //机构标签 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            'institutionTag' => \StrUtil::getRequestDecodeParam($this->request, 'newInstitutionTag'), //事业单位标签 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             'enterpriseType' => \StrUtil::getRequestDecodeParam($this->request, 'newEnterpriseType'), //单位类型 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             'agentEmail' => \StrUtil::getRequestDecodeParam($this->request, 'newAgentEmail'), //邮箱 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             'ephone' => \StrUtil::getRequestDecodeParam($this->request, 'newEphone'), //单位电话 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -208,6 +215,8 @@ class Api extends EnterpriseController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     'oldAgentEmail' => $ep['agentEmail'], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     'oldAgentPhone' => $ep['agentPhone'], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     'oldEnterpriseTag' => $ep['enterpriseTag'], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    'oldOrganizationTag' => $ep['organizationTag'], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    'oldInstitutionTag' => $ep['institutionTag'], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     'oldEnterpriseType' => $ep['enterpriseType'], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     'oldBankCard' => $ep['bankCard'], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     'oldBank' => $ep['bank'], 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -230,6 +239,8 @@ class Api extends EnterpriseController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     'newAgentEmail' => $data['agentEmail'], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     'newAgentPhone' => $data['agentPhone'], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     'newEnterpriseTag' => $data['enterpriseTag'], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    'newOrganizationTag' => $data['organizationTag'], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    'newInstitutionTag' => $data['institutionTag'], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     'newEnterpriseType' => $data['enterpriseType'], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     'newBankCard' => $data['bankCard'], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     'newBank' => $data['bank'], 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -347,6 +358,8 @@ class Api extends EnterpriseController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 $record->oldAgentEmail = $ep['agentEmail']; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 $record->oldAgentPhone = $ep['agentPhone']; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 $record->oldEnterpriseTag = $ep['enterpriseTag']; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                $record->oldOrganizationTag = $ep['organizationTag']; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                $record->oldInstitutionTag = $ep['institutionTag']; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 $record->oldEnterpriseType = $ep['enterpriseType']; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 $record->oldBankCard = $ep['bankCard']; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 $record->oldBank = $ep['bank']; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -371,6 +384,8 @@ class Api extends EnterpriseController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     $record->newAgentEmail = $data['agentEmail']; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     $record->newAgentPhone = $data['agentPhone']; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     $record->newEnterpriseTag = $data['enterpriseTag']; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    $record->newOrganizationTag = $data['organizationTag']; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    $record->newInstitutionTag = $data['institutionTag']; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     $record->newEnterpriseType = $data['enterpriseType']; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     $record->newBankCard = $data['bankCard']; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     $record->newBank = $data['bank']; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -696,6 +711,9 @@ class Api extends EnterpriseController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             case 1: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 return view("", ['ecr' => $ecr]); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 break; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            case 3: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                return view("", ['ecr' => $ecr]); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                break; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             default: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 break; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -948,6 +966,15 @@ class Api extends EnterpriseController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 return view("", ['ecr' => $ecr]); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 break; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             case 1: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                $tagList = DictApi::selectByParentCode('institution_tag'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                $ecr['oldInstitutionTagName'] = $tagList[$ecr['oldInstitutionTag']]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                $ecr['newInstitutionTagName'] = $tagList[$ecr['newInstitutionTag']]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                return view("", ['ecr' => $ecr]); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                break; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            case 3: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                $tagList = DictApi::selectByParentCode('organization_tag'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                $ecr['oldOrganizationTagName'] = $tagList[$ecr['oldOrganizationTag']]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                $ecr['newOrganizationTagName'] = $tagList[$ecr['newOrganizationTag']]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 return view("", ['ecr' => $ecr]); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 break; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             default: 
			 |