From fdeedb16c97241ea249e9bf074347e3ee268db1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Mon, 25 Nov 2019 17:34:12 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=8D=95=E6=8D=AE=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- erp_web/js/pages/materials/in_out.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp_web/js/pages/materials/in_out.js b/erp_web/js/pages/materials/in_out.js index 2ce740e4..85a7778f 100644 --- a/erp_web/js/pages/materials/in_out.js +++ b/erp_web/js/pages/materials/in_out.js @@ -213,7 +213,7 @@ depotString = depotString + depot.id + ","; } } - depotString = depotString.substring(1, depotString.length-1); + depotString = depotString.substring(0, depotString.length-1); } } else { $.messager.alert('提示', '查找系统基础信息异常,请与管理员联系!', 'error');