|
|
@ -179,12 +179,6 @@ |
|
|
|
if (app.sourcePage == 2) { //申请记录 修改抬头 |
|
|
|
if (app.sourcePage == 2) { //申请记录 修改抬头 |
|
|
|
url = InvoiceApi.invoicingEdit(app.orderId, app.obj) |
|
|
|
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 => { |
|
|
|
url.then(result => { |
|
|
|
if (result.status == 200) { |
|
|
|
if (result.status == 200) { |
|
|
|
uni.showToast({ |
|
|
|
uni.showToast({ |
|
|
|