wms_snN7pp_nantong/wms-admin/target/classes/templates/business/onlineInspection/edit.html
2024-08-21 10:13:13 +08:00

24 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
<head>
<th:block th:include="include :: header('在线检验不合格')" />
</head>
<body class="white-bg">
<div class="main-content">
<form class="form-horizontal m" id="form-goods-edit" th:object="${tMiStock}">
<div class="form-group">
<label class="col-sm-12 control-label is-required">原因说明:</label>
<div class="col-sm-12">
<textarea name="mark" id="mark" maxlength="500" class="form-control" rows="6"></textarea>
</div>
</div>
<input name="goodsId" id="goodsId" th:field="*{goodsId}" class="form-control" type="hidden" required>
<input name="produclotid" id="produclotid" th:field="*{produclotid}" class="form-control" type="hidden" required>
<input name="ctl" id="ctl" th:field="*{ctl}" class="form-control" type="hidden" required>
</form>
</div>
<div th:include="include :: footer"></div>
<script th:inline="javascript">
</script>
</body>
</html>