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.
|
|
<!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!"融欣-PDA"}</title> <!-- Bootstrap core CSS --> <link rel="stylesheet" type="text/css" href="/js/bootstrap-3.3.7/css/bootstrap.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; } </style></head><body><div class="hideData" style="display: none;"> <#if user ??> <input id="auth_key" value="${menuId ! '' }"> <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 ! '' }"> </#if></div><div id="app"> <header class="mint-header is-fixed"> <div class="mint-header-button is-left"> <div class="header-title"> <a href="/pda/publicMenu?titleName=''&menuId=0" 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" class="ivu-form ivu-form-label-right"> <div class="ivu-form-item" style="margin-bottom: 24px;"> <label class="ivu-form-item-label" style="width: 100px;">维修日期:</label> <div class="ivu-form-item-content" style="margin-left: 100px;"> <div class="ivu-input-wrapper ivu-input-type"> <input id="storage_time" type="text" readonly="readonly" class="form-input-2" > </div> </div> </div> </div>
<div autocomplete="off" class="ivu-form ivu-form-label-right"> <div class="ivu-form-item" style="margin-bottom: 24px;"> <label class="ivu-form-item-label" style="width: 100px;">工具实例:</label> <div class="ivu-form-item-content" style="margin-left: 100px;"> <div class="ivu-input-wrapper ivu-input-type"> <input id="tool_detail" type="text" class="form-input-2" style="text-transform:uppercase" > </div> </div> </div> </div> <div autocomplete="off" class="ivu-form ivu-form-label-right"> <div class="ivu-form-item" style="margin-bottom: 24px;"> <label class="ivu-form-item-label" style="width: 100px;">备注:</label> <div class="ivu-form-item-content" style="margin-left: 100px;"> <div class="ivu-input-wrapper ivu-input-type"> <input id="remark" type="text" class="form-input-2" style="text-transform:uppercase" > </div> </div> </div> </div> <div autocomplete="off" class="ivu-form ivu-form-label-right"> <div class="ivu-form-item" style="margin-bottom: 24px;"> <label class="ivu-form-item-label" style="width: 100px;">借用部门:</label> <div class="ivu-form-item-content" style="margin-left: 100px;"> <div id="selectview" class="ivu-input-wrapper ivu-input-type"> <select id="workCenter_no" class=" form-input-2 " name="supplierId" style="background-color: #ffffff;" data-first-option="false" title='请选择供应商'> </select> </div> </div> </div> </div>
<div class="ivu-row" style="margin-top: -20px;"> <div class="ivu-table-wrapper"> <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="25%"> <col width="25%"> <col width="25%"> <col width="25%"> </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> </th> <th class="" style="text-align:center"> <span>操作</span> </th> </tr> </thead> </table> </div> <div class="ivu-table-body" style=""> <table style="width: 100%;" cellspacing="0" cellpadding="0" border="0"> <colgroup> <col width="25%"> <col width="25%"> <col width="25%"> <col width="25%"> </colgroup> <tbody class="ivu-table-tbody" id = "dateil_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> <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 autocomplete="off" class="ivu-form ivu-form-label-right" style="margin-top: 25px;"> <div class="ivu-form-item" style="margin-bottom: 24px;"> <!-- <label class="ivu-form-item-label" style="width: 100px;">确定:</label> <label class="ivu-form-item-label" style="width: 100px;">取消:</label> --> <button id = "saveDetail" class="btn btn-primary" style="padding: 1px 8px;font-size: 12px;height: 24px;width: 44px;margin-left: -10%" data-toggle="modal" onclick="updateToolDetail()">确定</button> <button class="btn btn-primary" style="padding: 1px 8px;font-size: 12px;height: 24px;width: 44px;margin-left: 10%" data-toggle="modal" onclick="cleanData()">取消</button> </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/layer/layer.js"></script><script type="text/javascript" src="/js/header.js"></script><script type="text/javascript" src="/js/bootstrap-3.3.7/js/bootstrap.js"></script><script type="text/javascript" src="/js/common.js"></script><script type="text/javascript" src="/js/pda/toolBorrowing.js"></script></html>
|