import React, { Component } from 'react' import { connect } from 'react-redux' import { Map, OpenData, View, Image, Text, Button } from '@tarojs/components' import Taro from '@tarojs/taro'; import { AtIcon, AtModal, AtModalHeader, AtModalContent, AtModalAction, AtTextarea, AtRadio, AtList } 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' import { getPublicReleaseList, publicReleaseClockIn, getPunchClockInfo, getReleasetDails } from '../../utils/servers/servers'; 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 "taro-ui/dist/style/components/radio.scss"; import "taro-ui/dist/style/components/icon.scss"; import { getClockState, getNewOptions } from "../../utils/tools"; const QQMapWX = require('../../components/common/mapSDK/qqmap-wx-jssdk.min.js'); @connect(({ counter }) => ({ counter }), (dispatch) => ({ add() { dispatch(add()) }, dec() { dispatch(minus()) }, asyncAdd() { dispatch(asyncAdd()) } })) class PunchClocks extends Component { constructor(props) { super(props); this.state = { imgs: [], nowTime: '00:00:00', newArrder: {}, addressLatitude: '', addressLongitude: '', distance: '', dtails: {}, data: {}, loading: true, isAbnormalOpen: false, clockInRemarks: "",//打卡说明 } this.onChange = this.onChange.bind(this); this.getSpacing = this.getSpacing.bind(this); this.getData = this.getData.bind(this); this.publicReleaseClockIn = this.publicReleaseClockIn.bind(this); this.abnormalClockIn = this.abnormalClockIn.bind(this); this.refresh = this.refresh.bind(this); this.getDtails = this.getDtails.bind(this); this.selectArrder = this.selectArrder.bind(this); this.selectOn = this.selectOn.bind(this); } nowTime = null; wxConfig = null; mapCtx = Taro.createMapContext('map'); qqmapsdk = new QQMapWX({ key: 'AWBBZ-GRAC2-JFYUO-CLA7I-JAHXK-YFFGT' }); componentDidMount() { this.getDtails(); } selectOn() { const { dtails, selectUid } = this.state if (!selectUid) { Taro.showToast({ title: '请选择您要打卡的企业', icon: 'none' }); return } let list = dtails.prdList for (var i = 0; i < list.length; i++) { if (list[i].uid == selectUid) { this.setState({ data: list[i], addressLatitude: parseFloat(list[i].latitude), addressLongitude: parseFloat(list[i].longitude), isTips: false, selectUid: "", }) } } } selectArrder() { const { dtails, data } = this.state this.props.getId(dtails.id, data.uid) this.props.getHome() const key = "AWBBZ-GRAC2-JFYUO-CLA7I-JAHXK-YFFGT"; //使用在腾讯位置服务申请的key const referer = "科德打卡定位"; //调用插件的app的名称 const category = "公司企业,房产小区"; Taro.navigateTo({ url: "plugin://chooseLocation/index?key=" + key + "&referer=" + referer + "&category=" + category, }); } getDtails() { this.getData(() => { Taro.startLocationUpdate({ success: () => { Taro.onLocationChange((v) => { this.getSpacing(v.latitude, v.longitude) }) }, fail: (err) => { Taro.getSetting({ success: (res) => { if (!res.authSetting['scope.userLocation']) { Taro.authorize({ scope: 'scope.userLocation', success: () => { }, fail: () => { this.setState({ isOpened: true }) } }) } } }) this.setState({ loading: false }) } }) }); } componentWillMount() { this.wxConfig = Taro.getStorageSync('wxConfig'); //获得当前位置 Taro.getLocation({ type: 'gcj02', isHighAccuracy: true, success: (res) => { const latitude = res.latitude const longitude = res.longitude this.setState({ newArrder: { latitude, longitude }, }) } }) this.nowTime = setInterval(() => { this.setState({ nowTime: dayjs().format('HH:mm:ss') }) }, 1000) Taro.eventCenter.on('punchClockComponentDidShow', () => { if (Object.keys(this.state.dtails).length === 0) { this.getDtails(); } }) Taro.eventCenter.on('GoPunchIn', (arg) => { getReleasetDails({ id: arg.id, }).then((v) => { if (v.error.length === 0) { if (v.data) { if (!v.data.prdList) { return } let data = v.data.prdList[0] this.setState({ dtails: v.data, data, addressLatitude: parseFloat(data.latitude), addressLongitude: parseFloat(data.longitude), }, () => { Taro.showToast({ title: '切换成功' }); Taro.startLocationUpdate({ success: () => { Taro.onLocationChange((v) => { this.getSpacing(v.latitude, v.longitude) }) }, fail: () => { this.setState({ loading: false }) } }) }) } else { } } else { Taro.showToast({ title: v.error[0].message, icon: "none" }); } }).catch((err) => { Taro.showToast({ title: "系统错误,请稍后再试", icon: "none" }); }); }) } componentDidHide() { Taro.offLocationChange(); this.nowTime && this.nowTime.clearTimeout(); } // 正常打卡 publicReleaseClockIn(uid) { if (this.state.dtails.status === 3) { Taro.hideLoading() Taro.showToast({ title: '申请已撤销,无法打卡', icon: 'none' }); return; } if (Object.keys(this.state.dtails).length === 0) { Taro.hideLoading() Taro.showToast({ title: '暂无公出申请,无法打卡', icon: 'none' }); return; } if (isNaN(parseInt(this.state.distance))) { Taro.hideLoading() Taro.showToast({ title: '定位错误,请联系管理员', icon: 'none' }) return; } if (dayjs().isBefore(this.state.dtails.releaseStarts) || dayjs().isAfter(this.state.dtails.releaseEnds)) { Taro.hideLoading() Taro.showToast({ title: '当前时间不在打卡时间范围内,无法打卡', icon: 'none' }) return; } if (!(this.state.distance <= this.wxConfig.clockInRange && this.state.distance >= 0)) { Taro.hideLoading() Taro.showToast({ title: '当前位置未处于可打卡范围,无法打卡', icon: 'none' }) return; } if (this.state.imgs.length === 0) { Taro.hideLoading() Taro.showToast({ title: '请上传打卡照片', icon: 'none' }) return; } publicReleaseClockIn({ id: this.state.dtails.id, photoUrl: this.state.imgs.join(','), clockIn: 1, uid: this.state.data.uid, }).then(v => { Taro.hideLoading() if (v.error.length === 0) { Taro.showToast({ title: '打卡成功', icon: 'none' }); this.imagePicker.clear(); this.state.data.clockIn = 1; this.setState({ data: this.state.data, imgs: [] }) } else { Taro.showToast({ title: v.error[0].message, icon: 'none' }) } }).catch(() => { Taro.hideLoading() Taro.showToast({ title: '系统错误,请稍后再试', icon: 'none' }) }) } // 异常打卡 abnormalClockIn() { if (!this.state.clockInRemarks) { Taro.showToast({ title: '请填写异常打卡原因!', icon: 'none' }) return; } Taro.showLoading({ title: '正在提交...' }); publicReleaseClockIn({ id: this.state.dtails.id, photoUrl: this.state.imgs.join(','), clockInRemarks: this.state.clockInRemarks, clockIn: 2, }).then(v => { Taro.hideLoading() if (v.error.length === 0) { Taro.showToast({ title: '打卡成功', icon: 'none' }); this.imagePicker.clear(); this.state.data.clockIn = 2; this.setState({ data: this.state.data, imgs: [], clockInRemarks: "", isAbnormalOpen: false, }) } else { Taro.showToast({ title: v.error[0].message, icon: 'none' }) } }).catch(() => { Taro.hideLoading() Taro.showToast({ title: '系统错误,请稍后再试', icon: 'none' }) }) } getData(fn) { this.setState({ loading: true }) getPunchClockInfo().then(v => { if (v.error.length === 0) { this.setState({ loading: false }) if (v.data) { let data = v.data.prdList[0] this.setState({ dtails: v.data, data, addressLatitude: data.latitude, addressLongitude: data.longitude, }, () => { fn(); }) } else { this.setState({ dtails: {}, data: {}, }) } } else { this.setState({ loading: false }) Taro.showToast({ title: v.error[0].message, icon: 'none' }) } }) } getSpacing(latitude, longitude) { let _this = this; this.qqmapsdk.calculateDistance({ mode: 'straight', from: { latitude: this.state.addressLatitude, longitude: this.state.addressLongitude, }, to: [ { latitude, longitude, } ], success: function (res) {//成功后的回调 _this.setState({ distance: res.result.elements[0].distance, loading: false }) }, fail: function (error) { _this.setState({ loading: false }) console.error(error); }, complete: function (res) { } }); } onChange(value, type) { let arr = this.state.imgs.concat([]); if (type === 'add') { arr.push(value) } else if (type === 'remove') { arr.splice(value, 1) } this.setState({ imgs: arr, }) } refresh() { this.getData(() => { Taro.startLocationUpdate({ success: () => { Taro.onLocationChange((v) => { this.getSpacing(v.latitude, v.longitude) }) } }) }); } render() { const { dtails, data } = this.state; return ( { Object.keys(dtails).length <= 0 ? Taro.getStorageSync('userInfor').name : dtails.aname } {/* 公出企业: { Object.keys(dtails).length <= 0 ? '无' : dtails.userNames } */} {["业务公出", "技术公出", "行政公出", "技术协单"][dtails.type]} { Object.keys(this.state.dtails).length <= 0 ? 刷新 : { getClockState(dtails.status).title } { Taro.switchTab({ url: '/pages/mybusiness/index', }) }}> 切换打卡 } { Object.keys(this.state.dtails).length <= 0 ? 公出打卡 {this.state.nowTime} 暂无公出申请 { Taro.switchTab({ url: '/pages/applyDepart/index', }) }}> 点击前往申请公出 : 公出企业 {data.userName} {(data.clockIn === 1 || data.clockIn === 2) && (已打卡)} { this.state.dtails.prdList?.length > 1 && { this.setState({ isTips: true }) }}> 切换企业 } 公出开始时间 {dtails.releaseStarts} 公出结束时间 {dtails.releaseEnds} 打卡拍照〔可以上传多张〕 { 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' /> this.imagePicker = ref} url='/api/admin/release/upload' showAddBtn={false} onChange={this.onChange} /> {/* 异常打卡 */} { // dtails.type == 3 && false && { if (this.state.imgs.length === 0) { Taro.hideLoading() Taro.showToast({ title: '请上传打卡照片', icon: 'none' }) return; } this.setState({ isAbnormalOpen: true }) }} >{(data.clockIn === 1 || data.clockIn === 2) ? "更新打卡" : "异常打卡"} } { 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(); } } }) }} style={{ boxShadow: (!isNaN(parseInt(this.state.distance))) && this.state.distance <= this.wxConfig.clockInRange && this.state.distance >= 0 && !(dayjs().isBefore(this.state.dtails.releaseStarts) || dayjs().isAfter(this.state.dtails.releaseEnds)) && dtails.status !== 3 ? ((data.clockIn === 1 || data.clockIn === 2) ? '1px 1px 15px 1px #3f82e8' : '1px 1px 15px 1px #72cb78') : '1px 1px 15px 1px #828e83', background: (!isNaN(parseInt(this.state.distance))) && this.state.distance <= this.wxConfig.clockInRange && this.state.distance >= 0 && !(dayjs().isBefore(this.state.dtails.releaseStarts) || dayjs().isAfter(this.state.dtails.releaseEnds)) && dtails.status !== 3 ? ((data.clockIn === 1 || data.clockIn === 2) ? '#3f82e8' : '#72cb78') : '#828e83' }}> { (data.clockIn === 1 || data.clockIn === 2) ? '更新打卡' : '公出打卡' } {this.state.nowTime} { !(this.state.distance <= this.wxConfig.clockInRange && this.state.distance >= 0) && 您不在打卡范围: 切换位置 } { this.mapCtx.moveToLocation(); }}> { this.mapCtx.moveToLocation({ latitude: this.state.addressLatitude, longitude: this.state.addressLongitude, }); }}> 紫色区域为可打卡区域 { this.setState({ historicalIsOpened: true }) }}> 查看公出申请日志 } { this.setState({ isOpened: false, }) }} onCancel={() => { this.setState({ isOpened: false, }) }} onConfirm={() => { this.setState({ isOpened: false, }, () => { Taro.openSetting({ success: (value) => { if (value.authSetting['scope.userLocation']) { Taro.getLocation({ type: 'gcj02', isHighAccuracy: true, success: (res) => { const latitude = res.latitude const longitude = res.longitude this.setState({ newArrder: { latitude, longitude }, }) } }) this.getDtails(); } } }) }) }} content='您拒绝了定位权限,请先前往设置打开定位权限' /> {/* 异常打卡原因 */} { this.state.isAbnormalOpen && { this.setState({ clockInRemarks: e }) }} maxLength={200} placeholder='请填写异常打卡原因~' /> } { this.state.historicalIsOpened && { this.setState({ historicalIsOpened: false }) }} /> } { this.state.isTips && 请选择 { this.setState({ selectUid: e }) }} /> } ) } } export default PunchClocks