解决单据展示的bug

This commit is contained in:
季圣华
2019-11-25 17:34:12 +08:00
parent 8b98424a98
commit fdeedb16c9

View File

@@ -213,7 +213,7 @@
depotString = depotString + depot.id + ","; depotString = depotString + depot.id + ",";
} }
} }
depotString = depotString.substring(1, depotString.length-1); depotString = depotString.substring(0, depotString.length-1);
} }
} else { } else {
$.messager.alert('提示', '查找系统基础信息异常,请与管理员联系', 'error'); $.messager.alert('提示', '查找系统基础信息异常,请与管理员联系', 'error');