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({