diff --git a/pc4mobx/hrmSalary/pages/calculateDetail/index.less b/pc4mobx/hrmSalary/pages/calculateDetail/index.less
index f821272b..ebc70aec 100644
--- a/pc4mobx/hrmSalary/pages/calculateDetail/index.less
+++ b/pc4mobx/hrmSalary/pages/calculateDetail/index.less
@@ -8,7 +8,19 @@
.formWrapper {
line-height: 40px;
- border-bottom: 1px solid #eee;
+ border: 1px solid #eee;
+
+ .ant-col-12 {
+ padding: 0 16px;
+ }
+
+ & > div:first-child {
+ border-bottom: 1px solid #eee;
+
+ & > div:first-child {
+ border-right: 1px solid #e5e5e5;
+ }
+ }
}
.operateBarWrapper {
diff --git a/pc4mobx/hrmSalary/pages/employeedeclareDetail/components/employeeDeclareDetailCalcDialog.js b/pc4mobx/hrmSalary/pages/employeedeclareDetail/components/employeeDeclareDetailCalcDialog.js
index f4fa0756..9d6a18e8 100644
--- a/pc4mobx/hrmSalary/pages/employeedeclareDetail/components/employeeDeclareDetailCalcDialog.js
+++ b/pc4mobx/hrmSalary/pages/employeedeclareDetail/components/employeeDeclareDetailCalcDialog.js
@@ -73,7 +73,7 @@ class EmployeeDeclareDetailCalcDialog extends Component {
{getLabel(111, "报送失败数据详情")}
-
+ {/**/}
)}
style={{
diff --git a/pc4mobx/hrmSalary/pages/employeedeclareDetail/index.js b/pc4mobx/hrmSalary/pages/employeedeclareDetail/index.js
index 97da8170..73539c8d 100644
--- a/pc4mobx/hrmSalary/pages/employeedeclareDetail/index.js
+++ b/pc4mobx/hrmSalary/pages/employeedeclareDetail/index.js
@@ -388,9 +388,9 @@ class Index extends Component {
const menu = (
);
const buttons = [
@@ -422,7 +422,7 @@ class Index extends Component {
onClick={this.handleAdd}
overlay={
}
type="primary">{getLabel(1421, "新增")},
diff --git a/pc4mobx/hrmSalary/pages/salary/components/taxFillingInfoDialog.js b/pc4mobx/hrmSalary/pages/salary/components/taxFillingInfoDialog.js
index e9b46e40..36592033 100644
--- a/pc4mobx/hrmSalary/pages/salary/components/taxFillingInfoDialog.js
+++ b/pc4mobx/hrmSalary/pages/salary/components/taxFillingInfoDialog.js
@@ -18,7 +18,7 @@ const { getLabel } = WeaLocaleProvider;
class TaxFilingInfoDialofg extends Component {
componentWillReceiveProps(nextProps, nextContext) {
- if (nextProps.visible !== this.props.visible && nextProps.visible) {
+ if (nextProps.visible !== this.props.visible && nextProps.visible && !_.isEmpty(nextProps.taxAgentTaxReturnCheckFormDTO)) {
const { taxAgentTaxReturnCheckFormDTO, taxAgentStore: { taxfillInfoForm } } = nextProps;
taxfillInfoForm.initFormFields(taxFillCondition);
const fields = _.map(taxFillCondition[0].items, it => {