From 763aa924ebfbbf65c3ab7de156fecccca4b999d3 Mon Sep 17 00:00:00 2001 From: "271556543@qq.com" <271556543@qq.com> Date: Mon, 5 Sep 2022 15:09:24 +0800 Subject: [PATCH] 2022.9.5 --- .../components/detailPaymentRegistration.vue | 20 +++++++++---------- .../components/paymentRegistration.vue | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/views/contract/components/detailPaymentRegistration.vue b/src/views/contract/components/detailPaymentRegistration.vue index 861ed08..4ac8cc8 100644 --- a/src/views/contract/components/detailPaymentRegistration.vue +++ b/src/views/contract/components/detailPaymentRegistration.vue @@ -68,18 +68,18 @@ - - - - - - - + + + + *是否为预算内确定项目 + + + e ? form.is_end = 1 : form.is_end = 0"/> - - - + + + diff --git a/src/views/contract/components/paymentRegistration.vue b/src/views/contract/components/paymentRegistration.vue index 517a403..c63452f 100644 --- a/src/views/contract/components/paymentRegistration.vue +++ b/src/views/contract/components/paymentRegistration.vue @@ -176,7 +176,7 @@ export default { applyMoney:"", deductionMoney:"", type:"", - //isLast:false, + isLast:false, plan:[] }, paymentRegistrationRules:{ @@ -286,7 +286,7 @@ export default { apply_money:this.paymentRegistrationForm.applyMoney, discount_money:this.paymentRegistrationForm.deductionMoney, type:this.paymentRegistrationForm.type, - //is_end:this.paymentRegistrationForm.isLast ? 1 : 0 + is_end:this.paymentRegistrationForm.isLast ? 1 : 0 } addFundLog(data).then(res=>{ this.isShowPaymentRegistration = false