产品-社保档案基础信息修改

This commit is contained in:
黎永顺 2023-07-24 11:15:41 +08:00
parent a2f81296d8
commit d73fd7bac8
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ export default class BaseForm extends React.Component {
{ com: Input("岗位", position) },
{ com: Input("手机号", telephone) },
{ com: Input("入职日期", hiredate) },
{ com: Input("合同到期日期", dimissionDate) }
// { com: Input("合同到期日期", dimissionDate) }
];
const taxagentItems = [
{ com: Input("个税扣缴义务人", paymentOrganizationName) }