From 8e095ce99eb79dda9455dfd6f2ede225258d27d8 Mon Sep 17 00:00:00 2001 From: fanfan Date: Tue, 16 Apr 2024 17:58:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/invoice/edit.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pages/invoice/edit.vue b/pages/invoice/edit.vue index de028df..250e7d0 100644 --- a/pages/invoice/edit.vue +++ b/pages/invoice/edit.vue @@ -179,12 +179,6 @@ if (app.sourcePage == 2) { //申请记录 修改抬头 url = InvoiceApi.invoicingEdit(app.orderId, app.obj) } - if (app.sourcePage == 3) { //新增发票抬头 - url = InvoiceApi.addInvoicing(app.orderId, app.obj) - } - if (app.sourcePage == 4) { //我的发票记录过来编辑 - url = InvoiceApi.editInvoicing(app.orderId, app.obj) - } url.then(result => { if (result.status == 200) { uni.showToast({