修改劳务管理计算bug
This commit is contained in:
parent
f17c36e405
commit
f4b0e5ec44
@ -14,7 +14,7 @@
|
||||
<view class="itemInner" @click="tabIndex=0">
|
||||
<view class="">
|
||||
<view class="txt" :class="tabIndex==0?'active':''">
|
||||
现场工人
|
||||
在场劳务人员
|
||||
</view>
|
||||
<view class="num">
|
||||
{{statictisData.presencePerson.lwPersonTotal}}
|
||||
@ -25,7 +25,7 @@
|
||||
<view class="itemInner" @click="tabIndex=1">
|
||||
<view class="">
|
||||
<view class="txt" :class="tabIndex==1?'active':''">
|
||||
现场管理人员
|
||||
在场管理人员
|
||||
</view>
|
||||
<view class="num">
|
||||
{{statictisData.presencePerson.glPersonTotal}}
|
||||
@ -38,7 +38,7 @@
|
||||
<view class="itemInner">
|
||||
<view class="">
|
||||
<view class="txt">
|
||||
出勤
|
||||
劳务人员出勤
|
||||
</view>
|
||||
<view class="num">
|
||||
{{tabIndex==0?statictisData.attendancePerson.lwPersonTotal:statictisData.attendancePerson.glPersonTotal}}
|
||||
@ -49,7 +49,7 @@
|
||||
<view class="itemInner">
|
||||
<view class="">
|
||||
<view class="txt">
|
||||
在岗
|
||||
劳务人员总数
|
||||
</view>
|
||||
<view class="num">
|
||||
{{tabIndex==0?statictisData.toaltPerson.lwPersonTotal:statictisData.toaltPerson.glPersonTotal}}
|
||||
@ -62,14 +62,14 @@
|
||||
<view class="itemInner">
|
||||
<view class="">
|
||||
<view class="txt">
|
||||
昨日出勤率
|
||||
劳务昨日出勤率
|
||||
</view>
|
||||
<view class="" v-if="statictisData.yesterdayAttendancePerson.totalPerson != 0">
|
||||
<view class="num" v-show="tabIndex==0">
|
||||
{{((statictisData.yesterdayAttendancePerson.lwPersonTotal/Number(statictisData.yesterdayAttendancePerson.totalPerson))*100).toFixed(2)}}%
|
||||
{{((statictisData.yesterdayAttendancePerson.lwPersonTotal/Number(statictisData.toaltPerson.lwPersonTotal))*100).toFixed(2)}}%
|
||||
</view>
|
||||
<view class="num" v-show="tabIndex==1">
|
||||
{{((statictisData.yesterdayAttendancePerson.glPersonTotal/Number(statictisData.yesterdayAttendancePerson.totalPerson))*100).toFixed(2)}}%
|
||||
{{((statictisData.yesterdayAttendancePerson.glPersonTotal/Number(statictisData.toaltPerson.glPersonTotal))*100).toFixed(2)}}%
|
||||
</view>
|
||||
|
||||
</view>
|
||||
|
||||
BIN
unpackage/cache/apk/__UNI__4AA4101_cm.apk
vendored
BIN
unpackage/cache/apk/__UNI__4AA4101_cm.apk
vendored
Binary file not shown.
2
unpackage/cache/apk/apkurl
vendored
2
unpackage/cache/apk/apkurl
vendored
@ -1 +1 @@
|
||||
https://app.liuyingyong.cn/build/download/54fe7570-fa76-11ee-bc76-6555e1e90f55
|
||||
https://app.liuyingyong.cn/build/download/0e85a250-fb3b-11ee-98bd-73cf2d00b3bb
|
||||
2
unpackage/cache/apk/cmManifestCache.json
vendored
2
unpackage/cache/apk/cmManifestCache.json
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
unpackage/dist/build/app-plus/app-service.js
vendored
4
unpackage/dist/build/app-plus/app-service.js
vendored
File diff suppressed because one or more lines are too long
2
unpackage/dist/build/app-plus/app-view.js
vendored
2
unpackage/dist/build/app-plus/app-view.js
vendored
File diff suppressed because one or more lines are too long
BIN
unpackage/release/apk/__UNI__4AA4101__20240415200047.apk
Normal file
BIN
unpackage/release/apk/__UNI__4AA4101__20240415200047.apk
Normal file
Binary file not shown.
BIN
unpackage/release/apk/__UNI__4AA4101__20240415200716.apk
Normal file
BIN
unpackage/release/apk/__UNI__4AA4101__20240415200716.apk
Normal file
Binary file not shown.
BIN
unpackage/release/apk/__UNI__4AA4101__20240415231556.apk
Normal file
BIN
unpackage/release/apk/__UNI__4AA4101__20240415231556.apk
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user