|
@@ -51,7 +51,11 @@
|
|
<view class="" v-else>
|
|
<view class="" v-else>
|
|
|
|
|
|
<view class='wrap' v-for="(item, index) in tableData" :key="index">
|
|
<view class='wrap' v-for="(item, index) in tableData" :key="index">
|
|
- <view class="wenzi audit1" v-if="item.approveStatus == '待人事审核' || item.approveStatus == '待主管审核' ">审核中
|
|
|
|
|
|
+ <view class="wenzi audit1" v-if="item.approveStatus == '待人事审核'">待人事审核
|
|
|
|
+ </view>
|
|
|
|
+ <view class="wenzi audit1" v-if="item.approveStatus == '待主管审核'">待主管审核
|
|
|
|
+ </view>
|
|
|
|
+ <view class="wenzi audit1" v-if="item.approveStatus == '待决策人审核'">待决策人审核
|
|
</view>
|
|
</view>
|
|
<view class="wenzi audit2" v-if="item.status == '已通过'">已通过</view>
|
|
<view class="wenzi audit2" v-if="item.status == '已通过'">已通过</view>
|
|
<view class="wenzi audit3" v-if="item.status == '未通过'">未通过</view>
|
|
<view class="wenzi audit3" v-if="item.status == '未通过'">未通过</view>
|
|
@@ -299,6 +303,7 @@
|
|
that.$api.msg('提交成功')
|
|
that.$api.msg('提交成功')
|
|
uni.hideLoading()
|
|
uni.hideLoading()
|
|
that.value = 1
|
|
that.value = 1
|
|
|
|
+ that.getList()
|
|
// uni.navigateTo({
|
|
// uni.navigateTo({
|
|
// url: '/pages/leave/the_leave_record'
|
|
// url: '/pages/leave/the_leave_record'
|
|
// })
|
|
// })
|