Merge branch 'master' of http://120.76.84.145:10101/gitblit/r/H5/threeSide
| | |
| | | <view class="txt-center fs-23 mt-27 color6">
|
| | | 创建时间:{{ item.createTime | formatTime }}
|
| | | </view>
|
| | | <view v-if="!([3,5,7,4].includes(item.status))" class="flex a-center j-center fs-23 mt-29 txt-center">
|
| | | <view v-if="!([3,5,7,4].includes(item.status) && item.listControlsButtonStatus == 0)" class="flex a-center j-center fs-23 mt-29 txt-center">
|
| | | <view @click.stop="addProgress(item.id)" class="h-58 lh-58 bgColor5 w-192 br-29 color10">
|
| | | 添加办理进度
|
| | | </view>
|
| | | <view @click.stop="addResult(item.id)" class="ml-38 h-58 lh-58 bgColor6 w-192 br-29 color8">
|
| | | 办理结果录入
|
| | | </view>
|
| | | </view>
|
| | | <view v-if="[3].includes(item.status)&& item.evaluateButtonStatus == 0" class="flex a-center j-center fs-23 mt-29 txt-center">
|
| | | <view @click.stop="toEvaluate(item.id)" class="h-58 lh-58 bgColor5 w-192 br-29 color10">
|
| | | 评价
|
| | | </view>
|
| | | </view>
|
| | | </view>
|
| | |
| | | })
|
| | | },
|
| | | methods: {
|
| | | // 去评价
|
| | | toEvaluate(id) {
|
| | | uni.navigateTo({
|
| | | url: `/pages/evaluate/evaluate?id=${id}`
|
| | | })
|
| | | },
|
| | | fetchList(params, callback) {
|
| | | if (this.status == 'loading') return
|
| | | this.status = 'loading'
|
| | |
| | | </view> |
| | | <view class="title">描述图片</view> |
| | | <view class="descPic" v-if="resultImg.length > 0"> |
| | | <view class="picItem" v-for="(item, index) in resultImg" @click.stop="viewImage(item)"> |
| | | <view class="picItem" v-for="(item, index) in resultImg" @click.stop="viewImage(item)" :key="index"> |
| | | <image :src="item" class="img shrink0" mode="aspectFill"> |
| | | </image> |
| | | </view> |
| | |
| | | <view v-else class="noData">暂无数据</view> |
| | | <view class="title">描述视频</view> |
| | | <view class="descPic" v-if="resultVideos.length > 0"> |
| | | <view class="picItem relative" v-for="(item, index) in resultVideos"> |
| | | <view class="picItem relative" v-for="(item, index) in resultVideos" :key="index"> |
| | | <video id="myVideo" class="videoImg shrink0" disabled :controls="false" |
| | | :show-center-play-btn="false" :src="item"> |
| | | </video> |
| | |
| | | <!-- 上级显示 --> |
| | | |
| | | <!-- 党员显示 --> |
| | | <view class="btnButtom" v-if="[0, 1, 2, 6].includes(orderInfo.status) && isParty"> |
| | | <view class="btnButtom" v-if="[0, 1, 2, 6].includes(orderInfo.status) && isParty && orderInfo.listControlsButtonStatus == 0"> |
| | | <view class="btnDown partyUp" @click.stop="toUp">问题上报</view> |
| | | <view class="btnAdd partyDown" @click="addProgress">添加办理进度</view> |
| | | <view class="btnAdd partyDown" @click="resultEntery">办理结果录入</view> |