From d9e1a4fe6e51958c4571efe2ced4d4172ed385db Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期一, 12 六月 2023 21:49:53 +0800 Subject: [PATCH] 称重页面调整-增加化验信息 --- igds-web/src/main/resources/templates/admin/inout/in-check.html | 23 +++++++++++++---------- 1 files changed, 13 insertions(+), 10 deletions(-) diff --git a/igds-web/src/main/resources/templates/admin/inout/in-check.html b/igds-web/src/main/resources/templates/admin/inout/in-check.html index a4ae6e7..8f962a6 100644 --- a/igds-web/src/main/resources/templates/admin/inout/in-check.html +++ b/igds-web/src/main/resources/templates/admin/inout/in-check.html @@ -464,7 +464,7 @@ <div class="layui-form-item"> <label class="layui-form-label red">绮绛夌骇</label> <div class="layui-input-block"> - <select id="foodLevel" name="foodLevel" lay-filter="foodLevel"> + <select id="foodLevel" name="foodLevel" lay-filter="select_foodLevel"> <option value=""></option> <option th:each="dic,dicSet:${listFoodLevel}" th:value="${dic.code}" th:text="${dic.name}"></option> @@ -498,16 +498,19 @@ <span style="font-weight: bold; margin-right: 10px;">澶囨敞璇存槑锛�1.缁撴灉鍒ゅ畾锛氱郴缁熸牴鎹悇鍖栭獙椤圭粨鏋滃垽瀹氾紝鏈�鍚庡寲楠岀粨鏋滈渶鎵嬪姩閫夋嫨纭锛�2.鏍哥畻瀹氫环锛氭牴鎹寲楠岄」閰嶇疆璁$畻鐩稿叧澧炴墸浠凤紝鏈�鍚庡崟浠烽渶鎵嬪姩纭銆�</span> </div> </div> - <div class="layui-col-xs12"> - <blockquote class="layui-elem-quote"> + <div class="layui-col-xs6"> + <blockquote class="layui-elem-quote" style="width: 95%;float: left;"> <div> - <span style="font-weight: bold; margin-right: 10px;">绯荤粺鍒ゅ畾锛�</span> - <span id="check-result-tip" style="margin-right: 25px;">鍖栭獙缁撴灉#锛� 鏀剁伯鍗曚环锛�#鍏�/鍏枻</span> - <span id="check-result-msg" style="margin-right: 25px;color: red;float: right;"> - <button style="margin-top: -6px;" class="rkbk-quick-btn layui-btn btn-blue" onclick="checkReset()"> - <i><img th:src="@{../../static/images/icon-fuwei.png}"/></i>鏍哥畻瀹氫环 - </button> - </span> + <span style="font-weight: bold; margin-right: 10px;">缁撴灉鍒ゅ畾锛�</span> + <span id="check-result-tip" style="margin-right: 25px;">鍖栭獙缁撴灉锛�</span> + </div> + </blockquote> + </div> + <div class="layui-col-xs6"> + <blockquote class="layui-elem-quote" style="width: 95%;float: right;"> + <div> + <span style="font-weight: bold; margin-right: 10px;">瀹氫环鍒ゅ畾锛�</span> + <span id="check-result-tip2" style="margin-right: 25px;">鏀剁伯鍗曚环锛�#鍏�/鍏枻</span> </div> </blockquote> </div> -- Gitblit v1.9.3