| | |
| | | {{dakaList.orderName}} |
| | | </text> |
| | | <text class=""> |
| | | 日期:{{$util.formatDate(dakaList.workDate)}} |
| | | 打卡日期:{{$util.formatDate(dakaList.workDate)}} |
| | | </text> |
| | | </view> |
| | | </view> |
| | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <up-cell title="工作时长" :border='false'> |
| | | <up-cell title="时长" :border='false'> |
| | | <template #right-icon> |
| | | {{dakaList.workTime}} 小时 |
| | | </template> |
| | |
| | | } |
| | | this.isLoading = true |
| | | this.$api.saveDakaDetail(obj).then(res => { |
| | | console.log(res); |
| | | if(res.code==1){ |
| | | this.$util.showToast({ |
| | | title: '申报成功!', |
| | |
| | | }) |
| | | }else{ |
| | | this.$util.showToast({ |
| | | title: res.msg?res.msg:'失败!' |
| | | title: res.error?res.error:'失败!' |
| | | }) |
| | | } |
| | | this.isLoading = false |