Commit d0f3c15b by anxiaohe

台账信息明细扫码功能

parent d11ac164
...@@ -298,17 +298,15 @@ function addRow(list, idx, tpl, row){ ...@@ -298,17 +298,15 @@ function addRow(list, idx, tpl, row){
function getTable () { function getTable () {
return $("#scan_detail_table"); return $("#scan_detail_table");
} }
// 用于获取扫码信息的input
function getScanIpt () { function getScanIpt () {
return document.getElementById("scanIpt"); return document.getElementById("scanIpt");
} }
// 判断是否是中文输入法
var inputMethodCnType = false; var inputMethodCnType = false;
// input持续获取焦点
// var allFocus = debounce(function () {
// var elem = getScanIpt();
// elem.focus();
// }, 300);
var scanIptFocusTimer = null; var scanIptFocusTimer = null;
function viewScanData () { function viewScanData () {
layer.open({ layer.open({
type: 1, type: 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment