From 42154214c5698326710edf336b3148830b646bb2 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期三, 11 六月 2025 13:17:56 +0800
Subject: [PATCH] 望美切换订单模式修改
---
河北望美项目/MES_11/target/gmms2-1.0-SNAPSHOT/WEB-INF/views/identifymachine/celiangmanage2.jsp | 63 ++++++++++++++++++-------------
1 files changed, 36 insertions(+), 27 deletions(-)
diff --git "a/\346\262\263\345\214\227\346\234\233\347\276\216\351\241\271\347\233\256/MES_11/target/gmms2-1.0-SNAPSHOT/WEB-INF/views/identifymachine/celiangmanage2.jsp" "b/\346\262\263\345\214\227\346\234\233\347\276\216\351\241\271\347\233\256/MES_11/target/gmms2-1.0-SNAPSHOT/WEB-INF/views/identifymachine/celiangmanage2.jsp"
index 7341d1f..db9d043 100644
--- "a/\346\262\263\345\214\227\346\234\233\347\276\216\351\241\271\347\233\256/MES_11/target/gmms2-1.0-SNAPSHOT/WEB-INF/views/identifymachine/celiangmanage2.jsp"
+++ "b/\346\262\263\345\214\227\346\234\233\347\276\216\351\241\271\347\233\256/MES_11/target/gmms2-1.0-SNAPSHOT/WEB-INF/views/identifymachine/celiangmanage2.jsp"
@@ -17,7 +17,7 @@
#example tbody {
display:block;
height:595px;
- overflow-y:scroll;
+
}
#example thead,#example tbody tr {
display:table;
@@ -25,7 +25,6 @@
table-layout:fixed;
}
#example thead {
- width: calc(100% - 1em);
}
#example thead th {
background:#ccc;
@@ -360,8 +359,8 @@
</fieldset>
<div class="modal fade" id="add-fix-info" tabindex="-1" role="dialog"
aria-labelledby="myModalLabel" aria-hidden="true">
- <div class="modal-dialog">
- <div class="modal-content" style="width:700px">
+ <div class="modal-dialog" style="width:1200px;">
+ <div class="modal-content" style="width:1200px;">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"
aria-hidden="true" data-backdrop="static">×</button>
@@ -370,28 +369,32 @@
</div>
<form method="post" class="form-horizontal"
action="${ctx}/identifymachine/modify/${groups}">
- <div class="modal-body">
+ <div class="modal-body" style="height: 600px;overflow: auto;">
<div class="control-group">
- <table id="example" class="table table-striped table-hover" style='font-size:20px;'>
+ <table id="example" class="table table-striped table-hover" style='font-size:20px;text-align: center;'>
<thead>
<tr>
- <th style="width:10%">閫夋嫨</th>
- <th style="width:20%">ID</th>
- <th style="width:20%">楂�</th>
- <th style="width:20%">瀹�</th>
- <th>娴佺▼鍗�</th>
+ <th style='text-align: center;'>閫夋嫨</th>
+ <th style='text-align: center;'>ID</th>
+ <th style='text-align: center;'>楂�</th>
+ <th style='text-align: center;'>瀹�</th>
+ <th style='text-align: center;'>娴佺▼鍗�</th>
+ <th style='text-align: center;'>鐗堝浘鍙�</th>
+ <th style='text-align: center;'>宸ョ▼鍙�</th>
</tr>
</thead>
<tbody>
<c:forEach items="${glassLists}" var="glass" varStatus="status">
<tr>
- <td style="width:10%"><input type="radio" name="glassid"
+ <td><input type="radio" name="glassid"
value="${glass.id}" /></td>
- <td style="width:20%">${glass.id}</td>
- <td style="width:20%">${glass.height}</td>
- <td style="width:20%">${glass.width}</td>
+ <td >${glass.id}</td>
+ <td >${glass.height}</td>
+ <td >${glass.width}</td>
<td>${glass.processcardId}</td>
+ <td>${glass.patternTask.rank}</td>
+ <td>${glass.engineeringId}</td>
</tr>
</c:forEach>
</tbody>
@@ -436,8 +439,8 @@
<div class="modal fade" id="delete-fix-info" tabindex="-1" role="dialog"
aria-labelledby="myModalLabel" aria-hidden="true">
- <div class="modal-dialog">
- <div class="modal-content">
+ <div class="modal-dialog" style="width:1200px;">
+ <div class="modal-content" style="width:1200px;">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"
aria-hidden="true" data-backdrop="static">×</button>
@@ -445,26 +448,32 @@
style="font-weight: bolder;">鐮存崯閫夋嫨</h3>
</div>
<form method="post" class="form-horizontal" action="${ctx}/identifymachine/modifyy/${groups}">
- <div class="modal-body">
+ <div class="modal-body" style="height: 600px;overflow: auto;">
<div class="control-group">
- <table class="table table-striped table-hover" style='font-size:20px;'>
+ <table class="table table-striped table-hover" style='font-size:20px;text-align: center;'>
<tbody>
<thead>
<tr>
- <th>浜哄伐閫夋嫨</th>
- <th>#</th>
- <th>楂�</th>
- <th>瀹�</th>
+ <th style='text-align: center;'>閫夋嫨</th>
+ <th style='text-align: center;'>ID</th>
+ <th style='text-align: center;'>楂�</th>
+ <th style='text-align: center;'>瀹�</th>
+ <th style='text-align: center;'>娴佺▼鍗�</th>
+ <th style='text-align: center;'>鐗堝浘鍙�</th>
+ <th style='text-align: center;'>宸ョ▼鍙�</th>
</tr>
</thead>
<c:forEach items="${glassLists}" var="glass" varStatus="status">
<tr>
- <td><input type="radio" name="glassid2"
+ <td><input type="radio" name="glassid"
value="${glass.id}" /></td>
- <td>${glass.id}</td>
- <td>${glass.height}</td>
- <td>${glass.width}</td>
+ <td >${glass.id}</td>
+ <td >${glass.height}</td>
+ <td >${glass.width}</td>
+ <td>${glass.processcardId}</td>
+ <td>${glass.patternTask.rank}</td>
+ <td>${glass.engineeringId}</td>
</tr>
</c:forEach>
</table>
--
Gitblit v1.8.0