From 8b5aa25d38ffa5a116e93efd6ce2e5596b58695d Mon Sep 17 00:00:00 2001 From: liyongshun <971387674@qq.com> Date: Mon, 9 May 2022 15:10:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=8F=E5=88=A9=E5=88=97=E8=A1=A8=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=88=A0=E9=99=A4=E8=B7=B3=E8=BD=AC=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../standingBook/index.js | 18 ++++++++------ .../components/abnormalList.js | 22 +++++++++-------- .../standingBookDetail/components/normal.js | 24 ++++++++++--------- .../standingBookDetail/components/overView.js | 22 +++++++++-------- 4 files changed, 48 insertions(+), 38 deletions(-) diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBook/index.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBook/index.js index 4e3e00e4..24e595e4 100644 --- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBook/index.js +++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBook/index.js @@ -2,7 +2,7 @@ import React from "react"; import { inject, observer } from "mobx-react"; import { toJS } from "mobx"; -import { Button, Table, Dropdown, Menu, Modal, message } from "antd"; +import { Button, Table, Dropdown, Menu, Modal, message, Spin } from "antd"; import { WeaTop, WeaTab, WeaRightMenu, WeaDatePicker, WeaTable } from "ecCom"; @@ -192,6 +192,7 @@ export default class StandingBook extends React.Component { }, onCancel: () => {}, }); + break; case "view": this.handleGoDetail(billMonth); break; @@ -371,12 +372,15 @@ export default class StandingBook extends React.Component { onChange={(val) => this.handleChangeMonth("endTime", val)} /> - it.dataIndex !== "id")} - dataSource={list} - loading={loading} - pagination={pagination} - /> + + + it.dataIndex !== "id")} + dataSource={list} + loading={loading} + pagination={pagination} + /> + {dialogProps.visible && ( {/* table */}
- + + +
); diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/normal.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/normal.js index 4b196a60..7d4d7d46 100644 --- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/normal.js +++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/normal.js @@ -2,10 +2,10 @@ * Author: 黎永顺 * Description: 正常缴纳月份 * Date: 2022-04-20 08:56:08 - * LastEditTime: 2022-04-22 19:06:46 + * LastEditTime: 2022-05-09 15:05:57 */ import React, { Component } from "react"; -import { Icon, Tooltip, Button, message, Modal } from "antd"; +import { Icon, Tooltip, Button, message, Modal, Spin } from "antd"; import { inject, observer } from "mobx-react"; import { toJS } from "mobx"; import { WeaBrowser, WeaTable, WeaPopoverHrm, WeaDialog } from "ecCom"; @@ -351,15 +351,17 @@ export default class NormalIndex extends Component { {/* table */}
- + + +
); diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/overView.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/overView.js index 5ef7597b..4b7cd2c0 100644 --- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/overView.js +++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/overView.js @@ -2,10 +2,10 @@ * Author: 黎永顺 * Description: 总览 * Date: 2022-04-20 20:49:23 - * LastEditTime: 2022-04-22 18:35:12 + * LastEditTime: 2022-05-09 15:07:56 */ import React, { Component } from "react"; -import { Icon, Tooltip, Button } from "antd"; +import { Icon, Tooltip, Button, Spin } from "antd"; import { inject, observer } from "mobx-react"; import { WeaInputSearch, WeaTable } from "ecCom"; import "./index.less"; @@ -97,14 +97,16 @@ export default class OverViewIndex extends Component { {/* table */}
- + + +
);