From a9ae9bee4f8e32e3f4c5522248c58f2269038b7c 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 Sep 2017 23:30:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E5=A4=9A=E5=8D=95=E4=BD=8D?= =?UTF-8?q?=E5=95=86=E5=93=81=E7=9A=84=E9=94=80=E5=94=AE=E5=8D=95=E6=8D=AE?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E5=8D=95=E4=BB=B7=E4=B8=8B=E6=8B=89=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/js/pages/materials/in_out.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/js/pages/materials/in_out.js b/src/main/webapp/js/pages/materials/in_out.js index 34afb92f..a8f697fc 100644 --- a/src/main/webapp/js/pages/materials/in_out.js +++ b/src/main/webapp/js/pages/materials/in_out.js @@ -2623,7 +2623,9 @@ $('.price-list').remove(); //如果存在价格列表先移除 } else { - $(self).after(temp); //加载列表信息 + if(presetPriceTwo != undefined){ //多单位的商品 + $(self).after(temp); //加载列表信息 + } } $('.price-list ul li').off("click").on("click",function(){ var price = $(this).text();