diff --git a/pc4mobx/hrmSalary/pages/reportView/components/povitpivotChartModal.js b/pc4mobx/hrmSalary/pages/reportView/components/povitpivotChartModal.js
index a5d2f7c0..c29f118a 100644
--- a/pc4mobx/hrmSalary/pages/reportView/components/povitpivotChartModal.js
+++ b/pc4mobx/hrmSalary/pages/reportView/components/povitpivotChartModal.js
@@ -75,8 +75,13 @@ class PovitpivotChartModal extends Component {
postMessageToChild = (payload) => {
const childFrameObj = document.getElementById("commonTable");
const { dataSource, showSum = false, pageInfo, columns } = payload;
+ const i18n = {
+ "总计": getLabel(523, "总计"), "共": getLabel(18609, "共"),
+ "条": getLabel(18256, "条"), "第": getLabel(15323, "第"),
+ "次": getLabel(18929, "次"),
+ };
childFrameObj && childFrameObj.contentWindow.postMessage(JSON.stringify({
- dataSource, columns, showSum, pageInfo
+ dataSource, columns, showSum, pageInfo, i18n
}), "*");
};
getDataPerspective = (payload) => {
diff --git a/pc4mobx/hrmSalary/pages/ruleConfig/index.js b/pc4mobx/hrmSalary/pages/ruleConfig/index.js
index ce5f8923..fe54d1df 100644
--- a/pc4mobx/hrmSalary/pages/ruleConfig/index.js
+++ b/pc4mobx/hrmSalary/pages/ruleConfig/index.js
@@ -302,7 +302,7 @@ export default class Index extends Component {
break;
case "salaryAcctFixedColumns":
this.saveSysOperate({
- title: getLabel(111, "薪资核算固定列头数"),
+ title: getLabel(545791, "薪资核算固定列头数"),
module: "basic", confKey: key,
confValue: !_.isNil(val) ? val.toString() : "0"
});
@@ -405,8 +405,8 @@ export default class Index extends Component {
/>
-
-
+
+
this.setState({
saveParams: { ...saveParams, salaryAcctFixedColumns: v }
diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/addCompensationPersonnelDialog.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/addCompensationPersonnelDialog.js
index 34b7edb4..a3952564 100644
--- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/addCompensationPersonnelDialog.js
+++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/addCompensationPersonnelDialog.js
@@ -39,7 +39,7 @@ class AddCompensationPersonnelDialog extends Component {
items: _.map(o.items, g => ({
...g, label: getLabel(g.lanId, g.label)
})),
- title: getLabel(111, "补差人员")
+ title: getLabel(545790, "补差人员")
};
})
}, () => addCPForm.initFormFields(this.state.conditions));
@@ -69,7 +69,7 @@ class AddCompensationPersonnelDialog extends Component {
]
});
} else {
- message.error(getLabel(111, "数据不存在!"));
+ message.error(getLabel(542148, "数据不存在!"));
this.setState({
paymentList: [
{ title: getLabel(538967, "社保"), titleSign: "social", payment: [] },
@@ -186,7 +186,7 @@ class AddCompensationPersonnelDialog extends Component {
const { conditions, paymentList, loading } = this.state;
const { standingBookStore: { addCPForm } } = this.props;
return (
- {getLabel(826, "确定")}]}
diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/regEditDetial.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/regEditDetial.js
index 4834ce49..9faf804a 100644
--- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/regEditDetial.js
+++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/regEditDetial.js
@@ -14,8 +14,6 @@ import { toDecimal_n } from "../../../../util";
const getLabel = WeaLocaleProvider.getLabel;
-const getLabel = WeaLocaleProvider.getLabel;
-
class RegEditDetial extends Component {
constructor(props) {
super(props);
diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/components/welfareEditArchiveSlide/index.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/components/welfareEditArchiveSlide/index.js
index ca113cfb..d2473e9b 100644
--- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/components/welfareEditArchiveSlide/index.js
+++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/components/welfareEditArchiveSlide/index.js
@@ -144,7 +144,7 @@ class Index extends Component {
fundPayload = this.covertPayload("ACCUMULATION_FUND", "fund", getConditionDomkeys(this.props.fundBase.items)),
otherPayload = this.covertPayload("OTHER", "other", getConditionDomkeys(this.props.otherBase.items));
if (!(socailPayload.validate && fundPayload.validate && otherPayload.validate)) {
- message.warning(getLabel(111, "请维护起始缴纳月!"));
+ message.warning(getLabel(545938, "请维护起始缴纳月!"));
return;
}
this.setState({ loading: true });
diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/config.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/config.js
index 46b5ab58..d559c588 100644
--- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/config.js
+++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/config.js
@@ -610,8 +610,8 @@ export const welfareConditions = [
conditionType: "SELECT",
domkey: ["otherSchemeId"],
fieldcol: 14,
- label: "其它福利名称",
- lanId: 111,
+ label: "其他福利方案名称",
+ lanId: 542271,
labelcol: 10,
value: "",
options: [],
@@ -623,7 +623,7 @@ export const welfareConditions = [
domkey: ["otherUnderTake"],
fieldcol: 14,
label: "其它福利个人实际承担方",
- lanId: 111,
+ lanId: 543872,
labelcol: 10,
value: "",
options: [],