| | |
| | | <view class="title">
|
| | | <text>{{ info.projectName }}/{{ info.buildingName }}/{{info.roomNum || info.floorName}}</text>
|
| | | <text class="status" v-if="info.dealStatus == 0">待处理</text>
|
| | | <text class="status" v-if="info.dealStatus == 1">已指派</text>
|
| | | <text class="status" v-if="info.dealStatus == 1">待处理</text>
|
| | | <text class="status gray" v-if="info.dealStatus == 2">已处理</text>
|
| | | </view>
|
| | | <view class="desc">{{ info.content }}</view>
|
| | |
| | | </view>
|
| | | </view>
|
| | | <!-- -->
|
| | | <view class="btns" v-if="info.dealStatus == 0">
|
| | | <view class="btn">
|
| | | <view class="btns" v-if="info.dealStatus == 0 || (info.dealUserId === userInfo.id && info.dealStatus == 1)">
|
| | | <view class="btn" @click="handleCall">
|
| | | <image src="@/static/side/phoneed.png" class="icon"></image>
|
| | | <text>上报人</text>
|
| | | </view>
|
| | |
| | | info: {},
|
| | | showUpload: false,
|
| | | isShowHandle: false,
|
| | | isShowHandleDate: false,
|
| | | isShowHandleDate: false, |
| | | userInfo: uni.getStorageSync('userInfo') || {},
|
| | | handleParam: {},
|
| | | dealFileList: []
|
| | | };
|
| | |
| | | uni.navigateBack() |
| | | } |
| | | })
|
| | | }, |
| | | handleCall() { |
| | | const { info } = this |
| | | uni.makePhoneCall({ |
| | | phoneNumber: info.creatorMobile |
| | | }); |
| | | },
|
| | | getDetail() {
|
| | | ywWorkorderD(this.id).then(res => {
|