Commit 82092f11 authored by liudong1993's avatar liudong1993

1

parent 3b275892
...@@ -1343,7 +1343,7 @@ ...@@ -1343,7 +1343,7 @@
<button class="hollowFixedBtn" @click="ReturnBack()">返回</button> <button class="hollowFixedBtn" @click="ReturnBack()">返回</button>
<!--<template v-if="AuditOrRefundMsg.Status !== '3'" v-for="step in GetDetail.AuditSteps">--> <!--<template v-if="AuditOrRefundMsg.Status !== '3'" v-for="step in GetDetail.AuditSteps">-->
<template v-for="step in GetDetail.AuditSteps"> <template v-for="step in GetDetail.AuditSteps">
<template v-if="step.NextStep === 1 && (step.SpecialNode === 2 || step.SpecialNode === 1 || RB_Post_Id==168) && GetDetail.Status!=4"> <template v-if="step.NextStep === 1 && (step.SpecialNode === 2 || step.SpecialNode === 1 || RB_Post_Id==168 || RB_Post_Id == 261) && GetDetail.Status!=4">
<button class="normalBtn" @click="zanCun()" style="position: relative;left: 560px;">暂存</button> <button class="normalBtn" @click="zanCun()" style="position: relative;left: 560px;">暂存</button>
</template> </template>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment