From c206acfaedc69c390fb67daa81bc686f58a212ef Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期一, 27 十一月 2023 16:12:11 +0800 Subject: [PATCH] 提交配置信息2 --- igds-web/src/main/resources/templates/admin/inout/in-weight.html | 42 ++++++++++++++++++++++++------------------ 1 files changed, 24 insertions(+), 18 deletions(-) diff --git a/igds-web/src/main/resources/templates/admin/inout/in-weight.html b/igds-web/src/main/resources/templates/admin/inout/in-weight.html index 85339ce..ad5cbaf 100644 --- a/igds-web/src/main/resources/templates/admin/inout/in-weight.html +++ b/igds-web/src/main/resources/templates/admin/inout/in-weight.html @@ -264,8 +264,8 @@ <input type="button" value="璇昏韩浠借瘉" class="rkbk-search-btn layui-btn r-120" onclick="flushIdCard()"> - <input type="button" value="鎵嬪姩鏌ヨ" - class="rkbk-search-btn layui-btn" onclick="flushByHand()"> + <input type="button" value="鎵嬪姩閫夋嫨" + class="rkbk-search-btn layui-btn" onclick="selectByHand()"> </div> </div> @@ -293,10 +293,10 @@ <div class="layui-col-xs4"> <div class="layui-form-item"> - <label class="layui-form-label color-red">鏅烘収鍗″彿</label> + <label class="layui-form-label">鏅烘収鍗″彿</label> <div class="layui-input-block"> <input type="text" name="intelCard" id="intelCard" - placeholder="鍒峰崱/鎵嬪姩褰曞叆" autocomplete="off" class="layui-input"> + placeholder="鏅烘収鍗″彿" autocomplete="off" class="layui-input"> </div> </div> </div> @@ -305,7 +305,7 @@ <div class="layui-form-item"> <label class="layui-form-label color-red">杞︾墝鍙�</label> <div class="layui-input-block"> - <input type="text" name="plateNum" id="plateNum" placeholder="鑷姩甯﹀叆/鎵嬪姩褰曞叆" + <input type="text" name="plateNum" id="plateNum" placeholder="鑷姩甯﹀叆" autocomplete="off" class="layui-input"> </div> </div> @@ -737,17 +737,7 @@ <!-- 鍖栭獙缁撴灉淇℃伅 --> <table class="layui-table tableCheckItem" id="tableCheckItem" lay-filter="tableCheckItem"> - <colgroup> - <col width="10%"> - <col width="10%"> - <col width="10%"> - <col width="10%"> - <col width="10%"> - <col width="10%"> - <col width="10%"> - <col width="10%"> - <col width="10%"> - <col width=""> + <colgroup><col><col><col><col><col><col><col><col><col><col> </colgroup> <thead> <tr class="qyzj-table-tit"> @@ -766,14 +756,26 @@ <tbody> </tbody> </table> - +</div> +<!-- 娴佺▼鏁版嵁淇℃伅 --> +<div class="layui-tab-content" id="listProgressData" style="display: none;"> + <table class="layui-table tableListProgressData" id="tableListProgressData" + lay-filter="tableListProgressData"> + <thead> + <tr class="qyzj-table-tit"> + <th>鍗曟嵁鍙�</th><th>鎵胯繍浜�</th><th>杞︾墝鍙�</th><th>鎿嶄綔</th> + </tr> + </thead> + <tbody> + </tbody> + </table> </div> <!-- 寮瑰嚭妗嗙殑淇℃伅 --> <div class="layui-tab-content" id="dialog-from-notify" style="display: none;"> <table class="layui-table"> <colgroup> - <col width="100"> + <col> </colgroup> <tbody> <tr> @@ -811,4 +813,8 @@ </div> </script> +<script type="text/html" id="barSelectProgress"> + <a class="layui-btn layui-btn-xs" lay-event="select">閫夋嫨绉伴噸</a> +</script> + </html> \ No newline at end of file -- Gitblit v1.9.3