From 87db264159831db97f15be8cc3b8d94646604fbd 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, 18 Mar 2018 21:04:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8A=A5=E8=A1=A8=E4=B8=AD?= =?UTF-8?q?=E5=8D=95=E6=8D=AE=E7=82=B9=E5=87=BB=E5=90=8E=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E7=9A=84=E5=8A=9F=E8=83=BD=EF=BC=88=E7=BB=AD=E5=A2=9E=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/js/pages/materials/bill_detail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/js/pages/materials/bill_detail.js b/src/main/webapp/js/pages/materials/bill_detail.js index 7a112690..f9fcfffd 100644 --- a/src/main/webapp/js/pages/materials/bill_detail.js +++ b/src/main/webapp/js/pages/materials/bill_detail.js @@ -126,7 +126,7 @@ billType = "material"; $("#bill .gift_recharge").show(); } - else if(listSubType == "礼品销售") { + else if(listSubType == "礼品销售出库") { billType = "material"; $("#bill .gift_out").show(); }