diff --git a/pc4mobx/hrmSalary/components/mobileTemplate/index.js b/pc4mobx/hrmSalary/components/mobileTemplate/index.js index 9285d15c..3c680432 100644 --- a/pc4mobx/hrmSalary/components/mobileTemplate/index.js +++ b/pc4mobx/hrmSalary/components/mobileTemplate/index.js @@ -20,7 +20,7 @@ class Index extends Component { const { onlyOneGrup, showData } = dealTemplate(itemTypeList, "mobile"); return ( -
{getLabel(111, "薪酬预览")}
+
{getLabel(545773, "薪酬预览")}
@@ -50,7 +50,7 @@ class Index extends Component {
{ (onlyOneGrup && tipPosi === "1" && tip) && (
-
{getLabel(111, "发放说明")}
+
{getLabel(544304, "发放说明")}
{tip}
) } @@ -66,7 +66,7 @@ class Index extends Component { } { (onlyOneGrup && tipPosi === "2" && tip) && (
-
{getLabel(111, "发放说明")}
+
{getLabel(544304, "发放说明")}
{tip}
) } diff --git a/pc4mobx/hrmSalary/components/pcTemplate/index.js b/pc4mobx/hrmSalary/components/pcTemplate/index.js index 55b29847..b625e2c8 100644 --- a/pc4mobx/hrmSalary/components/pcTemplate/index.js +++ b/pc4mobx/hrmSalary/components/pcTemplate/index.js @@ -44,7 +44,7 @@ class Index extends Component {
{ (onlyOneGrup && tipPosi === "1" && tip) && (
-
{getLabel(111, "发放说明")}
+
{getLabel(544304, "发放说明")}
{tip}
) } @@ -63,7 +63,7 @@ class Index extends Component { } { (onlyOneGrup && tipPosi === "2" && tip) && (
-
{getLabel(111, "发放说明")}
+
{getLabel(544304, "发放说明")}
{tip}
) } diff --git a/pc4mobx/hrmSalary/pages/adjustSalaryManage/components/advanceInputBtn/index.js b/pc4mobx/hrmSalary/pages/adjustSalaryManage/components/advanceInputBtn/index.js index 847db526..07c3bb03 100644 --- a/pc4mobx/hrmSalary/pages/adjustSalaryManage/components/advanceInputBtn/index.js +++ b/pc4mobx/hrmSalary/pages/adjustSalaryManage/components/advanceInputBtn/index.js @@ -18,7 +18,7 @@ class Index extends Component { onSearch={this.props.onAdvanceSearch} /> + onClick={this.props.onOpenAdvanceSearch}>{getLabel(545754, "高级搜索")}
); } diff --git a/pc4mobx/hrmSalary/pages/adjustSalaryManage/components/conditions.js b/pc4mobx/hrmSalary/pages/adjustSalaryManage/components/conditions.js index 22674611..1b2bead5 100644 --- a/pc4mobx/hrmSalary/pages/adjustSalaryManage/components/conditions.js +++ b/pc4mobx/hrmSalary/pages/adjustSalaryManage/components/conditions.js @@ -91,7 +91,7 @@ export const adjustSearchConditions = [ domkey: ["adjustItem"], fieldcol: 12, label: "项目名称", - lanId: 111, + lanId: 545768, labelcol: 6, value: "", viewAttr: 2 @@ -123,7 +123,7 @@ export const adjustSearchConditions = [ domkey: ["operateTime1", "operateTime2"], fieldcol: 12, label: "操作日期", - lanId: 111, + lanId: 545769, labelcol: 6, viewAttr: 2 }, @@ -154,7 +154,7 @@ export const adjustSearchConditions = [ domkey: ["operatorIds"], fieldcol: 12, label: "操作人", - lanId: 111, + lanId: 17482, labelcol: 6, viewAttr: 2 }, diff --git a/pc4mobx/hrmSalary/pages/adjustSalaryManage/index.js b/pc4mobx/hrmSalary/pages/adjustSalaryManage/index.js index e57ffa58..2325f2ce 100644 --- a/pc4mobx/hrmSalary/pages/adjustSalaryManage/index.js +++ b/pc4mobx/hrmSalary/pages/adjustSalaryManage/index.js @@ -110,7 +110,7 @@ class Index extends Component { }; return ( } iconBgcolor="#F14A2D" buttons={[ , diff --git a/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/conditions.js b/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/conditions.js index 39246c88..fdb0fe4f 100644 --- a/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/conditions.js +++ b/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/conditions.js @@ -113,7 +113,7 @@ export const extensionCondition = [ domkey: ["pk"], fieldcol: 14, label: "主键", - lanId: 111, + lanId: 545793, labelcol: 6, value: "", rules: "required|string", diff --git a/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/dimensionExtensionAttrsDialog.js b/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/dimensionExtensionAttrsDialog.js index 700dfa73..88da967d 100644 --- a/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/dimensionExtensionAttrsDialog.js +++ b/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/dimensionExtensionAttrsDialog.js @@ -99,7 +99,7 @@ class DimensionExtensionAttrsDialog extends Component { width: "50%" }, { - title: getLabel(111, "字段"), + title: getLabel(545783, "字段"), dataIndex: "field", key: "field", com: [ @@ -111,7 +111,7 @@ class DimensionExtensionAttrsDialog extends Component { ]; return ( {getLabel(537558, "保存")} diff --git a/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/dimensionTable.js b/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/dimensionTable.js index 62261814..a657dc25 100644 --- a/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/dimensionTable.js +++ b/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/dimensionTable.js @@ -101,9 +101,9 @@ class DimensionTable extends Component { onClick={() => this.dimensionDelete([record.id])}>{getLabel(535052, "删除")} } { - record.dimName === getLabel(30042, "人员") && record.dimType === getLabel(111, "定性") && + record.dimName === getLabel(30042, "人员") && record.dimType === getLabel(545744, "定性") && this.setState({ visible: true })}>{getLabel(111, "扩展属性")} + onClick={() => this.setState({ visible: true })}>{getLabel(545782, "扩展属性")} } ); diff --git a/pc4mobx/hrmSalary/pages/calculate/calculate.js b/pc4mobx/hrmSalary/pages/calculate/calculate.js index ae98e007..d9ebc043 100644 --- a/pc4mobx/hrmSalary/pages/calculate/calculate.js +++ b/pc4mobx/hrmSalary/pages/calculate/calculate.js @@ -31,7 +31,7 @@ class Calculate extends Component { moment(new Date()).startOf("month").format("YYYY-MM") ] }, isRefresh: false, - progressModule: { visible: false, progress: 0, title: getLabel(111, "正在归档中请稍后") }, + progressModule: { visible: false, progress: 0, title: getLabel(545763, "正在归档中请稍后") }, calcDaialog: { visible: false, title: "" } }; this.timer = null; diff --git a/pc4mobx/hrmSalary/pages/calculate/components/calculateTablelist/index.js b/pc4mobx/hrmSalary/pages/calculate/components/calculateTablelist/index.js index 626eba5b..513f37ff 100644 --- a/pc4mobx/hrmSalary/pages/calculate/components/calculateTablelist/index.js +++ b/pc4mobx/hrmSalary/pages/calculate/components/calculateTablelist/index.js @@ -68,7 +68,7 @@ class Index extends Component { {getLabel(30585, "操作")} , render: (__, record) => { diff --git a/pc4mobx/hrmSalary/pages/calculate/doCalc/components/advanceInputBtn/index.js b/pc4mobx/hrmSalary/pages/calculate/doCalc/components/advanceInputBtn/index.js index 97fe5c49..3d363ec9 100644 --- a/pc4mobx/hrmSalary/pages/calculate/doCalc/components/advanceInputBtn/index.js +++ b/pc4mobx/hrmSalary/pages/calculate/doCalc/components/advanceInputBtn/index.js @@ -18,7 +18,7 @@ class Index extends Component { onSearch={this.props.onAdvanceSearch} /> + onClick={this.props.onOpenAdvanceSearch}>{getLabel(545754, "高级搜索")}
); } diff --git a/pc4mobx/hrmSalary/pages/calculate/doCalc/components/salaryEditCalc/editCalcTable.js b/pc4mobx/hrmSalary/pages/calculate/doCalc/components/salaryEditCalc/editCalcTable.js index 26333b77..7231afd3 100644 --- a/pc4mobx/hrmSalary/pages/calculate/doCalc/components/salaryEditCalc/editCalcTable.js +++ b/pc4mobx/hrmSalary/pages/calculate/doCalc/components/salaryEditCalc/editCalcTable.js @@ -135,7 +135,7 @@ class EditCalcTable extends Component { "当前状态未锁定,点击锁定": getLabel(545248, "当前状态未锁定,点击锁定"), "共": getLabel(18609, "共"), "条": getLabel(18256, "条"), "总计": getLabel(523, "总计"), "批量解锁": getLabel(545249, "批量解锁"), - "批量锁定": getLabel(545250, "批量锁定"), "查看拓扑图": getLabel(111, "查看拓扑图") + "批量锁定": getLabel(545250, "批量锁定"), "查看拓扑图": getLabel(545776, "查看拓扑图") }; const childFrameObj = document.getElementById("atdTable"); childFrameObj.contentWindow.postMessage(JSON.stringify({ ...payload, i18n }), "*"); diff --git a/pc4mobx/hrmSalary/pages/calculate/doCalc/index.js b/pc4mobx/hrmSalary/pages/calculate/doCalc/index.js index 52924732..04f52b4e 100644 --- a/pc4mobx/hrmSalary/pages/calculate/doCalc/index.js +++ b/pc4mobx/hrmSalary/pages/calculate/doCalc/index.js @@ -156,7 +156,7 @@ class Index extends Component { onAdvanceSearch={() => this.calc.onAdSearch(false)}/> ]; accountExceptInfo && reqBtns.unshift( this.downloadTxtfile(accountExceptInfo)}/>); break; default: diff --git a/pc4mobx/hrmSalary/pages/declare/components/declareQuery/index.js b/pc4mobx/hrmSalary/pages/declare/components/declareQuery/index.js index f5627a0c..4a324609 100644 --- a/pc4mobx/hrmSalary/pages/declare/components/declareQuery/index.js +++ b/pc4mobx/hrmSalary/pages/declare/components/declareQuery/index.js @@ -22,7 +22,7 @@ class Index extends Component { onChange={v => this.props.onChange({ dateRange: v })}/>
this.props.onChange({ taxAgentName: v })} onSearch={this.props.onSearch} /> diff --git a/pc4mobx/hrmSalary/pages/mySalaryBenefits/index.js b/pc4mobx/hrmSalary/pages/mySalaryBenefits/index.js index 5f608921..8e53ffec 100644 --- a/pc4mobx/hrmSalary/pages/mySalaryBenefits/index.js +++ b/pc4mobx/hrmSalary/pages/mySalaryBenefits/index.js @@ -41,7 +41,7 @@ class Index extends Component { render() { const { selectedKey, salaryYearMonth } = this.state; const tabs = [ - { key: "1", title: getLabel(111, "工资单") }, + { key: "1", title: getLabel(503, "工资单") }, { key: "2", title: getLabel(543150, "调薪记录") } ]; const btns = [ diff --git a/pc4mobx/hrmSalary/pages/payroll/templatePreview/tmpPreview.js b/pc4mobx/hrmSalary/pages/payroll/templatePreview/tmpPreview.js index d6d410d1..b417b23b 100644 --- a/pc4mobx/hrmSalary/pages/payroll/templatePreview/tmpPreview.js +++ b/pc4mobx/hrmSalary/pages/payroll/templatePreview/tmpPreview.js @@ -32,7 +32,7 @@ class TmpPreview extends Component { componentDidMount() { const dataStr = window.localStorage.getItem("weapp-salary-payroll-preview-data"); if (!dataStr) { - message.warning(getLabel(111, "参数异常!")); + message.warning(getLabel(545772, "参数异常!")); return; } const data = JSON.parse(dataStr); diff --git a/pc4mobx/hrmSalary/pages/payrollFiles/index.js b/pc4mobx/hrmSalary/pages/payrollFiles/index.js index cc6a9f42..33ed89fc 100644 --- a/pc4mobx/hrmSalary/pages/payrollFiles/index.js +++ b/pc4mobx/hrmSalary/pages/payrollFiles/index.js @@ -1084,15 +1084,15 @@ export default Index; const HelpfulDiv = () => { return
- {getLabel(111, "导入按钮使用场景说明:")} - {getLabel(111, "1.档案初始化:")} + {getLabel(544742, "导入按钮使用场景说明:")} + {getLabel(544743, "1.档案初始化:")} - {getLabel(111, "a.初次使用薪酬模块,全量导入员工的薪资档案数据;")} - {getLabel(111, "b.员工入职,导入新入职的员工的薪资档案数据(若导入表格中的人员已存在在薪资档案中,初始化导入会将档案中该人员的数据清除再导入);")} - {getLabel(111, "c.返聘人员使用调薪功能调整薪资档案值或使用调整个税扣缴;")} + {getLabel(544744, "a.初次使用薪酬模块,全量导入员工的薪资档案数据;")} + {getLabel(544745, "b.员工入职,导入新入职的员工的薪资档案数据(若导入表格中的人员已存在在薪资档案中,初始化导入会将档案中该人员的数据清除再导入);")} + {getLabel(544746, "c.返聘人员使用调薪功能调整薪资档案值或使用调整个税扣缴;")} - {getLabel(111, "2.调薪:档案中已存在的人员批量调整薪资项目值(包括返聘人员的情况);")} - {getLabel(111, "3.调整个税扣缴义务人:档案中已存在的人员批量调整个税扣缴义务人(包括返聘人员的情况);")} + {getLabel(545755, "2.调薪:档案中已存在的人员批量调整薪资项目值(包括返聘人员的情况);")} + {getLabel(545756, "3.调整个税扣缴义务人:档案中已存在的人员批量调整个税扣缴义务人(包括返聘人员的情况);")}
; }; diff --git a/pc4mobx/hrmSalary/pages/payrollRelease/components/conditions.js b/pc4mobx/hrmSalary/pages/payrollRelease/components/conditions.js index 21b05a8e..9ada4429 100644 --- a/pc4mobx/hrmSalary/pages/payrollRelease/components/conditions.js +++ b/pc4mobx/hrmSalary/pages/payrollRelease/components/conditions.js @@ -130,7 +130,7 @@ export const tempBaseSetConditions = [ domkey: ["smsStatus"], fieldcol: 2, label: "短信", - lanId: 111, + lanId: 545785, labelcol: 6, value: "0", viewAttr: 2 @@ -141,7 +141,7 @@ export const tempBaseSetConditions = [ domkey: ["smsSetting"], fieldcol: 14, label: "短信设置", - lanId: 111, + lanId: 545786, labelcol: 6, value: "", hide: true diff --git a/pc4mobx/hrmSalary/pages/payrollRelease/components/payrollTempBaseSet/smsSettingDialog.js b/pc4mobx/hrmSalary/pages/payrollRelease/components/payrollTempBaseSet/smsSettingDialog.js index da308aee..36dfcdcb 100644 --- a/pc4mobx/hrmSalary/pages/payrollRelease/components/payrollTempBaseSet/smsSettingDialog.js +++ b/pc4mobx/hrmSalary/pages/payrollRelease/components/payrollTempBaseSet/smsSettingDialog.js @@ -75,7 +75,7 @@ class SmsSettingDialog extends Component { const { variableExpandedKeys, variableList, smsContent } = this.state; return ( this.props.onCancel({ smsContent })} buttons={[]} diff --git a/pc4mobx/hrmSalary/pages/payrollRelease/components/reqQuery/templateQuery.js b/pc4mobx/hrmSalary/pages/payrollRelease/components/reqQuery/templateQuery.js index a33268c6..238af157 100644 --- a/pc4mobx/hrmSalary/pages/payrollRelease/components/reqQuery/templateQuery.js +++ b/pc4mobx/hrmSalary/pages/payrollRelease/components/reqQuery/templateQuery.js @@ -41,7 +41,7 @@ class TemplateQuery extends Component { this.props.onChange({ salarySobId: v })}/> this.props.onChange({ name: v })} onSearch={this.props.onSearch} /> diff --git a/pc4mobx/hrmSalary/pages/payrollRelease/components/updatePayrollTemplateSlide/index.js b/pc4mobx/hrmSalary/pages/payrollRelease/components/updatePayrollTemplateSlide/index.js index 78c923af..2be6f954 100644 --- a/pc4mobx/hrmSalary/pages/payrollRelease/components/updatePayrollTemplateSlide/index.js +++ b/pc4mobx/hrmSalary/pages/payrollRelease/components/updatePayrollTemplateSlide/index.js @@ -193,7 +193,7 @@ class Index extends Component { if (hasBeenModify) { Modal.confirm({ title: getLabel(131329, "信息确认"), - content: getLabel(111, "确定放弃填写吗?放弃后数据将不会被保存!"), + content: getLabel(545770, "确定放弃填写吗?放弃后数据将不会被保存!"), onOk: () => { initPayrollTempForm(); initPayrollTempFeedbackForm(); @@ -252,7 +252,7 @@ class Index extends Component { salaryItemNullStatus: salaryItemNullStatus === "1" }; if (textContentPosition !== "0" && ((textContentPosition && !textContent) || (!textContentPosition && textContent))) { - message.warning(getLabel(111, "请完善文本内容与文本内容位置设置!")); + message.warning(getLabel(545771, "请完善文本内容与文本内容位置设置!")); return; } window.localStorage.setItem("weapp-salary-payroll-preview-data", JSON.stringify(payload)); diff --git a/pc4mobx/hrmSalary/pages/reportView/components/condition.js b/pc4mobx/hrmSalary/pages/reportView/components/condition.js index 8179277d..dfa1ca82 100644 --- a/pc4mobx/hrmSalary/pages/reportView/components/condition.js +++ b/pc4mobx/hrmSalary/pages/reportView/components/condition.js @@ -322,7 +322,7 @@ export const shareLogCondition = [ domkey: ["effectiveTime"], fieldcol: 12, label: "报表查看有效时间", - lanId: 111, + lanId: 545757, labelcol: 6, viewAttr: 1 }, diff --git a/pc4mobx/hrmSalary/pages/reportView/components/salaryStatisticsDetailShareDialog.js b/pc4mobx/hrmSalary/pages/reportView/components/salaryStatisticsDetailShareDialog.js index 1b23bfd0..3b663687 100644 --- a/pc4mobx/hrmSalary/pages/reportView/components/salaryStatisticsDetailShareDialog.js +++ b/pc4mobx/hrmSalary/pages/reportView/components/salaryStatisticsDetailShareDialog.js @@ -114,7 +114,7 @@ class SalaryStatisticsDetailShareDialog extends Component { hasScroll initLoadCss title={getLabel(545252, "分享报表")} buttons={[ + loading={loading}>{getLabel(545758, "确认分享")} ]} className="shareDialogWrapper" style={{ diff --git a/pc4mobx/hrmSalary/pages/reportView/components/statisticalMicroSettingsSlide.js b/pc4mobx/hrmSalary/pages/reportView/components/statisticalMicroSettingsSlide.js index ac277ffa..67b3c612 100644 --- a/pc4mobx/hrmSalary/pages/reportView/components/statisticalMicroSettingsSlide.js +++ b/pc4mobx/hrmSalary/pages/reportView/components/statisticalMicroSettingsSlide.js @@ -351,13 +351,13 @@ const StatisticalScopePicker = (props) => { const scopeBtns = [ { key: 1, label: getLabel(17028, "上月") }, { key: 2, label: getLabel(15541, "本月") }, - { key: 3, label: getLabel(111, "一季度") }, - { key: 4, label: getLabel(111, "二季度") }, - { key: 5, label: getLabel(111, "三季度") }, - { key: 6, label: getLabel(111, "四季度") }, - { key: 7, label: getLabel(111, "上半年") }, - { key: 8, label: getLabel(111, "下半年") }, - { key: 9, label: getLabel(111, "本年") } + { key: 3, label: getLabel(545794, "一季度") }, + { key: 4, label: getLabel(545795, "二季度") }, + { key: 5, label: getLabel(545796, "三季度") }, + { key: 6, label: getLabel(545797, "四季度") }, + { key: 7, label: getLabel(545798, "上半年") }, + { key: 8, label: getLabel(545799, "下半年") }, + { key: 9, label: getLabel(545800, "本年") } ]; const { timeType, dateRange, onChange, viewAttr, disabled = false } = props; const [startDate, endDate] = dateRange || []; @@ -384,7 +384,7 @@ const StatisticalScopePicker = (props) => { }
- onChange([], 10)}>{getLabel(111, "指定月份")} + onChange([], 10)}>{getLabel(545784, "指定月份")}
- {getLabel(111, "新增自定义薪资项")} + {getLabel(545779, "新增自定义薪资项")} ); @@ -237,7 +237,7 @@ export default class SalaryItem extends React.Component { { (showOperateBtn || showSalaryItemBtn) && handleMenuClick({ key: "1" })} - style={{ marginRight: "10px" }}>{getLabel(111, "新增系统薪资项")} + style={{ marginRight: "10px" }}>{getLabel(545778, "新增系统薪资项")} } { (showOperateBtn || showSalaryItemBtn) && @@ -327,7 +327,7 @@ export default class SalaryItem extends React.Component { title: getLabel(545237, "请选择薪资账套") } })} - >{getLabel(111, "同步到薪资账套")}, + >{getLabel(545759, "同步到薪资账套")}, diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/index.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/index.js index 33138438..2e807175 100644 --- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/index.js +++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/index.js @@ -824,7 +824,7 @@ export default class Archives extends React.Component { { key: "log", icon: , - content: getLabel(111, "操作日志"), + content: getLabel(545781, "操作日志"), onClick: key => this.setState({ logDialog: { ...logDialog, visible: true } }) } ]} diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/programme/defaultSlideForm.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/programme/defaultSlideForm.js index af75d740..29f438eb 100644 --- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/programme/defaultSlideForm.js +++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/programme/defaultSlideForm.js @@ -272,24 +272,24 @@ export default class DefaultSlideForm extends React.Component { width={480} title={
-
{getLabel(111, "例:养老保险缴纳周期选择3/6/9/12;")}
+
{getLabel(544738, "例:养老保险缴纳周期选择3/6/9/12;")}

- {getLabel(111, "若:核算方式选择基数求和*比例;则数据核算逻辑为:\n" + + {getLabel(544739, "若:核算方式选择基数求和*比例;则数据核算逻辑为:\n" + " 账单月1月2月时,养老保险不会被核算;\n" + " 账单月3月时,养老保险核算金额为:养老保险月缴纳基数*3*缴纳比例+固定费用*3\n" + " (3代表1月2月3月 3个月,*3代表3个月基数相加和固定费用相加)")}

- {getLabel(111, "若:核算方式选择基数*比例再求和;则数据核算逻辑为:\n" + + {getLabel(544741, "若:核算方式选择基数*比例再求和;则数据核算逻辑为:\n" + " 账单月1月2月时,养老保险不会被核算;\n" + " 账单月3月时,养老保险核算金额为:\n" + " 将1~3月算出来的【养老保险月缴纳基数*缴纳比例+固定费用】求和")}

- {getLabel(111, "若:缴纳周期选择选择月缴,则核算方式默认为【基数*比例+固定费用】,不可修改")} + {getLabel(544740, "若:缴纳周期选择选择月缴,则核算方式默认为【基数*比例+固定费用】,不可修改")}
} diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/components/advanceInputBtn/index.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/components/advanceInputBtn/index.js index ab1efc11..600c78d3 100644 --- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/components/advanceInputBtn/index.js +++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/components/advanceInputBtn/index.js @@ -24,7 +24,7 @@ class Index extends Component { onSearch={this.props.onAdvanceSearch} /> + onClick={this.props.onOpenAdvanceSearch}>{getLabel(545754, "高级搜索")}
); } diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/components/logDialog/index.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/components/logDialog/index.js index 2ac65e14..52729290 100644 --- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/components/logDialog/index.js +++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/components/logDialog/index.js @@ -89,7 +89,7 @@ class Index extends Component { const scrollHeight = this.logRef ? this.logRef.state.height - 210 : 606.6; return ( this.logRef = dom} className="logDialog" initLoadCss style={{ width: 1150, diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/components/welfareArchivesImportDialog/index.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/components/welfareArchivesImportDialog/index.js index a2cf0222..7d19ec63 100644 --- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/components/welfareArchivesImportDialog/index.js +++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/components/welfareArchivesImportDialog/index.js @@ -78,7 +78,7 @@ class Index extends Component { { const payload = { [runStatuses !== "ext" ? "exportData" : "extWelArchiveList"]: val === "1", diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/components/welfareEditArchiveSlide/index.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/components/welfareEditArchiveSlide/index.js index 82fa8fc0..3f6912ad 100644 --- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/components/welfareEditArchiveSlide/index.js +++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/components/welfareEditArchiveSlide/index.js @@ -190,7 +190,7 @@ class Index extends Component { } }); if (hasCompromise) { - message.warning(getLabel("111", "超出所选缴纳方案设置的基数上下限范围,将自动按基数上下限填充。")); + message.warning(getLabel("545788", "超出所选缴纳方案设置的基数上下限范围,将自动按基数上下限填充。")); } this.setState({ formData: { ...this.state.formData, ...newFormDatas } }); }; @@ -218,7 +218,7 @@ class Index extends Component { if (hasBeenModify) { Modal.confirm({ title: getLabel(131329, "信息确认"), - content: getLabel(111, "确定放弃填写吗?放弃后数据将不会被保存!"), + content: getLabel(545770, "确定放弃填写吗?放弃后数据将不会被保存!"), onOk: () => { onClose(); } diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/config.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/config.js index b87b8299..46b5ab58 100644 --- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/config.js +++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/welfareArchive/config.js @@ -142,7 +142,7 @@ export const renderDropMenuDatas = (selectedKey, getLabel) => { let menus = [{ key: "log", icon: , - content: getLabel(111, "操作日志") + content: getLabel(545781, "操作日志") }]; switch (selectedKey) { case "1": @@ -337,7 +337,7 @@ export const logConditions = [ domkey: ["operator"], fieldcol: 17, label: "操作人", - lanId: 111, + lanId: 17482, labelcol: 7, value: "" } @@ -468,7 +468,7 @@ export const welfareConditions = [ domkey: ["socialSchemeId"], fieldcol: 14, label: "社保方案名称", - lanId: 111, + lanId: 542267, labelcol: 10, value: "", options: [], @@ -480,7 +480,7 @@ export const welfareConditions = [ domkey: ["socialUnderTake"], fieldcol: 14, label: "社保个人实际承担方", - lanId: 111, + lanId: 543870, labelcol: 10, value: "", options: [], @@ -534,7 +534,7 @@ export const welfareConditions = [ domkey: ["fundSchemeId"], fieldcol: 14, label: "公积金方案名称", - lanId: 111, + lanId: 542269, labelcol: 10, value: "", options: [], @@ -546,7 +546,7 @@ export const welfareConditions = [ domkey: ["fundUnderTake"], fieldcol: 14, label: "公积金个人实际承担方", - lanId: 111, + lanId: 543871, labelcol: 10, value: "", options: [], diff --git a/pc4mobx/hrmSalary/stores/programme.js b/pc4mobx/hrmSalary/stores/programme.js index 24cb40a2..417ca47e 100644 --- a/pc4mobx/hrmSalary/stores/programme.js +++ b/pc4mobx/hrmSalary/stores/programme.js @@ -171,17 +171,17 @@ export class ProgrammeStore { valideForm(params) { if (!notNull(params.insuranceScheme.paymentType)) { - message.warning(getLabel(111, "缴纳类型不能为空")); + message.warning(getLabel(545803, "缴纳类型不能为空")); return false; } if (!notNull(params.insuranceScheme.schemeName)) { - message.warning(getLabel(111, "方案名称不能为空")); + message.warning(getLabel(545802, "方案名称不能为空")); return false; } if (this.requestParams.sharedType === "1" && !notNull(params.insuranceScheme.taxAgentIds)) { - message.warning(getLabel(111, "可见性范围不能为空")); + message.warning(getLabel(545804, "可见性范围不能为空")); return false; } return true;