|
|
@@ -21,9 +21,9 @@
|
|
21
|
21
|
申请人:
|
|
22
|
22
|
</view>
|
|
23
|
23
|
<uni-tooltip :content="defalutVal.applicationName">
|
|
24
|
|
- <view class="textHidden">
|
|
25
|
|
- {{defalutVal.applicationName}}
|
|
26
|
|
- </view>
|
|
|
24
|
+ <view class="textHidden">
|
|
|
25
|
+ {{defalutVal.applicationName}}
|
|
|
26
|
+ </view>
|
|
27
|
27
|
</uni-tooltip>
|
|
28
|
28
|
</view>
|
|
29
|
29
|
<view class="listItem" style="margin-top:22rpx">
|
|
|
@@ -31,9 +31,9 @@
|
|
31
|
31
|
被申请人:
|
|
32
|
32
|
</view>
|
|
33
|
33
|
<uni-tooltip :content="defalutVal.respondentName">
|
|
34
|
|
- <view class="textHidden">
|
|
35
|
|
- {{defalutVal.respondentName}}
|
|
36
|
|
- </view>
|
|
|
34
|
+ <view class="textHidden">
|
|
|
35
|
+ {{defalutVal.respondentName}}
|
|
|
36
|
+ </view>
|
|
37
|
37
|
</uni-tooltip>
|
|
38
|
38
|
</view>
|
|
39
|
39
|
<view class="listItem">
|
|
|
@@ -53,14 +53,15 @@
|
|
53
|
53
|
<button class="btnItem" type="primary" size="mini" @tap="caseDetail">选择调解员</button> -->
|
|
54
|
54
|
<button class="btnItem" type="primary" @tap="clickType(item.id)" size="mini" v-for="(item) in buttonList"
|
|
55
|
55
|
:key="item.id"
|
|
56
|
|
- v-if="item.id == defalutVal.caseFlowId && checkPermi([item.buttonAuthFlag])&& (defalutVal.appOperatorFlag == 1 || defalutVal.resOperatorFlag == 1 || defalutVal.otherFlag == 1)">{{ item.nodeName }}</button>
|
|
|
56
|
+ v-if="item.id == defalutVal.caseFlowId && checkPermi([item.buttonAuthFlag])&& (defalutVal.appOperatorFlag == 1 || defalutVal.resOperatorFlag == 1 || defalutVal.otherFlag == 1 || defalutVal.agentFlag == 1 || defalutVal.mediatorFlag == 1)">{{ item.nodeName }}</button>
|
|
57
|
57
|
<!-- <button class="btnItem" type="primary" size="mini" @tap="confirmationEvidence">确认证据</button>
|
|
58
|
58
|
<button class="btnItem" type="primary" size="mini" @tap="isAssignrbitrators">是否指派仲裁员</button>
|
|
59
|
59
|
<button class="btnItem" type="primary" size="mini" @tap="isAssignrbitrators">是否指派仲裁员</button>
|
|
60
|
60
|
<button class="btnItem" type="primary" size="mini" @tap="chooseMethod">选择仲裁方式</button> -->
|
|
61
|
61
|
</view>
|
|
62
|
62
|
<view class="btn" v-if="sysType == 1">
|
|
63
|
|
- <button v-if="defalutVal.caseStatus==4 && checkPermi(['caseManagement:list:examin'])" class="btnItem" type="primary" size="mini" @tap="caseCrossExamin">案件质证</button>
|
|
|
63
|
+ <button v-if="defalutVal.caseStatus==4 && checkPermi(['caseManagement:list:examin'])" class="btnItem"
|
|
|
64
|
+ type="primary" size="mini" @tap="caseCrossExamin">案件质证</button>
|
|
64
|
65
|
</view>
|
|
65
|
66
|
</view>
|
|
66
|
67
|
</template>
|
|
|
@@ -141,9 +142,9 @@
|
|
141
|
142
|
}
|
|
142
|
143
|
},
|
|
143
|
144
|
// 案件质证
|
|
144
|
|
- caseCrossExamin(){
|
|
|
145
|
+ caseCrossExamin() {
|
|
145
|
146
|
uni.navigateTo({
|
|
146
|
|
- url:`/pages/handlecase/component/uploadEvidence?id=${this.defalutVal.id}`
|
|
|
147
|
+ url: `/pages/handlecase/component/uploadEvidence?id=${this.defalutVal.id}`
|
|
147
|
148
|
})
|
|
148
|
149
|
},
|
|
149
|
150
|
// 案件详情以及操作
|
|
|
@@ -327,7 +328,8 @@
|
|
327
|
328
|
}
|
|
328
|
329
|
}
|
|
329
|
330
|
}
|
|
330
|
|
- .textHidden{
|
|
|
331
|
+
|
|
|
332
|
+ .textHidden {
|
|
331
|
333
|
width: 300rpx;
|
|
332
|
334
|
text-overflow: ellipsis;
|
|
333
|
335
|
overflow: hidden;
|