From 0d57a8ba33e3f61d706eef574b99b7f50c09e37f 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, 8 Dec 2019 09:49:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=8D=95=E6=8D=AEjs=E7=9A=84?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- erp_web/js/pages/materials/bill_detail.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/erp_web/js/pages/materials/bill_detail.js b/erp_web/js/pages/materials/bill_detail.js index 8f07e546..92dcd764 100644 --- a/erp_web/js/pages/materials/bill_detail.js +++ b/erp_web/js/pages/materials/bill_detail.js @@ -16,8 +16,6 @@ }); - - //获取账户信息 function initSystemData_account(){ $.ajax({ @@ -191,9 +189,6 @@ tableString = $(".advance_in").html(); } - - - //如果是进货、销售 if(billType == "material"){ $.ajax({