zhengkaixin пре 1 година
родитељ
комит
510ab744e1
2 измењених фајлова са 5 додато и 2 уклоњено
  1. 2 2
      components/ApproveView.vue
  2. 3 0
      pages/oawork/business/add.vue

+ 2 - 2
components/ApproveView.vue

@@ -27,7 +27,7 @@
 									<view class="approveItem_a1_text1_a" >
 									<view class="approveItem_a1_text1_a" >
 										{{item.activityName}}<span class="approveItem_a1_text1or" v-if="item.operation=='or'&&((item.wfProcinstActUserList&&item.wfProcinstActUserList.length>1)||(item.wfProcinstActRegUserList&&item.wfProcinstActRegUserList.length>1))">或签</span>
 										{{item.activityName}}<span class="approveItem_a1_text1or" v-if="item.operation=='or'&&((item.wfProcinstActUserList&&item.wfProcinstActUserList.length>1)||(item.wfProcinstActRegUserList&&item.wfProcinstActRegUserList.length>1))">或签</span>
 									</view>
 									</view>
-									<view class="approveItem_a1_text1_b" v-if="!initStart" >
+									<view class="approveItem_a1_text1_b" v-if="!initStart&&!item.isAlterChecker" >
 											是否跳过此环节<u-switch v-model="item.checked" size="25"></u-switch>
 											是否跳过此环节<u-switch v-model="item.checked" size="25"></u-switch>
 									</view>
 									</view>
 								</view>
 								</view>
@@ -43,7 +43,7 @@
 											
 											
 											<view  class="approveItem_a1_text3Img_item1" >
 											<view  class="approveItem_a1_text3Img_item1" >
 												<view class="approveItem_a1_text3Img_item0"
 												<view class="approveItem_a1_text3Img_item0"
-												v-if="!initStart&&(item.wfProcinstActRegUserList&&item.wfProcinstActRegUserList.length>1)">
+												v-if="!initStart&&(item.wfProcinstActRegUserList&&item.wfProcinstActRegUserList.length>1)&&!item.isAlterChecker">
 													
 													
 												
 												
 													<u-checkbox
 													<u-checkbox

+ 3 - 0
pages/oawork/business/add.vue

@@ -459,6 +459,9 @@
 									}else{
 									}else{
 										obj.checked=false
 										obj.checked=false
 									}
 									}
+									if(item.isAlterChecker){
+										obj.checked=true
+									}
 									
 									
 								}
 								}
 							}
 							}