| | |
| | | <view class="donw-box"></view>
|
| | | <view class="page-main">
|
| | | <view class="title"> |
| | | <template v-if="msg.isEva==0">已执法待评价</template> |
| | | <template v-if="msg.isEva==0">未评价</template> |
| | | <template v-if="msg.isEva==1">已评价</template> |
| | | <template v-if="msg.orderStatus==2">待执法</template>
|
| | | </view>
|
| | |
| | | 执法人
|
| | | </view>
|
| | | <view class="v">
|
| | | {{msg.executeUser}}
|
| | | {{msg.executeUser || msg.applyUser}}
|
| | | </view>
|
| | | </view>
|
| | | <view class="item">
|
| | |
| | | 执法部门
|
| | | </view>
|
| | | <view class="v">
|
| | | {{msg.executeDeptName}}
|
| | | {{msg.executeDeptName || msg.applyDeptName}}
|
| | | </view>
|
| | | </view>
|
| | | <view class="item">
|
| | |
| | | <view class="k">
|
| | | 执法过程
|
| | | </view>
|
| | | <view class="v" v-if="!img.length">
|
| | | {{msg.regionReason || '执法过程待上报'}}
|
| | | </view>
|
| | | </view>
|
| | | <view class="imgbox"> |
| | | <img v-for="(item,index) in img" :key="index" :src="item" class="more" alt="" @click="imgclick(item)" /> |
| | | <view class="imgbox" v-if="img.length"> |
| | | <template >
|
| | | <img v-for="(item,index) in img" :key="index" :src="item" class="more" alt="" @click="imgclick(item)" />
|
| | | </template> |
| | |
|
| | | <!-- <img src="/static/i01.png" class="more" @click="imgclick('/static/i01.png')" alt="" />
|
| | | <img src="/static/i02.png" class="more" alt="" />
|
| | |
| | | 执法结果
|
| | | </view>
|
| | | <view class="v" style="color: #EB4746;">
|
| | | {{msg.regionReason}}
|
| | | {{msg.regionReason || '执法结果待上报'}}
|
| | | </view>
|
| | | </view>
|
| | | <view class="item">
|
| | |
| | | 执法时间
|
| | | </view>
|
| | | <view class="v">
|
| | | {{msg.executeTime}}
|
| | | {{msg.inTime || "待执法"}}
|
| | | </view>
|
| | | </view>
|
| | | </view>
|
| | |
| | | </template>
|
| | |
|
| | |
|
| | | <view class="sbox">
|
| | | <view class="sbox" v-if="msg.evaluateVo.questionRemark">
|
| | | <view class="t2">
|
| | | 对我们的评价
|
| | | </view>
|
| | |
| | | </view>
|
| | | </view>
|
| | | </view>
|
| | | <view class="bottom">
|
| | | <view class="bottom" v-if="msg.orderStatus==3 || msg.orderStatus== 4">
|
| | | <view class="one" v-if="msg.isEva==1">
|
| | | <view class="b1" @click="open()">
|
| | | 投诉
|
| | |
| | | 投诉内容
|
| | | </view>
|
| | | <view class="margin-top">
|
| | | <u-textarea v-model="complaintReason" placeholder="请输入..."></u-textarea>
|
| | | <u-textarea :cursorSpacing="70" v-model="complaintReason" placeholder="请输入..."></u-textarea>
|
| | | </view>
|
| | | </view>
|
| | | <view class="down">
|
| | |
| | | console.log(this.list) |
| | | // const value = val.data.data.find(item => item.dictCode == this.msg.enforceType) |
| | | // this.type = value.dictLabel |
| | | }) |
| | | })
|
| | | this.getdata() |
| | | }, |
| | | onShow(options) { |
| | | this.getdata() |
| | | |
| | | },
|
| | | methods: { |
| | | getdata(){ |
| | | order(this.id).then(val => { |
| | | this.msg = val.data.data |
| | | order(this.id).then(val => {
|
| | | |
| | | this.msg = val.data.data
|
| | | getDicts('enforce_type').then(val => {
|
| | | const value = val.data.data.find(item => item.dictCode == this.msg.enforceType)
|
| | | this.type = value.dictLabel
|
| | | }) |
| | | let arr = this.msg.regionImgs.split(","); |
| | | for(let i = 0;i<arr.length;i++){ |
| | | this.img.push(this.baseUrl+arr[i]) |
| | |
| | | this.qlist[i].remark = Number(this.qlist[i].remark) |
| | | } |
| | | } |
| | | console.log(this.img) |
| | | getDicts('enforce_type').then(val => { |
| | | const value = val.data.data.find(item => item.dictCode == this.msg.enforceType) |
| | | this.type = value.dictLabel |
| | | }) |
| | | |
| | | }) |
| | | },
|
| | | daxing(a) {
|