| | |
| | | .input_ba { |
| | | background: #e7eaec !important; |
| | | } |
| | | .layui-layer-btn .layui-layer-btn1 { |
| | | border-color: #53adce; |
| | | background-color: #53adce; |
| | | color: #fff; |
| | | } |
| | | </style> |
| | | |
| | | </head> |
| | |
| | | <div class="qyzj-btnbox layui-clear"> |
| | | |
| | | <div class="rkbk-quick fl"> |
| | | <button type="button" class="rkbk-quick-btn layui-btn btn-violet" |
| | | onclick="checkExe('big')"> |
| | | <i><img th:src="@{../../static/images/icon-hyd.png}"/></i>大车扦样 |
| | | <button type="button" class="rkbk-quick-btn layui-btn btn-violet" onclick="showScanCode()"> |
| | | <i><img th:src="@{../../static/images/icon-hyd.png}"/></i>扫码录入 |
| | | </button> |
| | | <!-- <button type="button" class="rkbk-quick-btn layui-btn btn-violet"--> |
| | | <!-- onclick="checkExe('big')">--> |
| | | <!-- <i><img th:src="@{../../static/images/icon-hyd.png}"/></i>大车扦样--> |
| | | <!-- </button>--> |
| | | |
| | | <button type="button" class="rkbk-quick-btn layui-btn btn-violet" |
| | | onclick="checkExe('small')"> |
| | | <i><img th:src="@{../../static/images/icon-hyd.png}"/></i>小车扦样 |
| | | </button> |
| | | <!-- <button type="button" class="rkbk-quick-btn layui-btn btn-violet"--> |
| | | <!-- onclick="checkExe('small')">--> |
| | | <!-- <i><img th:src="@{../../static/images/icon-hyd.png}"/></i>小车扦样--> |
| | | <!-- </button>--> |
| | | |
| | | <button class="rkbk-quick-btn layui-btn btn-blue" |
| | | onclick="checkReset()"> |
| | | <i><img th:src="@{../../static/images/icon-fuwei.png}"/></i>扦样复位 |
| | | </button> |
| | | <!-- <button class="rkbk-quick-btn layui-btn btn-blue"--> |
| | | <!-- onclick="checkReset()">--> |
| | | <!-- <i><img th:src="@{../../static/images/icon-fuwei.png}"/></i>扦样复位--> |
| | | <!-- </button>--> |
| | | |
| | | <button class="rkbk-quick-btn layui-btn btn-red" |
| | | onclick="checkStop()"> |
| | | <i><img th:src="@{../../static/images/icon-stop.png}"/></i>扦样急停 |
| | | </button> |
| | | <button class="rkbk-quick-btn layui-btn btn-blue" |
| | | onclick="checkResetStop()"> |
| | | <i><img th:src="@{../../static/images/icon-fuwei.png}"/></i>急停复位 |
| | | </button> |
| | | <!-- <button class="rkbk-quick-btn layui-btn btn-red"--> |
| | | <!-- onclick="checkStop()">--> |
| | | <!-- <i><img th:src="@{../../static/images/icon-stop.png}"/></i>扦样急停--> |
| | | <!-- </button>--> |
| | | <!-- <button class="rkbk-quick-btn layui-btn btn-blue"--> |
| | | <!-- onclick="checkResetStop()">--> |
| | | <!-- <i><img th:src="@{../../static/images/icon-fuwei.png}"/></i>急停复位--> |
| | | <!-- </button>--> |
| | | </div> |
| | | |
| | | <!--流程引导--> |
| | |
| | | <script th:src="@{../../static/js/jquery.min.js}"></script> |
| | | <script th:src="@{../../static/js/constant.js}"></script> |
| | | <script th:src="@{../../static/js/igds-common.js}"></script> |
| | | <script th:src="@{../../static/admin/inout/inout-common.js}"></script> |
| | | <script th:src="@{../../static/admin/inout/in-check.js}"></script> |
| | | |
| | | <script type="text/html" id="barControl"> |
| | | <a class="layui-btn control-btn" lay-event="edit">化验</a> |
| | | <a class="layui-btn control-btn" lay-event="edit">结果录入</a> |
| | | </script> |
| | | |
| | | </body> |
| | | |
| | | <!-- 扫码弹窗 --> |
| | | <div class="layui-tab-content" id="scanCodeDetail" style="display: none;"> |
| | | <!-- 表单基本信息 --> |
| | | <form class="layui-form" id="form-sacnCodeDetail" lay-filter="form-sacnCodeDetail"> |
| | | <div class="layui-col-xs12"> |
| | | <div class="layui-form-item"> |
| | | <label class="layui-form-label">质检单号</label> |
| | | <div class="layui-input-block"> |
| | | <input type="text" id="checkId" name="checkId" placeholder="请扫码,也可手动输入" class="layui-input"> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | |
| | | <!-- 化验信息 --> |
| | | <div class="layui-col-xs12" style="margin-bottom: 10px"> |
| | | <div style="padding-left: 50px; color: #2ab5ad;"> |
| | | <span style="font-weight: bold; margin-right: 10px;">备注:质检单号可以扫码,也可以手动输入,手动输入后需要点击查询</span> |
| | | </div> |
| | | </div> |
| | | </form> |
| | | </div> |
| | | |
| | | |
| | | <!-- 手动录取化验信息弹窗 --> |
| | | <div class="layui-tab-content" id="checkDetail" style="display: none;"> |
| | | |
| | | <!-- 表单基本信息 --> |