Selaa lähdekoodia

取消卫健津补贴总院审核

sugangqiang 11 kuukautta sitten
vanhempi
commit
0d23c134f2

+ 4 - 4
app/enterprise/controller/TalentAllowance.php

@@ -867,10 +867,10 @@ class TalentAllowance extends EnterpriseController {
         $data["checkState"] = AllowanceStateEnum::NEED_CHECK;
         $ep = \app\common\api\EnterpriseApi::getOne($this->user["uid"]);
         $afterState = 7; //待初审
-        if ($ep->isGeneral == 2 && \app\common\api\Nhc::hasGeneralHospital($ep->medicalCommunityId)) {
-            $data["checkState"] = AllowanceStateEnum::NEED_GENERAL_CHECK; //分院并且有总院
-            $afterState = 3; //待审核
-        }
+        /* if ($ep->isGeneral == 2 && \app\common\api\Nhc::hasGeneralHospital($ep->medicalCommunityId)) {
+          $data["checkState"] = AllowanceStateEnum::NEED_GENERAL_CHECK; //分院并且有总院
+          $afterState = 3; //待审核
+          } */
         $data["files"] = "";
         $data["projects"] = "";
         $data["concats"] = "";

+ 0 - 1
public/static/modular/talentAllowance/talentAllowanceInfo_info_supple.js

@@ -463,7 +463,6 @@ TalentAllowanceInfoDlg.createCheckHtml = function () {
                     '<option value=""></option>\n' +
                     '<option value="3">审核通过</option>\n' +
                     '<option value="2">审核驳回</option>\n' +
-                    (type == 5 ? '<option value="-2">驳回到分院</option>\n' : '') +
                     '<option value="-1">审核不通过</option>\n' +
                     '</select>\n' +
                     '</div>\n' +