|
|
|
|
@ -409,8 +409,10 @@ export default class Recording extends Component<any, any> {
|
|
|
|
|
setStorageSync("moistureEachtsData", JSON.stringify(echartsData));
|
|
|
|
|
let report = false;
|
|
|
|
|
go(
|
|
|
|
|
`/recoding/pages/moisture_test_report/moisture_test_report?data=${allData.nursingData
|
|
|
|
|
}&date=${allData.createTime}&modeId=${allData.modeId}&id=${allData.instrumentId
|
|
|
|
|
`/recoding/pages/moisture_test_report/moisture_test_report?data=${
|
|
|
|
|
allData.nursingData
|
|
|
|
|
}&date=${allData.createTime}&modeId=${allData.modeId}&id=${
|
|
|
|
|
allData.instrumentId
|
|
|
|
|
}&echartsData=${JSON.stringify(echartsData)}&report=${report}`
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
@ -694,7 +696,7 @@ export default class Recording extends Component<any, any> {
|
|
|
|
|
></Image>
|
|
|
|
|
<View className='nodata_text'>暂无数据</View>
|
|
|
|
|
</View> */}
|
|
|
|
|
<View style="height: 30rpx; background: #F8F8F8"></View>
|
|
|
|
|
<View style="height: 150rpx; background: #F8F8F8"></View>
|
|
|
|
|
<View className="clock_in_statistics m-x-30 flex sb">
|
|
|
|
|
<View className="flex sb ab">
|
|
|
|
|
<View className="clock_in_statistics_title">年度打卡统计</View>
|
|
|
|
|
|