From c21c4496d800485815bb8df08088e232314168a0 Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Sat, 16 Mar 2024 16:14:26 +0800 Subject: [PATCH] add --- src/views/zjzx_refund/edit.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/views/zjzx_refund/edit.vue b/src/views/zjzx_refund/edit.vue index 0081fea..998e694 100644 --- a/src/views/zjzx_refund/edit.vue +++ b/src/views/zjzx_refund/edit.vue @@ -154,8 +154,6 @@ const formData = reactive({ remark: '', create_user: '', create_time: '', - - "project_num": "", "contract_name": "", "contract_type": "", @@ -166,8 +164,6 @@ const formData = reactive({ "apply_amount": "", "total_invoice_amount": 0, "total_refund_amount": 0 - - }) const customEvent = (e) => { @@ -183,12 +179,12 @@ const customEvent = (e) => { formData.contract_type = e.contract.contract_type_text formData.sign_money = e.contract.money formData.sign_time = e.contract.create_time - // apply_amount } const customEvent1 = (e) => { formData.invoice_id = e.id formData.invoice_code = e.invoice_code + formData.apply_amount = e.apply_amount showDialog1.value = false }