diff --git a/pc4mobx/hrmSalary/pages/dataAcquisition/components/tableRecord.js b/pc4mobx/hrmSalary/pages/dataAcquisition/components/tableRecord.js
index 3ac8fe1c..3580edc1 100644
--- a/pc4mobx/hrmSalary/pages/dataAcquisition/components/tableRecord.js
+++ b/pc4mobx/hrmSalary/pages/dataAcquisition/components/tableRecord.js
@@ -161,7 +161,7 @@ class TableRecord extends Component {
},
{
com: DataCollectionSelect({
- label: getLabel(111, "个税扣缴义务人"),
+ label: getLabel(537996, "个税扣缴义务人"),
value: !_.isNil(recordPayload.taxAgentId) ? recordPayload.taxAgentId.toString() : "",
options: [{ key: "", showname: getLabel(111, "全部") }, ...taxAgentOption],
onChange: this.handleTablerecordScreen,
diff --git a/pc4mobx/hrmSalary/pages/dataAcquisition/cumDeduct/columns.js b/pc4mobx/hrmSalary/pages/dataAcquisition/cumDeduct/columns.js
index 15b773ce..e9f0d676 100644
--- a/pc4mobx/hrmSalary/pages/dataAcquisition/cumDeduct/columns.js
+++ b/pc4mobx/hrmSalary/pages/dataAcquisition/cumDeduct/columns.js
@@ -3,22 +3,22 @@ import { WeaLocaleProvider } from "ecCom";
const getLabel = WeaLocaleProvider.getLabel;
export const columns = [
{
- title: getLabel(111, "姓名"),
+ title: getLabel(25034, "姓名"),
dataIndex: "title",
key: "title"
},
{
- title: getLabel(111, "个税扣缴义务人"),
+ title: getLabel(537996, "个税扣缴义务人"),
dataIndex: "title",
key: "title"
},
{
- title: getLabel(111, "部门"),
+ title: getLabel(27511, "部门"),
dataIndex: "title",
key: "title"
},
{
- title: getLabel(111, "手机号"),
+ title: getLabel(125238, "手机号"),
dataIndex: "title",
key: "title"
},
@@ -33,7 +33,7 @@ export const columns = [
key: "title"
},
{
- title: getLabel(111, "入职日期"),
+ title: getLabel(1516, "入职日期"),
dataIndex: "title",
key: "title"
},
@@ -63,7 +63,7 @@ export const columns = [
key: "title"
},
{
- title: getLabel(111, "操作"),
+ title: getLabel(30585, "操作"),
dataIndex: "title",
key: "title"
}
@@ -72,22 +72,22 @@ export const columns = [
export const modalColumns = [
{
- title: getLabel(111, "姓名"),
+ title: getLabel(25034, "姓名"),
dataIndex: "username",
key: "username"
},
{
- title: getLabel(111, "个税扣缴义务人"),
+ title: getLabel(537996, "个税扣缴义务人"),
dataIndex: "taxAgentName",
key: "taxAgentName"
},
{
- title: getLabel(111, "部门"),
+ title: getLabel(27511, "部门"),
dataIndex: "departmentName",
key: "departmentName"
},
{
- title: getLabel(111, "手机号"),
+ title: getLabel(125238, "手机号"),
dataIndex: "mobile",
key: "mobile"
},
@@ -102,7 +102,7 @@ export const modalColumns = [
key: "idNo"
},
{
- title: getLabel(111, "入职日期"),
+ title: getLabel(1516, "入职日期"),
dataIndex: "hiredate",
key: "hiredate"
},
@@ -144,22 +144,22 @@ export const modalColumns = [
];
export const specialModalColumns = [
{
- title: getLabel(111, "姓名"),
+ title: getLabel(25034, "姓名"),
dataIndex: "username",
key: "username"
},
{
- title: getLabel(111, "个税扣缴义务人"),
+ title: getLabel(537996, "个税扣缴义务人"),
dataIndex: "taxAgentName",
key: "taxAgentName"
},
{
- title: getLabel(111, "部门"),
+ title: getLabel(27511, "部门"),
dataIndex: "departmentName",
key: "departmentName"
},
{
- title: getLabel(111, "手机号"),
+ title: getLabel(125238, "手机号"),
dataIndex: "mobile",
key: "mobile"
},
@@ -174,7 +174,7 @@ export const specialModalColumns = [
key: "idNo"
},
{
- title: getLabel(111, "入职日期"),
+ title: getLabel(1516, "入职日期"),
dataIndex: "hiredate",
key: "hiredate"
},
@@ -216,22 +216,22 @@ export const specialModalColumns = [
];
export const otherModalColumns = [
{
- title: getLabel(111, "姓名"),
+ title: getLabel(25034, "姓名"),
dataIndex: "username",
key: "username"
},
{
- title: getLabel(111, "个税扣缴义务人"),
+ title: getLabel(537996, "个税扣缴义务人"),
dataIndex: "taxAgentName",
key: "taxAgentName"
},
{
- title: getLabel(111, "部门"),
+ title: getLabel(27511, "部门"),
dataIndex: "departmentName",
key: "departmentName"
},
{
- title: getLabel(111, "手机号"),
+ title: getLabel(125238, "手机号"),
dataIndex: "mobile",
key: "mobile"
},
@@ -246,7 +246,7 @@ export const otherModalColumns = [
key: "idNo"
},
{
- title: getLabel(111, "入职日期"),
+ title: getLabel(1516, "入职日期"),
dataIndex: "hiredate",
key: "hiredate"
},
@@ -273,22 +273,22 @@ export const otherModalColumns = [
];
export const situationModalColumns = [
{
- title: getLabel(111, "姓名"),
+ title: getLabel(25034, "姓名"),
dataIndex: "username",
key: "username"
},
{
- title: getLabel(111, "个税扣缴义务人"),
+ title: getLabel(537996, "个税扣缴义务人"),
dataIndex: "taxAgentName",
key: "taxAgentName"
},
{
- title: getLabel(111, "部门"),
+ title: getLabel(27511, "部门"),
dataIndex: "departmentName",
key: "departmentName"
},
{
- title: getLabel(111, "手机号"),
+ title: getLabel(125238, "手机号"),
dataIndex: "mobile",
key: "mobile"
},
@@ -303,7 +303,7 @@ export const situationModalColumns = [
key: "idNo"
},
{
- title: getLabel(111, "入职日期"),
+ title: getLabel(1516, "入职日期"),
dataIndex: "hiredate",
key: "hiredate"
},
diff --git a/pc4mobx/hrmSalary/pages/dataAcquisition/cumDeduct/components/importFormCom.js b/pc4mobx/hrmSalary/pages/dataAcquisition/cumDeduct/components/importFormCom.js
index 6b8707a9..bd784de8 100644
--- a/pc4mobx/hrmSalary/pages/dataAcquisition/cumDeduct/components/importFormCom.js
+++ b/pc4mobx/hrmSalary/pages/dataAcquisition/cumDeduct/components/importFormCom.js
@@ -30,7 +30,7 @@ class ImportFormCom extends Component {
},
{
com: DataCollectionSelect({
- label: getLabel(111, "个税扣缴义务人"),
+ label: getLabel(537996, "个税扣缴义务人"),
value: taxAgentId || "",
onChange: this.screenChange,
options: [{ key: "", showname: getLabel(111, "全部") }, ...taxAgentOption],
diff --git a/pc4mobx/hrmSalary/pages/dataAcquisition/cumDeduct/index.js b/pc4mobx/hrmSalary/pages/dataAcquisition/cumDeduct/index.js
index 0d905108..63791de5 100644
--- a/pc4mobx/hrmSalary/pages/dataAcquisition/cumDeduct/index.js
+++ b/pc4mobx/hrmSalary/pages/dataAcquisition/cumDeduct/index.js
@@ -87,10 +87,10 @@ class Index extends Component {
autoAddAll({ yearMonth: declareMonth }).then(({ status, data, errormsg }) => {
this.setState({ addAllLoading: false });
if (status) {
- message.success(data || getLabel(111, "操作成功"));
+ message.success(data || getLabel(30700, "操作成功"));
this.tableRef.getTableDate();
} else {
- message.error(errormsg || getLabel(111, "操作失败"));
+ message.error(errormsg || getLabel(30651, "操作失败"));
}
}).catch(() => this.setState({ addAllLoading: false }));
};
@@ -119,7 +119,7 @@ class Index extends Component {
const { declareMonth, taxAgentId } = this.state;
const payload = { declareMonth, taxAgentId };
Modal.confirm({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: `${getLabel(111, "确定清空税款所属期为")}${declareMonth}${getLabel(111, "的所有累计专项附加扣除数据吗")}?${getLabel(111, "若数据已参与核算")},${getLabel(111, "已参与核算的数据不会受影响")},${getLabel(111, "点击核算将会按当前列表最新数据重新核算")}。`,
onOk: () => {
deleteAllAddUpDeduction(payload).then(({ status, errormsg }) => {
@@ -149,7 +149,7 @@ class Index extends Component {
}
const payload = { declareMonth, ids: !id ? ids : [id] };
Modal.confirm({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: !id ? getLabel(111, "确定删除所选数据吗?若数据已参与核算,已参与核算的数据不会受影响,点击核算将会按当前列表最新数据重新核算。") :
`${getLabel(111, "确定删除")}${departmentName}${username}(${getLabel(111, "税款所属期")}:${declareMonth})${getLabel(111, "的累计专项附加扣除数据吗")}?${getLabel(111, "若数据已参与核算")},${getLabel(111, "已参与核算的数据不会受影响")},${getLabel(111, "点击核算将会按当前列表最新数据重新核算")}。`,
onOk: () => {
@@ -273,8 +273,8 @@ class Index extends Component {
const bool = _.every(_.pick(baseInfo, ["declareMonth", "taxAgentId", "employeeId"]), v => !!v);
if (!bool) {
Modal.warning({
- title: getLabel(111, "信息确认"),
- content: getLabel(111, "必要信息不完整,红色*为必填项!")
+ title: getLabel(131329, "信息确认"),
+ content: getLabel(384146, "必要信息不完整,红色*为必填项!")
});
return;
}
@@ -330,7 +330,7 @@ class Index extends Component {
handleTableOperate = ({ key }, record) => {
const { id } = record;
key === "handleAddData" ? getAddUpDeduction({ id }).then(({ status, data }) => {
- if (status) this[key](getLabel(111, "编辑"), data);
+ if (status) this[key](getLabel(501169, "编辑"), data);
}) : this[key](record);
};
handleCloseSlide = () => {
@@ -367,7 +367,7 @@ class Index extends Component {
},
{
com: DataCollectionSelect({
- label: getLabel(111, "个税扣缴义务人"),
+ label: getLabel(537996, "个税扣缴义务人"),
value: taxAgentId,
onChange: this.screenChange,
options: [{ key: "", showname: getLabel(111, "全部") }, ...taxAgentOption],
@@ -395,7 +395,7 @@ class Index extends Component {
getTopBtns = () => {
const { addAllLoading } = this.state;
return [
-
,
+
,
,
,
{getLabel(111, "批量删除")}
{getLabel(111, "一键清空")}
- {getLabel(111, "导出选中")}
- {getLabel(111, "导出全部")}
+ {getLabel(512938, "导出选中")}
+ {getLabel(81272, "导出全部")}
}
>
@@ -424,10 +424,10 @@ class Index extends Component {
- {getLabel(111, "导出选中")}
+ {getLabel(512938, "导出选中")}
}
type="primary">
- {getLabel(111, "导出全部")}
+ {getLabel(81272, "导出全部")}
];
};
diff --git a/pc4mobx/hrmSalary/pages/dataAcquisition/cumSituation/columns.js b/pc4mobx/hrmSalary/pages/dataAcquisition/cumSituation/columns.js
index 93016106..5a9b8bf4 100644
--- a/pc4mobx/hrmSalary/pages/dataAcquisition/cumSituation/columns.js
+++ b/pc4mobx/hrmSalary/pages/dataAcquisition/cumSituation/columns.js
@@ -3,22 +3,22 @@ import { WeaLocaleProvider } from "ecCom";
const getLabel = WeaLocaleProvider.getLabel;
export const columns = [
{
- title: getLabel(111, "姓名"),
+ title: getLabel(25034, "姓名"),
dataIndex: "title",
key: "title"
},
{
- title: getLabel(111, "个税扣缴义务人"),
+ title: getLabel(537996, "个税扣缴义务人"),
dataIndex: "title",
key: "title"
},
{
- title: getLabel(111, "部门"),
+ title: getLabel(27511, "部门"),
dataIndex: "title",
key: "title"
},
{
- title: getLabel(111, "手机号"),
+ title: getLabel(125238, "手机号"),
dataIndex: "title",
key: "title"
},
@@ -33,7 +33,7 @@ export const columns = [
key: "title"
},
{
- title: getLabel(111, "入职日期"),
+ title: getLabel(1516, "入职日期"),
dataIndex: "title",
key: "title"
},
@@ -63,7 +63,7 @@ export const columns = [
key: "title"
},
{
- title: getLabel(111, "操作"),
+ title: getLabel(30585, "操作"),
dataIndex: "title",
key: "title"
}
@@ -232,50 +232,50 @@ export const dataCollectCondition = [
export const taxOptions = [
{
key: "01",
- showname: getLabel(111, "一月")
+ showname: getLabel(1492, "一月")
},
{
key: "02",
- showname: getLabel(111, "二月")
+ showname: getLabel(1493, "二月")
},
{
key: "03",
- showname: getLabel(111, "三月")
+ showname: getLabel(1494, "三月")
},
{
key: "04",
- showname: getLabel(111, "四月")
+ showname: getLabel(1495, "四月")
},
{
key: "05",
- showname: getLabel(111, "五月")
+ showname: getLabel(1496, "五月")
},
{
key: "06",
- showname: getLabel(111, "六月")
+ showname: getLabel(1497, "六月")
},
{
key: "07",
- showname: getLabel(111, "七月")
+ showname: getLabel(1498, "七月")
},
{
key: "08",
- showname: getLabel(111, "八月")
+ showname: getLabel(1499, "八月")
},
{
key: "09",
- showname: getLabel(111, "九月")
+ showname: getLabel(1800, "九月")
},
{
key: "10",
- showname: getLabel(111, "十月")
+ showname: getLabel(1801, "十月")
},
{
key: "11",
- showname: getLabel(111, "十一月")
+ showname: getLabel(1802, "十一月")
},
{
key: "12",
- showname: getLabel(111, "十二月")
+ showname: getLabel(1803, "十二月")
}
];
diff --git a/pc4mobx/hrmSalary/pages/dataAcquisition/cumSituation/index.js b/pc4mobx/hrmSalary/pages/dataAcquisition/cumSituation/index.js
index 6b39c5bc..34240bf3 100644
--- a/pc4mobx/hrmSalary/pages/dataAcquisition/cumSituation/index.js
+++ b/pc4mobx/hrmSalary/pages/dataAcquisition/cumSituation/index.js
@@ -173,7 +173,7 @@ class Index extends Component {
handleTableOperate = ({ key }, record) => {
const { id } = record;
key === "handleAddData" ? getAddUpSituation({ id }).then(({ status, data }) => {
- if (status) this[key](getLabel(111, "编辑"), data);
+ if (status) this[key](getLabel(501169, "编辑"), data);
}) : this.deleteSelectAddUpSituation(record);
};
/*
@@ -225,7 +225,7 @@ class Index extends Component {
taxYearMonth: year + "-" + declareMonth
};
Modal.confirm({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: `${getLabel(111, "确定清空税款所属期为")}${year}-${declareMonth}${getLabel(111, "的所有往期累计情况的数据吗")}?${declareMonth}${getLabel(111, "若数据已参与核算")},${getLabel(111, "已参与核算的数据不会受影响")},${getLabel(111, "点击核算将会按当前列表最新数据重新核算")}。`,
onOk: () => {
deleteAllAddUpSituation(payload).then(({ status, errormsg }) => {
@@ -258,7 +258,7 @@ class Index extends Component {
ids: !id ? ids : [id]
};
Modal.confirm({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: !id ? getLabel(111, "确定删除所选数据吗?若数据已参与核算,已参与核算的数据不会受影响,点击核算将会按当前列表最新数据重新核算。") :
`${getLabel(111, "确定删除")}${departmentName}${username}(${getLabel(111, "税款所属期")}:${declareMonth})${getLabel(111, "的往期累计情况数据吗")}?${getLabel(111, "若数据已参与核算")},${getLabel(111, "已参与核算的数据不会受影响")},${getLabel(111, "点击核算将会按当前列表最新数据重新核算")}。`,
onOk: () => {
@@ -315,15 +315,15 @@ class Index extends Component {
getTopBtns = () => {
const { addAllLoading } = this.state;
return [
- ,
+ ,
,
{getLabel(111, "批量删除")}
{getLabel(111, "一键清空")}
- {getLabel(111, "导出选中")}
- {getLabel(111, "导出全部")}
+ {getLabel(512938, "导出选中")}
+ {getLabel(81272, "导出全部")}
}
>
@@ -367,7 +367,7 @@ class Index extends Component {
},
{
com: DataCollectionSelect({
- label: getLabel(111, "个税扣缴义务人"),
+ label: getLabel(537996, "个税扣缴义务人"),
value: taxAgentId,
onChange: this.screenChange,
options: [{ key: "", showname: getLabel(111, "全部") }, ...taxAgentOption],
@@ -408,8 +408,8 @@ class Index extends Component {
const bool = _.every(_.pick(baseInfo, ["declareMonth", "taxAgentId", "employeeId"]), v => !!v);
if (!bool) {
Modal.warning({
- title: getLabel(111, "信息确认"),
- content: getLabel(111, "必要信息不完整,红色*为必填项!")
+ title: getLabel(131329, "信息确认"),
+ content: getLabel(384146, "必要信息不完整,红色*为必填项!")
});
return;
}
@@ -475,10 +475,10 @@ class Index extends Component {
- {getLabel(111, "导出选中")}
+ {getLabel(512938, "导出选中")}
}
type="primary">
- {getLabel(111, "导出全部")}
+ {getLabel(81272, "导出全部")}
];
};
diff --git a/pc4mobx/hrmSalary/pages/dataAcquisition/dataTables.js b/pc4mobx/hrmSalary/pages/dataAcquisition/dataTables.js
index dd1dddec..d79fbac9 100644
--- a/pc4mobx/hrmSalary/pages/dataAcquisition/dataTables.js
+++ b/pc4mobx/hrmSalary/pages/dataAcquisition/dataTables.js
@@ -116,7 +116,7 @@ class DataTables extends Component {
overlayClassName="moreIconWrapper"
placement="bottomRight"
content={} title="">
@@ -131,7 +131,7 @@ class DataTables extends Component {
showOperateBtn &&
onTableOperate({ key: "handleAddData" }, record)}>{getLabel(111, "编辑")}
+ onClick={() => onTableOperate({ key: "handleAddData" }, record)}>{getLabel(501169, "编辑")}
onTableOperate({ key: "deleteSelectAddUpDeduction" }, record)}>{getLabel(111, "删除")}
diff --git a/pc4mobx/hrmSalary/pages/dataAcquisition/otherDeduct/columns.js b/pc4mobx/hrmSalary/pages/dataAcquisition/otherDeduct/columns.js
index cd207dd4..71460209 100644
--- a/pc4mobx/hrmSalary/pages/dataAcquisition/otherDeduct/columns.js
+++ b/pc4mobx/hrmSalary/pages/dataAcquisition/otherDeduct/columns.js
@@ -3,22 +3,22 @@ import { WeaLocaleProvider } from "ecCom";
const getLabel = WeaLocaleProvider.getLabel;
export const columns = [
{
- title: getLabel(111, "姓名"),
+ title: getLabel(25034, "姓名"),
dataIndex: "title",
key: "title"
},
{
- title: getLabel(111, "个税扣缴义务人"),
+ title: getLabel(537996, "个税扣缴义务人"),
dataIndex: "title",
key: "title"
},
{
- title: getLabel(111, "部门"),
+ title: getLabel(27511, "部门"),
dataIndex: "title",
key: "title"
},
{
- title: getLabel(111, "手机号"),
+ title: getLabel(125238, "手机号"),
dataIndex: "title",
key: "title"
},
@@ -33,7 +33,7 @@ export const columns = [
key: "title"
},
{
- title: getLabel(111, "入职日期"),
+ title: getLabel(1516, "入职日期"),
dataIndex: "title",
key: "title"
},
@@ -63,7 +63,7 @@ export const columns = [
key: "title"
},
{
- title: getLabel(111, "操作"),
+ title: getLabel(30585, "操作"),
dataIndex: "title",
key: "title"
}
diff --git a/pc4mobx/hrmSalary/pages/dataAcquisition/otherDeduct/index.js b/pc4mobx/hrmSalary/pages/dataAcquisition/otherDeduct/index.js
index 79107804..afa6bfb5 100644
--- a/pc4mobx/hrmSalary/pages/dataAcquisition/otherDeduct/index.js
+++ b/pc4mobx/hrmSalary/pages/dataAcquisition/otherDeduct/index.js
@@ -102,10 +102,10 @@ class Index extends Component {
extendToLastMonth(payload).then(({ status, data, errormsg }) => {
this.setState({ lastLoading: false });
if (status) {
- message.success(data || getLabel(111, "操作成功"));
+ message.success(data || getLabel(30700, "操作成功"));
this.tableRef.getTableDate();
} else {
- message.error(errormsg || getLabel(111, "操作失败"));
+ message.error(errormsg || getLabel(30651, "操作失败"));
}
}).catch(() => this.setState({ lastLoading: false }));
};
@@ -188,7 +188,7 @@ class Index extends Component {
handleTableOperate = ({ key }, record) => {
const { id } = record;
key === "handleAddData" ? getData({ id }).then(({ status, data }) => {
- if (status) this[key](getLabel(111, "编辑"), data);
+ if (status) this[key](getLabel(501169, "编辑"), data);
}) : this.deleteSelectData(record);
};
/*
@@ -201,7 +201,7 @@ class Index extends Component {
const { declareMonth, taxAgentId } = this.state;
const payload = { declareMonth, taxAgentId };
Modal.confirm({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: `${getLabel(111, "确定清空税款所属期为")}${declareMonth}${getLabel(111, "的所有其他免税扣除数据吗")}?${getLabel(111, "若数据已参与核算")},${getLabel(111, "已参与核算的数据不会受影响")},${getLabel(111, "点击核算将会按当前列表最新数据重新核算")}。`,
onOk: () => {
deleteAllData(payload).then(({ status, errormsg }) => {
@@ -231,7 +231,7 @@ class Index extends Component {
}
const payload = { declareMonth, ids: !id ? ids : [id] };
Modal.confirm({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: !id ? getLabel(111, "确定删除所选数据吗?若数据已参与核算,已参与核算的数据不会受影响,点击核算将会按当前列表最新数据重新核算。") :
`${getLabel(111, "确定删除")}${departmentName}${username}(${getLabel(111, "税款所属期")}:${declareMonth})${getLabel(111, "的其他免税扣除数据吗")}?${getLabel(111, "若数据已参与核算")},${getLabel(111, "已参与核算的数据不会受影响")},${getLabel(111, "点击核算将会按当前列表最新数据重新核算")}。`,
onOk: () => {
@@ -324,7 +324,7 @@ class Index extends Component {
getTopBtns = () => {
const { lastLoading } = this.state;
return [
- ,
+ ,
,
,
{getLabel(111, "批量删除")}
{getLabel(111, "一键清空")}
- {getLabel(111, "导出选中")}
- {getLabel(111, "导出全部")}
+ {getLabel(512938, "导出选中")}
+ {getLabel(81272, "导出全部")}
}
>
@@ -363,7 +363,7 @@ class Index extends Component {
},
{
com: DataCollectionSelect({
- label: getLabel(111, "个税扣缴义务人"),
+ label: getLabel(537996, "个税扣缴义务人"),
value: taxAgentId,
onChange: this.screenChange,
options: [{ key: "", showname: getLabel(111, "全部") }, ...taxAgentOption],
@@ -398,8 +398,8 @@ class Index extends Component {
const bool = _.every(_.pick(baseInfo, ["declareMonth", "taxAgentId", "employeeId"]), v => !!v);
if (!bool) {
Modal.warning({
- title: getLabel(111, "信息确认"),
- content: getLabel(111, "必要信息不完整,红色*为必填项!")
+ title: getLabel(131329, "信息确认"),
+ content: getLabel(384146, "必要信息不完整,红色*为必填项!")
});
return;
}
@@ -468,10 +468,10 @@ class Index extends Component {
- {getLabel(111, "导出选中")}
+ {getLabel(512938, "导出选中")}
}
type="primary">
- {getLabel(111, "导出全部")}
+ {getLabel(81272, "导出全部")}
];
};
diff --git a/pc4mobx/hrmSalary/pages/dataAcquisition/specialAddDeduction/components/condition.js b/pc4mobx/hrmSalary/pages/dataAcquisition/specialAddDeduction/components/condition.js
index f6b97208..868fd354 100644
--- a/pc4mobx/hrmSalary/pages/dataAcquisition/specialAddDeduction/components/condition.js
+++ b/pc4mobx/hrmSalary/pages/dataAcquisition/specialAddDeduction/components/condition.js
@@ -80,7 +80,7 @@ export const searchCondition = [
conditionType: "INPUT",
domkey: ["username"],
fieldcol: 16,
- label: getLabel(111, "姓名"),
+ label: getLabel(25034, "姓名"),
labelcol: 8,
value: "",
viewAttr: 2
@@ -110,7 +110,7 @@ export const searchCondition = [
showOrder: 0
}
],
- title: getLabel(111, "部门"),
+ title: getLabel(27511, "部门"),
type: "4",
viewAttr: 2,
pageSize: 10,
@@ -120,7 +120,7 @@ export const searchCondition = [
iconBgcolor: "#217346"
},
fieldcol: 16,
- label: getLabel(111, "部门"),
+ label: getLabel(27511, "部门"),
labelcol: 8,
value: "",
viewAttr: 2
diff --git a/pc4mobx/hrmSalary/pages/dataAcquisition/specialAddDeduction/index.js b/pc4mobx/hrmSalary/pages/dataAcquisition/specialAddDeduction/index.js
index 1e137f62..bce982c2 100644
--- a/pc4mobx/hrmSalary/pages/dataAcquisition/specialAddDeduction/index.js
+++ b/pc4mobx/hrmSalary/pages/dataAcquisition/specialAddDeduction/index.js
@@ -158,7 +158,7 @@ class Index extends Component {
const { taxAgentId } = this.state;
const payload = { taxAgentId };
Modal.confirm({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: getLabel(111, "确定清空所有专项附加扣除数据吗?若数据已参与核算,已参与核算的数据不会受影响,点击核算将会按当前列表最新数据重新核算。"),
onOk: () => {
specialAddDeductionDeleteAllData(payload).then(({ status, errormsg }) => {
@@ -187,7 +187,7 @@ class Index extends Component {
}
const payload = { ids: !id ? ids : [id] };
Modal.confirm({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: !id ? getLabel(111, "确定删除所选数据吗?若数据已参与核算,已参与核算的数据不会受影响,点击核算将会按当前列表最新数据重新核算。") :
`${getLabel(111, "确定删除")}${departmentName}${username}${getLabel(111, "的累计专项附加扣除数据吗")}?${getLabel(111, "若数据已参与核算")},${getLabel(111, "已参与核算的数据不会受影响")},${getLabel(111, "点击核算将会按当前列表最新数据重新核算")}。`,
onOk: () => {
@@ -247,7 +247,7 @@ class Index extends Component {
const items = [
{
com: DataCollectionSelect({
- label: getLabel(111, "个税扣缴义务人"),
+ label: getLabel(537996, "个税扣缴义务人"),
value: taxAgentId,
onChange: this.screenChange,
options: [{ key: "", showname: getLabel(111, "全部") }, ...taxAgentOption],
@@ -269,15 +269,15 @@ class Index extends Component {
*/
getTopBtns = () => {
return [
- ,
+ ,
,
{getLabel(111, "批量删除")}
{getLabel(111, "一键清空")}
- {getLabel(111, "导出选中")}
- {getLabel(111, "导出全部")}
+ {getLabel(512938, "导出选中")}
+ {getLabel(81272, "导出全部")}
}
>
@@ -332,7 +332,7 @@ class Index extends Component {
handleTableOperate = ({ key }, record) => {
const { id } = record;
key === "handleAddData" ? getSpecialAddDeduction({ id }).then(({ status, data }) => {
- if (status) this[key](getLabel(111, "编辑"), data);
+ if (status) this[key](getLabel(501169, "编辑"), data);
}) : this.specialAddDeductionDeleteSelectData(record);
};
handleCloseSlide = () => {
@@ -355,8 +355,8 @@ class Index extends Component {
const bool = _.every(_.pick(baseInfo, ["taxAgentId", "employeeId"]), v => !!v);
if (!bool) {
Modal.warning({
- title: getLabel(111, "信息确认"),
- content: getLabel(111, "必要信息不完整,红色*为必填项!")
+ title: getLabel(131329, "信息确认"),
+ content: getLabel(384146, "必要信息不完整,红色*为必填项!")
});
return;
}
diff --git a/pc4mobx/hrmSalary/pages/declare/generateDeclarationDetail.js b/pc4mobx/hrmSalary/pages/declare/generateDeclarationDetail.js
index e0b57d4f..000ea224 100644
--- a/pc4mobx/hrmSalary/pages/declare/generateDeclarationDetail.js
+++ b/pc4mobx/hrmSalary/pages/declare/generateDeclarationDetail.js
@@ -95,8 +95,8 @@ export default class GenerateDeclarationDetail extends React.Component {
const renderLeftOperation = () => {
return (
- {getLabel(111, "薪资所属月")}:{declareInfo.salaryMonth}
- {getLabel(111, "个税扣缴义务人")}:{declareInfo.taxAgentName}
+ {getLabel(542604, "薪资所属月")}:{declareInfo.salaryMonth}
+ {getLabel(537996, "个税扣缴义务人")}:{declareInfo.taxAgentName}
);
};
diff --git a/pc4mobx/hrmSalary/pages/declare/generateModal.js b/pc4mobx/hrmSalary/pages/declare/generateModal.js
index 94658395..887b1607 100644
--- a/pc4mobx/hrmSalary/pages/declare/generateModal.js
+++ b/pc4mobx/hrmSalary/pages/declare/generateModal.js
@@ -75,7 +75,7 @@ export default class GenerateModal extends React.Component {
}>
@@ -97,7 +97,7 @@ export default class GenerateModal extends React.Component {
diff --git a/pc4mobx/hrmSalary/pages/declare/index.js b/pc4mobx/hrmSalary/pages/declare/index.js
index 8a447b29..978c3c39 100644
--- a/pc4mobx/hrmSalary/pages/declare/index.js
+++ b/pc4mobx/hrmSalary/pages/declare/index.js
@@ -132,7 +132,7 @@ export default class Declare extends React.Component {
columns={[
...columns,
{
- title: getLabel(111, "操作"),
+ title: getLabel(30585, "操作"),
dataIndex: "operate",
render: (text, record) => {
return (
@@ -143,7 +143,7 @@ export default class Declare extends React.Component {
record.id
);
}}>
- {getLabel(111, "查看")}
+ {getLabel(33564, "查看")}
);
}
diff --git a/pc4mobx/hrmSalary/pages/fieldManagement/components/fieldSlide.js b/pc4mobx/hrmSalary/pages/fieldManagement/components/fieldSlide.js
index a2105f9e..3c3165ab 100644
--- a/pc4mobx/hrmSalary/pages/fieldManagement/components/fieldSlide.js
+++ b/pc4mobx/hrmSalary/pages/fieldManagement/components/fieldSlide.js
@@ -112,8 +112,8 @@ class FieldSlide extends Component {
saveFieldInfo = () => {
if (_.isEmpty(this.state.name) || (this.state.sharedType === "1" && _.isEmpty(this.state.taxAgentIds))) {
Modal.warning({
- title: getLabel(111, "信息确认"),
- content: getLabel(111, "必要信息不完整,红色*为必填项!")
+ title: getLabel(131329, "信息确认"),
+ content: getLabel(384146, "必要信息不完整,红色*为必填项!")
});
return false;
}
@@ -222,7 +222,7 @@ class FieldSlide extends Component {
}
content={
-
+
this.handleChangeFields("name", value)}/>
@@ -251,7 +251,7 @@ class FieldSlide extends Component {
placement="topLeft"
/>
-
+
{
sharedType === "1" &&
-
+
this.handleChangeFields("sortedIndex", value)}/>
-
+
this.handleChangeFields("description", value)}
diff --git a/pc4mobx/hrmSalary/pages/fieldManagement/components/fieldTable.js b/pc4mobx/hrmSalary/pages/fieldManagement/components/fieldTable.js
index b9bf0a70..3d8b9101 100644
--- a/pc4mobx/hrmSalary/pages/fieldManagement/components/fieldTable.js
+++ b/pc4mobx/hrmSalary/pages/fieldManagement/components/fieldTable.js
@@ -62,7 +62,7 @@ class FieldTable extends Component {
dataIndex: "operate",
display: true,
key: "operate",
- title: getLabel(111, "操作")
+ title: getLabel(30585, "操作")
}], item => {
const { dataIndex } = item;
if (dataIndex === "useDefault") {
@@ -72,7 +72,7 @@ class FieldTable extends Component {
item.render = (text, record) => {
return
onEditLedger(record)}>{(showSalaryItemBtn || showOperateBtn) ? getLabel(111, "编辑") : getLabel(111, "查看")}
+ onClick={() => onEditLedger(record)}>{(showSalaryItemBtn || showOperateBtn) ? getLabel(501169, "编辑") : getLabel(33564, "查看")}
{
record.canDelete && (showSalaryItemBtn || showOperateBtn) &&
onDeleteLedger(record)}>{getLabel(111, "删除")}
diff --git a/pc4mobx/hrmSalary/pages/fieldManagement/index.js b/pc4mobx/hrmSalary/pages/fieldManagement/index.js
index 17c9c9df..5b4ceb10 100644
--- a/pc4mobx/hrmSalary/pages/fieldManagement/index.js
+++ b/pc4mobx/hrmSalary/pages/fieldManagement/index.js
@@ -43,7 +43,7 @@ class FieldManagement extends Component {
};
handleDeleteField = (filedIds) => {
Modal.confirm({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: getLabel(111, "确认要删除吗?"),
onOk: () => {
deleteSalaryField(filedIds).then(({ status, errormsg }) => {
diff --git a/pc4mobx/hrmSalary/pages/ledgerPage/components/LedgerBackCalculatedSalaryItemTable.js b/pc4mobx/hrmSalary/pages/ledgerPage/components/LedgerBackCalculatedSalaryItemTable.js
index 4d24f016..a327d068 100644
--- a/pc4mobx/hrmSalary/pages/ledgerPage/components/LedgerBackCalculatedSalaryItemTable.js
+++ b/pc4mobx/hrmSalary/pages/ledgerPage/components/LedgerBackCalculatedSalaryItemTable.js
@@ -76,12 +76,12 @@ class LedgerBackCalculatedSalaryItemTable extends Component {
},
{
dataIndex: "",
- title: getLabel(111, "操作"),
+ title: getLabel(30585, "操作"),
width: 80,
render: (text, record, index) => {
const { canEdit } = record;
return (showOperateBtn && canEdit) ?
-
this.handleEditBackCalc(record)}>{getLabel(111, "编辑")} :
+
this.handleEditBackCalc(record)}>{getLabel(501169, "编辑")} :
;
}
}
diff --git a/pc4mobx/hrmSalary/pages/ledgerPage/components/categoryAddModal.js b/pc4mobx/hrmSalary/pages/ledgerPage/components/categoryAddModal.js
index 4b32a152..a7bc478e 100644
--- a/pc4mobx/hrmSalary/pages/ledgerPage/components/categoryAddModal.js
+++ b/pc4mobx/hrmSalary/pages/ledgerPage/components/categoryAddModal.js
@@ -61,8 +61,8 @@ class CategoryAddModal extends Component {
const { loading } = this.state;
const { categoryForm: form } = ledgerStore;
const buttons = [
-
,
-
+
,
+
];
return (
{getLabel(111, "保存")},
-
+ ,
+
];
return (
{getLabel(111, "保存")}];
+ const buttons = [];
return (
{
Modal.confirm({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: getLabel(111, "确认要删除吗?"),
onOk: () => {
deleteLedgerPersonRange(this.state.rowKeys).then(({ status, errormsg }) => {
@@ -166,7 +166,7 @@ class LedgerAssociatedPersonnel extends Component {
importResult: {}
}
})}
- >,
+ >,
{getLabel(111, "移动")},
-
+
];
return (
{
const { dataSource } = this.state;
Modal.confirm({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: getLabel(111, "确认要删除吗?"),
onOk: () => {
this.setState({
@@ -118,7 +118,7 @@ class LedgerSalaryAdjustmentRules extends Component {
},
{
dataIndex: "",
- title: getLabel(111, "操作"),
+ title: getLabel(30585, "操作"),
width: 80,
render: (text, record, index) => {
return showOperateBtn ?
diff --git a/pc4mobx/hrmSalary/pages/ledgerPage/components/ledgerSalaryItemNormal.js b/pc4mobx/hrmSalary/pages/ledgerPage/components/ledgerSalaryItemNormal.js
index 7f84c4d7..79d8b2d3 100644
--- a/pc4mobx/hrmSalary/pages/ledgerPage/components/ledgerSalaryItemNormal.js
+++ b/pc4mobx/hrmSalary/pages/ledgerPage/components/ledgerSalaryItemNormal.js
@@ -89,7 +89,7 @@ class LedgerSalaryItemNormal extends Component {
handleDeleteCategory = (id) => {
const { onDeleteCategroy } = this.props;
Modal.confirm({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: getLabel(111, "确认要删除吗?"),
onOk: () => {
onDeleteCategroy(id);
@@ -99,7 +99,7 @@ class LedgerSalaryItemNormal extends Component {
handleDeleteCategoryItems = (id, selectedRowKeys) => {
const { onDeleteCategroyItems } = this.props;
Modal.confirm({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: getLabel(111, "确认删除所选薪资项目吗?删除后此项目下的进位规则/保留小数位/公式内容会一起被清除!"),
onOk: () => {
onDeleteCategroyItems(id, selectedRowKeys);
@@ -277,7 +277,7 @@ const TitleNormalComp = (props) => {
{name}
{
name !== getLabel(111, "未分类") && showOperateBtn &&
- onEditCategory(name, uuid)}/>
+ onEditCategory(name, uuid)}/>
}
{
name !== getLabel(111, "未分类") && _.isEmpty(items) && showOperateBtn &&
diff --git a/pc4mobx/hrmSalary/pages/ledgerPage/components/ledgerSalaryItemTable.js b/pc4mobx/hrmSalary/pages/ledgerPage/components/ledgerSalaryItemTable.js
index eff014b5..7e536667 100644
--- a/pc4mobx/hrmSalary/pages/ledgerPage/components/ledgerSalaryItemTable.js
+++ b/pc4mobx/hrmSalary/pages/ledgerPage/components/ledgerSalaryItemTable.js
@@ -69,7 +69,7 @@ class LedgerSalaryItemTable extends Component {
const checkValue = (!_.isEmpty(dataSource) && _.every(dataSource, it => it.itemHide && it.itemHide === "1")) ? "1" : "0";
const columns = [
{
- title: getLabel(111, "名称"),
+ title: getLabel(33439, "名称"),
dataIndex: "name",
key: "name"
},
@@ -114,7 +114,7 @@ class LedgerSalaryItemTable extends Component {
/>
},
{
- title: getLabel(111, "操作"),
+ title: getLabel(30585, "操作"),
dataIndex: "operate",
key: "operate",
width: 100,
diff --git a/pc4mobx/hrmSalary/pages/ledgerPage/components/ledgerSlide.js b/pc4mobx/hrmSalary/pages/ledgerPage/components/ledgerSlide.js
index ecd5784a..26745f98 100644
--- a/pc4mobx/hrmSalary/pages/ledgerPage/components/ledgerSlide.js
+++ b/pc4mobx/hrmSalary/pages/ledgerPage/components/ledgerSlide.js
@@ -20,7 +20,7 @@ import "./index.less";
const getLabel = WeaLocaleProvider.getLabel;
const Step = WeaSteps.Step;
const tabs = [
- { key: 0, title: getLabel(111, "基础设置") },
+ { key: 0, title: getLabel(82751, "基础设置") },
{ key: 1, title: getLabel(111, "关联人员") },
{ key: 2, title: getLabel(111, "薪资项目") },
{ key: 3, title: getLabel(111, "回算薪资项目") },
@@ -61,8 +61,8 @@ class LedgerSlide extends Component {
const bool = _.every(Object.keys(extra), key => !!extra[key]);
if (!bool || _.isEmpty(baseSettingInfo)) {
Modal.warning({
- title: getLabel(111, "信息确认"),
- content: getLabel(111, "必要信息不完整,红色*为必填项!")
+ title: getLabel(131329, "信息确认"),
+ content: getLabel(384146, "必要信息不完整,红色*为必填项!")
});
return false;
}
@@ -208,7 +208,7 @@ class LedgerSlide extends Component {
type="primary"
loading={loading}
onClick={this.saveLedgerBasic}
- >{editId ? getLabel(111, "保存") : getLabel(111, "保存并进入下一步")}
+ >{editId ? getLabel(537558, "保存") : getLabel(111, "保存并进入下一步")}
];
break;
case 1:
@@ -232,7 +232,7 @@ class LedgerSlide extends Component {
}}
>{getLabel(111, "保存并进入下一步")}
] : [
-
+
];
break;
case 3:
@@ -249,7 +249,7 @@ class LedgerSlide extends Component {
,
] : [
-
+
];
break;
default:
diff --git a/pc4mobx/hrmSalary/pages/ledgerPage/components/ledgerTable.js b/pc4mobx/hrmSalary/pages/ledgerPage/components/ledgerTable.js
index 9d4ce33c..4e8e536c 100644
--- a/pc4mobx/hrmSalary/pages/ledgerPage/components/ledgerTable.js
+++ b/pc4mobx/hrmSalary/pages/ledgerPage/components/ledgerTable.js
@@ -80,14 +80,14 @@ class LedgerTable extends Component {
item.render = (text, record) => {
return
onEditLedger(record)}>{showOperateBtn ? getLabel(111, "编辑") : getLabel(111, "查看")}
+ onClick={() => onEditLedger(record)}>{showOperateBtn ? getLabel(501169, "编辑") : getLabel(33564, "查看")}
{
showOperateBtn &&
this.handleMenuClick(e, record)}>
- {getLabel(111, "复制")}
+ {getLabel(77, "复制")}
{getLabel(111, "删除")}
} title="">
@@ -128,10 +128,10 @@ class LedgerTable extends Component {
changeLedgerStatus = (payload) => {
changeLedgerStatus(payload).then(({ status, errormsg }) => {
if (status) {
- message.success(getLabel(111, "操作成功"));
+ message.success(getLabel(30700, "操作成功"));
this.getLedgerList();
} else {
- message.error(errormsg || getLabel(111, "操作失败"));
+ message.error(errormsg || getLabel(30651, "操作失败"));
}
});
};
@@ -152,7 +152,7 @@ class LedgerTable extends Component {
break;
case "delete":
Modal.confirm({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: getLabel(111, "确认要删除吗?"),
onOk: () => {
this.deleteLedger([id]);
diff --git a/pc4mobx/hrmSalary/pages/ledgerPage/config.js b/pc4mobx/hrmSalary/pages/ledgerPage/config.js
index 8df50c9d..2a30606a 100644
--- a/pc4mobx/hrmSalary/pages/ledgerPage/config.js
+++ b/pc4mobx/hrmSalary/pages/ledgerPage/config.js
@@ -21,7 +21,7 @@ export const copyConditions = [
domkey: ["taxAgentId"],
fieldcol: 14,
rules: "required|string",
- label: getLabel(111, "个税扣缴义务人"),
+ label: getLabel(537996, "个税扣缴义务人"),
labelcol: 6,
value: "",
viewAttr: 3
@@ -39,7 +39,7 @@ export const categoryConditions = [
domkey: ["name"],
fieldcol: 14,
rules: "required|string",
- label: getLabel(111, "名称"),
+ label: getLabel(33439, "名称"),
labelcol: 6,
value: "",
viewAttr: 3
@@ -56,7 +56,7 @@ export const baseSettingFormItem = [
},
{
key: "taxAgentId",
- label: getLabel(111, "个税扣缴义务人"),
+ label: getLabel(537996, "个税扣缴义务人"),
type: "SELECT",
options: []
},
@@ -526,7 +526,7 @@ export const baseSettingFormItem = [
},
{
key: "description",
- label: getLabel(111, "备注"),
+ label: getLabel(536726, "备注"),
type: "TEXTAREA"
}
];
@@ -715,12 +715,12 @@ export const roundingRules = [
{
key: "RAW_DATA",
selected: false,
- showname: getLabel(111, "原始数据")
+ showname: getLabel(19766, "原始数据")
},
{
key: "ROUNDING",
selected: false,
- showname: getLabel(111, "四舍五入")
+ showname: getLabel(389654, "四舍五入")
},
{
key: "ROUND_UP",
@@ -730,12 +730,12 @@ export const roundingRules = [
{
key: "ROUND_DOWN",
selected: false,
- showname: getLabel(111, "向下舍入")
+ showname: getLabel(542723, "向下舍入")
},
{
key: "CEILING",
selected: false,
- showname: getLabel(111, "见分进角")
+ showname: getLabel(542724, "见分进角")
},
{
key: "UP_EVEN",
diff --git a/pc4mobx/hrmSalary/pages/mobilePayroll/index.js b/pc4mobx/hrmSalary/pages/mobilePayroll/index.js
index 1978860a..86ccf0ad 100644
--- a/pc4mobx/hrmSalary/pages/mobilePayroll/index.js
+++ b/pc4mobx/hrmSalary/pages/mobilePayroll/index.js
@@ -1,7 +1,7 @@
import React from "react";
import { inject, observer } from "mobx-react";
import { getQueryString } from "../../util/url";
-import { WeaDialog, WeaError, WeaInput } from "ecCom";
+import { WeaDialog, WeaError, WeaInput, WeaLocaleProvider } from "ecCom";
import { Button, message } from "antd";
import Authority from "../mySalary/authority";
import ComputerTemplate from "../payroll/templatePreview/computerTemplate";
@@ -10,6 +10,7 @@ import "../payroll/templatePreview/index.less";
import * as API from "../../apis/mySalaryBenefits";
import "./index.less";
+const getLabel = WeaLocaleProvider.getLabel;
@inject("mySalaryStore")
@observer
export default class MobilePayroll extends React.Component {
@@ -108,13 +109,13 @@ export default class MobilePayroll extends React.Component {
}}>
this.setState({ visible: false }, () => clearLoading())}
- title="请输入二次验证密码" visible={visible} initLoadCss
+ title={getLabel(111, "请输入二次验证密码")} visible={visible} initLoadCss
className="verifyWrapper"
hasScroll buttons={[
-
+
]}
>
-
+
this.setState({ authCode })}/>
diff --git a/pc4mobx/hrmSalary/pages/mySalary/index.js b/pc4mobx/hrmSalary/pages/mySalary/index.js
index fdd9cb05..1f03aa05 100644
--- a/pc4mobx/hrmSalary/pages/mySalary/index.js
+++ b/pc4mobx/hrmSalary/pages/mySalary/index.js
@@ -123,13 +123,13 @@ export default class MySalary extends React.Component {
viewcondition: "0"
},
{
- title: getLabel(111, "调薪记录"),
+ title: getLabel(543150, "调薪记录"),
viewcondition: "2"
}
];
const renderSearchOperationItem = () => {
if (this.state.selectedKey === "0") {
- return ({getLabel(111, "薪资所属月:")}
+ return (
{getLabel(542604, "薪资所属月:")}
} // 左侧图标
iconBgcolor="#F14A2D" // 左侧图标背景色
showDropIcon={false} // 是否显示下拉按钮
diff --git a/pc4mobx/hrmSalary/pages/payroll/SalarySendList.js b/pc4mobx/hrmSalary/pages/payroll/SalarySendList.js
index a16f54eb..dc312aea 100644
--- a/pc4mobx/hrmSalary/pages/payroll/SalarySendList.js
+++ b/pc4mobx/hrmSalary/pages/payroll/SalarySendList.js
@@ -91,7 +91,7 @@ export default class SalarySendList extends React.Component {
?
(result = result.concat([
{
- title: getLabel(111, "操作"),
+ title: getLabel(30585, "操作"),
key: "operate",
render: (text, record) => {
const { sendNum, sendTotal, salaryAcctType, haveBackCalc } = record;
@@ -118,7 +118,7 @@ export default class SalarySendList extends React.Component {
:
(result = result.concat([
{
- title: getLabel(111, "操作"),
+ title: getLabel(30585, "操作"),
key: "operate",
render: (text, record) => {
const { salaryAcctType } = record;
diff --git a/pc4mobx/hrmSalary/pages/payroll/copyModal.js b/pc4mobx/hrmSalary/pages/payroll/copyModal.js
index 1ed29020..956ac0df 100644
--- a/pc4mobx/hrmSalary/pages/payroll/copyModal.js
+++ b/pc4mobx/hrmSalary/pages/payroll/copyModal.js
@@ -37,7 +37,7 @@ export default class CopyModal extends React.Component {
buttons={[
+ }}>{getLabel(537558, "保存")}
]}>
{getLabel(111, "工资单名称")}
diff --git a/pc4mobx/hrmSalary/pages/payroll/index.js b/pc4mobx/hrmSalary/pages/payroll/index.js
index eca287ba..fc5a7815 100644
--- a/pc4mobx/hrmSalary/pages/payroll/index.js
+++ b/pc4mobx/hrmSalary/pages/payroll/index.js
@@ -56,8 +56,8 @@ export default class Payroll extends React.Component {
const { templateBaseData, salaryTemplateShowSet, setReplenishSalaryTemplateSalaryItemSet } = payrollStore;
if (!salaryTemplateShowSet.theme && !isEdit) {
Modal.warning({
- title: getLabel(111, "信息确认"),
- content: getLabel(111, "必要信息不完整,红色*为必填项!")
+ title: getLabel(131329, "信息确认"),
+ content: getLabel(384146, "必要信息不完整,红色*为必填项!")
});
return;
}
@@ -150,7 +150,7 @@ export default class Payroll extends React.Component {
handleTemplateListDelete(record) {
const { payrollStore: { deletePayroll } } = this.props;
Modal.confirm({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: getLabel(111, "确认删除吗?"),
onOk: () => {
deletePayroll([record.id]);
@@ -187,8 +187,8 @@ export default class Payroll extends React.Component {
if (selectedTab === 0) {
if (!this.validateStep1()) {
Modal.warning({
- title: getLabel(111, "信息确认"),
- content: getLabel(111, "必要信息不完整,红色*为必填项!")
+ title: getLabel(131329, "信息确认"),
+ content: getLabel(384146, "必要信息不完整,红色*为必填项!")
});
return;
}
@@ -196,8 +196,8 @@ export default class Payroll extends React.Component {
const { salaryTemplateShowSet } = payrollStore;
if (!salaryTemplateShowSet.theme) {
Modal.warning({
- title: getLabel(111, "信息确认"),
- content: getLabel(111, "必要信息不完整,红色*为必填项!")
+ title: getLabel(131329, "信息确认"),
+ content: getLabel(384146, "必要信息不完整,红色*为必填项!")
});
return;
}
@@ -308,8 +308,8 @@ export default class Payroll extends React.Component {
return;
}
Modal.confirm({
- title: getLabel(111, "信息确认"),
- content: `${getLabel(111, "确定要将所选的工资单模板")}(${getLabel(111, "共")}${selectedRowKeys.length}${getLabel(111, "条数据")})${getLabel(111, "删除吗")}?`,
+ title: getLabel(131329, "信息确认"),
+ content: `${getLabel(111, "确定要将所选的工资单模板")}(${getLabel(18609, "共")}${selectedRowKeys.length}${getLabel(111, "条数据")})${getLabel(111, "删除吗")}?`,
onOk: () => {
deletePayroll(selectedRowKeys);
}
@@ -335,12 +335,12 @@ export default class Payroll extends React.Component {
);
}
};
- const steps = [getLabel(111, "基础设置"), getLabel(111, "正常核算工资单模板"), getLabel(111, "补发工资单模版")];
+ const steps = [getLabel(82751, "基础设置"), getLabel(111, "正常核算工资单模板"), getLabel(111, "补发工资单模版")];
const nextStep = () => {
if (!this.validateStep1()) {
Modal.warning({
- title: getLabel(111, "信息确认"),
- content: getLabel(111, "必要信息不完整,红色*为必填项!")
+ title: getLabel(131329, "信息确认"),
+ content: getLabel(384146, "必要信息不完整,红色*为必填项!")
});
return;
}
@@ -435,7 +435,7 @@ export default class Payroll extends React.Component {
,
-
+
] :
[]
}
@@ -470,7 +470,7 @@ export default class Payroll extends React.Component {
{
this.handleUpdateSave();
- }}>{getLabel(111, "保存")}
+ }}>{getLabel(537558, "保存")}
] : selectedTab === 1 ? [
,
+ }}>{getLabel(537558, "保存")},
] : [
+ }}>{getLabel(537558, "保存")}
]
}
subItemChange={(selectedTab) => {
diff --git a/pc4mobx/hrmSalary/pages/payroll/payrollDetail/index.js b/pc4mobx/hrmSalary/pages/payroll/payrollDetail/index.js
index e0b3feef..b3d1d3b4 100644
--- a/pc4mobx/hrmSalary/pages/payroll/payrollDetail/index.js
+++ b/pc4mobx/hrmSalary/pages/payroll/payrollDetail/index.js
@@ -132,15 +132,15 @@ export default class PayrollDetail extends React.Component {
const { setDetailListShowSearchAd, detailListShowSearchAd, detailListConditionForm } = payrollStore;
const { salaryMonth, template, sendNum, sendTotal } = salarySendDetailBaseInfo;
const adBtn = [
- ,
- ,
-
+ ,
+ ,
+
];
return (
{getLabel(111, "导出全部")}]}
+ searchType={["base", "advanced"]} searchsBasePlaceHolder={getLabel(26919, "请输入姓名")}
+ buttons={[]}
showSearchAd={detailListShowSearchAd} setShowSearchAd={bool => setDetailListShowSearchAd(bool)}
searchsAd={getSearchs(detailListConditionForm, condition, 2)}
buttonsAd={adBtn} onSearch={this.handleSearch}
@@ -149,7 +149,7 @@ export default class PayrollDetail extends React.Component {
/>
-
{getLabel(111, "薪资所属月")}:{salaryMonth}
+
{getLabel(542604, "薪资所属月")}:{salaryMonth}
{getLabel(111, "全部导出")}
- {getLabel(111, "导出选中")}
+ {getLabel(512938, "导出选中")}
);
let btnDom = [
@@ -401,13 +401,13 @@ export default class PayrollGrant extends React.Component {
const adBtn = [
// 高级搜索内部按钮
,
,
];
const topTab = [
@@ -443,7 +443,7 @@ export default class PayrollGrant extends React.Component {
})
}
searchType={["base", "advanced"]} // base:基础搜索框 advanced:显示高级搜索按钮
- searchsBasePlaceHolder={getLabel(111, "请输入姓名")}
+ searchsBasePlaceHolder={getLabel(26919, "请输入姓名")}
showSearchAd={grantListShowSearchAd} // 是否展开高级搜索面板
setShowSearchAd={bool => setGrantListShowSearchAd(bool)} //高级搜索面板受控
searchsAd={getSearchs(grantListConditionForm, toJS(grantListCondition), 2)} // 高级搜索内部数据
@@ -455,7 +455,7 @@ export default class PayrollGrant extends React.Component {
- {getLabel(111, "薪资所属月")}:{salarySendDetailBaseInfo.salaryMonth}
+ {getLabel(542604, "薪资所属月")}:{salarySendDetailBaseInfo.salaryMonth}
item.viewAttr === 3).targetTypeIds)
) {
Modal.warning({
- title: getLabel(111, "信息确认"),
- content: getLabel(111, "必要信息不完整,红色*为必填项!")
+ title: getLabel(131329, "信息确认"),
+ content: getLabel(384146, "必要信息不完整,红色*为必填项!")
});
return;
}
@@ -236,8 +236,8 @@ class PayrollPartModal extends Component {
const { onCancel, visible } = this.props;
const { targetTypeList, personalAddItem, loading } = this.state;
const buttons = [
- ,
-
+ ,
+
];
return (
{
sendRangeDelete(selectedRowKeys).then(({ status, errormsg }) => {
@@ -101,7 +101,7 @@ class PayrollPartTable extends Component {
return;
}
Modal.confirm({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: `${getLabel(111, "您共选择")}${selectedRowKeys.length}${getLabel(111, "个对象")},${getLabel(111, "确定要")}${grantType === "grant" ? getLabel(111, "发放") : getLabel(111, "撤回")}?`,
onCancel: () => {
},
diff --git a/pc4mobx/hrmSalary/pages/payroll/stepForm/baseInformForm.js b/pc4mobx/hrmSalary/pages/payroll/stepForm/baseInformForm.js
index 2fabc447..809a1f53 100644
--- a/pc4mobx/hrmSalary/pages/payroll/stepForm/baseInformForm.js
+++ b/pc4mobx/hrmSalary/pages/payroll/stepForm/baseInformForm.js
@@ -141,7 +141,7 @@ export default class BaseInformForm extends React.Component {
}
diff --git a/pc4mobx/hrmSalary/pages/payroll/stepForm/salaryItemModal.js b/pc4mobx/hrmSalary/pages/payroll/stepForm/salaryItemModal.js
index a15392b2..28632d1c 100644
--- a/pc4mobx/hrmSalary/pages/payroll/stepForm/salaryItemModal.js
+++ b/pc4mobx/hrmSalary/pages/payroll/stepForm/salaryItemModal.js
@@ -14,8 +14,8 @@ class SalaryItemModal extends Component {
render() {
const { visible, title, onCancel, onConfirm } = this.props;
const buttons = [
- ,
-
+ ,
+
];
return (
{
Modal.confirm({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: getLabel(111, "确认删除吗?"),
onOk: () => {
let resultSalaryItemSet = [...this.state.dataList];
diff --git a/pc4mobx/hrmSalary/pages/payroll/stepForm/showSettingForm.js b/pc4mobx/hrmSalary/pages/payroll/stepForm/showSettingForm.js
index 200d99f9..7d745c99 100644
--- a/pc4mobx/hrmSalary/pages/payroll/stepForm/showSettingForm.js
+++ b/pc4mobx/hrmSalary/pages/payroll/stepForm/showSettingForm.js
@@ -73,7 +73,7 @@ export default class ShowSettingForm extends React.Component {
}} className="themeFormalStr" style={{ marginRight: "10px" }}>{getLabel(111, "公司名称")}
{
this.handleThemeNameCllck("${salaryMonth}");
- }} className="themeFormalStr">{getLabel(111, "薪资所属月")}
+ }} className="themeFormalStr">{getLabel(542604, "薪资所属月")}
{
if (status) {
- message.success(getLabel(111, "操作成功"));
+ message.success(getLabel(30700, "操作成功"));
refreshList();
} else {
- message.error(errormsg || getLabel(111, "操作失败"));
+ message.error(errormsg || getLabel(30651, "操作失败"));
}
});
} else {
@@ -29,16 +29,16 @@ class AllWithoutPay extends Component {
return;
}
Modal.warning({
- title: getLabel(111, "信息确认"),
- content: `${getLabel(111, "确定要将所有待停薪人员")}(${getLabel(111, "共")}${pageInfo.total}${getLabel(111, "条数据")})${getLabel(111, "设为停薪人员吗")}?`,
+ title: getLabel(131329, "信息确认"),
+ content: `${getLabel(111, "确定要将所有待停薪人员")}(${getLabel(18609, "共")}${pageInfo.total}${getLabel(111, "条数据")})${getLabel(111, "设为停薪人员吗")}?`,
onOk: () => {
API.allGotoStop({}).then(({ status, data, errormsg }) => {
if (status) {
const { msg } = data;
- message.info(msg || getLabel(111, "操作成功"));
+ message.info(msg || getLabel(30700, "操作成功"));
refreshList();
} else {
- message.error(errormsg || getLabel(111, "操作失败"));
+ message.error(errormsg || getLabel(30651, "操作失败"));
}
});
}
diff --git a/pc4mobx/hrmSalary/pages/payrollFiles/components/batchSuspendsPay.js b/pc4mobx/hrmSalary/pages/payrollFiles/components/batchSuspendsPay.js
index 3edd91d5..30b9fe10 100644
--- a/pc4mobx/hrmSalary/pages/payrollFiles/components/batchSuspendsPay.js
+++ b/pc4mobx/hrmSalary/pages/payrollFiles/components/batchSuspendsPay.js
@@ -15,10 +15,10 @@ class BatchSuspendpay extends Component {
}
API.cancelStop(selectedRowKeys).then(({ status, errormsg }) => {
if (status) {
- message.success(getLabel(111, "操作成功"));
+ message.success(getLabel(30700, "操作成功"));
refreshList();
} else {
- message.error(errormsg || getLabel(111, "操作失败"));
+ message.error(errormsg || getLabel(30651, "操作失败"));
}
});
};
diff --git a/pc4mobx/hrmSalary/pages/payrollFiles/components/exportMenu.js b/pc4mobx/hrmSalary/pages/payrollFiles/components/exportMenu.js
index bf5dc80b..c1bee590 100644
--- a/pc4mobx/hrmSalary/pages/payrollFiles/components/exportMenu.js
+++ b/pc4mobx/hrmSalary/pages/payrollFiles/components/exportMenu.js
@@ -50,8 +50,8 @@ class ExportMenu extends Component {
render() {
return (
);
}
diff --git a/pc4mobx/hrmSalary/pages/payrollFiles/components/importMenu.js b/pc4mobx/hrmSalary/pages/payrollFiles/components/importMenu.js
index bd23c3d9..0218605d 100644
--- a/pc4mobx/hrmSalary/pages/payrollFiles/components/importMenu.js
+++ b/pc4mobx/hrmSalary/pages/payrollFiles/components/importMenu.js
@@ -57,7 +57,7 @@ class ImportMenu extends Component {
const { key } = e;
if (key === "init") {
Modal.confirm({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: getLabel(111, `若导入表格中的人员已存在在薪资档案中,初始化导入会将档案中该人员的数据清除再导入,点击确定继续导入`),
onOk: () => {
this.setState({
diff --git a/pc4mobx/hrmSalary/pages/payrollFiles/index.js b/pc4mobx/hrmSalary/pages/payrollFiles/index.js
index d959e638..45a55e4b 100644
--- a/pc4mobx/hrmSalary/pages/payrollFiles/index.js
+++ b/pc4mobx/hrmSalary/pages/payrollFiles/index.js
@@ -274,17 +274,17 @@ class Index extends Component {
return;
}
Modal.warning({
- title: getLabel(111, "信息确认"),
- content: `${getLabel(111, "确定要将所有待定薪人员")}(${getLabel(111, "共")}${pageInfo.total}${getLabel(111, "条数据")})${getLabel(111, "设为发薪人员吗")}?`,
+ title: getLabel(131329, "信息确认"),
+ content: `${getLabel(111, "确定要将所有待定薪人员")}(${getLabel(18609, "共")}${pageInfo.total}${getLabel(111, "条数据")})${getLabel(111, "设为发薪人员吗")}?`,
onOk: () => {
API.allGotoFixed({}).then(({ status, data, errormsg }) => {
if (status) {
const { msg } = data;
- message.info(msg || getLabel(111, "操作成功"));
+ message.info(msg || getLabel(30700, "操作成功"));
this.queryTabTotal();
this.query();
} else {
- message.error(errormsg || getLabel(111, "操作失败"));
+ message.error(errormsg || getLabel(30651, "操作失败"));
}
});
}
@@ -306,11 +306,11 @@ class Index extends Component {
cancelStop = (id) => {
API.cancelStop([id]).then(({ status, errormsg }) => {
if (status) {
- message.success(getLabel(111, "操作成功"));
+ message.success(getLabel(30700, "操作成功"));
this.queryTabTotal();
this.query();
} else {
- message.error(errormsg || getLabel(111, "操作失败"));
+ message.error(errormsg || getLabel(30651, "操作失败"));
}
});
};
@@ -318,7 +318,7 @@ class Index extends Component {
deletePendingTodo = (params) => {
API.deletePendingTodo(params).then(({ status, errormsg }) => {
if (status) {
- message.success(getLabel(111, "操作成功"));
+ message.success(getLabel(30700, "操作成功"));
this.setState({
selectedRowKeys: []
}, () => {
@@ -326,7 +326,7 @@ class Index extends Component {
this.query();
});
} else {
- message.error(errormsg || getLabel(111, "操作失败"));
+ message.error(errormsg || getLabel(30651, "操作失败"));
}
});
};
@@ -334,7 +334,7 @@ class Index extends Component {
deleteSuspendTodo = (params) => {
API.deleteSuspendTodo(params).then(({ status, errormsg }) => {
if (status) {
- message.success(getLabel(111, "操作成功"));
+ message.success(getLabel(30700, "操作成功"));
this.setState({
selectedRowKeys: []
}, () => {
@@ -342,7 +342,7 @@ class Index extends Component {
this.queryTabTotal();
});
} else {
- message.error(errormsg || getLabel(111, "操作失败"));
+ message.error(errormsg || getLabel(30651, "操作失败"));
}
});
};
@@ -358,7 +358,7 @@ class Index extends Component {
API.gotoFixed(selectedRowKeys).then(({ status, data, errormsg }) => {
if (status) {
if (data.type === "success") {
- message.success(getLabel(111, "操作成功"));
+ message.success(getLabel(30700, "操作成功"));
this.setState({
selectedRowKeys: []
}, () => {
@@ -369,7 +369,7 @@ class Index extends Component {
message.info(data.msg);
}
} else {
- message.error(errormsg || getLabel(111, "操作失败"));
+ message.error(errormsg || getLabel(30651, "操作失败"));
}
});
}
@@ -381,7 +381,7 @@ class Index extends Component {
return [
,
+ }}>{getLabel(32935, "导入")},
}>
,
+ }}>{getLabel(543186, "批量删除待办")},
{
this.importRef.handleMenuClick({ key: "SUSPEND" });
- }}>{getLabel(111, "导入")},
+ }}>{getLabel(32935, "导入")},
}>
{getLabel(111, "导出")} {
if (status) {
- message.success(getLabel(111, "操作成功"));
+ message.success(getLabel(30700, "操作成功"));
this.query();
} else {
- message.error(errormsg || getLabel(111, "操作失败"));
+ message.error(errormsg || getLabel(30651, "操作失败"));
}
});
} else if (key === "stopSalary") {
//停薪
API.gotoStop([id]).then(({ status, errormsg }) => {
if (status) {
- message.success(getLabel(111, "操作成功"));
+ message.success(getLabel(30700, "操作成功"));
this.query();
} else {
- message.error(errormsg || getLabel(111, "操作失败"));
+ message.error(errormsg || getLabel(30651, "操作失败"));
}
});
} else if (key === "deletePendingTodo") {
@@ -572,7 +572,7 @@ class Index extends Component {
}}>{getLabel(111, "调薪")});
}
selectedKey !== "stop" && arrList.push({getLabel(111, "保存")});
+ onClick={this.handleSave}>{getLabel(537558, "保存")});
return arrList;
};
//切换tab
@@ -602,8 +602,8 @@ class Index extends Component {
const { salaryFileStore: { adjustSalaryItems, detailForm } } = this.props;
if ((selectedKey === "pending" && _.isEmpty(paysetParams.payStartDate)) || (selectedKey === "suspend" && _.isEmpty(paysetParams.payEndDate))) {
Modal.warning({
- title: getLabel(111, "信息确认"),
- content: getLabel(111, "必要信息不完整,红色*为必填项!")
+ title: getLabel(131329, "信息确认"),
+ content: getLabel(384146, "必要信息不完整,红色*为必填项!")
});
return;
}
@@ -618,7 +618,7 @@ class Index extends Component {
};
API.savePaySet(payload).then(({ status, errormsg }) => {
if (status) {
- message.success(getLabel(111, "操作成功"));
+ message.success(getLabel(30700, "操作成功"));
this.query();
} else {
message.error(errormsg || getLabel(111, "保存失败"));
@@ -667,16 +667,16 @@ class Index extends Component {
const { payrollFilesStore: { tableStore } } = this.props;
const renderSearch = () => {
const searchItems = [
- { com: this.Input(getLabel(111, "姓名"), "username") },
+ { com: this.Input(getLabel(25034, "姓名"), "username") },
{ com: this.Browser(getLabel(111, "分部"), "subcompanyIds") },
- { com: this.Browser(getLabel(111, "部门"), "departmentIds") },
- { com: this.Browser(getLabel(111, "岗位"), "positionIds") },
+ { com: this.Browser(getLabel(27511, "部门"), "departmentIds") },
+ { com: this.Browser(getLabel(6086, "岗位"), "positionIds") },
{ com: this.Select(getLabel(111, "人员状态"), "userstatus") },
// { com: this.Select(getLabel(111, "档案状态"), "archiveStatus") },
- { com: this.Select(getLabel(111, "个税扣缴义务人"), "taxAgentId") },
+ { com: this.Select(getLabel(537996, "个税扣缴义务人"), "taxAgentId") },
{ com: this.Input(getLabel(111, "工号"), "workcode") }
];
- return ;
+ return ;
};
const adBtn = [
// 高级搜索内部按钮
@@ -689,7 +689,7 @@ class Index extends Component {
pageSize: 10
}
}, () => this.query());
- }}> {getLabel(111, "搜索")} ,
+ }}> {getLabel(388113, "搜索")} ,
this.setState({
searchItemsValue: {
username: "",
@@ -699,8 +699,8 @@ class Index extends Component {
userstatus: "",
archiveStatus: ""
}
- })}> {getLabel(111, "重置")} ,
- this.setState({ showSearchAd: false })}> {getLabel(111, "取消")}
+ })}> {getLabel(2022, "重置")} ,
+ this.setState({ showSearchAd: false })}> {getLabel(31129, "取消")}
];
const rightMenu = [
{
@@ -746,7 +746,7 @@ class Index extends Component {
this.query();
});
}} // 点搜索按钮时的回调this.handleSearch()
- searchsBasePlaceHolder={getLabel(111, "请输入姓名")}
+ searchsBasePlaceHolder={getLabel(26919, "请输入姓名")}
onSearchChange={(v) => this.setState({
searchItemsValue: {
...this.state.searchItemsValue,
diff --git a/pc4mobx/hrmSalary/pages/reportView/components/chartsRangeSettingsModal.js b/pc4mobx/hrmSalary/pages/reportView/components/chartsRangeSettingsModal.js
index 9d99fc51..df9b2fe2 100644
--- a/pc4mobx/hrmSalary/pages/reportView/components/chartsRangeSettingsModal.js
+++ b/pc4mobx/hrmSalary/pages/reportView/components/chartsRangeSettingsModal.js
@@ -326,7 +326,7 @@ export default ChartsRangeSettingsModal;
const RangSetingTitle = (props) => {
const { selectedKey, onChange, onSaveChartsRangeSettings, loading } = props;
const btns = [{getLabel(111, "保存")}];
+ onClick={onSaveChartsRangeSettings}>{getLabel(537558, "保存")}];
return }
iconBgcolor="#F14A2D" buttons={btns} showDropIcon={false}
diff --git a/pc4mobx/hrmSalary/pages/reportView/components/condition.js b/pc4mobx/hrmSalary/pages/reportView/components/condition.js
index c8422666..a11b1943 100644
--- a/pc4mobx/hrmSalary/pages/reportView/components/condition.js
+++ b/pc4mobx/hrmSalary/pages/reportView/components/condition.js
@@ -12,7 +12,7 @@ export const condition = [
conditionType: "SELECT",
domkey: ["taxAgent"],
fieldcol: 18,
- label: getLabel(111, "个税扣缴义务人"),
+ label: getLabel(537996, "个税扣缴义务人"),
labelcol: 6,
options: [],
multiple: true,
@@ -65,7 +65,7 @@ export const condition = [
pageSize: 10,
quickSearchName: "",
replaceDatas: [],
- title: getLabel(111, "部门"),
+ title: getLabel(27511, "部门"),
type: "57",
viewAttr: 2
},
@@ -74,7 +74,7 @@ export const condition = [
domkey: ["department"],
fieldcol: 18,
isQuickSearch: false,
- label: getLabel(111, "部门"),
+ label: getLabel(27511, "部门"),
labelcol: 6,
viewAttr: 2
},
@@ -95,7 +95,7 @@ export const condition = [
// pageSize: 10,
// quickSearchName: "",
// replaceDatas: [],
- // title: getLabel(111, "岗位"),
+ // title: getLabel(6086, "岗位"),
// type: "278",
// viewAttr: 2
// },
@@ -104,7 +104,7 @@ export const condition = [
// domkey: ["position"],
// fieldcol: 18,
// isQuickSearch: false,
- // label: getLabel(111, "岗位"),
+ // label: getLabel(6086, "岗位"),
// labelcol: 6,
// viewAttr: 2
// },
@@ -143,7 +143,7 @@ export const condition = [
conditionType: "RANGEPICKER",
domkey: ["hiredate1", "hiredate2"],
fieldcol: 18,
- label: getLabel(111, "入职日期"),
+ label: getLabel(1516, "入职日期"),
labelcol: 6,
viewAttr: 2
}
diff --git a/pc4mobx/hrmSalary/pages/reportView/components/customStatisticsItemsModal.js b/pc4mobx/hrmSalary/pages/reportView/components/customStatisticsItemsModal.js
index f87d7912..e8e3a3b8 100644
--- a/pc4mobx/hrmSalary/pages/reportView/components/customStatisticsItemsModal.js
+++ b/pc4mobx/hrmSalary/pages/reportView/components/customStatisticsItemsModal.js
@@ -157,7 +157,7 @@ class CustomStatisticsItemsModal extends Component {
};
if (statisticsItemId) {
Modal.confirm({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: getLabel(111, `确定要编辑统计项吗?编辑后,可能需要重新设置分析图设置。`),
onOk: () => this.reportStatisticsItemSave(payload)
});
@@ -336,7 +336,7 @@ class CustomStatisticsItemsModal extends Component {
{statisticsItemId ? getLabel(111, "编辑自定义统计项目") : getLabel(111, "新建自定义统计项目")}
{getLabel(111, "保存")}
+ onClick={this.handleSaveStatisticalItems}>{getLabel(537558, "保存")}
}
style={{ width: 900, height: 450 }}
diff --git a/pc4mobx/hrmSalary/pages/reportView/components/statisticalMicroSettingsSlide.js b/pc4mobx/hrmSalary/pages/reportView/components/statisticalMicroSettingsSlide.js
index af333538..f3a4cf09 100644
--- a/pc4mobx/hrmSalary/pages/reportView/components/statisticalMicroSettingsSlide.js
+++ b/pc4mobx/hrmSalary/pages/reportView/components/statisticalMicroSettingsSlide.js
@@ -143,7 +143,7 @@ class StatisticalMicroSettingsSlide extends Component {
};
reportStatisticsItemDelete = () => {
Modal.confirm({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: getLabel(111, "确认要删除吗?"),
onOk: () => {
const { selectedRowKeys } = this.state;
@@ -266,7 +266,7 @@ class StatisticalMicroSettingsSlide extends Component {
content={
-
+
this.setState({ salaryMonth: v })}/>
@@ -319,7 +319,7 @@ const TitleDialog = (props) => {
- {getLabel(111, "保存")}
+ {getLabel(537558, "保存")}
;
};
diff --git a/pc4mobx/hrmSalary/pages/reportView/index.js b/pc4mobx/hrmSalary/pages/reportView/index.js
index e16680a2..1337e569 100644
--- a/pc4mobx/hrmSalary/pages/reportView/index.js
+++ b/pc4mobx/hrmSalary/pages/reportView/index.js
@@ -55,7 +55,7 @@ class Index extends Component {
handleChangeDimension = (dimensionId, dimension) => {
const { report } = this.state;
Modal.confirm({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: getLabel(111, "确认要更改统计维度吗?"),
onOk: () => {
const payload = {
diff --git a/pc4mobx/hrmSalary/pages/ruleConfig/index.js b/pc4mobx/hrmSalary/pages/ruleConfig/index.js
index 53894d3a..67c0d300 100644
--- a/pc4mobx/hrmSalary/pages/ruleConfig/index.js
+++ b/pc4mobx/hrmSalary/pages/ruleConfig/index.js
@@ -140,8 +140,8 @@ class Index extends Component {
if (type === "ORDER") {
if (_.isEmpty(saveParams.orderRule) || _.isEmpty(saveParams.ascOrDesc)) {
Modal.warning({
- title: getLabel(111, "信息确认"),
- content: getLabel(111, "必要信息不完整,红色*为必填项!")
+ title: getLabel(131329, "信息确认"),
+ content: getLabel(384146, "必要信息不完整,红色*为必填项!")
});
return;
}
@@ -158,8 +158,8 @@ class Index extends Component {
} else if (type === "EMPLOYEE") {
if (_.isEmpty(saveParams.rule)) {
Modal.warning({
- title: getLabel(111, "信息确认"),
- content: getLabel(111, "必要信息不完整,红色*为必填项!")
+ title: getLabel(131329, "信息确认"),
+ content: getLabel(384146, "必要信息不完整,红色*为必填项!")
});
return;
}
@@ -175,7 +175,7 @@ class Index extends Component {
});
} else if (type === "ENCRYTION") {
Modal.confirm({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: getLabel(111, "开启/关闭加密前请做好数据库备份!!!逆向解密会花费几分钟时间,请耐心等待!!!"),
onOk: () => {
this.setState({ loading: { ...this.state.loading, encry: true } });
@@ -295,7 +295,7 @@ class Index extends Component {
{getLabel(111, "排序规则")}
this.handleSave("ORDER")}
- loading={loading.order}>{getLabel(111, "保存")}
+ loading={loading.order}>{getLabel(537558, "保存")}
} showGroup center items={items}/>
{getLabel(111, "人员校验规则")}
this.handleSave("EMPLOYEE")}
- loading={loading.employee}>{getLabel(111, "保存")}
+ loading={loading.employee}>{getLabel(537558, "保存")}
} showGroup center items={importItems}/>
{
@@ -313,7 +313,7 @@ class Index extends Component {
{getLabel(111, "加密规则")}
this.handleSave("ENCRYTION")}
- loading={loading.encry}>{getLabel(111, "保存")}
+ loading={loading.encry}>{getLabel(537558, "保存")}
} showGroup center items={enctryItems}/>
}
@@ -322,7 +322,7 @@ class Index extends Component {
{getLabel(111, "报税规则")}
this.handleSave("DECLARATION")}
- loading={loading.declare}>{getLabel(111, "保存")}
+ loading={loading.declare}>{getLabel(537558, "保存")}
} showGroup center items={declareItems}/>
{
diff --git a/pc4mobx/hrmSalary/pages/salaryFile/changeSalaryModal.js b/pc4mobx/hrmSalary/pages/salaryFile/changeSalaryModal.js
index bd319178..b0436211 100644
--- a/pc4mobx/hrmSalary/pages/salaryFile/changeSalaryModal.js
+++ b/pc4mobx/hrmSalary/pages/salaryFile/changeSalaryModal.js
@@ -234,7 +234,7 @@ export default class ChangeSalaryModal extends React.Component {
}}
buttons={[ {
this.handleSave();
- }}>{getLabel(111, "保存")}]}
+ }}>{getLabel(537558, "保存")}]}
>
diff --git a/pc4mobx/hrmSalary/pages/salaryFile/salaryItemChangeList.js b/pc4mobx/hrmSalary/pages/salaryFile/salaryItemChangeList.js
index b08bc557..b67ba92a 100644
--- a/pc4mobx/hrmSalary/pages/salaryFile/salaryItemChangeList.js
+++ b/pc4mobx/hrmSalary/pages/salaryFile/salaryItemChangeList.js
@@ -36,7 +36,7 @@ export default class SalaryItemChangeList extends React.Component {
};
deleteSalaryItem = (salaryArchiveItemId) => {
Modal.confirm({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: getLabel(111, "是否删除该调整数据"),
onOk: () => {
const { salaryFileStore: { fetchSingleSalaryItemList } } = this.props;
@@ -64,10 +64,10 @@ export default class SalaryItemChangeList extends React.Component {
if (selectedKey === "fixed") {
columns = [...columns, {
dataIndex: "operate",
- title: getLabel(111, "操作"),
+ title: getLabel(30585, "操作"),
render: (text, record) => {
return
-
this.handleEdit(record)}>{getLabel(111, "编辑")}
+
this.handleEdit(record)}>{getLabel(501169, "编辑")}
-
+
{
diff --git a/pc4mobx/hrmSalary/pages/salaryItem/columns.js b/pc4mobx/hrmSalary/pages/salaryItem/columns.js
index a756d851..b30bf6ac 100644
--- a/pc4mobx/hrmSalary/pages/salaryItem/columns.js
+++ b/pc4mobx/hrmSalary/pages/salaryItem/columns.js
@@ -5,7 +5,7 @@ const getLabel = WeaLocaleProvider.getLabel;
export const columns = [
{
- title: getLabel(111, "名称"),
+ title: getLabel(33439, "名称"),
dataIndex: "title",
key: "title"
},
@@ -30,7 +30,7 @@ export const columns = [
key: "refere"
},
{
- title: getLabel(111, "进位规则"),
+ title: getLabel(543176, "进位规则"),
dataIndex: "title",
key: "title"
},
@@ -45,12 +45,12 @@ export const columns = [
key: "title"
},
{
- title: getLabel(111, "备注"),
+ title: getLabel(536726, "备注"),
dataIndex: "title",
key: "title"
},
{
- title: getLabel(111, "操作"),
+ title: getLabel(30585, "操作"),
dataIndex: "cz",
key: "cz"
}
@@ -58,7 +58,7 @@ export const columns = [
export const salaryItemFields = [
{
key: "name",
- label: getLabel(111, "名称"),
+ label: getLabel(33439, "名称"),
type: "INPUT",
viewAttr: 3,
tip: ""
@@ -79,14 +79,14 @@ export const salaryItemFields = [
},
{
key: "sharedType",
- label: getLabel(111, "可见性"),
+ label: getLabel(543164, "可见性"),
type: "SELECT",
viewAttr: 2,
tip: ""
},
{
key: "taxAgentIds",
- label: getLabel(111, "可见性范围"),
+ label: getLabel(543165, "可见性范围"),
type: "SELECT",
viewAttr: 3,
tip: ""
@@ -138,7 +138,7 @@ export const salaryItemFields = [
},
{
key: "description",
- label: getLabel(111, "备注"),
+ label: getLabel(536726, "备注"),
type: "TEXTAREA",
viewAttr: 2,
tip: ""
diff --git a/pc4mobx/hrmSalary/pages/salaryItem/formalFormModal.js b/pc4mobx/hrmSalary/pages/salaryItem/formalFormModal.js
index 9c810045..f2d9a5d0 100644
--- a/pc4mobx/hrmSalary/pages/salaryItem/formalFormModal.js
+++ b/pc4mobx/hrmSalary/pages/salaryItem/formalFormModal.js
@@ -207,7 +207,7 @@ export default class FormalFormModal extends React.Component {
this.parameters = result;
let params = {
name: getLabel(111, "公式1"),
- description: getLabel(111, "备注"),
+ description: getLabel(536726, "备注"),
module: "salary",
useFor: "salaryitem",
returnType: this.props.dataType || this.state.returnType,
@@ -363,7 +363,7 @@ export default class FormalFormModal extends React.Component {
title={title} hasScroll scalable className="formula-wrapper" initLoadCss
visible={this.props.visible} style={{ width: 1000 }}
buttons={[
- {getLabel(111, "保存")}
+ {getLabel(537558, "保存")}
]}
onCancel={() => {
this.props.onCancel();
@@ -394,7 +394,7 @@ export default class FormalFormModal extends React.Component {
onChange={(datasourceId) => {
if (datasourceId) {
Modal.confirm({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: getLabel(111, "外部数据源指第三方数据库,连接第三方数据库会影响核算效率。"),
onOk: () => {
this.setState({ extendParam: { ...extendParam, datasource: { datasourceId } } });
diff --git a/pc4mobx/hrmSalary/pages/salaryItem/index.js b/pc4mobx/hrmSalary/pages/salaryItem/index.js
index 45ec2a42..ed2b90cd 100644
--- a/pc4mobx/hrmSalary/pages/salaryItem/index.js
+++ b/pc4mobx/hrmSalary/pages/salaryItem/index.js
@@ -37,7 +37,7 @@ export default class SalaryItem extends React.Component {
} else if (item.dataIndex == "cz") {
item.render = () => {
return ();
@@ -81,7 +81,7 @@ export default class SalaryItem extends React.Component {
handleDeleteItem(record) {
const { salaryItemStore: { deleteItemRequest, getTableDatas } } = this.props;
Modal.confirm({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: `${getLabel(111, "确认删除该条数据吗")}?`,
onOk: () => {
deleteItemRequest([record.id]).then(() => {
@@ -124,12 +124,12 @@ export default class SalaryItem extends React.Component {
});
columns.push({
key: "operate",
- title: getLabel(111, "操作"),
+ title: getLabel(30585, "操作"),
render: (text, record) => {
return (
{
this.onEditItem(record, true);
- }}>{(showSalaryItemBtn || showOperateBtn) ? getLabel(111, "编辑") : getLabel(111, "查看")}
+ }}>{(showSalaryItemBtn || showOperateBtn) ? getLabel(501169, "编辑") : getLabel(33564, "查看")}
);
}
});
@@ -261,8 +261,8 @@ export default class SalaryItem extends React.Component {
return;
}
Modal.confirm({
- title: getLabel(111, "信息确认"),
- content: `${getLabel(111, "确定要将所选的薪资项")}(${getLabel(111, "共")}${selectedRowKeys.length})${getLabel(111, "条数据")}${getLabel(111, "删除吗")}?`,
+ title: getLabel(131329, "信息确认"),
+ content: `${getLabel(111, "确定要将所选的薪资项")}(${getLabel(18609, "共")}${selectedRowKeys.length})${getLabel(111, "条数据")}${getLabel(111, "删除吗")}?`,
onOk: () => {
deleteItemRequest(selectedRowKeys).then(() => {
getTableDatas({ ...this.state.searchParams }).then(res => {
@@ -294,7 +294,7 @@ export default class SalaryItem extends React.Component {
const { name, sharedType, taxAgentIds } = request;
if (!name || (sharedType === "1" && !taxAgentIds)) {
Modal.warning({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: `${getLabel(111, "必要信息不完整,红色*为必填项")}!`
});
return;
@@ -317,7 +317,7 @@ export default class SalaryItem extends React.Component {
arrList = [
{
handleSlideSave(false);
- }}>{getLabel(111, "保存")},
+ }}>{getLabel(537558, "保存")},
{
handleSlideSave(true);
}}>{getLabel(111, "保存并继续创建")}
@@ -326,7 +326,7 @@ export default class SalaryItem extends React.Component {
arrList = [
{
handleSlideSave(false);
- }}>{getLabel(111, "保存")}
+ }}>{getLabel(537558, "保存")}
];
}
return arrList;
diff --git a/pc4mobx/hrmSalary/pages/salaryItem/options.js b/pc4mobx/hrmSalary/pages/salaryItem/options.js
index f9ffce5c..1c4020c2 100644
--- a/pc4mobx/hrmSalary/pages/salaryItem/options.js
+++ b/pc4mobx/hrmSalary/pages/salaryItem/options.js
@@ -5,12 +5,12 @@ export const roundingModeOptions = [
{
key: "1",
selected: false,
- showname: getLabel(111, "原始数据")
+ showname: getLabel(19766, "原始数据")
},
{
key: "2",
selected: false,
- showname: getLabel(111, "四舍五入")
+ showname: getLabel(389654, "四舍五入")
},
{
key: "3",
@@ -20,12 +20,12 @@ export const roundingModeOptions = [
{
key: "4",
selected: false,
- showname: getLabel(111, "向下舍入")
+ showname: getLabel(542723, "向下舍入")
},
{
key: "5",
selected: false,
- showname: getLabel(111, "见分进角")
+ showname: getLabel(542724, "见分进角")
}
];
diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/accumulationFundForm.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/accumulationFundForm.js
index 9ee8a7db..dbb76875 100644
--- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/accumulationFundForm.js
+++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/accumulationFundForm.js
@@ -79,7 +79,7 @@ export default class AccumulationFundForm extends React.Component {
const { min, max, domkey } = it;
const minNum = !_.isNil(min) ? Number(min) : 0, maxNum = !_.isNil(max) ? Number(max) : 0;
if ((val < minNum || val > maxNum) && !_.isNil(min) && !_.isNil(max) && (!!maxNum || !!minNum)) {
- message.warning(`${getLabel(111, "超出所选缴纳方案设置的基数上下限范围,将自动按基数上下限填充")}。`);
+ message.warning(`${getLabel(543193, "超出所选缴纳方案设置的基数上下限范围,将自动按基数上下限填充")}。`);
paymentData = {
...paymentData,
[domkey[0]]: (val < minNum && !!minNum) ? minNum : (val > maxNum && !!maxNum) ? maxNum : val
diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/baseForm.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/baseForm.js
index bc621822..d974f031 100644
--- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/baseForm.js
+++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/baseForm.js
@@ -17,20 +17,20 @@ export default class BaseForm extends React.Component {
const { username, department, position, telephone, hiredate, dimissionDate } = baseFormData;
const { paymentOrganizationName } = record;
const baseItems = [
- { com: Input(getLabel(111, "姓名"), username) },
- { com: Input(getLabel(111, "部门"), department) },
- { com: Input(getLabel(111, "岗位"), position) },
- { com: Input(getLabel(111, "手机号"), telephone) },
- { com: Input(getLabel(111, "入职日期"), hiredate) },
- { com: Input(getLabel(111, "合同到期日期"), dimissionDate) }
+ { com: Input(getLabel(25034, "姓名"), username) },
+ { com: Input(getLabel(27511, "部门"), department) },
+ { com: Input(getLabel(6086, "岗位"), position) },
+ { com: Input(getLabel(125238, "手机号"), telephone) },
+ { com: Input(getLabel(1516, "入职日期"), hiredate) },
+ { com: Input(getLabel(543192, "合同到期日期"), dimissionDate) }
];
const taxagentItems = [
- { com: Input(getLabel(111, "个税扣缴义务人"), paymentOrganizationName) }
+ { com: Input(getLabel(537996, "个税扣缴义务人"), paymentOrganizationName) }
];
return (
-
-
+
+
);
}
diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/index.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/index.js
index 67fa1cd9..1e6620cb 100644
--- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/index.js
+++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/index.js
@@ -124,7 +124,7 @@ export default class Archives extends React.Component {
return (
this.handleEdit(record)}>{(showOperateBtn && selectedKey !== "stop") ? getLabel(111, "编辑") : getLabel(111, "查看")}
+ onClick={() => this.handleEdit(record)}>{(showOperateBtn && selectedKey !== "stop") ? getLabel(501169, "编辑") : getLabel(33564, "查看")}
{
showOperateBtn && selectedKey === "pending" &&
this.deleteTodoList({ runStatus: "4", ids: [record.baseInfo] })
});
}
}}>
- {getLabel(111, "增员")}
- {getLabel(111, "删除待办")}
+ {getLabel(543180, "增员")}
+ {getLabel(543181, "删除待办")}
} title="">
@@ -155,16 +155,16 @@ export default class Archives extends React.Component {
content={
} title="">
@@ -177,7 +177,7 @@ export default class Archives extends React.Component {
content={
} title="">
@@ -199,7 +199,7 @@ export default class Archives extends React.Component {
const { socialSchemeId, socialStartTime } = data;
if (socialSchemeId && !socialStartTime) {
Modal.warning({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: `${getLabel(111, "必要信息不完整,红色*为必填项")}!`
});
return;
@@ -212,7 +212,7 @@ export default class Archives extends React.Component {
const { fundSchemeId, fundStartTime } = data;
if (fundSchemeId && !fundStartTime) {
Modal.warning({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: `${getLabel(111, "必要信息不完整,红色*为必填项")}!`
});
return;
@@ -225,7 +225,7 @@ export default class Archives extends React.Component {
const { otherSchemeId, otherStartTime } = data;
if (otherSchemeId && !otherStartTime) {
Modal.warning({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: `${getLabel(111, "必要信息不完整,红色*为必填项")}!`
});
return;
@@ -339,13 +339,13 @@ export default class Archives extends React.Component {
if (status) {
const { msg, type } = data;
if (type === "fail") {
- message.error(msg || getLabel(111, "操作失败"));
+ message.error(msg || getLabel(30651, "操作失败"));
} else if (type === "success") {
- message.success(msg || getLabel(111, "操作成功"));
+ message.success(msg || getLabel(30700, "操作成功"));
this.query();
}
} else {
- message.error(errormsg || getLabel(111, "操作失败"));
+ message.error(errormsg || getLabel(30651, "操作失败"));
}
});
} else if (selectedKey === "suspend") {
@@ -354,13 +354,13 @@ export default class Archives extends React.Component {
if (status) {
const { msg, type } = data;
if (type === "fail") {
- message.error(msg || getLabel(111, "操作失败"));
+ message.error(msg || getLabel(30651, "操作失败"));
} else if (type === "success") {
- message.success(msg || getLabel(111, "操作成功"));
+ message.success(msg || getLabel(30700, "操作成功"));
this.query();
}
} else {
- message.error(errormsg || getLabel(111, "操作失败"));
+ message.error(errormsg || getLabel(30651, "操作失败"));
}
});
}
@@ -368,7 +368,7 @@ export default class Archives extends React.Component {
handleMenuItemClick = ({ key }) => {
const { selectedRowKeys, selectedKey } = this.state;
if (selectedRowKeys.length === 0) {
- message.warning(getLabel(111, "未选择任何条目"), 1);
+ message.warning(getLabel(543184, "未选择任何条目"), 1);
return;
}
switch (selectedKey) {
@@ -400,14 +400,14 @@ export default class Archives extends React.Component {
if (status) {
const { msg, type } = data;
if (type === "fail") {
- message.error(msg || getLabel(111, "操作失败"));
+ message.error(msg || getLabel(30651, "操作失败"));
} else if (type === "success") {
- message.success(msg || getLabel(111, "操作成功"));
+ message.success(msg || getLabel(30700, "操作成功"));
this.query();
this.onSelectChange([]);
}
} else {
- message.error(errormsg || getLabel(111, "操作失败"));
+ message.error(errormsg || getLabel(30651, "操作失败"));
}
});
};
@@ -417,14 +417,14 @@ export default class Archives extends React.Component {
if (status) {
const { msg, type } = data;
if (type === "fail") {
- message.error(msg || getLabel(111, "操作失败"));
+ message.error(msg || getLabel(30651, "操作失败"));
} else if (type === "success") {
- message.success(msg || getLabel(111, "操作成功"));
+ message.success(msg || getLabel(30700, "操作成功"));
this.query();
this.onSelectChange([]);
}
} else {
- message.error(errormsg || getLabel(111, "操作失败"));
+ message.error(errormsg || getLabel(30651, "操作失败"));
}
});
};
@@ -433,11 +433,11 @@ export default class Archives extends React.Component {
cancelStopPayment = (payload) => {
API.cancelStopPayment(payload).then(({ status, errormsg }) => {
if (status) {
- message.success(getLabel(111, "操作成功"));
+ message.success(getLabel(30700, "操作成功"));
this.query();
this.onSelectChange([]);
} else {
- message.error(errormsg || getLabel(111, "操作失败"));
+ message.error(errormsg || getLabel(30651, "操作失败"));
}
});
};
@@ -445,11 +445,11 @@ export default class Archives extends React.Component {
deleteTodoList = (payload) => {
API.updateRunStatus(payload).then(({ status, errormsg }) => {
if (status) {
- message.success(getLabel(111, "操作成功"));
+ message.success(getLabel(30700, "操作成功"));
this.query();
this.onSelectChange([]);
} else {
- message.error(errormsg || getLabel(111, "操作失败"));
+ message.error(errormsg || getLabel(30651, "操作失败"));
}
});
};
@@ -457,11 +457,11 @@ export default class Archives extends React.Component {
cancelStayDel = (payload) => {
API.cancelStayDel(payload).then(({ status, errormsg }) => {
if (status) {
- message.success(getLabel(111, "操作成功"));
+ message.success(getLabel(30700, "操作成功"));
this.query();
this.onSelectChange([]);
} else {
- message.error(errormsg || getLabel(111, "操作失败"));
+ message.error(errormsg || getLabel(30651, "操作失败"));
}
});
};
@@ -538,9 +538,9 @@ export default class Archives extends React.Component {
}, () => {
this.query();
});
- }}>{getLabel(111, "搜索")},
-
form.resetForm()}>{getLabel(111, "重置")},
-
setShowSearchAd(false)}>{getLabel(111, "取消")}
+ }}>{getLabel(388113, "搜索")},
+
form.resetForm()}>{getLabel(2022, "重置")},
+
setShowSearchAd(false)}>{getLabel(31129, "取消")}
];
// 导出全部
@@ -568,7 +568,7 @@ export default class Archives extends React.Component {
const handleMenuClick = () => {
const { selectedRowKeys } = this.state;
if (selectedRowKeys.length == 0) {
- message.warning(getLabel(111, "未选择任何条目"), 1);
+ message.warning(getLabel(543184, "未选择任何条目"), 1);
return;
}
let ids = selectedRowKeys.join(",");
@@ -593,13 +593,13 @@ export default class Archives extends React.Component {
const btns = selectedKey === "fixed" ? [
{
this.handleBtnImport("2");
- }}>{getLabel(111, "导入")},
+ }}>{getLabel(32935, "导入")},
- {getLabel(111, "导出选中")}
+ {getLabel(512938, "导出选中")}
} type="ghost">
- {getLabel(111, "导出全部")}
+ {getLabel(81272, "导出全部")}
] : selectedKey === "pending" ? [
- {getLabel(111, "批量增员")}
- {getLabel(111, "批量删除待办")}
+ {getLabel(543187, "批量增员")}
+ {getLabel(543186, "批量删除待办")}
} type="ghost"
>
- {getLabel(111, "全量增员")}
+ {getLabel(543185, "全量增员")}
,
{
this.handleBtnImport("1");
- }}>{getLabel(111, "导入")},
+ }}>{getLabel(32935, "导入")},
- {getLabel(111, "导出选中")}
+ {getLabel(512938, "导出选中")}
} type="ghost">
- {getLabel(111, "导出全部")}
+ {getLabel(81272, "导出全部")}
] : selectedKey === "suspend" ? [
- {getLabel(111, "批量减员")}
- {getLabel(111, "批量删除待办")}
+ {getLabel(543188, "批量减员")}
+ {getLabel(543186, "批量删除待办")}
}
type="primary"
>
- {getLabel(111, "全量减员")}
+ {getLabel(543189, "全量减员")}
,
- {getLabel(111, "导出选中")}
+ {getLabel(512938, "导出选中")}
} type="ghost">
- {getLabel(111, "导出全部")}
+ {getLabel(81272, "导出全部")}
] : [
}
placement="topLeft"
/>,
- this.cancelStopPayment(selectedRowKeys)}>{getLabel(111, "批量取消停缴")},
+ this.cancelStopPayment(selectedRowKeys)}>{getLabel(543190, "批量取消停缴")},
- {getLabel(111, "导出选中")}
+ {getLabel(512938, "导出选中")}
} type="ghost">
- {getLabel(111, "导出全部")}
+ {getLabel(81272, "导出全部")}
];
@@ -674,7 +674,7 @@ export default class Archives extends React.Component {
current: pageInfo.current,
pageSize: pageInfo.pageSize,
total: pageInfo.total,
- showTotal: total => `${getLabel(111, "共")} ${total} ${getLabel(111, "条")}`,
+ showTotal: total => `${getLabel(18609, "共")} ${total} ${getLabel(18256, "条")}`,
showQuickJumper: true,
showSizeChanger: true,
pageSizeOptions: ["10", "20", "50", "100"],
@@ -697,7 +697,7 @@ export default class Archives extends React.Component {
return (
} // 左侧图标
iconBgcolor="#F14A2D" // 左侧图标背景色
showDropIcon={false} // 是否显示下拉按钮
@@ -715,7 +715,7 @@ export default class Archives extends React.Component {
setShowSearchAd={bool => setShowSearchAd(bool)} //高级搜索面板受控
searchsAd={getSearchs(form, toJS(condition), 2)} // 高级搜索内部数据
buttonsAd={adBtn} // 高级搜索内部按钮
- searchsBasePlaceHolder={getLabel(111, "请输入姓名")}
+ searchsBasePlaceHolder={getLabel(26919, "请输入姓名")}
onSearch={() => {
this.setState({
pageInfo: {
@@ -762,17 +762,17 @@ export default class Archives extends React.Component {
direction="right"
title={
this.handleEditSlideSave()}>{getLabel(111, "保存")}] : []
+ [ this.handleEditSlideSave()}>{getLabel(537558, "保存")}] : []
}
subItemChange={selectedTab => this.setState({ selectedTab })}
/>
diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/otherForm.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/otherForm.js
index 36728bb3..5167a979 100644
--- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/otherForm.js
+++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/otherForm.js
@@ -78,7 +78,7 @@ export default class OtherForm extends React.Component {
const { min, max, domkey } = it;
const minNum = !_.isNil(min) ? Number(min) : 0, maxNum = !_.isNil(max) ? Number(max) : 0;
if ((val < minNum || val > maxNum) && !_.isNil(min) && !_.isNil(max) && (!!maxNum || !!minNum)) {
- message.warning(`${getLabel(111, "超出所选缴纳方案设置的基数上下限范围,将自动按基数上下限填充")}。`);
+ message.warning(`${getLabel(543193, "超出所选缴纳方案设置的基数上下限范围,将自动按基数上下限填充")}。`);
paymentData = {
...paymentData,
[domkey[0]]: (val < minNum && !!minNum) ? minNum : (val > maxNum && !!maxNum) ? maxNum : val
diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/socialSecurityForm.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/socialSecurityForm.js
index bd04d967..9883db5b 100644
--- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/socialSecurityForm.js
+++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/socialSecurityForm.js
@@ -77,7 +77,7 @@ export default class SocialSecurityForm extends React.Component {
const { min, max, domkey } = it;
const minNum = !_.isNil(min) ? Number(min) : 0, maxNum = !_.isNil(max) ? Number(max) : 0;
if ((val < minNum || val > maxNum) && !_.isNil(min) && !_.isNil(max) && (!!maxNum || !!minNum)) {
- message.warning(`${getLabel(111, "超出所选缴纳方案设置的基数上下限范围,将自动按基数上下限填充")}。`);
+ message.warning(`${getLabel(543193, "超出所选缴纳方案设置的基数上下限范围,将自动按基数上下限填充")}。`);
paymentData = {
...paymentData,
[domkey[0]]: (val < minNum && !!minNum) ? minNum : (val > maxNum && !!maxNum) ? maxNum : val
@@ -119,7 +119,7 @@ export default class SocialSecurityForm extends React.Component {
{
com: SocialDatePicker({
key: "socialStartTime",
- label: getLabel(111, "社保起始缴纳月"),
+ label: getLabel(542507, "社保起始缴纳月"),
viewAttr: socialSchemeId ? 3 : 2,
value: socialStartTime,
disabledDate: (current) => {
@@ -131,7 +131,7 @@ export default class SocialSecurityForm extends React.Component {
{
com: SocialEditInput({
key: "schemeAccount",
- label: getLabel(111, "社保账号"),
+ label: getLabel(81594, "社保账号"),
value: schemeAccount,
onChange: this.handleFormChange
})
@@ -139,7 +139,7 @@ export default class SocialSecurityForm extends React.Component {
{
com: SocialDatePicker({
key: "socialEndTime",
- label: getLabel(111, "社保最后缴纳月"),
+ label: getLabel(542508, "社保最后缴纳月"),
value: socialEndTime,
disabledDate: (current) => {
return current && socialStartTime && current.getTime() < new Date(socialStartTime).getTime();
@@ -151,7 +151,7 @@ export default class SocialSecurityForm extends React.Component {
return (
}
items={socialItems} col={2} showGroup needTigger={false}/>
diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/programme/columns.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/programme/columns.js
index f7424f10..3fe780e6 100644
--- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/programme/columns.js
+++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/programme/columns.js
@@ -3,90 +3,90 @@ import { WeaLocaleProvider } from "ecCom";
const getLabel = WeaLocaleProvider.getLabel;
// 社保
export const socialSecurityColumns = [{
- title: getLabel(111, "方案名称"),
+ title: getLabel(33162, "方案名称"),
dataIndex: "title",
key: "title"
}, {
- title: getLabel(111, "缴纳类型"),
+ title: getLabel(543163, "缴纳类型"),
dataIndex: "username",
key: "username"
}, {
- title: getLabel(111, "缴纳范围"),
+ title: getLabel(543167, "缴纳范围"),
dataIndex: "projectName",
key: "projectName"
}, {
- title: getLabel(111, "备注"),
+ title: getLabel(536726, "备注"),
dataIndex: "customer",
key: "customer"
}, {
- title: getLabel(111, "操作"),
+ title: getLabel(30585, "操作"),
dataIndex: "customer",
key: "customer"
}];
export const insertUpdateColumns = [
{
- title: getLabel(111, "类型名称"),
+ title: getLabel(15795, "类型名称"),
dataIndex: "insuranceName",
key: "insuranceName",
width: 120,
fixed: "left"
},
{
- title: getLabel(111, "是否缴费"),
+ title: getLabel(543168, "是否缴费"),
dataIndex: "isPayment",
key: "isPayment",
width: 100
},
{
- title: getLabel(111, "缴纳对象"),
+ title: getLabel(543169, "缴纳对象"),
dataIndex: "paymentScope",
key: "paymentScope",
width: 100
},
{
- title: getLabel(111, "缴纳周期"),
+ title: getLabel(543158, "缴纳周期"),
dataIndex: "paymentCycle",
key: "paymentCycle",
width: 200
},
{
- title: getLabel(111, "核算方式"),
+ title: getLabel(543170, "核算方式"),
dataIndex: "accountType",
key: "accountType",
width: 200
},
{
- title: getLabel(111, "基数下限"),
+ title: getLabel(543171, "基数下限"),
dataIndex: "lowerLimit",
key: "lowerLimit",
width: 100
},
{
- title: getLabel(111, "基数上限"),
+ title: getLabel(543172, "基数上限"),
dataIndex: "upperLimit",
key: "upperLimit",
width: 100
},
{
- title: getLabel(111, "缴纳比例%"),
+ title: getLabel(543173, "缴纳比例%"),
dataIndex: "paymentProportion",
key: "paymentProportion",
width: 100
},
{
- title: getLabel(111, "固定费用"),
+ title: getLabel(543174, "固定费用"),
dataIndex: "fixedCost",
key: "fixedCost",
width: 100
},
{
- title: getLabel(111, "有效小数位"),
+ title: getLabel(543175, "有效小数位"),
dataIndex: "validNum",
key: "validNum",
width: 100
},
{
- title: getLabel(111, "进位规则"),
+ title: getLabel(543176, "进位规则"),
dataIndex: "rententionRule",
key: "rententionRule",
width: 100
diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/programme/copySchemaModal.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/programme/copySchemaModal.js
index 8aea4d61..cc28120b 100644
--- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/programme/copySchemaModal.js
+++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/programme/copySchemaModal.js
@@ -14,7 +14,7 @@ export default class CopySchemaModal extends React.Component {
render() {
return (
@@ -30,7 +30,7 @@ export default class CopySchemaModal extends React.Component {
tipPosition="bottom"
ref="weaError"
style={{ width: "90%" }}
- error={`${this.props.title}${getLabel(111, "名称不能为空")}`}>
+ error={`${this.props.title}${getLabel(125692, "名称不能为空")}`}>
this.props.onCancel()}
- title={this.props.edit ? getLabel(111, "编辑自定义福利") : getLabel(111, "新建自定义福利")}
+ title={this.props.edit ? getLabel(543155, "编辑自定义福利") : getLabel(543178, "新建自定义福利")}
style={{ height: "auto!important" }}
buttons={[
- this.props.onCancel()}>{getLabel(111, "取消")},
- this.handleOK()}>{getLabel(111, "确定")}
+ this.props.onCancel()}>{getLabel(31129, "取消")},
+ this.handleOK()}>{getLabel(826, "确定")}
]}
>
{
@@ -254,7 +254,7 @@ export default class DefaultSlideForm extends React.Component {
};
} else if (item.dataIndex === "paymentCycle") {
item.title =
-
{getLabel(111, "缴纳周期")}
+
{getLabel(543158, "缴纳周期")}
{
if (record.paymentCycle === "0") {
return (
- {getLabel(111, "基数*比例+固定费用")}
+ {getLabel(543160, "基数*比例+固定费用")}
);
} else {
return (
{
@@ -343,8 +343,8 @@ export default class DefaultSlideForm extends React.Component {
} // 左侧图标
iconBgcolor="#F14A2D" // 左侧图标背景色
showDropIcon={false} // 是否显示下拉按钮
diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/programme/paymentPeriodModal.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/programme/paymentPeriodModal.js
index 698173de..4c8d559c 100644
--- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/programme/paymentPeriodModal.js
+++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/programme/paymentPeriodModal.js
@@ -61,28 +61,28 @@ class PaymentPeriodModal extends Component {
const { onCancel, visible } = this.props;
const { monthList, allSelect } = this.state;
const buttons = [
- {getLabel(111, "保存")},
+ {getLabel(537558, "保存")},
this.setState({ monthList: [], allSelect: false })}>{getLabel(111, "重置")}
+ onClick={() => this.setState({ monthList: [], allSelect: false })}>{getLabel(2022, "重置")}
];
const options = [
- { label: getLabel(111, "一月"), value: "1" },
- { label: getLabel(111, "二月"), value: "2" },
- { label: getLabel(111, "三月"), value: "3" },
- { label: getLabel(111, "四月"), value: "4" },
- { label: getLabel(111, "五月"), value: "5" },
- { label: getLabel(111, "六月"), value: "6" },
- { label: getLabel(111, "七月"), value: "7" },
- { label: getLabel(111, "八月"), value: "8" },
- { label: getLabel(111, "九月"), value: "9" },
- { label: getLabel(111, "十月"), value: "10" },
- { label: getLabel(111, "十一月"), value: "11" },
- { label: getLabel(111, "十二月"), value: "12" }
+ { label: getLabel(1492, "一月"), value: "1" },
+ { label: getLabel(1493, "二月"), value: "2" },
+ { label: getLabel(1494, "三月"), value: "3" },
+ { label: getLabel(1495, "四月"), value: "4" },
+ { label: getLabel(1496, "五月"), value: "5" },
+ { label: getLabel(1497, "六月"), value: "6" },
+ { label: getLabel(1498, "七月"), value: "7" },
+ { label: getLabel(1499, "八月"), value: "8" },
+ { label: getLabel(1800, "九月"), value: "9" },
+ { label: getLabel(1801, "十月"), value: "10" },
+ { label: getLabel(1802, "十一月"), value: "11" },
+ { label: getLabel(1803, "十二月"), value: "12" }
];
return (
- {getLabel(111, "全选")}
+ {getLabel(556, "全选")}
diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBook/components/abnormalDrawer.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBook/components/abnormalDrawer.js
index 14357a97..11a7e168 100644
--- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBook/components/abnormalDrawer.js
+++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBook/components/abnormalDrawer.js
@@ -68,7 +68,7 @@ export default class AbnormalDrawer extends Component {
this.props.onPageChange(value);
},
total: this.props.total,
- showTotal: total => `${getLabel(111, "共")} ${total} ${getLabel(111, "条")}`
+ showTotal: total => `${getLabel(18609, "共")} ${total} ${getLabel(18256, "条")}`
}}
rowSelection={rowSelection}
scroll={{ x: 1200 }}
diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBook/components/accountDialog.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBook/components/accountDialog.js
index f7409b49..ce29fd96 100644
--- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBook/components/accountDialog.js
+++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBook/components/accountDialog.js
@@ -65,7 +65,7 @@ class Accountdialog extends Component {
{/* {
this.props.isAdmin && */}
-
+
{/* } */}
-
+
{
@@ -194,7 +194,7 @@ export default class StandingBook extends React.Component {
creator
})
}>
- {getLabel(111, "查看")}
+ {getLabel(33564, "查看")}
}>
@@ -272,7 +272,7 @@ export default class StandingBook extends React.Component {
switch (key) {
case "archive":
Modal.confirm({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: `${getLabel(111, "确认要归档吗")}?`,
onOk: () => {
siaccountFile({ billMonth, paymentOrganization: paymentOrganizationId }).then((res) => {
@@ -296,7 +296,7 @@ export default class StandingBook extends React.Component {
break;
case "delete":
Modal.confirm({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: `${getLabel(111, "确认删除本条数据吗")}?`,
confirmLoading: deleteLoading,
onOk: () => {
@@ -445,7 +445,7 @@ export default class StandingBook extends React.Component {
...this.pageInfo,
total: total,
- showTotal: total => `${getLabel(111, "共")} ${total} ${getLabel(111, "条")}`,
+ showTotal: total => `${getLabel(18609, "共")} ${total} ${getLabel(18256, "条")}`,
pageSizeOptions: ["10", "20", "50", "100"],
showSizeChanger: true,
showQuickJumper: true,
diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/abnormalList.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/abnormalList.js
index 93bcc66b..819a818d 100644
--- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/abnormalList.js
+++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/abnormalList.js
@@ -86,9 +86,9 @@ export default class AbnormalListIndex extends Component {
-
{getLabel(111, "导出全部")}
+
{getLabel(81272, "导出全部")}
{
this.setState({ searchValue: value });
}}
diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/adjustmentSlide.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/adjustmentSlide.js
index 136fe6dc..0766a741 100644
--- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/adjustmentSlide.js
+++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/adjustmentSlide.js
@@ -46,13 +46,13 @@ class AdjustmentSlide extends Component {
});
if (_.isEmpty(dataSource)) {
Modal.warning({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: `${getLabel(111, "请添加调差项")}!`,
});
return;
} else if (!bool) {
Modal.warning({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: `${getLabel(111, "必要信息不完整,红色*为必填项")}!`,
});
return;
diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/inputPaymentAmount.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/inputPaymentAmount.js
index 85977863..882f667d 100644
--- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/inputPaymentAmount.js
+++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/inputPaymentAmount.js
@@ -62,17 +62,17 @@ class InputPaymentAmount extends Component {
{
!_.isEmpty(socialPayment) &&
- {this.renderInputItem(socialPayment, "socialPayment")}
}
{
!_.isEmpty(fundPayment) &&
- {this.renderInputItem(fundPayment, "fundPayment")}
}
{
!_.isEmpty(otherPayment) &&
- {this.renderInputItem(otherPayment, "otherPayment")}
}
diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/makeupDifference.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/makeupDifference.js
index ae327fc7..193b8fe1 100644
--- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/makeupDifference.js
+++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/makeupDifference.js
@@ -64,7 +64,7 @@ class MakeupDifference extends Component {
switch (key) {
case "delete":
Modal.confirm({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: `${getLabel(111, "确定删除数据吗")}?`,
onOk: () => this.delBalance()
});
diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/normal.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/normal.js
index ade2eeca..163232a5 100644
--- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/normal.js
+++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/normal.js
@@ -134,8 +134,8 @@ export default class NormalIndex extends Component {
const { list: dataSource, total, columns } = tableData;
const pageInfo = { current, pageSize, total };
const i18n = {
- "总计": getLabel(111, "总计"), "编辑": getLabel(111, "编辑"),
- "操作": getLabel(111, "操作"), "姓名": getLabel(111, "姓名"),
+ "总计": getLabel(111, "总计"), "编辑": getLabel(501169, "编辑"),
+ "操作": getLabel(30585, "操作"), "姓名": getLabel(25034, "姓名"),
"共": getLabel(83698, "共"), "条": getLabel(18256, "条"),
"加载中": getLabel(83698, "加载中")
};
@@ -278,7 +278,7 @@ export default class NormalIndex extends Component {
item => item.id
);
Modal.confirm({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: `${getLabel(111, "确认删除勾选的数据吗")}?`,
onOk: () => {
this.setState({
@@ -483,7 +483,7 @@ export default class NormalIndex extends Component {
onClick={() => this.setState({ importParams: { ...importParams, visible: true } })}>{getLabel(111, "导入数据")}
];
const btn5 = [
- {getLabel(111, "导出全部")}
+ {getLabel(81272, "导出全部")}
];
let btn = [];
(this.props.type !== "detail" && this.props.selectedKey == "3") && (btn = [...btn, ...btn1]);
@@ -509,7 +509,7 @@ export default class NormalIndex extends Component {
- {getLabel(111, "备注")}:
+ {getLabel(536726, "备注")}:
{remarks}
diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/overView.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/overView.js
index 1c2aaeb5..14970156 100644
--- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/overView.js
+++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/overView.js
@@ -114,7 +114,7 @@ export default class OverViewIndex extends Component {
- {getLabel(111, "导出全部")}
+ {getLabel(81272, "导出全部")}
{/* table */}
diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/regAddEmployee.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/regAddEmployee.js
index ffa8dbe7..1c2d4e56 100644
--- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/regAddEmployee.js
+++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/regAddEmployee.js
@@ -53,7 +53,7 @@ class RegAddEmployee extends Component {
const { onSave } = this.props;
if (_.isEmpty(baseInfo.billMonth) || _.isEmpty(baseInfo.items) || _.isEmpty(returnPersonInfo.employee)) {
Modal.warning({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: `${getLabel(111, "必要信息不完整,红色*为必填项")}!`
});
return;
@@ -71,8 +71,8 @@ class RegAddEmployee extends Component {
const { baseInfo, returnPersonInfo, selectPersonInfo } = this.state;
const { loading } = this.props;
const buttons = [
-
{getLabel(111, "保存")},
-
{getLabel(111, "重置")}
+
{getLabel(537558, "保存")},
+
{getLabel(2022, "重置")}
];
const baseItems = [
{
@@ -88,9 +88,9 @@ class RegAddEmployee extends Component {
com: SelectWithAll({
label: getLabel(111, "退差项目"),
options: [
- { key: "1", showname: getLabel(111, "社保") },
- { key: "2", showname: getLabel(111, "公积金") },
- { key: "3", showname: getLabel(111, "企业年金及其他福利") }
+ { key: "1", showname: getLabel(538967, "社保") },
+ { key: "2", showname: getLabel(538969, "公积金") },
+ { key: "3", showname: getLabel(542717, "企业年金及其他福利") }
],
detailtype: 2,
valueAll: baseInfo.itemsAll,
diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/regEditDetial.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/regEditDetial.js
index 047a36d2..5959cb7e 100644
--- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/regEditDetial.js
+++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/regEditDetial.js
@@ -20,7 +20,7 @@ class RegEditDetial extends Component {
listMap: [
{
key: "social",
- label: getLabel(111, "社保"),
+ label: getLabel(538967, "社保"),
dataSource: [],
columns: _.map(regColumns, item => {
if (item.dataIndex === "personalPaymentAmount" || item.dataIndex === "companyPaymentAmount") {
@@ -43,7 +43,7 @@ class RegEditDetial extends Component {
},
{
key: "fund",
- label:getLabel(111, "公积金") ,
+ label:getLabel(538969, "公积金") ,
dataSource: [],
columns: _.map(regColumns, item => {
if (item.dataIndex === "personalPaymentAmount" || item.dataIndex === "companyPaymentAmount") {
@@ -66,7 +66,7 @@ class RegEditDetial extends Component {
},
{
key: "other",
- label: getLabel(111, "企业年金及其他福利"),
+ label: getLabel(542717, "企业年金及其他福利"),
dataSource: [],
columns: _.map(regColumns, item => {
if (item.dataIndex === "personalPaymentAmount" || item.dataIndex === "companyPaymentAmount") {
@@ -227,9 +227,9 @@ class RegEditDetial extends Component {
result = _.map(_.uniqWith(fieldItems, _.isEqual), item => {
let obj = { benefits: item };
_.forEach(data, it => {
- if (item === it.insuranceName && it.paymentScope === getLabel(111, "个人")) {
+ if (item === it.insuranceName && it.paymentScope === getLabel(500201, "个人")) {
obj = _.assign(obj, { ...it, personalPaymentAmount: it.insuranceValue });
- } else if (item === it.insuranceName && it.paymentScope === getLabel(111, "公司")) {
+ } else if (item === it.insuranceName && it.paymentScope === getLabel(1851, "公司")) {
obj = _.assign(obj, { ...it, companyPaymentAmount: it.insuranceValue });
}
});
diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/regList.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/regList.js
index 40b95237..56ec61a1 100644
--- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/regList.js
+++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/regList.js
@@ -68,8 +68,8 @@ class RegList extends Component {
const childFrameObj = document.getElementById("atdTable");
const { pageInfo, dataSource, columns, selectedRowKeys, datalistPayload } = this.state;
const i18n = {
- "总计": getLabel(111, "总计"), "编辑": getLabel(111, "编辑"),
- "操作": getLabel(111, "操作"), "姓名": getLabel(111, "姓名"),
+ "总计": getLabel(111, "总计"), "编辑": getLabel(501169, "编辑"),
+ "操作": getLabel(30585, "操作"), "姓名": getLabel(25034, "姓名"),
"共": getLabel(83698, "共"), "条": getLabel(18256, "条"),
"加载中": getLabel(83698, "加载中")
};
diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/regTop.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/regTop.js
index 087e642c..6d6462cd 100644
--- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/regTop.js
+++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/regTop.js
@@ -35,13 +35,13 @@ class RegTop extends Component {
placement="bottomRight"
width={250}
/>,
-
onChange("export")}>{getLabel(111, "导出全部")}
+
onChange("export")}>{getLabel(81272, "导出全部")}
];
if (!type) {
const [dom1, ...extra] = dom;
const domBtn = regtopType === "regression" ?
onChange("add")}>{getLabel(111, "添加")} :
-
onChange("import")}>{getLabel(111, "导入")};
+
onChange("import")}>{getLabel(32935, "导入")};
dom = [
dom1,
onChange("delete")}>
diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/regression.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/regression.js
index 4b64f2d9..2815f370 100644
--- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/regression.js
+++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/regression.js
@@ -66,10 +66,10 @@ class Regression extends Component {
API.saveRecession(payload).then(({ status, errormsg }) => {
this.setState({ loading: { ...loading, save: false } });
if (status) {
- message.success(`${getLabel(111, "操作成功")}。${getLabel(111, "若退差月无核算明细")},${getLabel(111, "账单月则无法获取退差数据")}`);
+ message.success(`${getLabel(30700, "操作成功")}。${getLabel(111, "若退差月无核算明细")},${getLabel(111, "账单月则无法获取退差数据")}`);
this.handleCloseModal();
} else {
- message.error(errormsg || getLabel(111, "操作失败"));
+ message.error(errormsg || getLabel(30651, "操作失败"));
}
});
};
@@ -86,7 +86,7 @@ class Regression extends Component {
break;
case "delete":
Modal.confirm({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: `${getLabel(111, "删除人员本账单月将不包含该人员的退差数据")}!`,
onOk: () => {
this.delRecession();
diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/supplementarySlide.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/supplementarySlide.js
index 74d33c1b..20f46466 100644
--- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/supplementarySlide.js
+++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/supplementarySlide.js
@@ -121,14 +121,14 @@ class SupplementarySlide extends Component {
const { supplementType, projects, projectsAll, billMonthList, includes, historyMonth } = baseInfo;
if (!projects || !billMonthList || !includes) {
Modal.warning({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: `${getLabel(111, "必要信息不完整,红色*为必填项")}!`
});
return;
}
if (supplementType === "2" && !historyMonth) {
Modal.warning({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: `${getLabel(111, "必要信息不完整,红色*为必填项")}!`
});
return;
@@ -280,9 +280,9 @@ class SupplementarySlide extends Component {
com: SelectWithAll({
label: getLabel(111, "补缴项目"),
options: [
- { key: "1", showname: getLabel(111, "社保") },
- { key: "2", showname: getLabel(111, "公积金") },
- { key: "3", showname: getLabel(111, "企业年金及其他福利") },
+ { key: "1", showname: getLabel(538967, "社保") },
+ { key: "2", showname: getLabel(538969, "公积金") },
+ { key: "3", showname: getLabel(542717, "企业年金及其他福利") },
{ key: "4", showname: getLabel(111, "养老保险") },
{ key: "5", showname: getLabel(111, "医疗保险") }
],
diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookOfflineComparison/condition.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookOfflineComparison/condition.js
index 9708262d..3930e0e8 100644
--- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookOfflineComparison/condition.js
+++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookOfflineComparison/condition.js
@@ -9,7 +9,7 @@ export const conditions = [
conditionType: "INPUT",
domkey: ["userName"],
fieldcol: 14,
- label: getLabel(111, "姓名"),
+ label: getLabel(25034, "姓名"),
labelcol: 6,
value: "",
viewAttr: 2
diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookOfflineComparison/index.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookOfflineComparison/index.js
index 4050ff5b..0c99f20b 100644
--- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookOfflineComparison/index.js
+++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookOfflineComparison/index.js
@@ -94,7 +94,7 @@ class StandingBookOfflineComparison extends Component {
return renderLoading();
}
const buttons = [
- this.setState({ importVisible: true })}>{getLabel(111, "导入")},
+ this.setState({ importVisible: true })}>{getLabel(32935, "导入")},
{getLabel(111, "导出")}
];
const adBtn = [
@@ -102,9 +102,9 @@ class StandingBookOfflineComparison extends Component {
this.setState({ showSearchAd: false }, () => {
this.comparisonwelfareList();
});
- }}>{getLabel(111, "搜索")},
-
form.resetForm()}>{getLabel(111, "重置")},
-
this.setState({ showSearchAd: false })}>{getLabel(111, "取消")}
+ }}>{getLabel(388113, "搜索")},
+
form.resetForm()}>{getLabel(2022, "重置")},
+
this.setState({ showSearchAd: false })}>{getLabel(31129, "取消")}
];
return (
@@ -113,7 +113,7 @@ class StandingBookOfflineComparison extends Component {
buttons={buttons}
buttonsAd={adBtn}
searchType={["base", "advanced"]}
- searchsBasePlaceHolder={getLabel(111, "请输入姓名")}
+ searchsBasePlaceHolder={getLabel(26919, "请输入姓名")}
showSearchAd={showSearchAd}
setShowSearchAd={showSearchAd => this.setState({ showSearchAd })}
searchsAd={getSearchs(form, conditions, 2)}
diff --git a/pc4mobx/hrmSalary/pages/sysConfig/index.js b/pc4mobx/hrmSalary/pages/sysConfig/index.js
index 41df3da7..d952edd3 100644
--- a/pc4mobx/hrmSalary/pages/sysConfig/index.js
+++ b/pc4mobx/hrmSalary/pages/sysConfig/index.js
@@ -51,7 +51,7 @@ export default class SysConfig extends React.Component {
const { columns, list: dataSource, total, pageSize, pageNum: current } = data;
this.setState({
columns: [...columns, {
- title: getLabel(111, "操作"),
+ title: getLabel(30585, "操作"),
key: "operation",
render: (text, record) => (
@@ -62,7 +62,7 @@ export default class SysConfig extends React.Component {
title: getLabel(111, "编辑配置项"),
formId: record.id
}
- }, () => this.getSysDetail(record.id))}>{getLabel(111, "编辑")}
+ }, () => this.getSysDetail(record.id))}>{getLabel(501169, "编辑")}
)
}],
@@ -189,8 +189,8 @@ export default class SysConfig extends React.Component {
title: getLabel(111, "新增配置项"),
formId: ""
}
- })}>{getLabel(111, "取消")},
-
{getLabel(111, "确定")}
+ })}>{getLabel(31129, "取消")},
+
{getLabel(826, "确定")}
]}
onCancel={() => this.setState({
modalProps: {
diff --git a/pc4mobx/hrmSalary/pages/taxAgent/addTaxAgentModal.js b/pc4mobx/hrmSalary/pages/taxAgent/addTaxAgentModal.js
index 3027763d..ee1ed3cd 100644
--- a/pc4mobx/hrmSalary/pages/taxAgent/addTaxAgentModal.js
+++ b/pc4mobx/hrmSalary/pages/taxAgent/addTaxAgentModal.js
@@ -85,10 +85,10 @@ export default class AddTaxAgentModal extends React.Component {
title={getLabel(111, "关联人员")}
buttons={[
- {getLabel(111, "保存")}
+ {getLabel(537558, "保存")}
,
- {getLabel(111, "重置")}
+ {getLabel(2022, "重置")}
]}>
@@ -194,7 +194,7 @@ export default class AddTaxAgentModal extends React.Component {
style={{ width: "100%" }}
ref="weaError1"
error={getLabel(111, "请选择员工状态")}>
- {
+ {
if (checkAll === "1") {
const checked = _.map(employeeStatus, it => it.id);
this.setState({
diff --git a/pc4mobx/hrmSalary/pages/taxAgent/columns.js b/pc4mobx/hrmSalary/pages/taxAgent/columns.js
index 627ef8f9..0cc945e6 100644
--- a/pc4mobx/hrmSalary/pages/taxAgent/columns.js
+++ b/pc4mobx/hrmSalary/pages/taxAgent/columns.js
@@ -8,29 +8,29 @@ export const columns = [
key: "title"
},
{
- title: getLabel(111, "个税扣缴义务人"),
+ title: getLabel(537996, "个税扣缴义务人"),
dataIndex: "title",
key: "title"
},
{
- title: getLabel(111, "备注"),
+ title: getLabel(536726, "备注"),
dataIndex: "title",
key: "title"
},
{
- title: getLabel(111, "操作"),
+ title: getLabel(30585, "操作"),
dataIndex: "title",
key: "title"
}
];
export const importEmployColumns = [
{
- title: getLabel(111, "姓名"),
+ title: getLabel(25034, "姓名"),
dataIndex: "username",
key: "username"
},
{
- title: getLabel(111, "部门"),
+ title: getLabel(27511, "部门"),
dataIndex: "departmentName",
key: "departmentName"
},
@@ -40,7 +40,7 @@ export const importEmployColumns = [
key: "jobNum"
},
{
- title: getLabel(111, "手机号"),
+ title: getLabel(125238, "手机号"),
dataIndex: "mobile",
key: "mobile"
},
diff --git a/pc4mobx/hrmSalary/pages/taxAgent/editConditions.js b/pc4mobx/hrmSalary/pages/taxAgent/editConditions.js
index 350a6b39..2a4e50a9 100644
--- a/pc4mobx/hrmSalary/pages/taxAgent/editConditions.js
+++ b/pc4mobx/hrmSalary/pages/taxAgent/editConditions.js
@@ -16,7 +16,7 @@ export const editConditions = [
domkey: ["name"],
fieldcol: 14,
rules: "required|string",
- label: getLabel(111, "名称"),
+ label: getLabel(33439, "名称"),
labelcol: 6,
value: "",
viewAttr: 3
@@ -67,7 +67,7 @@ export const editConditions = [
conditionType: "TEXTAREA",
domkey: ["description"],
fieldcol: 14,
- label: getLabel(111, "备注"),
+ label: getLabel(536726, "备注"),
labelcol: 6,
value: "",
viewAttr: 2
@@ -85,7 +85,7 @@ export const decentralizationConditions = [
domkey: ["name"],
fieldcol: 14,
rules: "required|string",
- label: getLabel(111, "名称"),
+ label: getLabel(33439, "名称"),
labelcol: 6,
value: "",
viewAttr: 3
@@ -105,7 +105,7 @@ export const decentralizationConditions = [
conditionType: "TEXTAREA",
domkey: ["description"],
fieldcol: 14,
- label: getLabel(111, "备注"),
+ label: getLabel(536726, "备注"),
labelcol: 6,
value: "",
viewAttr: 2
diff --git a/pc4mobx/hrmSalary/pages/taxAgent/editModal.js b/pc4mobx/hrmSalary/pages/taxAgent/editModal.js
index 9984cb5c..8241e516 100644
--- a/pc4mobx/hrmSalary/pages/taxAgent/editModal.js
+++ b/pc4mobx/hrmSalary/pages/taxAgent/editModal.js
@@ -129,7 +129,7 @@ export default class EditModal extends React.Component {
? getLabel(111, "保存并进入下一步")
: btnType === "prev"
? getLabel(111, "上一步")
- : getLabel(111, "保存")}
+ : getLabel(537558, "保存")}
)}
@@ -143,7 +143,7 @@ export default class EditModal extends React.Component {
-
+
diff --git a/pc4mobx/hrmSalary/pages/taxAgent/index.js b/pc4mobx/hrmSalary/pages/taxAgent/index.js
index b8b3bf86..54d17880 100644
--- a/pc4mobx/hrmSalary/pages/taxAgent/index.js
+++ b/pc4mobx/hrmSalary/pages/taxAgent/index.js
@@ -67,7 +67,7 @@ export default class TaxAgent extends React.Component {
taxAgentBaseSave = devolutionStatus => {
Modal.confirm({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: `${getLabel(111, "确认")}${!devolutionStatus ? getLabel(111, "停用") : getLabel(111, "启用")}${getLabel(111, "分权")}?`,
onOk: () => {
const paylaod = { devolutionStatus };
@@ -257,7 +257,7 @@ export default class TaxAgent extends React.Component {
const { taxAgentStore } = this.props;
const { deleteTaxAgent, pageObj, doInit } = taxAgentStore;
Modal.confirm({
- title: getLabel(111, "信息确认"),
+ title: getLabel(131329, "信息确认"),
content: getLabel(111, "确认要删除吗?"),
onOk: () => {
deleteTaxAgent([agentId]).then(({ status, errormsg }) => {
@@ -278,7 +278,7 @@ export default class TaxAgent extends React.Component {
taxAgentRangeSync({}).then(({ status, data }) => {
this.setState({ syncLoading: false });
if (status) {
- message.success(data || getLabel(111, "操作成功"));
+ message.success(data || getLabel(30700, "操作成功"));
getTaxAgentList();
}
});
@@ -349,14 +349,14 @@ export default class TaxAgent extends React.Component {
[
...columns,
{
- title: getLabel(111, "操作"),
+ title: getLabel(30585, "操作"),
key: "operation",
render: (text, record) =>
this.showEditModal(record.id)}>
- {getLabel(111, "编辑")}
+ {getLabel(501169, "编辑")}
} // 左侧图标
iconBgcolor="#F14A2D" // 左侧图标背景色
buttons={showOperateBtn ? btns : btns.slice(1)}
@@ -427,7 +427,7 @@ export default class TaxAgent extends React.Component {
- {getLabel(111, "个税扣缴义务人")}
+ {getLabel(537996, "个税扣缴义务人")}
{/* 总管理员开启新增功能 */}
{permission.isChief &&
{
taxAgentRangeDelete(ids).then(({ status, errorMsg }) => {
diff --git a/pc4mobx/hrmSalary/pages/taxAgent/slideTaxagentUser.js b/pc4mobx/hrmSalary/pages/taxAgent/slideTaxagentUser.js
index 17d8b771..25301422 100644
--- a/pc4mobx/hrmSalary/pages/taxAgent/slideTaxagentUser.js
+++ b/pc4mobx/hrmSalary/pages/taxAgent/slideTaxagentUser.js
@@ -174,7 +174,7 @@ export default class SlideTaxagentUser extends React.Component {
onClick={() => {
this.setState({ importParams: { ...importParams, visible: true, step: 0 } });
}}
- >,
+ >,
,
this.setState({ addTaxagentModalVisible: true })}/>
diff --git a/pc4mobx/hrmSalary/pages/taxRate/columns.js b/pc4mobx/hrmSalary/pages/taxRate/columns.js
index ac8a6761..94bd3990 100644
--- a/pc4mobx/hrmSalary/pages/taxRate/columns.js
+++ b/pc4mobx/hrmSalary/pages/taxRate/columns.js
@@ -3,22 +3,22 @@ import { WeaLocaleProvider } from "ecCom";
const getLabel = WeaLocaleProvider.getLabel;
export const columns = [
{
- title: getLabel(111, "姓名"),
+ title: getLabel(25034, "姓名"),
dataIndex: "title",
key: "title"
},
{
- title: getLabel(111, "个税扣缴义务人"),
+ title: getLabel(537996, "个税扣缴义务人"),
dataIndex: "title",
key: "title"
},
{
- title: getLabel(111, "部门"),
+ title: getLabel(27511, "部门"),
dataIndex: "title",
key: "title"
},
{
- title: getLabel(111, "手机号"),
+ title: getLabel(125238, "手机号"),
dataIndex: "title",
key: "title"
},
@@ -33,7 +33,7 @@ export const columns = [
key: "title"
},
{
- title: getLabel(111, "操作"),
+ title: getLabel(30585, "操作"),
dataIndex: "title",
key: "title"
}
diff --git a/pc4mobx/hrmSalary/pages/taxRate/editSlideContent.js b/pc4mobx/hrmSalary/pages/taxRate/editSlideContent.js
index 3ae260e1..60c0b3cd 100644
--- a/pc4mobx/hrmSalary/pages/taxRate/editSlideContent.js
+++ b/pc4mobx/hrmSalary/pages/taxRate/editSlideContent.js
@@ -53,10 +53,10 @@ export default class EditSlideContent extends React.Component {
} = this.props;
return (
-
+
- {getLabel(111, "名称")}:
+ {getLabel(33439, "名称")}:
- {getLabel(111, "备注")}:
+ {getLabel(536726, "备注")}:
{getLabel(111, "搜索")},
- form.resetForm()}>{getLabel(111, "重置")},
- setShowSearchAd(false)}>{getLabel(111, "取消")}
+ {getLabel(388113, "搜索")},
+ form.resetForm()}>{getLabel(2022, "重置")},
+ setShowSearchAd(false)}>{getLabel(31129, "取消")}
];
const topTab = [];
@@ -194,7 +194,7 @@ export default class TaxRate extends React.Component {
title={
{
this.state.currentOperate == "add" ? doSave() : doUpdate();
}}