CZT
2023-11-27 c206acfaedc69c390fb67daa81bc686f58a212ef
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>