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-weight.html | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 42 insertions(+), 1 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 7350385..f09eabe 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 @@ -126,7 +126,12 @@ width: 130px; height: 28px; } - + .layui-table, .layui-table-view { + margin: 0 0; + } + .layui-table-body { + max-height: 350px; + } </style> </head> @@ -726,6 +731,42 @@ lay-filter="tableFoodLoaction" style="margin: 0px;"></table> </div> +<!-- 璐ㄦ淇℃伅 --> +<div class="layui-tab-content" id="checkDetail" style="display: none;"> + <!-- 鍖栭獙缁撴灉淇℃伅 --> + <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> + <thead> + <tr class="qyzj-table-tit"> + <th>妫�楠岄」鐩�</th> + <th>妫�楠屽��</th> + <th>鏍囧噯鍊�</th> + <th>鍗曚綅</th> + <th>鎵i噸</th> + <th>澧為噸</th> + <th>鎵d环</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;"> -- Gitblit v1.9.3