能否审批判断修改
This commit is contained in:
@@ -228,7 +228,7 @@ onMounted(() => {
|
||||
params?.type==='wait' && info?.status!=99 && params?.isMyself==='pending' &&
|
||||
(info?.status==1 || info?.status==2 || info?.status==3 || info?.status==4) &&
|
||||
(((info?.template_id==1 || info?.template_id==4) && (info?.current_step>=1 && info?.current_step<=3)) ||
|
||||
((info?.template_id==2 || info?.template_id)==3 && (info?.current_step>=1 && info?.current_step<=4))) ||
|
||||
((info?.template_id==2 || info?.template_id==3) && (info?.current_step>=1 && info?.current_step<=4))) ||
|
||||
info?.template_id==5
|
||||
">
|
||||
<p class="btn" @click="agree">同意</p>
|
||||
|
||||
@@ -180,7 +180,7 @@ onMounted(() => {
|
||||
params?.type==='wait' && info?.status!=99 && params?.isMyself==='pending' &&
|
||||
(info?.status==1 || info?.status==2 || info?.status==3 || info?.status==4) &&
|
||||
(((info?.template_id==1 || info?.template_id==4) && (info?.current_step>=1 && info?.current_step<=3)) ||
|
||||
((info?.template_id==2 || info?.template_id)==3 && (info?.current_step>=1 && info?.current_step<=4))) ||
|
||||
((info?.template_id==2 || info?.template_id==3) && (info?.current_step>=1 && info?.current_step<=4))) ||
|
||||
info?.template_id==5
|
||||
">
|
||||
<p class="btn" @click="agree">同意</p>
|
||||
|
||||
Reference in New Issue
Block a user