能否审批判断修改
This commit is contained in:
parent
9f438d986a
commit
55d4b504b6
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue