From af347988965e9bc186a40c497dbdd88e44717384 Mon Sep 17 00:00:00 2001 From: qsh <> Date: Fri, 26 Jul 2024 17:51:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Finance/Commission/Comp/DialogPlan.vue | 28 ++++++++++++------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/src/views/Finance/Commission/Comp/DialogPlan.vue b/src/views/Finance/Commission/Comp/DialogPlan.vue index 385d75e..78fbea8 100644 --- a/src/views/Finance/Commission/Comp/DialogPlan.vue +++ b/src/views/Finance/Commission/Comp/DialogPlan.vue @@ -147,21 +147,28 @@ - - - - - - + + + + + - + - + + + + + + + + + @@ -320,8 +327,9 @@ const resetForm = () => { isDeductExtraPay: true, isDeductAfterSale: true, calculateType: 1, - jiedaiticheng: undefined, - quyuticheng: false + receptionPercentageRate: undefined, + isAreaPercentage: false, + zhuanhuaticheng: undefined } formRef.value?.resetFields() }