From fe1e71d624f43a4b79e6712b7d3c242fcd0b19a1 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期一, 23 六月 2025 09:38:19 +0800
Subject: [PATCH] 1
---
WebTM/views/基础资料/公用基础资料/Gy_PNLInfoEdit.html | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Gy_PNLInfoEdit.html" "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Gy_PNLInfoEdit.html"
index da4a8c1..1303f84 100644
--- "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Gy_PNLInfoEdit.html"
+++ "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Gy_PNLInfoEdit.html"
@@ -424,6 +424,7 @@
$("#HPNLPosition_y").val(0)
$("#HIcon").val("/img/鏅鸿兘鑺墖.png")
$("#HInterID").val(0)
+
}
function set_CopyBill() {
@@ -494,11 +495,9 @@
}
function get_AddLine() {
-
-
let data = table.cache['mainTable']
data.push({
- HInterID: linterid,
+ HInterID: $("#HInterID").val(),
HLayOutName: $("#HLayOutName").val(),
HEntryID: 0,
HSetPosition_x: 0,
--
Gitblit v1.9.1