custom-中航富士达
This commit is contained in:
parent
b68664affe
commit
a9ea77b9a8
|
|
@ -206,6 +206,15 @@ export const conditions = [
|
||||||
lanId: 111,
|
lanId: 111,
|
||||||
labelcol: 8,
|
labelcol: 8,
|
||||||
viewAttr: 2
|
viewAttr: 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
conditionType: "SWITCH",
|
||||||
|
domkey: ["ACCT_FILE_ADD_UP_SITUATION"],
|
||||||
|
fieldcol: 10,
|
||||||
|
label: "是否核算归档时生成往期累计",
|
||||||
|
lanId: 111,
|
||||||
|
labelcol: 8,
|
||||||
|
viewAttr: 2
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
title: "薪资核算",
|
title: "薪资核算",
|
||||||
|
|
|
||||||
|
|
@ -164,6 +164,7 @@ class RuleConfig extends Component {
|
||||||
case "TAX_DECLARATION_DATE_TYPE":
|
case "TAX_DECLARATION_DATE_TYPE":
|
||||||
case "SHOT_EMP_BTN":
|
case "SHOT_EMP_BTN":
|
||||||
case "SALARY_ACCT_SYNC_TYPE":
|
case "SALARY_ACCT_SYNC_TYPE":
|
||||||
|
case "ACCT_FILE_ADD_UP_SITUATION":
|
||||||
if (!this.handleDebounce) {
|
if (!this.handleDebounce) {
|
||||||
this.handleDebounce = _.debounce(() => {
|
this.handleDebounce = _.debounce(() => {
|
||||||
const confTitle = {
|
const confTitle = {
|
||||||
|
|
@ -184,7 +185,8 @@ class RuleConfig extends Component {
|
||||||
ATTENDANCE_SERIAL_COLLECTION_BTN: getLabel(111, "考勤引用是否采集班次数据"),
|
ATTENDANCE_SERIAL_COLLECTION_BTN: getLabel(111, "考勤引用是否采集班次数据"),
|
||||||
TAX_DECLARATION_DATE_TYPE: getLabel(111, "申报日期类型"),
|
TAX_DECLARATION_DATE_TYPE: getLabel(111, "申报日期类型"),
|
||||||
SHOT_EMP_BTN: getLabel(111, "启用组织快照"),
|
SHOT_EMP_BTN: getLabel(111, "启用组织快照"),
|
||||||
SALARY_ACCT_SYNC_TYPE: getLabel(111, "是否采用线程池")
|
SALARY_ACCT_SYNC_TYPE: getLabel(111, "是否采用线程池"),
|
||||||
|
ACCT_FILE_ADD_UP_SITUATION: getLabel(111, "是否核算归档时生成往期累计")
|
||||||
};
|
};
|
||||||
this.unifiedSettings(key, confTitle[key]);
|
this.unifiedSettings(key, confTitle[key]);
|
||||||
this.handleDebounce = null;
|
this.handleDebounce = null;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue