赫艾后端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

173 lines
8.2 KiB

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="/favicon.ico">
<title>${project_title!"赫艾Pda"}</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" type="text/css" href="/css/common.css">
<link rel="stylesheet" type="text/css" href="/js/bootstrap-3.3.7/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="/js/bootstrap-3.3.7/css/bootstrap-select.css">
<link rel="stylesheet" type="text/css" href="/js/bootstrap-3.3.7/css/bootstrap-table.css">
<link rel="stylesheet" type="text/css" href="/js/bootstrap-3.3.7/css/bootstrap-datetimepicker.css">
<!-- Custom styles for this template -->
<link href="/css/base1.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/css/button.css">
<link href="/js/layer/skin/layer.css" rel="stylesheet">
<style type="text/css">
.form-input-2 {
width: 80%;
height: 25px;
padding: 3px 3px;
font-size: 12px;
line-height: 1.42857143;
color: #555;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
text-align: left;
float: left;
margin-left: -11px;
}
.ivu-form-item {
margin-left: 30px;
margin-top: -16px;
}
#selectview button{
width: 375px;
height:27px;
margin-left: -15px;
margin-top: -5px;
}
</style>
</head>
<div class="hideData" style="display: none;">
<#if user ??>
<input id="current_id" value="${user.userId ! ''}">
<input id="current_username" value="${user.username!'' }">
<input id="current_email" value="${user.email!'' }">
<input id="current_mobile" value="${user.mobile!'' }">
<input id="current_site" value="${user.site!'' }">
<input id="current_languageDefault" value="${user.languageDefault!'' }">
<input id="menuId" value="${menuId!'' }">
<input id="current_titleName" value="${titleName!'' }">
</#if>
<span id = "titleName"></span>
</div>
<body>
<div id="app">
<header class="mint-header is-fixed">
<div class="mint-header-button is-left">
<div class="header-title">
<#--<a href="/pda/publicMenu?menuId=${superiorId}&titleName=${superiorName}" class="go-back"><i class="mintui mintui-back"></i></a>-->
<a href="/pda/pdaBase" class="go-back" ><i class="mintui mintui-back"></i></a>
<span >混炼通知单入库</span>
</div>
</div>
<h1 class="mint-header-title"></h1>
<div class="mint-header-button is-right"></div>
</header>
<div autocomplete="off" style="margin-left: 15px;width: 58px;height: 24px;margin-top: -10px;">
<label class="ivu-form-item-label" >入库日期</label>
</div>
<div autocomplete="off" style="width: 260px;margin-left: 25px;height: 24px;margin-top: -5px;">
<input id="warehousingDate" type="text" class="form-input-2" >
</div>
<div autocomplete="off" style="margin-left: 21px;width: 48px;height: 24px;margin-top: 5px;">
<label class="ivu-form-item-label" >入库数量</label>
</div>
<div autocomplete="off" style="width: 260px;margin-left: 25px;height: 24px;margin-top: -5px;">
<input id="warehouseQty" type="text" class="form-input-2" >
</div>
<#-- <div autocomplete="off" style="margin-left: 21px;width: 48px;height: 24px;margin-top: 5px;">-->
<#-- <label class="ivu-form-item-label" >入库重量</label>-->
<#-- </div>-->
<#-- <div autocomplete="off" style="width: 260px;margin-left: 25px;height: 24px;margin-top: -5px;">-->
<#-- <input id="warehouseQtyKG" type="text" class="form-input-2" >-->
<#-- </div>-->
<div autocomplete="off" style="margin-left: 22px;width: 24px;height: 24px;margin-top: 5px;">
<label class="ivu-form-item-label" >仓库</label>
</div>
<div autocomplete="off" style="width: 262px;margin-left: 13px;height: 24px;margin-top: -5px;">
<select id="warehouse_id" class=" form-input-2 " name="supplierId" style="background-color: #ffffff;margin-left: 0px;" data-first-option="false">
</select>
</div>
<div autocomplete="off" style="margin-left: 22px;width: 24px;height: 24px;margin-top: 5px;">
<label class="ivu-form-item-label" >库位</label>
</div>
<div autocomplete="off" style="width: 260px;margin-left: 25px;height: 24px;margin-top: -5px;">
<input id="locationId" type="text" class="form-input-2" >
</div>
<div autocomplete="off" style="margin-left: 22px;width: 24px;height: 24px;margin-top: 5px;">
<label class="ivu-form-item-label" >批号</label>
</div>
<div autocomplete="off" style="width: 260px;margin-left: 25px;height: 24px;margin-top: -5px;">
<input id="batchNo" type="text" class="form-input-2" >
</div>
<div autocomplete="off" style="margin-left: 22px;width: 48px;height: 24px;margin-top: 5px;">
<label class="ivu-form-item-label" >标签数量</label>
</div>
<div autocomplete="off" style="width: 260px;margin-left: 25px;height: 24px;margin-top: -5px;">
<input id="remark" type="hidden" class="form-input-2" >
<input id="printNumber" type="number" class="form-input-2" onkeyup="value=value.replace(/^(0+)|[^\d]+/g,'')">
</div>
<div autocomplete="off" style="margin-top: 20px;width: 130px;margin-left: 90px;">
<button class="btn btn-primary" style="padding: 1px 8px;font-size: 12px;height: 24px;width: 54px;" data-toggle="modal" onclick="pdaBaseJump()">上一步</button>
<button class="btn btn-primary" style="padding: 1px 8px;font-size: 12px;height: 24px;width: 68px;margin-left: 0%" data-toggle="modal" onclick="receiveFlag()">确认入库</button>
<#-- <button class="btn btn-primary" style="padding: 1px 8px;font-size: 12px;height: 24px;width: 68px;margin-left: 10%" data-toggle="modal" onclick="receiveModal()">确认入库</button>-->
</div>
<div class="modal fade" id="receiveModal" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog" style="width:300px; margin: 20% auto; ">
<div class="modal-content" >
<div id="legend" class="" style="background-color: #17b3a3;color: #ffffff;">
<legend style="font-size: 18px;">勾选周计划</legend>
</div>
<div class="modal-body" style="padding: 1px 1px;">
<div class="table-row" style="margin-top: 0px;">
<table id="plan_data" style="">
</table>
</div>
</div>
<div autocomplete="off" style="margin-top: 0px;width: 130px;margin-left: 90px;">
<button class="btn btn-primary" style="padding: 1px 8px;font-size: 12px;height: 24px;width: 68px;" data-toggle="modal" onclick="receiveFlag()">保存入库</button>
</div>
</div>
</div>
</div>
</div>
</body>
<script type="text/javascript" src="/js/jquery/jquery-2.1.4.js"></script>
<script type="text/javascript" src="/js/jquery/jquery.cookie.js"></script>
<script type="text/javascript" src="/js/bootstrap-3.3.7/js/bootstrap.js"></script>
<script type="text/javascript" src="/js/bootstrap-3.3.7/js/bootstrap-select.js"></script>
<script type="text/javascript" src="/js/bootstrap-3.3.7/js/bootstrap-datetimepicker.js"></script>
<script type="text/javascript" src="/js/bootstrap-3.3.7/js/bootstrap-table.js"></script>
<script type="text/javascript" src="/js/bootstrap-3.3.7/js/bootstrap-table-zh-CN.js"></script>
<script type="text/javascript" src="/js/layer/layer.js"></script>
<script type="text/javascript" src="/js/common.js"></script>
<script type="text/javascript" src="/js/pda/transferWarehousing2ForHunlian.js"></script>
</html>