| | |
| | | </span> |
| | | <p>满车称重</p> |
| | | </li> |
| | | <li id="progress-hand" class=""> |
| | | <li id="progress-hand" class="active"> |
| | | <span class="rk-step-span"> |
| | | <img th:src="@{../../static/images/icon-xiehuo.png}"/> |
| | | </span> |
| | |
| | | <label class="layui-form-label color-red">装卸仓库</label> |
| | | <div class="layui-input-block"> |
| | | <select name="depotId" id="depotId" lay-filter="select_depotId"> |
| | | <option value="">不可编辑</option> |
| | | <option value="">请选择</option> |
| | | <option th:each="depot,depotSet:${listDepot}" |
| | | th:value="${depot.id}" th:text="${depot.name}"></option> |
| | | </select> |
| | |
| | | var bizType = [[${bizType}]]; |
| | | //userId |
| | | var userId = [[${loginUser.username}]]; |
| | | var curUser = [[${loginUser.cname}]]; |
| | | //出入库类型 |
| | | var type = [[${type}]]; |
| | | var companyId = [[${loginUser.companyId}]]; |