From f11cca02b82c21781a7adc24761aea7754bc5eb8 Mon Sep 17 00:00:00 2001 From: lys <971387674@qq.com> Date: Mon, 14 Apr 2025 16:53:39 +0800 Subject: [PATCH] =?UTF-8?q?custom/=E9=A2=86=E6=82=A6=E4=B8=9A=E5=8A=A1?= =?UTF-8?q?=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/salaryEditCalc/baseInfo.js | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/pc4mobx/hrmSalary/pages/calculate/doCalc/components/salaryEditCalc/baseInfo.js b/pc4mobx/hrmSalary/pages/calculate/doCalc/components/salaryEditCalc/baseInfo.js index 1e6eaac0..f637b39a 100644 --- a/pc4mobx/hrmSalary/pages/calculate/doCalc/components/salaryEditCalc/baseInfo.js +++ b/pc4mobx/hrmSalary/pages/calculate/doCalc/components/salaryEditCalc/baseInfo.js @@ -38,7 +38,24 @@ class EditSalaryBaseInfo extends Component { browserType = { ...browserType, type: 4, title: getLabel(111, "选择部门") }; break; case "jobtitleBrowser": - browserType = { ...browserType, type: 24, title: getLabel(111, "选择岗位") }; + browserType = { + completeParams: { + type: 161, + fielddbtype: "browser.gw" + }, + conditionDataParams: { + type: "browser.gw" + }, + dataParams: { + type: "browser.gw" + }, + destDataParams: { + type: "browser.gw" + }, + isMultCheckbox: true, + isSingle: true + }; + browserType = { ...browserType, type: 161, title: getLabel(111, "选择岗位") }; break; case "jobcallBrowser": browserType = { ...browserType, type: 260, title: getLabel(111, "选择职称") };