薪酬产品-往期累计情况(工资、薪金)添加个人公积金编辑项以及其他模块bug修复

This commit is contained in:
黎永顺 2023-04-04 17:13:58 +08:00
parent 473ce9e204
commit 9cacf05b6d
3 changed files with 14 additions and 2 deletions

View File

@ -109,7 +109,10 @@ export default class SelectFieldModal extends React.Component {
// 添加按钮点击回调
handleAddClick = async () => {
const { status } = await this.cacheImportField();
//薪资核算详情页面的导入表单字段缓存功能
if (window.location.hash.indexOf("calculateDetail") !== -1) {
const { status } = await this.cacheImportField();
}
this.props.onAdd(this.fieldData);
this.props.onCancel();
};

View File

@ -154,7 +154,7 @@ class DataTables extends Component {
dataSource={dataSource}
pagination={pagination}
loading={loading.query}
xWidth={getColumns.length * 120}
xWidth={getColumns.length * 150}
/>;
}
}

View File

@ -103,6 +103,15 @@ export const dataCollectCondition = [
labelcol: 8,
value: "",
viewAttr: 2
},
{
conditionType: "INPUT",
domkey: ["privatePension"],
fieldcol: 14,
label: "个人养老金",
labelcol: 8,
value: "",
viewAttr: 2
}
],
title: "数据采集",