From 8b98424a98a5d91d2cc3952aaa8d1221ee04a899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Sun, 24 Nov 2019 22:36:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E4=BB=93=E5=BA=93=E4=B8=BA?= =?UTF-8?q?=E7=A9=BA=E6=8A=A5=E9=94=99=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 | 1 - 1 file changed, 1 deletion(-) diff --git a/erp_web/js/pages/materials/in_out.js b/erp_web/js/pages/materials/in_out.js index 3d2c12c7..2ce740e4 100644 --- a/erp_web/js/pages/materials/in_out.js +++ b/erp_web/js/pages/materials/in_out.js @@ -53,7 +53,6 @@ //根据单据名称获取类型 function getType(){ listTitle = $("#tablePanel").prev().text(); - depotString = "|"; //改变宽度和高度 $("#searchPanel").panel({width:webW-2}); $("#tablePanel").panel({width:webW-2});