| | |
| | | <title>中扬物流</title> |
| | | <script type="text/javascript" src="../../static/js/common.js" charset="utf-8"></script> |
| | | <style> |
| | | |
| | | * { |
| | | font-size: 12px; |
| | | } |
| | | html { |
| | | background-color: #fff; |
| | | } |
| | | |
| | | .mat-msg { |
| | |
| | | </style> |
| | | </head> |
| | | <body> |
| | | <button onclick="help()" style="padding: 0 3px; position: absolute; top: 0%; right: 0%">?</button> |
| | | <div> |
| | | <span>条码</span> |
| | | <input type="text" id="code"> |
| | |
| | | |
| | | matDetail.style.display = 'none'; |
| | | var initMatCount = 1; |
| | | // window.onload = function(){code.focus();} |
| | | window.onload = function(){matMsg.focus();} |
| | | |
| | | // 查询物流 |
| | | function find(el) { |
| | |
| | | matName.value = res.data.matName; |
| | | str1.value = res.data.str1; |
| | | |
| | | count.focus(); |
| | | // count.focus(); |
| | | count.value = initMatCount; |
| | | // confirmBtn.focus(); |
| | | confirmBtn.focus(); |
| | | } else { |
| | | matMsg.style.display = 'block'; |
| | | btnCon.style.display = 'block'; |
| | |
| | | // count: 1 |
| | | // }) |
| | | // }, 200) |
| | | function help() { |
| | | window.alert("① 按F1输入条码\n" + |
| | | "② 按F2输入物料号,按ENTER查询,选择数量后提取\n" + |
| | | "③ 按F3开始组托\n" + |
| | | "其它:按F5刷新页面"); |
| | | } |
| | | </script> |
| | | </html> |