main
fanfan 8 months ago
parent 388469fdff
commit 8e095ce99e
  1. 6
      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({

Loading…
Cancel
Save