廖井涛
2025-06-03 f631782d5fc99a07c59e9c5275e347a88fcc4b70
ºÓ±±ÍûÃÀÏîÄ¿/MES_11/src/main/webapp/WEB-INF/views/identifymachine/celiangmanage2.jsp
@@ -360,8 +360,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">&times;</button>
@@ -372,26 +372,30 @@
               action="${ctx}/identifymachine/modify/${groups}">
               <div class="modal-body">
                  <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>