Commit 7408de7f authored by 华国豪's avatar 华国豪 🙄

暂存机制

parent 9b12f57f
...@@ -964,7 +964,7 @@ ...@@ -964,7 +964,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)"> <template v-if="step.NextStep === 1 && (step.SpecialNode === 2 || step.SpecialNode === 1 || RB_Post_Id==168)">
<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>
...@@ -1102,7 +1102,8 @@ export default { ...@@ -1102,7 +1102,8 @@ export default {
loading:false, loading:false,
GetFinancLogList:[], GetFinancLogList:[],
LogLoading:false, LogLoading:false,
userId:0 userId:0,
RB_Post_Id: 0,
} }
},components:{ },components:{
"my-FlowChartModule": myFlowChartModule, "my-FlowChartModule": myFlowChartModule,
...@@ -1696,6 +1697,7 @@ export default { ...@@ -1696,6 +1697,7 @@ export default {
},mounted(){ },mounted(){
let userInfo=this.getLocalStorage(); let userInfo=this.getLocalStorage();
this.userId = userInfo.EmployeeId; this.userId = userInfo.EmployeeId;
this.RB_Post_Id = userInfo.RB_Post_Id
this.ID = this.$route.query.id; this.ID = this.$route.query.id;
this.Financial_post_GetDetail(this.ID); this.Financial_post_GetDetail(this.ID);
this.financeinfo_post_GetList(); this.financeinfo_post_GetList();
......
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