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.
146 lines
5.2 KiB
146 lines
5.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>${projectTitle!"MESPda"}</title>
|
|
<!-- Bootstrap core CSS -->
|
|
<link href="/js/bootstrap-3.3.7/css/bootstrap.min.css" rel="stylesheet">
|
|
<link href="/js/bootstrap-3.3.7/css/bootstrap-theme.min.css" rel="stylesheet">
|
|
|
|
<link rel="stylesheet" type="text/css"
|
|
href="/pda/jeasyui/themes/default/easyui.css">
|
|
<link rel="stylesheet" type="text/css" href="/pda/jeasyui/themes/icon.css">
|
|
|
|
<!-- Custom styles for this template -->
|
|
<link href="/pda/css/base.css" rel="stylesheet">
|
|
<link rel="stylesheet" type="text/css" href="/css/button.css">
|
|
<!-- layer的css样式 -->
|
|
<link href="/layer/skin/layer.css" rel="stylesheet">
|
|
|
|
</head>
|
|
<body>
|
|
<div id="app">
|
|
<div data-v-45aee492="">
|
|
<header class="mint-header is-fixed">
|
|
<div class="mint-header-button is-left">
|
|
<div class="header-title">
|
|
<a href="/pda/productwarehouse/packingout/${packVo.orderNo! }/${packVo.partNo! }" 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>
|
|
<form autocomplete="off" class="ivu-form ivu-form-label-right" style="margin-left:40px;margin-top: 10px ">
|
|
<div class="r-left ivu-row" style="margin-top: 5px">
|
|
<div class="ivu-col ivu-col-span-8">交货单号:</div>
|
|
<input id="orderNo" value="${packVo.orderNo! }" disabled class="ivu-col ivu-col-span-14"></input>
|
|
</div>
|
|
|
|
<div class="r-left ivu-row" style="margin-top: 5px">
|
|
<div class="ivu-col ivu-col-span-8">物料编码:</div>
|
|
<input id="partNo" value="${packVo.partNo! }" disabled class="ivu-col ivu-col-span-14"></input>
|
|
</div>
|
|
<div class="r-left ivu-row" style="margin-top: 5px">
|
|
<div class="ivu-col ivu-col-span-8">数量:</div>
|
|
<input id="pickQty" value="${packVo.pickQty! }"disabled class="ivu-col ivu-col-span-14"></input>
|
|
</div>
|
|
<div class="r-left ivu-row" style="margin-top: 5px">
|
|
<div class="ivu-col ivu-col-span-8">已装配数量:</div>
|
|
<input id="pickQtyOld" value="${packVo.pickQty! }"disabled class="ivu-col ivu-col-span-14"></input>
|
|
</div>
|
|
<div class="r-left ivu-row" style="margin-top: 5px">
|
|
<div class="ivu-col ivu-col-span-8">扫描卷:</div>
|
|
<input id="rollNo" class="ivu-col ivu-col-span-14"></input>
|
|
</div>
|
|
<div class="r-left ivu-row" style="margin-top: 5px">
|
|
<div class="ivu-col ivu-col-span-8">请选择模板:</div>
|
|
<select id="reoprtId" class="ivu-col ivu-col-span-14" style="height: 24px;font-size: 12px">
|
|
|
|
</select>
|
|
</div>
|
|
</form>
|
|
|
|
|
|
<div style="margin-top: 5px">
|
|
<div class="ivu-table" style="font-size: 11px;" >
|
|
<div class="ivu-table-header">
|
|
<table style="width: 100%;" cellspacing="0" cellpadding="0"
|
|
border="0" style="table-layout:fixed;">
|
|
<colgroup>
|
|
<col width="20%">
|
|
<col width="45%">
|
|
<col width="35%">
|
|
|
|
</colgroup>
|
|
<thead>
|
|
<tr>
|
|
<th class="" style="text-align:center">
|
|
<span>操作</span>
|
|
</th>
|
|
<th class="" style="text-align:center">
|
|
<span>卷号</span>
|
|
</th>
|
|
<th class="" style="text-align:center">
|
|
<span>数量</span>3
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
</table>
|
|
</div>
|
|
<div class="ivu-table-body" style="">
|
|
<table style="width: 100%;" cellspacing="0" cellpadding="0"
|
|
border="0">
|
|
<colgroup>
|
|
<col width="20%">
|
|
<col width="45%">
|
|
<col width="35%">
|
|
|
|
</colgroup>
|
|
<tbody class="ivu-table-tbody" id = "roll_table" >
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="ivu-table-tip" style="display: none;">
|
|
<table cellspacing="0" cellpadding="0" border="0">
|
|
<tbody>
|
|
<tr>
|
|
<td><span>暂无筛选结果</span></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="ivu-row" style="margin-top: 20px">
|
|
<div class="ivu-col ivu-col-span-12">
|
|
<a href="#" onclick="delivery()" class="ivu-btn ivu-btn-primary">
|
|
<span>装配出库</span>
|
|
</a>
|
|
</div>
|
|
<div class="ivu-col ivu-col-span-12">
|
|
<a href="/pda/productwarehouse/packingout/${packVo.orderNo! }/${packVo.partNo! }" class="ivu-btn ivu-btn-primary">
|
|
<span>返回</span>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
<script type="text/javascript" src="/js/jquery/jquery-2.1.4.js"></script>
|
|
<script type="text/javascript" src="/pda/layer/layer.js"></script>
|
|
<script type="text/javascript" src="/pda/js/productwarehouse/pack.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-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/jquery/jquery.cookie.js"></script>
|
|
</html>
|