+
+
薪资周期
+
{salaryCycle.fromDate}至{salaryCycle.endDate}
+
+
+
税款所属期
+
{salarySobCycle.taxCycle}
+
+
+
考勤取值周期
+
{attendCycle.fromDate}至{attendCycle.endDate}
+
+
+
福利台账月份
+
{`引用${salarySobCycle.socialSecurityCycle}的福利台账数据`}
+
+
;
+};
diff --git a/pc4mobx/hrmSalary/pages/payroll/stepForm/baseInformForm.js b/pc4mobx/hrmSalary/pages/payroll/stepForm/baseInformForm.js
index dca4447e..ad172aed 100644
--- a/pc4mobx/hrmSalary/pages/payroll/stepForm/baseInformForm.js
+++ b/pc4mobx/hrmSalary/pages/payroll/stepForm/baseInformForm.js
@@ -60,7 +60,7 @@ export default class BaseInformForm extends React.Component {
viewAttr={3}
options={options}
value={salarySob ? salarySob : ""}
- style={{ width: "200px" }}
+ style={{ width: 200 }}
onChange={value => this.hanldeChange({ salarySob: value })}/>
}
diff --git a/pc4mobx/hrmSalary/pages/payroll/templateSettingList.js b/pc4mobx/hrmSalary/pages/payroll/templateSettingList.js
index a38b073f..1711e103 100644
--- a/pc4mobx/hrmSalary/pages/payroll/templateSettingList.js
+++ b/pc4mobx/hrmSalary/pages/payroll/templateSettingList.js
@@ -2,6 +2,7 @@ import React from "react";
import { inject, observer } from "mobx-react";
import { Radio, Spin } from "antd";
import { WeaTableNew } from "comsMobx";
+
const WeaTable = WeaTableNew.WeaTable;
@inject("payrollStore")
@@ -76,7 +77,7 @@ export default class TemplateSettingList extends React.Component {
/>
);
default:
- return