|
|
@ -114,9 +114,7 @@ |
|
|
|
<button type="default" @tap="bohui(item)">驳回</button> |
|
|
|
<button type="default" @tap="bohui(item)">驳回</button> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<view v-else class="jiancha" style="color: #FFBA19;"> |
|
|
|
|
|
|
|
{{item.approvalStatus}} |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view style="display: flex;"> |
|
|
|
<view style="display: flex;"> |
|
|
|
<view style="flex:1"> |
|
|
|
<view style="flex:1"> |
|
|
@ -133,10 +131,9 @@ |
|
|
|
:class="{jiancha_color:item.approvalStatus=='通过'}"> |
|
|
|
:class="{jiancha_color:item.approvalStatus=='通过'}"> |
|
|
|
已{{item.approvalStatus}} |
|
|
|
已{{item.approvalStatus}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- <view v-else class="jiancha" |
|
|
|
<view v-else style="color: #14B488;"> |
|
|
|
style="color: #FFBA19;"> |
|
|
|
|
|
|
|
{{item.approvalStatus}} |
|
|
|
{{item.approvalStatus}} |
|
|
|
</view> --> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -285,7 +282,7 @@ |
|
|
|
months: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] |
|
|
|
months: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
created() { |
|
|
|
mounted() { |
|
|
|
let date = new Date() |
|
|
|
let date = new Date() |
|
|
|
this.dates.month = date.getMonth() + 1 |
|
|
|
this.dates.month = date.getMonth() + 1 |
|
|
|
this.today.month = date.getMonth() + 1 |
|
|
|
this.today.month = date.getMonth() + 1 |
|
|
@ -396,7 +393,7 @@ |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
this.getSupervisor() |
|
|
|
this.getSupervisor() |
|
|
|
} |
|
|
|
} |
|
|
|
this.index3 =true |
|
|
|
|
|
|
|
this.getTaskListOfStation(userId) |
|
|
|
this.getTaskListOfStation(userId) |
|
|
|
}) |
|
|
|
}) |
|
|
|
}, |
|
|
|
}, |
|
|
@ -485,6 +482,7 @@ |
|
|
|
this.nub += 1 |
|
|
|
this.nub += 1 |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
this.index3 =true |
|
|
|
this.opts.subtitle.name = JSON.stringify(this.nub) |
|
|
|
this.opts.subtitle.name = JSON.stringify(this.nub) |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
@ -563,7 +561,7 @@ |
|
|
|
.itembox { |
|
|
|
.itembox { |
|
|
|
// background: #fff; |
|
|
|
// background: #fff; |
|
|
|
position: absolute; |
|
|
|
position: absolute; |
|
|
|
bottom: 0; |
|
|
|
bottom: 160rpx; |
|
|
|
left: 0; |
|
|
|
left: 0; |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
height: 600rpx; |
|
|
|
height: 600rpx; |
|
|
|