From f631782d5fc99a07c59e9c5275e347a88fcc4b70 Mon Sep 17 00:00:00 2001 From: 廖井涛 <2265517004@qq.com> Date: 星期二, 03 六月 2025 08:07:04 +0800 Subject: [PATCH] 修改双任务模式 --- 河北望美项目/MES_11/src/main/webapp/WEB-INF/views/identifymachine/celiangmanage2.jsp | 28 ++++++++++++++++------------ 1 files changed, 16 insertions(+), 12 deletions(-) diff --git "a/\346\262\263\345\214\227\346\234\233\347\276\216\351\241\271\347\233\256/MES_11/src/main/webapp/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/src/main/webapp/WEB-INF/views/identifymachine/celiangmanage2.jsp" index 7341d1f..0f5f560 100644 --- "a/\346\262\263\345\214\227\346\234\233\347\276\216\351\241\271\347\233\256/MES_11/src/main/webapp/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/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">×</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> -- Gitblit v1.8.0