From 0e279b0e48efd77b5d1e9a72c225cb01f0a4b3f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Wed, 18 Oct 2023 11:12:47 +0800 Subject: [PATCH] =?UTF-8?q?custom-=E6=98=82=E7=AB=8B/=E8=96=AA=E8=B5=84?= =?UTF-8?q?=E8=B4=A6=E5=A5=97=E9=85=8D=E7=BD=AE=E6=B5=81=E7=A8=8B=E5=AE=A1?= =?UTF-8?q?=E6=89=B9=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/hrmSalary/pages/calculate/calculate.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pc4mobx/hrmSalary/pages/calculate/calculate.js b/pc4mobx/hrmSalary/pages/calculate/calculate.js index ae98e007..4db09b86 100644 --- a/pc4mobx/hrmSalary/pages/calculate/calculate.js +++ b/pc4mobx/hrmSalary/pages/calculate/calculate.js @@ -165,6 +165,10 @@ class Calculate extends Component { } }); break; + case "6": + // 发起薪酬审批- 昂立 + window.open(`${window.ecologyContentPath || ""}${record.workflowUrl}&salaryAcctRecordId=${id}`, "_blank"); + break; default: break; }