From a08610b24b88e3e5cbf1e3e071d67c3818a440cf Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期三, 25 十二月 2024 13:18:10 +0800
Subject: [PATCH] #
---
src/main/webapp/views/pipeline.html | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/views/pipeline.html b/src/main/webapp/views/pipeline.html
index 490fe5f..740d057 100644
--- a/src/main/webapp/views/pipeline.html
+++ b/src/main/webapp/views/pipeline.html
@@ -281,8 +281,8 @@
setVal(tr.children("td").eq(7), table[i-1].emptyMk);
setVal(tr.children("td").eq(8), table[i-1].staNo);
setVal(tr.children("td").eq(9), table[i-1].locType1);
- setVal(tr.children("td").eq(10), table[i-1].autoIn);
setVal(tr.children("td").eq(10), table[i-1].autoOut);
+ setVal(tr.children("td").eq(11), table[i-1].autoIn);
}
} else if (res.code === 403){
window.location.href = baseUrl+"/login";
@@ -369,6 +369,8 @@
" <td></td>\n" +
" <td></td>\n" +
" <td></td>\n" +
+ " <td></td>\n" +
+ " <td></td>\n" +
" </tr>\n";
}
$('#site-table tbody').after(html);
--
Gitblit v1.9.1