|
@@ -2,10 +2,12 @@ import React, { Component } from 'react'
|
|
|
import { connect } from 'react-redux'
|
|
|
import {Map, OpenData, View, Image, Text} from '@tarojs/components'
|
|
|
import Taro from '@tarojs/taro';
|
|
|
-import {AtIcon, AtModal, AtNoticebar} from "taro-ui";
|
|
|
+import {AtIcon, AtModal} from "taro-ui";
|
|
|
import dayjs from 'dayjs';
|
|
|
import Skeleton from 'taro-skeleton'
|
|
|
|
|
|
+import HistoricalClock from '../../components/historicalClock';
|
|
|
+
|
|
|
import ImagePicker from '../../components/common/imagePicker';
|
|
|
|
|
|
import { add, minus, asyncAdd } from '../../actions/counter'
|
|
@@ -15,10 +17,13 @@ import {getPublicReleaseList,publicReleaseClockIn} from '../../utils/servers/ser
|
|
|
import './index.less'
|
|
|
|
|
|
import switchIocn from '../../image/switch.png';
|
|
|
+import Location from '../../image/location.png';
|
|
|
+import PunchRange from '../../image/punchRange.png';
|
|
|
|
|
|
import 'taro-ui/dist/style/components/noticebar.scss';
|
|
|
import 'taro-ui/dist/style/components/icon.scss';
|
|
|
import 'taro-ui/dist/style/components/list.scss';
|
|
|
+import {getClockState} from "../../utils/tools";
|
|
|
|
|
|
const QQMapWX = require('../../components/common/mapSDK/qqmap-wx-jssdk.min.js');
|
|
|
|
|
@@ -59,6 +64,8 @@ class PunchClocks extends Component {
|
|
|
|
|
|
nowTime = null;
|
|
|
|
|
|
+ mapCtx = Taro.createMapContext('map');
|
|
|
+
|
|
|
qqmapsdk = new QQMapWX({
|
|
|
key: 'AWBBZ-GRAC2-JFYUO-CLA7I-JAHXK-YFFGT'
|
|
|
});
|
|
@@ -160,29 +167,35 @@ class PunchClocks extends Component {
|
|
|
|
|
|
publicReleaseClockIn(){
|
|
|
if(Object.keys(this.state.dtails).length === 0){
|
|
|
- Taro.showToast({title:'暂无公出申请,无法打卡',icon:'none'})
|
|
|
+ Taro.showToast({title:'暂无公出申请,无法打卡',icon:'none'});
|
|
|
+ Taro.hideLoading()
|
|
|
return ;
|
|
|
}
|
|
|
if(isNaN(parseInt(this.state.distance))){
|
|
|
Taro.showToast({title:'定位错误,请联系管理员',icon:'none'})
|
|
|
+ Taro.hideLoading()
|
|
|
return ;
|
|
|
}
|
|
|
if(dayjs().isBefore(this.state.dtails.releaseStarts) || dayjs().isAfter(this.state.dtails.releaseEnds)){
|
|
|
Taro.showToast({title:'还没到打卡时间,无法打卡',icon:'none'})
|
|
|
+ Taro.hideLoading()
|
|
|
return ;
|
|
|
}
|
|
|
if(!(this.state.distance <=100 && this.state.distance >= 0)){
|
|
|
Taro.showToast({title:'当前位置未处于可打卡范围,无法打卡',icon:'none'})
|
|
|
+ Taro.hideLoading()
|
|
|
return ;
|
|
|
}
|
|
|
if(this.state.imgs.length === 0){
|
|
|
Taro.showToast({title:'请上传打卡照片',icon:'none'})
|
|
|
+ Taro.hideLoading()
|
|
|
return ;
|
|
|
}
|
|
|
publicReleaseClockIn({
|
|
|
id:this.state.dtails.id,
|
|
|
photoUrl:this.state.imgs.join(',')
|
|
|
}).then(v=>{
|
|
|
+ Taro.hideLoading()
|
|
|
if(v.error.length === 0){
|
|
|
Taro.showToast({title:'打卡成功',icon:'none'});
|
|
|
this.imagePicker.clear();
|
|
@@ -195,6 +208,7 @@ class PunchClocks extends Component {
|
|
|
Taro.showToast({title:v.error[0].message,icon:'none'})
|
|
|
}
|
|
|
}).catch(()=>{
|
|
|
+ Taro.hideLoading()
|
|
|
Taro.showToast({
|
|
|
title:'系统错误,请稍后再试',
|
|
|
icon:'none'
|
|
@@ -382,15 +396,11 @@ class PunchClocks extends Component {
|
|
|
<View>刷新</View>
|
|
|
</View> :
|
|
|
<View className='state' style={{
|
|
|
- color:dtails.status === 0 ? '#f31212' :
|
|
|
- dtails.status === 1 ? '#1d4fea' :
|
|
|
- dtails.status === 2 ? '#767272' : ''
|
|
|
+ color:getClockState(dtails.status).color
|
|
|
}}>
|
|
|
<View style={{textAlign:'right'}}>
|
|
|
{
|
|
|
- dtails.status === 0 ? '驳回' :
|
|
|
- dtails.status === 1 ? '审核中' :
|
|
|
- dtails.status === 2 ? '通过' : ''
|
|
|
+ getClockState(dtails.status).title
|
|
|
}
|
|
|
</View>
|
|
|
<View className='switchContent' onClick={()=>{
|
|
@@ -430,86 +440,116 @@ class PunchClocks extends Component {
|
|
|
</View>
|
|
|
</View>
|
|
|
</View>:
|
|
|
- <View className='content'>
|
|
|
- <View className='timeContent'>
|
|
|
- <View className='timeItem'>
|
|
|
- <View className='timeTitle'>公出开始时间</View>
|
|
|
- <View className='timeValue'>{dtails.releaseStarts}</View>
|
|
|
+ <View>
|
|
|
+ <View className='content'>
|
|
|
+ <View className='timeContent'>
|
|
|
+ <View className='timeItem'>
|
|
|
+ <View className='timeTitle'>公出开始时间</View>
|
|
|
+ <View className='timeValue'>{dtails.releaseStarts}</View>
|
|
|
+ </View>
|
|
|
+ <View className='timeItem'>
|
|
|
+ <View className='timeTitle'>公出结束时间</View>
|
|
|
+ <View className='timeValue'>{dtails.releaseEnds}</View>
|
|
|
+ </View>
|
|
|
</View>
|
|
|
- <View className='timeItem'>
|
|
|
- <View className='timeTitle'>公出结束时间</View>
|
|
|
- <View className='timeValue'>{dtails.releaseEnds}</View>
|
|
|
+ <View className='photographContent'>
|
|
|
+ <View className='photographTitle'>打卡拍照<Text className='tips'>〔可以上传多张〕</Text></View>
|
|
|
+ <AtIcon onClick={()=>{
|
|
|
+ Taro.chooseImage({
|
|
|
+ count: 1,
|
|
|
+ sizeType: ['compressed'],
|
|
|
+ sourceType: ['camera'],
|
|
|
+ success:(res)=> {
|
|
|
+ // tempFilePath可以作为img标签的src属性显示图片
|
|
|
+ const tempFilePaths = res.tempFilePaths
|
|
|
+ this.imagePicker.onImgChange([{url:tempFilePaths[0]}],'add',0,'camera')
|
|
|
+ }
|
|
|
+ })
|
|
|
+ }} value='camera' size='25' color='#4395ff'/>
|
|
|
</View>
|
|
|
- </View>
|
|
|
- <View className='photographContent'>
|
|
|
- <View className='photographTitle'>打卡拍照<Text className='tips'>〔可以上传多张〕</Text></View>
|
|
|
- <AtIcon onClick={()=>{
|
|
|
- Taro.chooseImage({
|
|
|
- count: 1,
|
|
|
- sizeType: ['compressed'],
|
|
|
- sourceType: ['camera'],
|
|
|
- success:(res)=> {
|
|
|
- // tempFilePath可以作为img标签的src属性显示图片
|
|
|
- const tempFilePaths = res.tempFilePaths
|
|
|
- this.imagePicker.onImgChange([{url:tempFilePaths[0]}],'add',0,'camera')
|
|
|
+ <View style={{alignSelf:'flex-start',width:'100%'}}>
|
|
|
+ <ImagePicker ref={ref => this.imagePicker = ref} url='/api/admin/release/upload' showAddBtn={false} onChange={this.onChange}/>
|
|
|
+ </View>
|
|
|
+ <View className='punchClockContent' onClick={()=>{
|
|
|
+ let _this = this;
|
|
|
+ Taro.showLoading({title:'加载中...'})
|
|
|
+ Taro.getSetting({
|
|
|
+ success:(res)=>{
|
|
|
+ if (!res.authSetting['scope.userLocation']) {
|
|
|
+ Taro.authorize({
|
|
|
+ scope: 'scope.userLocation',
|
|
|
+ success:()=>{
|
|
|
+ _this.publicReleaseClockIn();
|
|
|
+ },
|
|
|
+ fail:()=>{
|
|
|
+ Taro.hideLoading()
|
|
|
+ this.setState({
|
|
|
+ isOpened:true
|
|
|
+ })
|
|
|
+ }
|
|
|
+ })
|
|
|
+ }else{
|
|
|
+ _this.publicReleaseClockIn();
|
|
|
+ }
|
|
|
}
|
|
|
})
|
|
|
- }} value='camera' size='25' color='#4395ff'/>
|
|
|
- </View>
|
|
|
- <View style={{alignSelf:'flex-start',width:'100%'}}>
|
|
|
- <ImagePicker ref={ref => this.imagePicker = ref} url='/api/admin/release/upload' showAddBtn={false} onChange={this.onChange}/>
|
|
|
- </View>
|
|
|
- <View className='punchClockContent' onClick={()=>{
|
|
|
- let _this = this;
|
|
|
- Taro.getSetting({
|
|
|
- success:(res)=>{
|
|
|
- if (!res.authSetting['scope.userLocation']) {
|
|
|
- Taro.authorize({
|
|
|
- scope: 'scope.userLocation',
|
|
|
- success:()=>{
|
|
|
- _this.publicReleaseClockIn();
|
|
|
- },
|
|
|
- fail:()=>{
|
|
|
- this.setState({
|
|
|
- isOpened:true
|
|
|
- })
|
|
|
- }
|
|
|
- })
|
|
|
- }else{
|
|
|
- _this.publicReleaseClockIn();
|
|
|
+ }} style={{
|
|
|
+ boxShadow: (!isNaN(parseInt(this.state.distance))) && this.state.distance <=100 && this.state.distance >= 0 ? (dtails.clockIn === 1 ? '1px 1px 15px 1px #3f82e8' : '1px 1px 15px 1px #659268') : '1px 1px 15px 1px #acb8ad',
|
|
|
+ background: (!isNaN(parseInt(this.state.distance))) && this.state.distance <=100 && this.state.distance >= 0 ? (dtails.clockIn === 1 ? '#3f82e8' : '#72cb78') : '#acb8ad'
|
|
|
+ }}>
|
|
|
+ <View className='punchClockTitle'>
|
|
|
+ {
|
|
|
+ dtails.clockIn === 1 ?
|
|
|
+ '刷新打卡' : '公出打卡'
|
|
|
}
|
|
|
- }
|
|
|
+ </View>
|
|
|
+ <View className='punchClockTime'>{this.state.nowTime}</View>
|
|
|
+ {/*{dtails.clockIn === 1 ? <View className='refreshClock'>刷新打卡</View>:null}*/}
|
|
|
+ </View>
|
|
|
+ <View className='map'>
|
|
|
+ <View className='locationContent'>
|
|
|
+ <View className='location' onClick={()=>{
|
|
|
+ this.mapCtx.moveToLocation();
|
|
|
+ }}>
|
|
|
+ <Image src={Location} className='locationIcon'/>
|
|
|
+ </View>
|
|
|
+ <View className='punchRange' onClick={()=>{
|
|
|
+ this.mapCtx.moveToLocation({
|
|
|
+ latitude: this.state.addressLatitude,
|
|
|
+ longitude: this.state.addressLongitude,
|
|
|
+ });
|
|
|
+ }}>
|
|
|
+ <Image src={PunchRange} className='punchRangeIcon'/>
|
|
|
+ </View>
|
|
|
+ </View>
|
|
|
+ <Map
|
|
|
+ id='map'
|
|
|
+ {...this.state.newArrder}
|
|
|
+ circles={[
|
|
|
+ {
|
|
|
+ latitude: this.state.addressLatitude,
|
|
|
+ longitude: this.state.addressLongitude,
|
|
|
+ color: '#c92ddc82',
|
|
|
+ fillColor: '#c92ddc82',
|
|
|
+ radius: 100,
|
|
|
+ strokeWidth: 1
|
|
|
+ }
|
|
|
+ ]}
|
|
|
+ showLocation
|
|
|
+ />
|
|
|
+ </View>
|
|
|
+ <View className='tips'>紫色区域为可打卡区域</View>
|
|
|
+ </View>
|
|
|
+ <View className='content' onClick={()=>{
|
|
|
+ this.setState({
|
|
|
+ historicalIsOpened:true
|
|
|
})
|
|
|
- }} style={{
|
|
|
- boxShadow: (!isNaN(parseInt(this.state.distance))) && this.state.distance <=100 && this.state.distance >= 0 ? (dtails.clockIn === 1 ? '1px 1px 15px 1px #3f82e8' : '1px 1px 15px 1px #659268') : '1px 1px 15px 1px #acb8ad',
|
|
|
- background: (!isNaN(parseInt(this.state.distance))) && this.state.distance <=100 && this.state.distance >= 0 ? (dtails.clockIn === 1 ? '#3f82e8' : '#72cb78') : '#acb8ad'
|
|
|
}}>
|
|
|
- <View className='punchClockTitle'>公出打卡</View>
|
|
|
- <View className='punchClockTime'>{this.state.nowTime}</View>
|
|
|
- {dtails.clockIn === 1 ? <View className='refreshClock'>刷新打卡</View>:null}
|
|
|
- </View>
|
|
|
- <View className='map'>
|
|
|
- <Map
|
|
|
- {...this.state.newArrder}
|
|
|
- style={{
|
|
|
- height:'300px',
|
|
|
- width:'100%'
|
|
|
- }}
|
|
|
- circles={[
|
|
|
- {
|
|
|
- latitude: this.state.addressLatitude,
|
|
|
- longitude: this.state.addressLongitude,
|
|
|
- color: '#c92ddc82',
|
|
|
- fillColor: '#c92ddc82',
|
|
|
- radius: 100,
|
|
|
- strokeWidth: 1
|
|
|
- }
|
|
|
- ]}
|
|
|
- showLocation
|
|
|
- showCompass
|
|
|
- />
|
|
|
+ <View className='history'>
|
|
|
+ <View>查看公出申请日志</View>
|
|
|
+ <AtIcon value='chevron-right' size='20' color='#767272'/>
|
|
|
+ </View>
|
|
|
</View>
|
|
|
- <View className='tips'>紫色区域为可打卡区域</View>
|
|
|
</View>
|
|
|
}
|
|
|
<AtModal
|
|
@@ -556,6 +596,15 @@ class PunchClocks extends Component {
|
|
|
}}
|
|
|
content='您拒绝了定位权限,请先前往设置打开定位权限'
|
|
|
/>
|
|
|
+ {this.state.historicalIsOpened ? <HistoricalClock
|
|
|
+ id={dtails.id}
|
|
|
+ isOpened={this.state.historicalIsOpened}
|
|
|
+ onClose={()=>{
|
|
|
+ this.setState({
|
|
|
+ historicalIsOpened:false
|
|
|
+ })
|
|
|
+ }}
|
|
|
+ /> : null}
|
|
|
</View>
|
|
|
)
|
|
|
}
|