| | |
| | | <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> |
| | | |
| | |
| | | |
| | | <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> |
| | |
| | | <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> |
| | |
| | | <!-- 化验结果信息 --> |
| | | <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"> |
| | |
| | | <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> |
| | |
| | | </div> |
| | | </script> |
| | | |
| | | <script type="text/html" id="barSelectProgress"> |
| | | <a class="layui-btn layui-btn-xs" lay-event="select">选择称重</a> |
| | | </script> |
| | | |
| | | </html> |