From 24d91dafae8fb328fbf3b736b2363c898cdcba3b Mon Sep 17 00:00:00 2001
From: whycq <whycq>
Date: 星期四, 26 五月 2022 08:56:36 +0800
Subject: [PATCH] # ycq
---
src/main/webapp/views/pipeline.html | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/views/pipeline.html b/src/main/webapp/views/pipeline.html
index 0e2085f..89333f8 100644
--- a/src/main/webapp/views/pipeline.html
+++ b/src/main/webapp/views/pipeline.html
@@ -296,7 +296,7 @@
// 璇︽儏鎿嶄綔 -------------------------------------------------------------------------
var layerDetl;
$(document).on('dblclick ','#site-table tr', function () {
- stop = false
+ stop = true
var siteId = $(this).children("td").eq(0).html();
if (siteId !== null && siteId !== "") {
layerDetl = layer.open({
@@ -322,10 +322,11 @@
$('#workNo').val("");
$('#staNo').val("");
$('#pakMk').val("");
+ stop = false
}
})
}
- stop = true
+
});
$(document).on('click ','#save', function () {
--
Gitblit v1.9.1