custom/领悦业务线

This commit is contained in:
lys 2025-04-14 16:53:39 +08:00
parent 1011b981d1
commit f11cca02b8
1 changed files with 18 additions and 1 deletions

View File

@ -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, "选择职称") };