|
|
|
@ -192,7 +192,6 @@ export default function companyPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div style="display: ${statisticsStyle}">
|
|
|
|
|
<span style="color:red">${d.data.staffNum}</span> /
|
|
|
|
|
<span style="color:green">${d.data.onJobNum}</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -214,7 +213,6 @@ export default function companyPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div style="display: ${statisticsStyle}">
|
|
|
|
|
<span style="color:red">${d.data.staffNum}</span> /
|
|
|
|
|
<span style="color:green">${d.data.onJobNum}</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -421,7 +419,9 @@ export default function companyPage() {
|
|
|
|
|
*/
|
|
|
|
|
const handleChange = (requestData) => {
|
|
|
|
|
setTimelineId(0);
|
|
|
|
|
timeLine.searchTimeLines(requestData.fclass);
|
|
|
|
|
timeLine.searchTimeLines(
|
|
|
|
|
`/api/bs/hrmorganization/orgchart/timeLines?fclass=${requestData.fclass}`,
|
|
|
|
|
);
|
|
|
|
|
requestData = { ...requestData, id: 0 };
|
|
|
|
|
handleSearch(requestData, false);
|
|
|
|
|
};
|
|
|
|
@ -493,6 +493,7 @@ export default function companyPage() {
|
|
|
|
|
onClick={(timeline) => {
|
|
|
|
|
timeLineSearch(timeline);
|
|
|
|
|
}}
|
|
|
|
|
url={'/api/bs/hrmorganization/orgchart/timeLines?fclass=0'}
|
|
|
|
|
labelData={labelData}
|
|
|
|
|
/>
|
|
|
|
|
<Spin size="large" spinning={spinning}>
|
|
|
|
|