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.

93 lines
3.7 KiB

2 years ago
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
  8. <meta name="description" content="">
  9. <meta name="author" content="">
  10. <link rel="icon" href="/favicon.ico">
  11. <title>${projectTitle!"MESPda"}</title>
  12. <!-- Bootstrap core CSS -->
  13. <link href="/pda/bootstrap/3.3.7/bootstrap.min.css" rel="stylesheet">
  14. <link href="/pda/bootstrap/3.3.7/bootstrap-theme.min.css" rel="stylesheet">
  15. <link rel="stylesheet" type="text/css"
  16. href="/pda/jeasyui/themes/default/easyui.css">
  17. <link rel="stylesheet" type="text/css" href="/pda/jeasyui/themes/icon.css">
  18. <!-- Custom styles for this template -->
  19. <link href="/pda/css/base.css" rel="stylesheet">
  20. <link rel="stylesheet" type="text/css" href="/css/button.css">
  21. <style type="text/css">
  22. .ivu-input[disabled], fieldset[disabled] .ivu-input {
  23. background-color: #f3f3f3;
  24. opacity: 1;
  25. cursor: not-allowed;
  26. color: #0E2D5F;
  27. }
  28. </style>
  29. </head>
  30. <body>
  31. <div id="app">
  32. <input type="hidden" id="flag" value="${Session.produce_flag!'N'}">
  33. <input type="hidden" id="produce_cache_flag" value="${Session.produce_cache_flag!'N' }" >
  34. <div class="mint-tab-container screenHeight">
  35. <header class="mint-header is-fixed">
  36. <div class="mint-header-button is-left">
  37. <div class="header-title">
  38. <a onclick="goBack()" class="go-back"><i class="mintui mintui-back"></i></a>
  39. <span>SAP库位处理</span>
  40. </div>
  41. </div>
  42. <h1 class="mint-header-title"></h1>
  43. <div class="mint-header-button is-right"></div>
  44. </header>
  45. <form autocomplete="off" class="ivu-form ivu-form-label-right">
  46. <div class="ivu-form-item">
  47. <label class="ivu-form-item-label" style="width: 90px;">请扫描卷号:</label>
  48. <div class="ivu-form-item-content" style="margin-left: 90px;">
  49. <div class="ivu-input-wrapper ivu-input-type">
  50. <textarea autocomplete="off" spellcheck="false" id="rollNo"
  51. placeholder="请扫描卷号..." rows="2" autofocus="autofocus"
  52. class="ivu-input"
  53. style="height: 52px; min-height: 52px; max-height: 52px;"></textarea>
  54. </div>
  55. <!---->
  56. </div>
  57. </div>
  58. <div class="ivu-form-item">
  59. <div class="ivu-col ivu-col-span-6" style="">物料编码:</div>
  60. <textarea autocomplete="off" spellcheck="false" id="part_no" disabled
  61. rows="1" cols="30"
  62. class="ivu-input"
  63. style="height: 32px; min-height: 28px; min-width: 200px; max-width: 200px;"></textarea>
  64. </div>
  65. <div class="ivu-form-item">
  66. <label class="ivu-form-item-label" style="width: 90px;">请扫描库位:</label>
  67. <div class="ivu-form-item-content" style="margin-left: 90px;">
  68. <div class="ivu-input-wrapper ivu-input-type">
  69. <textarea autocomplete="off" spellcheck="false" id="location_no"
  70. placeholder="请扫描库位..." rows="2" autofocus="autofocus"
  71. class="ivu-input"
  72. style="height: 52px; min-height: 52px; max-height: 52px;"></textarea>
  73. </div>
  74. </div>
  75. </div>
  76. </form>
  77. <div class="ivu-row" style="margin-top: 10px;margin-left: 120px;">
  78. <div class="ivu-col ivu-col-span-11">
  79. <button onclick="goBack()" class="ivu-btn ivu-btn-primary">
  80. <span>返回</span>
  81. </button>
  82. </div>
  83. </div>
  84. </div>
  85. </div>
  86. </body>
  87. <script type="text/javascript" src="/js/jquery/jquery-2.1.4.js"></script>
  88. <script type="text/javascript" src="/pda/layer/layer.js"></script>
  89. <script type="text/javascript" src="/pda/js/sap/sap_part_location.js"></script>
  90. <script type="text/javascript" src="/js/jquery/jquery.cookie.js"></script>
  91. </html>