修复采购入库列表库存的bug
This commit is contained in:
@@ -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"); //加载仓库及库存数量
|
||||
|
||||
Reference in New Issue
Block a user