master
271556543@qq.com 3 years ago
parent 81ac74f730
commit 58a6f8f798

@ -68,7 +68,9 @@
<div class="related-processes-item">
<div @click="seeBuyProcess" :style="{'color':detail.purchase_last_flow_id ? 'green' : 'red'}">采购流程查看</div>
<div @click="seeSignProcess" :style="{'color':detail.join_last_flow_id ? 'green' : 'red'}">合同会签流程查看</div>
<div @click="seeBidding" :style="{'color':detail.invite_last_flow_id ? 'green' : 'red'}">招标审批流程查看</div>
<template v-if="detail.purchase_way.remark === 'true'">
<div @click="seeBidding" :style="{'color':detail.invite_last_flow_id ? 'green' : 'red'}">招标审批流程查看</div>
</template>
<template v-if="detail.is_plan != 1">
<div @click="seeAskProcess" :style="{'color':detail.req_last_flow_id ? 'green' : 'red'}">请示流程查看</div>
</template>

File diff suppressed because it is too large Load Diff

@ -379,7 +379,7 @@ export default {
act_money:this.paymentRegistrationForm.actMoney,
status:1,
money_way_id:this.paymentRegistrationForm.moneyWay.toString(),
contract_plan_links:this.paymentRegistrationForm.plan
contract_plan_act_links:this.paymentRegistrationForm.plan
}).then(res=>{
this.$emit('refresh')
this.isShow = false
@ -409,6 +409,7 @@ export default {
if(sel){
this.paymentRegistrationForm.plan = sel.map(item => {
return {
contract_id:this.paymentRegistrationForm.id,
plan_id:item.id,
use_money:item.use_money,
new_money:item.money

Loading…
Cancel
Save