From cdc02f1ff426ab75c8076d128718c31e5647029a Mon Sep 17 00:00:00 2001
From: duan <1004387497@qq.com>
Date: Mon, 25 Nov 2024 17:54:34 +0800
Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=E6=9C=BA=E5=BC=80=E7=A5=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/application.js | 13 ++
.../order_manage/components/Invoicing.vue | 78 +++++---
.../order_manage/components/LodopFuncs.js | 188 ++++++++++++++++++
src/views/order_manage/order_list.vue | 133 +++++++++++--
4 files changed, 365 insertions(+), 47 deletions(-)
create mode 100644 src/views/order_manage/components/LodopFuncs.js
diff --git a/src/api/application.js b/src/api/application.js
index 1428327..6e64c30 100644
--- a/src/api/application.js
+++ b/src/api/application.js
@@ -26,6 +26,19 @@ export function getbinding(data) {
}
});
}
+// 提交开票
+export function getsubInvoicing(data) {
+ return request({
+ url: "/api/invoice/subInvoicing",
+ method: "post",
+ data: {
+ shopId: localStorage.getItem("shopId"),
+ ...data
+ }
+ });
+}
+
+
// 获取数电发票类型
export function getdigitalInvoice(data) {
return request({
diff --git a/src/views/order_manage/components/Invoicing.vue b/src/views/order_manage/components/Invoicing.vue
index 8384518..6c836d0 100644
--- a/src/views/order_manage/components/Invoicing.vue
+++ b/src/views/order_manage/components/Invoicing.vue
@@ -9,7 +9,7 @@
-
+
@@ -21,16 +21,16 @@
-
+
-
-
+
-
+
@@ -39,10 +39,10 @@
-
+
-
+
@@ -50,12 +50,12 @@