From 07545d28af9b9866a6b64d6d0fb22d1da6ec76c5 Mon Sep 17 00:00:00 2001
From: mujinxia <1764373892@qq.com>
Date: Sat, 24 Feb 2024 14:46:07 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E7=A5=A8=E5=8A=A9=E6=89=8B=E6=B7=BB?=
=?UTF-8?q?=E5=8A=A0=E5=88=A0=E9=99=A4=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
api/invoice.js | 7 ++-
pages/invoice/indexset.vue | 104 +++++++++++++++++++++++++------------
pages/news1/feedback.vue | 2 +-
3 files changed, 78 insertions(+), 35 deletions(-)
diff --git a/api/invoice.js b/api/invoice.js
index abe73eb..1c5d628 100644
--- a/api/invoice.js
+++ b/api/invoice.js
@@ -9,9 +9,12 @@ const api = {
invoicingDel: 'user/invoicingDel',
invoicingDetail: 'user/invoicingDetail',
invoicingAdd: 'user/invoicingAdd',
- invoicingEdit: 'user/invoicingEdit'
+ invoicingEdit: 'user/invoicingEdit',
+ invoicingDelNew: 'user/delInvoicing'
}
-
+export const invoicingDelNew = (data) => {
+ return request.get(api.invoicingDelNew,data)
+}
export const invoicingEdit = (orderGoodsId, data) => {
return request.post(api.invoicingEdit, {
orderGoodsId,
diff --git a/pages/invoice/indexset.vue b/pages/invoice/indexset.vue
index 3f33fbc..a1e7c0d 100644
--- a/pages/invoice/indexset.vue
+++ b/pages/invoice/indexset.vue
@@ -15,31 +15,37 @@
- {{item.header}}
+ {{ item.header }}
- ¥{{item.price}}
+ ¥{{ item.price }}
- {{item.created_at}}
+ {{ item.created_at }}
-