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();