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.
127 lines
4.0 KiB
127 lines
4.0 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="/pda/bootstrap/3.3.7/bootstrap.min.css" rel="stylesheet">
|
|
<link href="/pda/bootstrap/3.3.7/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="/pda/layer/skin/layer.css" rel="stylesheet">
|
|
|
|
</head>
|
|
<body>
|
|
<div id="app">
|
|
<header class="mint-header is-fixed">
|
|
<div class="mint-header-button is-left">
|
|
<div class="header-title">
|
|
<a href="/pda/roll" class="go-back"><i class="mintui mintui-back"></i></a>
|
|
<span>融欣MES - 关联供应商卷号</span>
|
|
</div>
|
|
</div>
|
|
<h1 class="mint-header-title"></h1>
|
|
<div class="mint-header-button is-right"></div>
|
|
</header>
|
|
<div class="ivu-row">
|
|
<div class="r-left">未关联清单</div>
|
|
<div class="ivu-table-wrapper">
|
|
<div class="ivu-table">
|
|
<!---->
|
|
<div class="ivu-table-header">
|
|
<table style="width: 100%;" cellspacing="0" cellpadding="0"
|
|
border="0">
|
|
<colgroup>
|
|
<col width="35%">
|
|
<col width="65%">
|
|
</colgroup>
|
|
<thead>
|
|
<tr>
|
|
<th class=""><div class="ivu-table-cell">
|
|
<span>卷号</span>
|
|
</div></th>
|
|
<th class=""><div class="ivu-table-cell">
|
|
<span>物料描述</span>
|
|
</div></th>
|
|
</tr>
|
|
</thead>
|
|
</table>
|
|
</div>
|
|
<div class="ivu-table-body" style="">
|
|
<table style="width: 100%;" cellspacing="0" cellpadding="0"
|
|
border="0">
|
|
<colgroup>
|
|
<col width="35%">
|
|
<col width="65%">
|
|
</colgroup>
|
|
<tbody class="ivu-table-tbody">
|
|
<#list baseData! as temp>
|
|
<tr class="ivu-table-row">
|
|
<td class="">
|
|
<div class="ivu-table-cell">
|
|
<span>${temp.rollNo!}</span>
|
|
</div>
|
|
</td>
|
|
<td class="">
|
|
<div class="ivu-table-cell">
|
|
<span>${temp.partDescription!}</span>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</#list>
|
|
</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>
|
|
<!---->
|
|
<object
|
|
style="display: block; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; border: medium none; padding: 0px; margin: 0px; opacity: 0; z-index: -1000; pointer-events: none;"
|
|
tabindex="-1" type="text/html" data="about:blank"></object>
|
|
</div>
|
|
</div>
|
|
<div class="ivu-row" style="margin-top: 10px; margin-bottom: 10px;">
|
|
<div class="ivu-col ivu-col-span-12">
|
|
<a href="/pda/roll" class="ivu-btn ivu-btn-primary">
|
|
<!---->
|
|
<!---->
|
|
<span>返回扫描</span>
|
|
</a>
|
|
</div>
|
|
<div class="ivu-col ivu-col-span-12">
|
|
<a href="/pda/publicMenu?titleName=''&menuId=0" class="ivu-btn ivu-btn-primary">
|
|
<span>返回主界面</span>
|
|
</a>
|
|
</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/roll/roll.js"></script>
|
|
<script type="text/javascript" src="/js/jquery/jquery.cookie.js"></script>
|
|
</html>
|