| | |
| | | th:href="@{../../static/plugins/layui/css/layui.css?v=2.5.5}"> |
| | | <link rel="stylesheet" type="text/css" |
| | | th:href="@{../../static/admin/inout/style.css}"> |
| | | |
| | | <!--使用打印插件 隐藏当前插件 --> |
| | | <script th:src="@{../../static/plugins/lodop/LodopFuncs.js}"></script> |
| | | |
| | |
| | | width: 130px; |
| | | height: 28px; |
| | | } |
| | | |
| | | .layui-table, .layui-table-view { |
| | | margin: 0 0; |
| | | } |
| | | .layui-table-body { |
| | | max-height: 350px; |
| | | } |
| | | </style> |
| | | |
| | | </head> |
| | |
| | | <div class="layui-form-item kccz-data-group-md"> |
| | | <label class="layui-form-label">质检扣重</label> |
| | | <div class="posi-r kccz-data-bfb fr"> |
| | | <button class="rkbk-quick-btn layui-btn" onclick="showCheck()"> |
| | | <button type="button" class="rkbk-quick-btn layui-btn" onclick="showCheck()"> |
| | | <i><img th:src="@{../../static/images/icon-hyd.png}"/></i>详细 |
| | | </button> |
| | | </div> |
| | |
| | | <div class="layui-form-item kccz-data-group-md"> |
| | | <label class="layui-form-label">质检增重</label> |
| | | <div class="posi-r kccz-data-bfb fr"> |
| | | <button class="rkbk-quick-btn layui-btn" onclick="showCheck()"> |
| | | <button type="button" class="rkbk-quick-btn layui-btn" onclick="showCheck()"> |
| | | <i><img th:src="@{../../static/images/icon-hyd.png}"/></i>详细 |
| | | </button> |
| | | </div> |
| | |
| | | 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>扣重</th> |
| | | <th>增重</th> |
| | | <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;"> |