<!DOCTYPE html>
|
<html lang="zh-cn" xmlns:th=http://www.thymeleaf.org>
|
<head>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
<meta name="viewport"
|
content="width=device-width, initial-scale=1, maximum-scale=1">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<meta name="renderer" content="webkit">
|
<title>出入库管理-扦样</title>
|
|
<link rel="stylesheet" type="text/css"
|
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}">
|
|
<style type="text/css">
|
.qyzj-tabBox {
|
margin-top: 0px !important;
|
overflow: hidden;
|
width: 100%;
|
}
|
|
.display-none {
|
display: none;
|
}
|
#layui-table-page1 {
|
text-align: right !important;
|
}
|
.control-btn {
|
height: 35px;
|
line-height: 30px;
|
background-color: #f67d06;
|
}
|
|
thead span {
|
font-weight: bold
|
}
|
|
.layui-select-disabled .layui-disabled {
|
color: #000 !important;
|
}
|
|
.layui-table td {
|
font-weight: bold;
|
}
|
|
.rk-step-wrap {
|
padding: 0px;
|
border-bottom: 0px;
|
text-align: center;
|
}
|
|
.qyzj-btnbox {
|
margin-top: 10px;
|
}
|
|
.qyzj-btnbox .rkbk-quick {
|
margin-top: 13px;
|
}
|
|
.qyzj-con {
|
margin-top: 10px;
|
background: #dee6ec;
|
}
|
|
.rkbk-search-input {
|
background: #FFF !important;
|
}
|
|
.rkbk-search-input.bg-date {
|
background: #FFF !important;
|
}
|
|
thead span {
|
font-weight: bold
|
}
|
|
.red {
|
color: red;
|
font-weight: bold;
|
}
|
|
.layui-select-disabled .layui-disabled {
|
color: #000 !important;
|
}
|
|
.layui-table td {
|
font-weight: bold;
|
}
|
|
.layui-elem-quote {
|
padding: 10px;
|
color: blue;
|
}
|
|
.input_ba {
|
background: #e7eaec !important;
|
}
|
.layui-table-body {
|
height: 450px;
|
}
|
</style>
|
|
</head>
|
|
<body>
|
<div class="l-container layui-clear">
|
<div class="rk-main">
|
|
<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>
|
<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-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>
|
<!--流程引导-->
|
<div class="rk-step-wrap fr">
|
<ul class="rk-step">
|
<li id="progress-register" class="active rk-step-first">
|
<span class="rk-step-span">
|
<img th:src="@{../../static/images/icon-dengji.png}"/>
|
</span>
|
<p>入库登记</p>
|
</li>
|
<li id="progress-check" class="active">
|
<span class="rk-step-span">
|
<img th:src="@{../../static/images/icon-zhijian.png}"/>
|
</span>
|
<p>扦样质检</p>
|
</li>
|
<li id="progress-fullWeight">
|
<span class="rk-step-span">
|
<img th:src="@{../../static/images/icon-chengzhong.png}"/>
|
</span>
|
<p>满车称重</p>
|
</li>
|
<li id="progress-hand">
|
<span class="rk-step-span">
|
<img th:src="@{../../static/images/icon-xiehuo.png}"/>
|
</span>
|
<p>入库值仓</p>
|
</li>
|
<li id="progress-emptyWeight">
|
<span class="rk-step-span">
|
<img th:src="@{../../static/images/icon-chengzhong.png}"/>
|
</span>
|
<p>空车称重</p>
|
</li>
|
<li id="progress-cardBack">
|
<span class="rk-step-span">
|
<img th:src="@{../../static/images/icon-banli.png}"/>
|
</span>
|
<p>离库确认</p>
|
</li>
|
</ul>
|
</div>
|
</div>
|
|
<div class="qyzj-con radius-6">
|
<div class="qyzj-con-top layui-row">
|
<form class="layui-form" action="" id="form-param" lay-filter="form-param">
|
<div class="layui-form-item display-none">
|
<input type="text" name="type" th:value="${type}">
|
</div>
|
<div class="layui-form-item display-none">
|
<input type="text" name="progress" th:value="${progress}">
|
</div>
|
<div class="layui-form-item display-none">
|
<input type="text" name="companyId" th:value="${companyId}">
|
</div>
|
<div class="layui-form-item display-none">
|
<input type="text" name="deptId" th:value="${deptId}">
|
</div>
|
|
<div class="layui-col-xs3">
|
<div class="layui-form-item">
|
<label class="layui-form-label">质检单号</label>
|
<div class="layui-input-block">
|
<input type="text" name="checkId" placeholder="请输入" autocomplete="off"
|
class="layui-input rkbk-search-input">
|
</div>
|
</div>
|
</div>
|
|
<div class="layui-col-xs3">
|
<div class="layui-form-item">
|
<label class="layui-form-label">车船号</label>
|
<div class="layui-input-block rkbk-selBox">
|
<input type="text" name="plateNum" placeholder="请输入" autocomplete="off"
|
class="layui-input rkbk-search-input">
|
</div>
|
</div>
|
</div>
|
|
<div class="layui-col-xs3">
|
<div class="layui-form-item">
|
<label class="layui-form-label">起始时间</label>
|
<div class="layui-input-block">
|
<input type="text" name="start" placeholder="请输入"
|
autocomplete="off"
|
class="layui-input rkbk-search-input bg-date" id="start">
|
</div>
|
</div>
|
</div>
|
|
<div class="layui-col-xs3">
|
<div class="layui-form-item">
|
<label class="layui-form-label">截止时间</label>
|
<div class="layui-input-block">
|
<input type="text" name="end" placeholder="请输入"
|
autocomplete="off"
|
class="layui-input rkbk-search-input bg-date" id="end">
|
</div>
|
</div>
|
</div>
|
|
<div class="layui-col-xs3">
|
<div class="layui-form-item">
|
<label class="layui-form-label">是否扦样</label>
|
<div class="layui-input-block rkbk-selBox">
|
<select name="sampleStatus">
|
<option value="NONE" selected>未扦样</option>
|
<option value="SAMPLE">已扦样</option>
|
</select>
|
</div>
|
</div>
|
</div>
|
|
<div class="layui-col-xs3 layui-text-right">
|
<input type="button" value="查询/刷新"
|
class="qyzj-top-btn layui-btn btn-blue" onclick="flushData()"/>
|
<input type="button" value="清空条件"
|
class="qyzj-top-btn layui-btn btn-red" onclick="resetForm()"/>
|
</div>
|
</form>
|
</div>
|
|
<div class="qyzj-tabBox">
|
<table class="layui-table" lay-skin="nob" id="tableData"
|
lay-filter="tableData">
|
<colgroup>
|
<col width="10%">
|
<col width="10%">
|
<col width="15%">
|
<col width="10%">
|
<col width="10%">
|
<col width="15%">
|
<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>
|
</tr>
|
</thead>
|
<tbody>
|
</tbody>
|
</table>
|
</div>
|
</div>
|
</div>
|
</div>
|
|
<script th:inline="javascript">
|
var progress = [[${progress}]];
|
var listDepot = [[${listDepot}]];
|
//业务步骤
|
var bizType = [[${bizType}]];
|
//出入库类型
|
var type = [[${type}]];
|
//userId
|
var userId = [[${loginUser.username}]];
|
var sampleUser = [[${loginUser.cname}]];
|
var companyId = [[${loginUser.companyId}]];
|
var startTime = [[${startTime}]];
|
var endTime = [[${endTime}]];
|
//扦样机信息
|
var checkDto = [[${checkDto}]];
|
//所属分库
|
var deptId = [[${deptId}]];
|
//库区名称
|
var deptName = [[${deptName}]];
|
var inoutProgress = [[${inoutProgress}]];
|
</script>
|
|
<script th:src="@{../../static/plugins/layui/layui.js}"></script>
|
<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-sample.js}"></script>
|
|
<script type="text/html" id="barControl">
|
<a class="layui-btn control-btn" lay-event="edit">扦样确认</a>
|
</script>
|
</body>
|
|
<!-- 扦样信息 -->
|
<div class="layui-tab-content" id="checkDetail" style="display: none;">
|
<!-- 表单基本信息 -->
|
<div style="height: 100%; width: 55%; float: left">
|
<div class="layui-col-xs12">
|
<blockquote class="layui-elem-quote">
|
<span style="font-weight: bold; margin-right: 10px;">扦样信息</span>
|
</blockquote>
|
</div>
|
<form class="layui-form" id="form-detail" lay-filter="form-detail">
|
<div class="layui-col-xs12" style="display: none;">
|
<div class="layui-form-item">
|
<label class="layui-form-label">隐藏字段-流水编号</label>
|
<div class="layui-input-block">
|
<input type="text" name="id" autocomplete="off" class="layui-input rkbk-search-input">
|
</div>
|
</div>
|
</div>
|
|
<div class="layui-col-xs12">
|
<div class="layui-form-item">
|
<label class="layui-form-label">质检单号</label>
|
<div class="layui-input-block">
|
<input type="text" name="checkId" autocomplete="off"
|
class="layui-input input_ba" disabled="">
|
</div>
|
</div>
|
</div>
|
|
<div class="layui-col-xs12">
|
<div class="layui-form-item">
|
<label class="layui-form-label">车 牌 号</label>
|
<div class="layui-input-block">
|
<input type="text" name="plateNum" autocomplete="off"
|
class="layui-input input_ba" disabled="">
|
</div>
|
</div>
|
</div>
|
<div class="layui-col-xs12">
|
<div class="layui-form-item">
|
<label class="layui-form-label">登记时间</label>
|
<div class="layui-input-block">
|
<input type="text" name="registerTime" autocomplete="off"
|
class="layui-input input_ba" disabled="">
|
</div>
|
</div>
|
</div>
|
<div class="layui-col-xs12">
|
<div class="layui-form-item">
|
<label class="layui-form-label red">扦样人员</label>
|
<div class="layui-input-block">
|
<input type="text" name="sampleUser" autocomplete="off" class="layui-input rkbk-search-input">
|
</div>
|
</div>
|
</div>
|
<div class="layui-col-xs12">
|
<div class="layui-form-item">
|
<label class="layui-form-label red">扦样时间</label>
|
<div class="layui-input-block">
|
<input type="text" name="sampleTime" placeholder="请选择"
|
autocomplete="off" class="layui-input rkbk-search-input bg-date" id="sampleTime">
|
</div>
|
</div>
|
</div>
|
<div class="layui-col-xs12">
|
<div class="layui-form-item">
|
<label class="layui-form-label red">扦样方式</label>
|
<div class="layui-input-block">
|
<input type="radio" name="sampleType" value="0" title="人工" checked>
|
<input type="radio" name="sampleType" value="1" title="自动">
|
<input type="radio" name="sampleType" value="2" title="智能随机">
|
</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 style="height: 100%; width: 42%; float: right">
|
<div class="layui-col-xs12">
|
<blockquote class="layui-elem-quote">
|
<span style="font-weight: bold; margin-right: 10px;">打印信息</span>
|
</blockquote>
|
<div style="text-align: center; margin-top: 10px">
|
<img style="max-width: 100px;" th:src="@{/static/images/login-app-code.png}"/>
|
</div>
|
<div style="text-align: center; margin-top: 10px">
|
<img style="max-width: 220px;" th:src="@{/static/images/txm.jpg}"/>
|
</div>
|
<div style="text-align: center; font-size: 16px; margin-top: 10px">
|
<span th:text="${deptName}"></span>
|
</div>
|
<div style="text-align: center; font-size: 14px; margin-top: 10px">
|
<span id="printTime">2023-05-31 17:30:30</span>
|
</div>
|
</div>
|
</div>
|
</div>
|
|
<!-- 弹出框的信息 -->
|
<div class="layui-tab-content" id="dialog-from-notify"
|
style="display: none;">
|
<table class="layui-table">
|
<colgroup>
|
<col width="100">
|
</colgroup>
|
<tbody>
|
<tr>
|
<td>返回信息</td>
|
<td id="resultMsg" style="color: red; font-weight: bold;"></td>
|
</tr>
|
<tr>
|
<td>承运人</td>
|
<td id="resultUserName" style="font-weight: bold;"></td>
|
</tr>
|
<tr>
|
<td>车牌号</td>
|
<td id="resultPlateNum" style="font-weight: bold;"></td>
|
</tr>
|
<tr>
|
<td>下一步</td>
|
<td id="resultType" style="font-weight: bold;"></td>
|
</tr>
|
<tr>
|
<td>智慧卡号</td>
|
<td id="resultIntelCard" style="font-weight: bold;"></td>
|
</tr>
|
</tbody>
|
</table>
|
</div>
|
|
</html>
|