|
|
@ -161,7 +161,32 @@ const Information = (props) => { |
|
|
|
}).length}个</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div className='shouyetopitem'> |
|
|
|
<div className='shouyetopitem-left' > |
|
|
|
<div>今日预警</div> |
|
|
|
<div>{shijiandata.filter(i=>{ |
|
|
|
|
|
|
|
return i?.patrolRecordIssueHandles[0]?.yanshoucishu>2&&moment(i?.patrolRecordIssueHandles[0]?.yujingshijian).format('YYYYMMDD') === moment().format('YYYYMMDD') |
|
|
|
&&res?.payload?.data?.filter(j=>j?.pointId===i?.pointId&&j?.points?.project?.id===i?.points?.project?.id |
|
|
|
&&j?.patrolRecordIssueHandles[0]?.yujingshijian |
|
|
|
&&i?.patrolRecordIssueHandles[0]?.yujingshijian |
|
|
|
&&moment(i?.patrolRecordIssueHandles[0].yanshoushijian).valueOf()<moment(j?.patrolRecordIssueHandles[0]?.yanshoushijian).valueOf() |
|
|
|
).length===0 |
|
|
|
}).length }</div> |
|
|
|
</div> |
|
|
|
<div className='shouyetopitem-right'> |
|
|
|
<div>已下发:{shijiandata.filter(i=>{ |
|
|
|
return i?.patrolRecordIssueHandles[0]?.isgaojing===true&&i?.patrolRecordIssueHandles[0]?.yujingafchishu===null |
|
|
|
&&i?.patrolRecordIssueHandles[0]?.yujingshijian |
|
|
|
&&moment(i?.patrolRecordIssueHandles[0]?.yujingshijian).format |
|
|
|
('YYYYMMDD') === moment().format('YYYYMMDD') |
|
|
|
}).length}个</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<Card className='shouye-chart-card'> |
|
|
|
<div style={{ display: 'flex', justifyContent: 'space-between' }}> |
|
|
|
<div style={{ width: '45%' }}> |
|
|
|