|
|
@@ -59,16 +59,16 @@
|
|
|
</uni-section>
|
|
|
|
|
|
<view v-if="id != ''">
|
|
|
- <uni-section title="确认意见" type="line">
|
|
|
+ <uni-section title="确认意见" type="line" v-if="form.shiFouGuoShen == '已反馈' || form.shiFouGuoShen == '已审核' || form.shiFouGuoShen == '已处理' || form.shiFouGuoShen == '已处理结果确认' || form.shiFouGuoShen == '1'">
|
|
|
<view class="u-m-15 u-p-b-15">
|
|
|
{{form.youWuYouXiaoTouSu}}
|
|
|
</view>
|
|
|
<view class="u-m-15 u-p-b-15">
|
|
|
- {{option2}}
|
|
|
+ 审批意见:{{option2}}
|
|
|
</view>
|
|
|
</uni-section>
|
|
|
|
|
|
- <uni-section title="处理措施" type="line">
|
|
|
+ <uni-section title="处理措施" type="line" v-if="form.shiFouGuoShen == '已反馈' || form.shiFouGuoShen == '已处理' || form.shiFouGuoShen == '已处理结果确认' || form.shiFouGuoShen == '1'">
|
|
|
<view class="u-m-15 u-p-b-15">
|
|
|
调查情况:{{form.officeSurvey}}
|
|
|
</view>
|
|
|
@@ -76,53 +76,55 @@
|
|
|
处理措施:{{form.chuLiCuoShi}}
|
|
|
</view>
|
|
|
<view class="u-m-15 u-p-b-15">
|
|
|
- {{option3}}
|
|
|
+ 审批意见:{{option3}}
|
|
|
</view>
|
|
|
</uni-section>
|
|
|
|
|
|
- <uni-section title="处理结果确认" type="line">
|
|
|
+ <uni-section title="处理结果确认" type="line" v-if="form.shiFouGuoShen == '已反馈' || form.shiFouGuoShen == '已处理结果确认' || form.shiFouGuoShen == '1'">
|
|
|
<view class="u-m-15 u-p-b-15">
|
|
|
处理时间:{{form.chuLiShiJian}}
|
|
|
</view>
|
|
|
<view class="u-m-15 u-p-b-15">
|
|
|
- {{option4}}
|
|
|
+ 审批意见:{{option4}}
|
|
|
</view>
|
|
|
</uni-section>
|
|
|
|
|
|
- <uni-section title="处理结果是否通知当事人" type="line">
|
|
|
+ <uni-section title="处理结果是否通知当事人" type="line" v-if="form.shiFouGuoShen == '已反馈' || form.shiFouGuoShen == '1'">
|
|
|
<view class="u-m-15 u-p-b-15">
|
|
|
通知:{{form.chuLiJieGuoShiFou}}
|
|
|
</view>
|
|
|
<view class="u-m-15 u-p-b-15">
|
|
|
- {{option}}
|
|
|
+ 审批意见:{{option}}
|
|
|
</view>
|
|
|
</uni-section>
|
|
|
</view>
|
|
|
|
|
|
- <uni-section title="客户确认" type="line" v-if="id != ''">
|
|
|
- <view class="u-m-15 u-p-b-15">
|
|
|
- <uni-data-checkbox selectedColor="red" v-model="form.shiFouTongYi" :localdata="sexList" v-if="type == '1'">
|
|
|
- </uni-data-checkbox>
|
|
|
- <view v-if="type == '2'">{{form.shiFouTongYi}}</view>
|
|
|
- </view>
|
|
|
- </uni-section>
|
|
|
+ <view v-if="(id != '' && form.shiFouGuoShen == '1') || (id != '' && type == '1')">
|
|
|
+ <uni-section title="客户确认" type="line">
|
|
|
+ <view class="u-m-15 u-p-b-15">
|
|
|
+ <uni-data-checkbox selectedColor="red" v-model="form.shiFouTongYi" :localdata="sexList" v-if="type == '1'">
|
|
|
+ </uni-data-checkbox>
|
|
|
+ <view v-if="type == '2'">{{form.shiFouTongYi}}</view>
|
|
|
+ </view>
|
|
|
+ </uni-section>
|
|
|
|
|
|
- <uni-section title="投诉签名" type="line" padding v-if="id != ''">
|
|
|
- <view style="width: 100%;">
|
|
|
- <view style="text-align: right;width: 100%;" v-if="type == '1'">
|
|
|
- <view v-if="id != ''">
|
|
|
- <u-button type="primary" size="mini" @click="qianming(0)">
|
|
|
- 签名</u-button>
|
|
|
- <u-button type="primary" size="mini" @click="deqianming(0)" style="margin-left: 15rpx;" v-if="form.qianMing != ''">
|
|
|
- 取消</u-button>
|
|
|
+ <uni-section title="签名" type="line" padding>
|
|
|
+ <view style="width: 100%;">
|
|
|
+ <view style="text-align: right;width: 100%;" v-if="type == '1'">
|
|
|
+ <view v-if="id != ''">
|
|
|
+ <u-button type="primary" size="mini" @click="qianming">
|
|
|
+ 签名</u-button>
|
|
|
+ <u-button type="primary" size="mini" @click="deqianming" style="margin-left: 15rpx;" v-if="form.qianMing != ''">
|
|
|
+ 取消</u-button>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view style="width: 100%;" v-if="form.qianMing != ''">
|
|
|
+ <image :src="form.qianMing" style="width: 100%;height: 500rpx;border: 1px #eee solid;">
|
|
|
+ </image>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view style="width: 100%;" v-if="form.qianMing != ''">
|
|
|
- <image :src="form.qianMing" style="width: 100%;height: 500rpx;border: 1px #eee solid;">
|
|
|
- </image>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </uni-section>
|
|
|
+ </uni-section>
|
|
|
+ </view>
|
|
|
|
|
|
<view class="padding flex flex-direction">
|
|
|
<u-button type="success" class="btn btn-back-color" @click="onSubmit" v-if="id == ''">提交
|
|
|
@@ -576,23 +578,16 @@
|
|
|
},
|
|
|
//清除签名
|
|
|
deqianming(index) {
|
|
|
- if (index == 0) {
|
|
|
- this.form.qianMing = ''
|
|
|
- }
|
|
|
+ this.form.qianMing = ''
|
|
|
},
|
|
|
//保存签名
|
|
|
save(val) {
|
|
|
- if (this.qianIndex == 0) {
|
|
|
- this.form.qianMing = val
|
|
|
- }
|
|
|
- this.qianshow = false
|
|
|
+ this.form.qianMing = val
|
|
|
this.popupShow = false
|
|
|
},
|
|
|
//清除签名
|
|
|
clear(val) {
|
|
|
- if (this.qianIndex == 0) {
|
|
|
- this.form.qianMing = ''
|
|
|
- }
|
|
|
+ this.form.qianMing = ''
|
|
|
},
|
|
|
getShow() {
|
|
|
if (this.id != '') {
|