修复采购入库列表库存的bug

This commit is contained in:
季圣华
2020-12-25 23:08:27 +08:00
parent d0f56f8413
commit 91a10eec82
4 changed files with 21 additions and 19 deletions

View File

@@ -645,7 +645,7 @@
}
function findStockList(mId, barCode, name) {
var titleInfo = " " + name + "[" + barCode + "]库存及明细";
var titleInfo = " " + name + "[" + barCode + "]库存及明细";
$('#materialDetailListDlg').dialog('open').dialog('setTitle', '<img src="/js/easyui/themes/icons/pencil.png"/>' + titleInfo);
$(".window-mask").css({width: webW, height: webH});
initDepotList(mId, "show"); //加载仓库及库存数量