From 3bfb9d0f4db073f8dd40fb17daad7cf24228533e Mon Sep 17 00:00:00 2001 From: zx Date: Tue, 10 Feb 2026 11:01:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=9B=E5=BA=94=E8=AE=A1=E5=88=92=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=95=B0=E9=87=8F=E5=90=8C=E6=AD=A5=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=80=BB=E9=87=91=E9=A2=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/plan/jh/index.vue | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/views/plan/jh/index.vue b/src/views/plan/jh/index.vue index cb44427..13c9808 100644 --- a/src/views/plan/jh/index.vue +++ b/src/views/plan/jh/index.vue @@ -294,7 +294,7 @@ - + @@ -309,7 +309,7 @@ - + @@ -804,6 +804,18 @@ function handlePrint(){ // Print.print('printMe'); // showContent.value = false; } +// 合同金额改变 +function htDjChange(e) { + console.log(e,form.value,'e===>'); + if(e){ + const htDj = form.value?.htDj + const jhQty = form.value?.jhQty + const jhAmt = (Number(htDj) * Number(jhQty)* 100*10000) / ( 100*10000) + console.log(jhAmt,'jhAmt==>'); + form.value.jhAmt=jhAmt + } + +} getList();