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 @@