diff --git a/pc4mobx/hrmSalary/components/PersonalScopeModal/index.js b/pc4mobx/hrmSalary/components/PersonalScopeModal/index.js index 464ec625..c5df05dd 100644 --- a/pc4mobx/hrmSalary/components/PersonalScopeModal/index.js +++ b/pc4mobx/hrmSalary/components/PersonalScopeModal/index.js @@ -54,12 +54,12 @@ class PersonalScopeModal extends Component { }, { key: "DEPT", - showname: getLabel(111, "部门"), + showname: getLabel(27511, "部门"), selected: false }, { key: "POSITION", - showname: getLabel(111, "岗位"), + showname: getLabel(6086, "岗位"), selected: false } ]; @@ -83,8 +83,8 @@ class PersonalScopeModal extends Component { const { includeType, saveKeyVal, onSuccess, onCancel, APISaveFox } = this.props; if (_.isEmpty(status) || _.isEmpty(targetTypeIds)) { Modal.warning({ - title: getLabel(111, "信息确认"), - content: getLabel(111, "必要信息不完整,红色*为必填项!") + title: getLabel(131329, "信息确认"), + content: getLabel(384146, "必要信息不完整,红色*为必填项!") }); return; } @@ -151,8 +151,8 @@ class PersonalScopeModal extends Component { const { onCancel, title, visible } = this.props; const { employeeStatus, targetTypeList, targetType, status, statusAll, loading } = this.state; const buttons = [ - , - + , + ]; return (
- {this.props.title ? this.props.title : getLabel(111, "小提示")} + {this.props.title ? this.props.title : getLabel(543177, "小提示")}
{this.props.tipList && this.props.tipList.map(item =>
{item}
)} diff --git a/pc4mobx/hrmSalary/components/selectItemsModal/index.js b/pc4mobx/hrmSalary/components/selectItemsModal/index.js index 5c88a687..ae8f52ea 100644 --- a/pc4mobx/hrmSalary/components/selectItemsModal/index.js +++ b/pc4mobx/hrmSalary/components/selectItemsModal/index.js @@ -31,7 +31,7 @@ export default class SelectItemModal extends React.Component { title, onSearchItemSet, onShowOnlyChecked, children, onMoreOpts, onSave, ...extra } = this.props; - const btns = []; + const btns = []; const moreBtn = { datas: [ { diff --git a/pc4mobx/hrmSalary/components/slideModalTitle/index.js b/pc4mobx/hrmSalary/components/slideModalTitle/index.js index 863051e3..bf2b6bf4 100644 --- a/pc4mobx/hrmSalary/components/slideModalTitle/index.js +++ b/pc4mobx/hrmSalary/components/slideModalTitle/index.js @@ -26,7 +26,7 @@ export default class SlideModalTitle extends React.Component { icon={} iconBgcolor="#F14A2D" buttons={(this.props.showOperateBtn && this.state.editable && this.props.selectedTab != 1) ? [ - + ] : !_.isEmpty(customOperate) ? customOperate : []} showDropIcon={false} dropMenuDatas={[]} diff --git a/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/conditions.js b/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/conditions.js index a622aefb..ac4cb656 100644 --- a/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/conditions.js +++ b/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/conditions.js @@ -63,7 +63,7 @@ export const condition = [ viewAttr: 2 } ], - title: getLabel(111, "基础设置"), + title: getLabel(82751, "基础设置"), defaultshow: true } ]; diff --git a/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/dimensionSlide.js b/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/dimensionSlide.js index b7bd9c2e..e7fa86da 100644 --- a/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/dimensionSlide.js +++ b/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/dimensionSlide.js @@ -89,8 +89,8 @@ class DimensionSlide extends Component { if (dimType === "QUALITATIVE") { if (!setting4Qualitative || !extraParams.dimName) { Modal.warning({ - title: getLabel(111, "信息确认"), - content: getLabel(111, "必要信息不完整,红色*为必填项!") + title: getLabel(131329, "信息确认"), + content: getLabel(384146, "必要信息不完整,红色*为必填项!") }); return; } @@ -100,8 +100,8 @@ class DimensionSlide extends Component { } else { if (!extraParams.dimName) { Modal.warning({ - title: getLabel(111, "信息确认"), - content: getLabel(111, "必要信息不完整,红色*为必填项!") + title: getLabel(131329, "信息确认"), + content: getLabel(384146, "必要信息不完整,红色*为必填项!") }); return; } @@ -177,7 +177,7 @@ class DimensionSlide extends Component { title={
{formId ? getLabel(111, "编辑统计维度") : getLabel(111, "新建统计维度")} - +
} > diff --git a/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/dimensionTable.js b/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/dimensionTable.js index 48eecf43..937ecf8c 100644 --- a/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/dimensionTable.js +++ b/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/dimensionTable.js @@ -47,7 +47,7 @@ class DimensionTable extends Component { }; dimensionDelete = (payload) => { Modal.confirm({ - title: getLabel(111, "信息确认"), + title: getLabel(131329, "信息确认"), content: getLabel(111, "确认要删除吗?"), onOk: () => { dimensionDelete(payload).then(({ status, errormsg }) => { @@ -67,7 +67,7 @@ class DimensionTable extends Component { const { onEdit } = this.props; const pagination = { ...pageInfo, - showTotal: total => `${getLabel(111, "共")} ${total} ${getLabel(111, "条")}`, + showTotal: total => `${getLabel(18609, "共")} ${total} ${getLabel(18256, "条")}`, showQuickJumper: true, showSizeChanger: true, pageSizeOptions: ["10", "20", "50", "100"], @@ -87,13 +87,13 @@ class DimensionTable extends Component { { dataIndex: "remark", title: getLabel(111, "描述") }, { dataIndex: "dimType", title: getLabel(111, "维度类型") }, { - dataIndex: "operate", title: getLabel(111, "操作"), + dataIndex: "operate", title: getLabel(30585, "操作"), render: (_, record) => { return ( { record.canEdit && - onEdit(record.id)}>{getLabel(111, "编辑")} + onEdit(record.id)}>{getLabel(501169, "编辑")} } { record.canDelete && diff --git a/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/employeeDetails.js b/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/employeeDetails.js index dc89547d..bbc6d643 100644 --- a/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/employeeDetails.js +++ b/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/employeeDetails.js @@ -55,7 +55,7 @@ class EmployeeDetails extends Component { width: 80, render: (_, record) => { return {getLabel(111, "查看")}; + href={`${window.location.origin}/spa/hrmSalary/static/index.html#/main/hrmSalary/analysisOfSalaryStatistics/${record.id}?name=${record.name}&dept=${record.department || ""}`}>{getLabel(33564, "查看")}; } }] }); @@ -67,7 +67,7 @@ class EmployeeDetails extends Component { const { dataSource, loading, columns, pageInfo } = this.state; const pagination = { ...pageInfo, - showTotal: total => `${getLabel(111, "共")} ${total} ${getLabel(111, "条")}`, + showTotal: total => `${getLabel(18609, "共")} ${total} ${getLabel(18256, "条")}`, showQuickJumper: true, showSizeChanger: true, pageSizeOptions: ["10", "20", "50", "100"], diff --git a/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/reportList.js b/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/reportList.js index 6510d5b1..466f6897 100644 --- a/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/reportList.js +++ b/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/reportList.js @@ -34,7 +34,7 @@ class ReportList extends Component { }; reportStatisticsReportDelete = (payload) => { Modal.confirm({ - title: getLabel(111, "信息确认"), + title: getLabel(131329, "信息确认"), content: getLabel(111, "确认删除本条数据吗?"), onOk: () => { const { reportName = "" } = this.props; @@ -87,7 +87,7 @@ class ReportList extends Component {
this.handleOptsClick(e, id, dimensionId)}> - {getLabel(111, "编辑")} + {getLabel(501169, "编辑")} {getLabel(111, "删除")} }> diff --git a/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/statisticsModal.js b/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/statisticsModal.js index c8920887..f2b775f3 100644 --- a/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/statisticsModal.js +++ b/pc4mobx/hrmSalary/pages/analysisOfSalaryStatistics/components/statisticsModal.js @@ -39,8 +39,8 @@ class StatisticsModal extends Component { }).catch(() => this.setState({ loading: false })); } else { Modal.warning({ - title: getLabel(111, "信息确认"), - content: getLabel(111, "必要信息不完整,红色*为必填项!") + title: getLabel(131329, "信息确认"), + content: getLabel(384146, "必要信息不完整,红色*为必填项!") }); } }); @@ -50,7 +50,7 @@ class StatisticsModal extends Component { const { loading } = this.state; const { typeKey, onCancel } = this.props; const buttons = typeKey === "addReport" ? [ - + ] : []; return ( { this.handleSave(); }} - >{getLabel(111, "保存")} + >{getLabel(537558, "保存")} ]} > @@ -150,7 +150,7 @@ export default class baseFormModal extends React.Component { - {getLabel(111, "备注")} + {getLabel(536726, "备注")} this.setState({ description: value })}/> diff --git a/pc4mobx/hrmSalary/pages/calculate/index.js b/pc4mobx/hrmSalary/pages/calculate/index.js index 3b3a44e9..7f08c38a 100644 --- a/pc4mobx/hrmSalary/pages/calculate/index.js +++ b/pc4mobx/hrmSalary/pages/calculate/index.js @@ -79,7 +79,7 @@ export default class Calculate extends React.Component { // 列表项删除回调 handleDeleteItem(record) { Modal.confirm({ - title: getLabel(111, "信息确认"), + title: getLabel(131329, "信息确认"), content: getLabel(111, "确认删除本条数据吗?"), onOk: () => { const { calculateStore: { deleteSalaryacct } } = this.props; @@ -144,7 +144,7 @@ export default class Calculate extends React.Component { // 回算 handleBackCalculate = (record) => { Modal.confirm({ - title: getLabel(111, "信息确认"), + title: getLabel(131329, "信息确认"), content: getLabel(111, "确定回算吗?\n 回算后,正常核算的数据会被覆盖,正常核算的工资单不能继续发放或撤回!"), onOk: () => { const { calculateStore: { backCalculate } } = this.props; @@ -186,7 +186,7 @@ export default class Calculate extends React.Component {
; }; } - if (item.title == getLabel(111, "操作") && showOperateBtn) { + if (item.title == getLabel(30585, "操作") && showOperateBtn) { item.render = (text, record) => { const accountBtn = _.filter( record.operate, @@ -331,13 +331,13 @@ export default class Calculate extends React.Component { const adBtn = [ // 高级搜索内部按钮 , , ]; diff --git a/pc4mobx/hrmSalary/pages/calculateDetail/acctResult/importModal/addHeaderFieldsModal.js b/pc4mobx/hrmSalary/pages/calculateDetail/acctResult/importModal/addHeaderFieldsModal.js index 66b00e4c..795063d3 100644 --- a/pc4mobx/hrmSalary/pages/calculateDetail/acctResult/importModal/addHeaderFieldsModal.js +++ b/pc4mobx/hrmSalary/pages/calculateDetail/acctResult/importModal/addHeaderFieldsModal.js @@ -70,7 +70,7 @@ class AddHeaderFieldsModal extends Component { style={{ width: 700, height: 484 }} className="addHeaderFieldsWrapper" buttons={[ , - + ]} bottomLeft={} diff --git a/pc4mobx/hrmSalary/pages/calculateDetail/acctResult/importModal/selectFieldModal.js b/pc4mobx/hrmSalary/pages/calculateDetail/acctResult/importModal/selectFieldModal.js index 5a551afd..3a67d84d 100644 --- a/pc4mobx/hrmSalary/pages/calculateDetail/acctResult/importModal/selectFieldModal.js +++ b/pc4mobx/hrmSalary/pages/calculateDetail/acctResult/importModal/selectFieldModal.js @@ -189,7 +189,7 @@ export default class SelectFieldModal extends React.Component { !_.isEmpty(fieldData.formulaItems) &&
- { + { this.handleTitleCheckboxChange(value, "formula"); }}/>
diff --git a/pc4mobx/hrmSalary/pages/calculateDetail/columns.js b/pc4mobx/hrmSalary/pages/calculateDetail/columns.js index 4ac59335..b2df5af1 100644 --- a/pc4mobx/hrmSalary/pages/calculateDetail/columns.js +++ b/pc4mobx/hrmSalary/pages/calculateDetail/columns.js @@ -22,7 +22,7 @@ export const warningModalColumns = [ }, { - title: getLabel(111, "操作"), + title: getLabel(30585, "操作"), dataIndex: 'cz', key: 'cz' } diff --git a/pc4mobx/hrmSalary/pages/calculateDetail/compareDetail.js b/pc4mobx/hrmSalary/pages/calculateDetail/compareDetail.js index cf4a38ab..c84498ef 100644 --- a/pc4mobx/hrmSalary/pages/calculateDetail/compareDetail.js +++ b/pc4mobx/hrmSalary/pages/calculateDetail/compareDetail.js @@ -174,9 +174,9 @@ export default class CompareDetail extends React.Component { const renderRightOperation = () => { return (
- + - { + { this.setState({ searchValue: value }); diff --git a/pc4mobx/hrmSalary/pages/calculateDetail/editSalaryDetail.js b/pc4mobx/hrmSalary/pages/calculateDetail/editSalaryDetail.js index f43afcd0..9dec50aa 100644 --- a/pc4mobx/hrmSalary/pages/calculateDetail/editSalaryDetail.js +++ b/pc4mobx/hrmSalary/pages/calculateDetail/editSalaryDetail.js @@ -92,7 +92,7 @@ export default class EditSalaryDetail extends React.Component {
- {getLabel(111, "基本信息")} + {getLabel(1361, "基本信息")}
diff --git a/pc4mobx/hrmSalary/pages/calculateDetail/fileMergeDetail.js b/pc4mobx/hrmSalary/pages/calculateDetail/fileMergeDetail.js index 67466bec..6d593529 100644 --- a/pc4mobx/hrmSalary/pages/calculateDetail/fileMergeDetail.js +++ b/pc4mobx/hrmSalary/pages/calculateDetail/fileMergeDetail.js @@ -10,9 +10,9 @@ export default class FileMergeDetail extends React.Component {
- {getLabel(111, "基本信息")} + {getLabel(1361, "基本信息")}
- {getLabel(111, "薪资所属月")}:2021-11 + {getLabel(542604, "薪资所属月")}:2021-11 - {getLabel(111, "姓名")} + {getLabel(25034, "姓名")} {getLabel(111, "张三")} - {getLabel(111, "部门")} + {getLabel(27511, "部门")} {getLabel(111, "研发")} @@ -48,7 +48,7 @@ export default class FileMergeDetail extends React.Component { - {getLabel(111, "岗位")} + {getLabel(6086, "岗位")} {getLabel(111, "开发")} @@ -57,14 +57,14 @@ export default class FileMergeDetail extends React.Component { - {getLabel(111, "入职日期")} + {getLabel(1516, "入职日期")} 2020-10-20 - {getLabel(111, "手机号")} + {getLabel(125238, "手机号")} 18888888888 @@ -72,7 +72,7 @@ export default class FileMergeDetail extends React.Component { - {getLabel(111, "个税扣缴义务人")} + {getLabel(537996, "个税扣缴义务人")} {getLabel(111, "义务人一")} diff --git a/pc4mobx/hrmSalary/pages/calculateDetail/index.js b/pc4mobx/hrmSalary/pages/calculateDetail/index.js index 4c8d2e6a..1bcba781 100644 --- a/pc4mobx/hrmSalary/pages/calculateDetail/index.js +++ b/pc4mobx/hrmSalary/pages/calculateDetail/index.js @@ -151,7 +151,7 @@ export default class CalculateDetail extends React.Component { return; } Modal.confirm({ - title: getLabel(111, "信息确认"), + title: getLabel(131329, "信息确认"), content: getLabel(111, "点击核算,公式项将按照公式逻辑核算,核算结果将覆盖原数据"), onOk: () => { this.setState({ progress: 0 }); @@ -277,9 +277,9 @@ export default class CalculateDetail extends React.Component { const { taxAgentStore: { payrollPermission } } = this.props; const menu = ( - {getLabel(111, "导入")} + {getLabel(32935, "导入")} {getLabel(111, "线下对比")} - {getLabel(111, "导出全部")} + {getLabel(81272, "导出全部")} ); @@ -322,7 +322,7 @@ export default class CalculateDetail extends React.Component { this.handleSearch(this.state.searchItemsValue); }); }}> - {getLabel(111, "搜索")} + {getLabel(388113, "搜索")} , , ]; const renderSearch = () => { const searchItems = [ - { com: this.Input(getLabel(111, "姓名"), "employeeName") }, + { com: this.Input(getLabel(25034, "姓名"), "employeeName") }, { com: this.Input(getLabel(111, "工号"), "workcode") }, { 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, "状态"), "status") }, { com: this.Checkbox(getLabel(111, "合并计税"), "consolidatedTaxation") } ]; - return ; + return ; }; return ( @@ -370,7 +370,7 @@ export default class CalculateDetail extends React.Component { buttonsAd={adBtn} // 高级搜索内部按钮 onSearch={() => this.handleSearch(this.state.searchItemsValue)} // 点搜索按钮时的回调 buttons={selectedKey == 1 ? renderRightOperation() : []} - searchsBasePlaceHolder={getLabel(111, "请输入姓名")} + searchsBasePlaceHolder={getLabel(26919, "请输入姓名")} onSearchChange={(v) => this.setState({ searchItemsValue: { diff --git a/pc4mobx/hrmSalary/pages/calculateDetail/placeOnFileDetail.js b/pc4mobx/hrmSalary/pages/calculateDetail/placeOnFileDetail.js index 3b27959b..a225d3cd 100644 --- a/pc4mobx/hrmSalary/pages/calculateDetail/placeOnFileDetail.js +++ b/pc4mobx/hrmSalary/pages/calculateDetail/placeOnFileDetail.js @@ -128,8 +128,8 @@ export default class PlaceOnFileDetail extends React.Component {
{ this.handleExportAll(); - }} overlay={menu}>{getLabel(111, "导出全部")} - { + }} overlay={menu}>{getLabel(81272, "导出全部")} + { this.setState({ searchValue: value }); }} value={this.state.searchValue} onSearch={(value) => { this.handleSearch(value); @@ -147,7 +147,7 @@ export default class PlaceOnFileDetail extends React.Component { } />
- {getLabel(111, "薪资所属月")}:{baseSalarySobCycle.salaryMonth} + {getLabel(542604, "薪资所属月")}:{baseSalarySobCycle.salaryMonth}
{getLabel(111, "确定要批量锁定项目值吗?")}
{getLabel(111, "确定要批量解锁项目值吗?")}
{ - message.success(getLabel(111, "操作成功")); + message.success(getLabel(30700, "操作成功")); }); } }, 500); @@ -165,7 +165,7 @@ export default class SalaryDetail extends React.Component { childFrameObj.contentWindow.postMessage(JSON.stringify(payload), "*"); }); } else { - message.error(errormsg || getLabel(111, "操作失败")); + message.error(errormsg || getLabel(30651, "操作失败")); } }); }; @@ -211,7 +211,7 @@ export default class SalaryDetail extends React.Component { return (
- {getLabel(111, "薪资所属月")}:{baseSalarySobCycle.salaryMonth} + {getLabel(542604, "薪资所属月")}:{baseSalarySobCycle.salaryMonth} { const childFrameObj = document.getElementById("atdTable"); @@ -267,7 +267,7 @@ export default class UserSure extends React.Component { calculateStore: { deleteAcctemployee } } = this.props; Modal.confirm({ - title: getLabel(111, "信息确认"), + title: getLabel(131329, "信息确认"), content: getLabel(111, "确认删除吗?"), onOk: () => { deleteAcctemployee(this.id, [record.id]).then(() => { @@ -359,7 +359,7 @@ export default class UserSure extends React.Component { this.handleUserListSearch(this.state.searchItemsValue); }); }}> - {getLabel(111, "搜索")} + {getLabel(388113, "搜索")} , , ]; const renderSearch = () => { const searchItems = [ - { com: this.Input(getLabel(111, "姓名"), "employeeName") }, + { com: this.Input(getLabel(25034, "姓名"), "employeeName") }, { com: this.Input(getLabel(111, "工号"), "workcode") }, - { 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, "状态"), "status") } ]; - return ; + return ; }; return (
-
{getLabel(111, "基本信息")}
+
{getLabel(1361, "基本信息")}
- {getLabel(111, "薪资所属月:")} - {getLabel(111, "备注")}: + {getLabel(536726, "备注")}: {calculateBaseForm.formDTO && calculateBaseForm.formDTO.description} @@ -581,7 +581,7 @@ export default class UserSure extends React.Component { title={getLabel(111, "导出")} /> ]} - searchsBasePlaceHolder={getLabel(111, "请输入姓名")} + searchsBasePlaceHolder={getLabel(26919, "请输入姓名")} onSearchChange={(v) => this.setState({ searchItemsValue: { diff --git a/pc4mobx/hrmSalary/pages/calculateDetail/warningModal.js b/pc4mobx/hrmSalary/pages/calculateDetail/warningModal.js index 7b8f507e..b35541fe 100644 --- a/pc4mobx/hrmSalary/pages/calculateDetail/warningModal.js +++ b/pc4mobx/hrmSalary/pages/calculateDetail/warningModal.js @@ -20,7 +20,7 @@ export default class WarningModal extends React.Component {
{getLabel(111, "验证结果")}
- {getLabel(111, "导出全部")} + {getLabel(81272, "导出全部")}
diff --git a/pc4mobx/hrmSalary/pages/dataAcquisition/addItems.js b/pc4mobx/hrmSalary/pages/dataAcquisition/addItems.js index 1c0b3c7c..978d89d8 100644 --- a/pc4mobx/hrmSalary/pages/dataAcquisition/addItems.js +++ b/pc4mobx/hrmSalary/pages/dataAcquisition/addItems.js @@ -92,7 +92,7 @@ class AddItems extends Component { }, { com: Select({ - label: getLabel(111, "个税扣缴义务人"), + label: getLabel(537996, "个税扣缴义务人"), viewAttr: _.isEmpty(editId) ? 3 : 1, options: taxAgentOption, value: baseInfo.taxAgentId, @@ -129,7 +129,7 @@ class AddItems extends Component { }, { com: Select({ - label: getLabel(111, "个税扣缴义务人"), + label: getLabel(537996, "个税扣缴义务人"), viewAttr: _.isEmpty(editId) ? 3 : 1, options: taxAgentOption, value: baseInfo.taxAgentId, @@ -167,7 +167,7 @@ class AddItems extends Component { const noSysPerson = [ { com: InputCus({ - label: getLabel(111, "姓名"), + label: getLabel(25034, "姓名"), viewAttr: 2, onChange: (username) => { this.setState({ baseInfo: { ...baseInfo, username } }); @@ -229,7 +229,7 @@ export const Tips = payload => { const { children } = payload; return (
-
{getLabel(111, "小提示")}
+
{getLabel(543177, "小提示")}
{children}
); diff --git a/pc4mobx/hrmSalary/pages/dataAcquisition/attendance/columns.js b/pc4mobx/hrmSalary/pages/dataAcquisition/attendance/columns.js index 3d2f2fbc..95fd4fd7 100644 --- a/pc4mobx/hrmSalary/pages/dataAcquisition/attendance/columns.js +++ b/pc4mobx/hrmSalary/pages/dataAcquisition/attendance/columns.js @@ -3,22 +3,22 @@ import { WeaLocaleProvider } from "ecCom"; const getLabel = WeaLocaleProvider.getLabel; export const columns = [ { - title: getLabel(111, "姓名"), + title: getLabel(25034, "姓名"), dataIndex: "username", key: "username" }, { - title: getLabel(111, "个税扣缴义务人"), + title: getLabel(537996, "个税扣缴义务人"), dataIndex: "ywr", key: "ywr" }, { - title: getLabel(111, "部门"), + title: getLabel(27511, "部门"), dataIndex: "bm", key: "title" }, { - title: getLabel(111, "手机号"), + title: getLabel(125238, "手机号"), dataIndex: "sjh", key: "sjh" }, @@ -33,7 +33,7 @@ export const columns = [ key: "sfzh" }, { - title: getLabel(111, "入职日期"), + title: getLabel(1516, "入职日期"), dataIndex: "rzrq", key: "rzrq" }, @@ -63,7 +63,7 @@ export const columns = [ key: "ljsylr" }, { - title: getLabel(111, "操作"), + title: getLabel(30585, "操作"), dataIndex: "cz", key: "cz", render: (text, record) => { @@ -103,7 +103,7 @@ export const fieldsColumns = [ display: true }, { - title: getLabel(111, "备注"), + title: getLabel(536726, "备注"), dataIndex: "description", key: "description", display: true @@ -162,7 +162,7 @@ export const conditions = [ conditionType: "INPUT", domkey: ["description"], fieldcol: 14, - label: getLabel(111, "备注"), + label: getLabel(536726, "备注"), labelcol: 6, value: "", viewAttr: 2 @@ -180,7 +180,7 @@ export const reFrenceConditions = [ domkey: ["salaryYearMonth"], fieldcol: 18, rules: "required|string", - label: getLabel(111, "薪资所属月"), + label: getLabel(542604, "薪资所属月"), labelcol: 6, value: "", viewAttr: 3 @@ -203,7 +203,7 @@ export const reFrenceConditions = [ conditionType: "INPUT", domkey: ["description"], fieldcol: 18, - label: getLabel(111, "备注"), + label: getLabel(536726, "备注"), labelcol: 6, value: "", viewAttr: 2 diff --git a/pc4mobx/hrmSalary/pages/dataAcquisition/attendance/components/attendanceCustomFieldsModal.js b/pc4mobx/hrmSalary/pages/dataAcquisition/attendance/components/attendanceCustomFieldsModal.js index 986fe6d7..b912a0c7 100644 --- a/pc4mobx/hrmSalary/pages/dataAcquisition/attendance/components/attendanceCustomFieldsModal.js +++ b/pc4mobx/hrmSalary/pages/dataAcquisition/attendance/components/attendanceCustomFieldsModal.js @@ -60,7 +60,7 @@ class AttendanceCustomFieldsModal extends Component { render() { const { attendanceStore: { form } } = this.props; const buttons = [ - + ]; return ( { Modal.confirm({ - title: getLabel(111, "信息确认"), + title: getLabel(131329, "信息确认"), content: getLabel(111, "确认要删除吗?"), onOk: () => { deleteAttendance([id]).then(({ status, errormsg }) => { @@ -257,10 +257,10 @@ class AttendanceDataComp extends Component { case "recovery": returnToAttendanceFieldSettingDefault({ sourceType: "IMPORT" }).then(({ status, errormsg }) => { if (status) { - message.success(getLabel(111, "操作成功")); + message.success(getLabel(30700, "操作成功")); this.handleHeaderSettings({ sourceType: "IMPORT" }); } else { - message.error(errormsg || getLabel(111, "操作失败")); + message.error(errormsg || getLabel(30651, "操作失败")); } }); break; @@ -279,9 +279,9 @@ class AttendanceDataComp extends Component { const payload = { currentSettingFields, sourceType: "IMPORT" }; saveAttendanceFieldSettingAsDefault(payload).then(({ status, errormsg }) => { if (status) { - message.success(getLabel(111, "操作成功")); + message.success(getLabel(30700, "操作成功")); } else { - message.error(errormsg || getLabel(111, "操作失败")); + message.error(errormsg || getLabel(30651, "操作失败")); } }); break; @@ -357,13 +357,13 @@ class AttendanceDataComp extends Component { columns={[ ...columns, { - title: getLabel(111, "操作"), + title: getLabel(30585, "操作"), width: 120, dataIndex: "operate", render: (_, record) => { return (
- this.handleViewAttendanceData(record)}>{getLabel(111, "查看")} + this.handleViewAttendanceData(record)}>{getLabel(33564, "查看")} {showOperateBtn && this.handleDeleteAttendanceData(record)}>{getLabel(111, "删除")} } diff --git a/pc4mobx/hrmSalary/pages/dataAcquisition/attendance/components/attendanceRefrenceDataModal.js b/pc4mobx/hrmSalary/pages/dataAcquisition/attendance/components/attendanceRefrenceDataModal.js index 6263c4bb..25de5ec7 100644 --- a/pc4mobx/hrmSalary/pages/dataAcquisition/attendance/components/attendanceRefrenceDataModal.js +++ b/pc4mobx/hrmSalary/pages/dataAcquisition/attendance/components/attendanceRefrenceDataModal.js @@ -147,10 +147,10 @@ class AttendanceRefrenceDataModal extends Component { case "recovery": returnToAttendanceFieldSettingDefault({ sourceType: "QUOTE" }).then(({ status, errormsg }) => { if (status) { - message.success(getLabel(111, "操作成功")); + message.success(getLabel(30700, "操作成功")); this.handleHeaderSetting({ sourceType: "QUOTE" }); } else { - message.error(errormsg || getLabel(111, "操作失败")); + message.error(errormsg || getLabel(30651, "操作失败")); } }); break; @@ -169,9 +169,9 @@ class AttendanceRefrenceDataModal extends Component { const payload = { currentSettingFields, sourceType: "QUOTE" }; saveAttendanceFieldSettingAsDefault(payload).then(({ status, errormsg }) => { if (status) { - message.success(getLabel(111, "操作成功")); + message.success(getLabel(30700, "操作成功")); } else { - message.error(errormsg || getLabel(111, "操作失败")); + message.error(errormsg || getLabel(30651, "操作失败")); } }); break; diff --git a/pc4mobx/hrmSalary/pages/dataAcquisition/attendance/components/fieldMangComp.js b/pc4mobx/hrmSalary/pages/dataAcquisition/attendance/components/fieldMangComp.js index 3d1587bc..4f7305c9 100644 --- a/pc4mobx/hrmSalary/pages/dataAcquisition/attendance/components/fieldMangComp.js +++ b/pc4mobx/hrmSalary/pages/dataAcquisition/attendance/components/fieldMangComp.js @@ -63,10 +63,10 @@ class FieldMangComp extends Component { const payload = { id, enableStatus: enableStatus === "1" }; updateAttendanceFieldStatus(payload).then(({ status, errormsg }) => { if (status) { - message.success(getLabel(111, "操作成功")); + message.success(getLabel(30700, "操作成功")); this.getAttendanceFieldList(); } else { - message.error(errormsg || getLabel(111, "操作失败")); + message.error(errormsg || getLabel(30651, "操作失败")); } }); }; diff --git a/pc4mobx/hrmSalary/pages/dataAcquisition/attendance/components/importFormOptions.js b/pc4mobx/hrmSalary/pages/dataAcquisition/attendance/components/importFormOptions.js index 2caecbfa..78ed6fe8 100644 --- a/pc4mobx/hrmSalary/pages/dataAcquisition/attendance/components/importFormOptions.js +++ b/pc4mobx/hrmSalary/pages/dataAcquisition/attendance/components/importFormOptions.js @@ -29,7 +29,7 @@ class ImportFormOptions extends Component { const items = [ { com: DataCollectionDatePicker({ - label: getLabel(111, "薪资所属月"), + label: getLabel(542604, "薪资所属月"), value: salaryYearMonth, onChange: this.screenChange, key: "salaryYearMonth", diff --git a/pc4mobx/hrmSalary/pages/dataAcquisition/attendance/index.js b/pc4mobx/hrmSalary/pages/dataAcquisition/attendance/index.js index d4459b05..54966da4 100644 --- a/pc4mobx/hrmSalary/pages/dataAcquisition/attendance/index.js +++ b/pc4mobx/hrmSalary/pages/dataAcquisition/attendance/index.js @@ -37,7 +37,7 @@ class Index extends Component { getAttendanceDataScreen = () => { const { salaryMonth } = this.state; const [value1 = "", value2 = ""] = salaryMonth; - return + return { @@ -78,7 +78,7 @@ class Index extends Component { ]; const buttons = selectedKey === "DATA" ? [ , - + ] : []; return (
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={ onTableOperate(e, record)}> - {getLabel(111, "编辑")} + {getLabel(501169, "编辑")} {getLabel(111, "删除")} } 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 ( - {getLabel(111, "导出全部")} - {getLabel(111, "导出选中")} + {getLabel(81272, "导出全部")} + {getLabel(512938, "导出选中")} ); } 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, "导入")}, }> @@ -458,10 +458,10 @@ class Index extends Component { return; } this.deleteSuspendTodo(selectedRowKeys); - }}>{getLabel(111, "批量删除待办")}, + }}>{getLabel(543186, "批量删除待办")}, , + }}>{getLabel(32935, "导入")}, }> ); } selectedKey !== "stop" && arrList.push(); + 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, "搜索")} , , - + })}> {getLabel(2022, "重置")} , + ]; 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 = []; + 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, "新建自定义统计项目")} + 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) => {
- +
; }; 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, "排序规则")} + loading={loading.order}>{getLabel(537558, "保存")}
} showGroup center items={items}/> {getLabel(111, "人员校验规则")} + loading={loading.employee}>{getLabel(537558, "保存")}
} showGroup center items={importItems}/> { @@ -313,7 +313,7 @@ class Index extends Component {
{getLabel(111, "加密规则")} + loading={loading.encry}>{getLabel(537558, "保存")}
} showGroup center items={enctryItems}/> } @@ -322,7 +322,7 @@ class Index extends Component {
{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={[]} + }}>{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={[ - + ]} 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 = [ , + }}>{getLabel(537558, "保存")}, @@ -326,7 +326,7 @@ export default class SalaryItem extends React.Component { arrList = [ + }}>{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={ { if (key === "stopSalary") { Modal.confirm({ - title: getLabel(111, "信息确认"), - content: `${getLabel(111, "确定要删除该条待办人员吗")}?`, + title: getLabel(131329, "信息确认"), + content: `${getLabel(543179, "确定要删除该条待办人员吗")}?`, onOk: () => this.cancelStayDel({ runStatus: "3", ids: [record.baseInfo] }) }); } else { this.stayDelToStop([record.baseInfo]); } }}> - {getLabel(111, "减员")} - {getLabel(111, "删除待办")} + {getLabel(543182, "减员")} + {getLabel(543181, "删除待办")} } title=""> @@ -177,7 +177,7 @@ export default class Archives extends React.Component { content={ { if (key === "stopPaying") this.cancelStopPayment([record.baseInfo]); }}> - {getLabel(111, "取消停缴")} + {getLabel(543183, "取消停缴")} } 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, "搜索")}, - , - + }}>{getLabel(388113, "搜索")}, + , + ]; // 导出全部 @@ -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" ? [ , + }}>{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, "全量增员")} , , + }}>{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" />, - , + , - {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, "保存")}] : [] + [] : [] } 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={[ - , - + , + ]} > { @@ -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 = [ - , + , + 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 {
- + { 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 = [ - + ]; 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 {
- +
{/* 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 = [ - , - + , + ]; 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} />, - + ]; if (!type) { const [dom1, ...extra] = dom; const domBtn = regtopType === "regression" ? : - ; + ; dom = [ dom1, , + , ]; const adBtn = [ @@ -102,9 +102,9 @@ class StandingBookOfflineComparison extends Component { this.setState({ showSearchAd: false }, () => { this.comparisonwelfareList(); }); - }}>{getLabel(111, "搜索")}, - , - + }}>{getLabel(388113, "搜索")}, + , + ]; 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(31129, "取消")}, + ]} 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={[ , ]}>
@@ -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, "搜索")}, - , - + , + , + ]; const topTab = []; @@ -194,7 +194,7 @@ export default class TaxRate extends React.Component { title={ { this.state.currentOperate == "add" ? doSave() : doUpdate(); }}