|
|
|
|
@ -70,9 +70,9 @@ export default class Recording extends Component<any, any> {
|
|
|
|
|
};
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
componentDidMount() { }
|
|
|
|
|
componentDidMount() {}
|
|
|
|
|
|
|
|
|
|
componentWillUnmount() { }
|
|
|
|
|
componentWillUnmount() {}
|
|
|
|
|
// 格式化时间
|
|
|
|
|
getTime(time) {
|
|
|
|
|
const hour = time.slice(0, 2);
|
|
|
|
|
@ -271,9 +271,9 @@ export default class Recording extends Component<any, any> {
|
|
|
|
|
this.initData();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
componentDidShow() { }
|
|
|
|
|
componentDidShow() {}
|
|
|
|
|
|
|
|
|
|
componentDidHide() { }
|
|
|
|
|
componentDidHide() {}
|
|
|
|
|
|
|
|
|
|
initData = async () => {
|
|
|
|
|
this.getRecord(null);
|
|
|
|
|
@ -340,11 +340,11 @@ export default class Recording extends Component<any, any> {
|
|
|
|
|
|
|
|
|
|
go(
|
|
|
|
|
"/recoding/pages/face_report_one/face_report_one?id=" +
|
|
|
|
|
item.id +
|
|
|
|
|
"&report=" +
|
|
|
|
|
report +
|
|
|
|
|
"&obj=" +
|
|
|
|
|
JSON.stringify(obj)
|
|
|
|
|
item.id +
|
|
|
|
|
"&report=" +
|
|
|
|
|
report +
|
|
|
|
|
"&obj=" +
|
|
|
|
|
JSON.stringify(obj)
|
|
|
|
|
);
|
|
|
|
|
};
|
|
|
|
|
// 打开第二种类型
|
|
|
|
|
@ -353,11 +353,11 @@ export default class Recording extends Component<any, any> {
|
|
|
|
|
let report = false;
|
|
|
|
|
go(
|
|
|
|
|
"/recoding/pages/face_report/face_report?id=" +
|
|
|
|
|
item.id +
|
|
|
|
|
"&recordId=" +
|
|
|
|
|
item.instrumentId +
|
|
|
|
|
"&report=" +
|
|
|
|
|
report
|
|
|
|
|
item.id +
|
|
|
|
|
"&recordId=" +
|
|
|
|
|
item.instrumentId +
|
|
|
|
|
"&report=" +
|
|
|
|
|
report
|
|
|
|
|
);
|
|
|
|
|
};
|
|
|
|
|
// 打开第三种类型
|
|
|
|
|
@ -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}`
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
@ -536,7 +538,7 @@ export default class Recording extends Component<any, any> {
|
|
|
|
|
return (
|
|
|
|
|
<Block>
|
|
|
|
|
<Navbar isBack titleSlot="护理记录"></Navbar>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<View
|
|
|
|
|
className="tabs"
|
|
|
|
|
style={{
|
|
|
|
|
@ -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>
|
|
|
|
|
|