给单据增加扫码功能(优化)

This commit is contained in:
季圣华
2020-12-05 17:08:45 +08:00
parent f7b1de6000
commit 54c9badcc3
13 changed files with 13 additions and 13 deletions

View File

@@ -588,7 +588,7 @@
return;
}
});
var sweepBarCodeHtml = '<td><input id="sweepBarCode" type="text" placeholder="输入条码并敲回车键" class="radius-ui" style="width:150px;display:none;"/></td>';
var sweepBarCodeHtml = '<td><input id="sweepBarCode" type="text" placeholder="请扫描商品条形码" class="radius-ui" style="width:150px;display:none;"/></td>';
$('#depotHeadFM .datagrid-toolbar tr').append(sweepBarCodeHtml);
$.ajax({
type:"get",