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 */}
- + + +
);