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.

138 lines
5.2 KiB

8 months 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. /* reset ivu-btn*/
  23. .ivu-btn{
  24. padding: 4px 4px;
  25. }
  26. .scan-code{
  27. height: 28px;
  28. margin-top: 5px;
  29. font-size: 12px;
  30. }
  31. </style>
  32. </head>
  33. <body>
  34. <div id="app">
  35. <input type="hidden" id="flag" value="${Session.qa_flag!'N'}">
  36. <input type="hidden" id="qa_cache" value="${Session.qa_cache!'N'}">
  37. <div class="mint-tab-container screenHeight">
  38. <header class="mint-header is-fixed">
  39. <div class="mint-header-button is-left">
  40. <div class="header-title">
  41. <a onclick="goBack()" class="go-back"><i class="mintui mintui-back"></i></a>
  42. <span>融欣MES - QA检验</span>
  43. </div>
  44. </div>
  45. <h1 class="mint-header-title"></h1>
  46. <div class="mint-header-button is-right"></div>
  47. </header>
  48. <form autocomplete="off" class="ivu-form ivu-form-label-right">
  49. <div class="ivu-form-item">
  50. <label class="ivu-form-item-label" style="width: 90px;">请扫描卷号</label>
  51. <div class="ivu-form-item-content" style="margin-left: 90px;">
  52. <div class="ivu-input-wrapper ivu-input-type">
  53. <textarea autocomplete="off" spellcheck="false" id="rollNo"
  54. placeholder="请扫描卷号..." rows="2" autofocus="autofocus"
  55. class="ivu-input"
  56. style="height: 52px; min-height: 52px; max-height: 52px;"></textarea>
  57. </div>
  58. <!---->
  59. </div>
  60. </div>
  61. </form>
  62. <div class="ivu-row" id="rollCounts">
  63. <div class="r-left" style="margin-left: 0px;">已扫描记录</div>
  64. </div>
  65. <div class="ivu-row" style="margin-top: 10px; margin-left: 5px;">
  66. <div class="ivu-col ivu-col-span-6">
  67. <button type="button" onclick="intervalScanModal()" class="ivu-btn ivu-btn-primary">
  68. <span>区间扫描</span>
  69. </button>
  70. </div>
  71. <div class="ivu-col ivu-col-span-6" style="margin-left: 15px;">
  72. <button type="button" onclick="endScan('Y')" class="ivu-btn ivu-btn-primary">
  73. <span>合格放行</span>
  74. </button>
  75. </div>
  76. <div class="ivu-col ivu-col-span-4" style="margin-left: 15px;">
  77. <button type="button" onclick="endScan('N')" class="ivu-btn ivu-btn-primary">
  78. <span>判退</span>
  79. </button>
  80. </div>
  81. <div class="ivu-col ivu-col-span-4" style="margin-left: 10px;">
  82. <button onclick="goBack()" class="ivu-btn ivu-btn-primary">
  83. <span>返回</span>
  84. </button>
  85. </div>
  86. </div>
  87. </div>
  88. <!-- 扫码操作 -->
  89. <div class="modal fade" id="interval_roll_modal" aria-labelledby="myModalLabel" aria-hidden="true">
  90. <div class="modal-dialog" style="width:260px; margin: 10% auto;">
  91. <div class="modal-content" >
  92. <div class="modal-body">
  93. <form id="interval_roll_form" class="form-horizontal" action="" method="post" novalidate>
  94. <fieldset>
  95. <div id="legend" class="">
  96. <legend class="" style="font-size: 18px;">区间扫描</legend>
  97. </div>
  98. <div class="">
  99. <div style="margin-left: 10px; margin-top: 25px; width: 60px; height: 15px;">
  100. <span style="font-size: 12px; font-weight: 700;">开始卷号</span>
  101. </div>
  102. <div style="margin-left: 60px; margin-top: -25px; height: 30px;">
  103. <input id="start_roll_no" class="scan-code" name="startRollNo" style="width: 120px; border-width: 1.5px; border-style: solid;">
  104. </div>
  105. <div style="margin-left: 10px; margin-top: 25px; width: 60px; height: 15px;">
  106. <span style="font-size: 12px; font-weight: 700;">结束卷号</span>
  107. </div>
  108. <div style="margin-left: 60px; margin-top: -25px; height: 40px;">
  109. <input id="end_roll_no" class="scan-code" name="endRollNo" style="width: 120px; border-width: 1.5px; border-style: solid;">
  110. </div>
  111. </div>
  112. </fieldset>
  113. </form>
  114. </div>
  115. <div class="modal-footer" style="TEXT-ALIGN: center; margin-top: -5px;">
  116. <div class="control-group">
  117. <!-- Button -->
  118. <div class="controls">
  119. <button id="end_scan" onclick="endIntervalScan()" class="btn btn-success">结束扫描</button>
  120. <button id="end_cancle" data-dismiss="modal" class="btn btn-success">取消</button>
  121. </div>
  122. </div>
  123. </div>
  124. </div>
  125. </div>
  126. </div>
  127. </div>
  128. </body>
  129. <script type="text/javascript" src="/js/jquery/jquery-2.1.4.js"></script>
  130. <script type="text/javascript" src="/pda/bootstrap/3.3.7/js/bootstrap.js"></script>
  131. <script type="text/javascript" src="/pda/layer/layer.js"></script>
  132. <script type="text/javascript" src="/pda/js/qa/qa_check.js"></script>
  133. <script type="text/javascript" src="/js/jquery/jquery.cookie.js"></script>
  134. </html>