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