Commit d0f3c15b by anxiaohe

台账信息明细扫码功能

parent d11ac164
......@@ -298,17 +298,15 @@ function addRow(list, idx, tpl, row){
function getTable () {
return $("#scan_detail_table");
}
// 用于获取扫码信息的input
function getScanIpt () {
return document.getElementById("scanIpt");
}
// 判断是否是中文输入法
var inputMethodCnType = false;
// var allFocus = debounce(function () {
// var elem = getScanIpt();
// elem.focus();
// }, 300);
// input持续获取焦点
var scanIptFocusTimer = null;
function viewScanData () {
layer.open({
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