From f832e312bf76b0edf9e8eef69ad92a7d75155ec3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=AD=8F=E5=95=BE?= <1144797966@qq.com>
Date: Wed, 22 May 2024 14:31:07 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
common/js/api.js | 8 ++-
pages/index/Invoicing.vue | 107 +++++++++++++++++++---------
pages/index/auditbilling.vue | 27 ++++++-
pages/index/businesscategory.vue | 2 +-
pages/index/index.vue | 52 ++++++++++++--
unpackage/dist/build/web/index.html | 2 +-
vue.config.js | 22 ++++++
7 files changed, 178 insertions(+), 42 deletions(-)
create mode 100644 vue.config.js
diff --git a/common/js/api.js b/common/js/api.js
index 02ac0c7..8de6085 100644
--- a/common/js/api.js
+++ b/common/js/api.js
@@ -46,5 +46,11 @@ export default {
},
invoicingrecordsthatneeddetailstore(data) { //开票详情
return uni.api.post("store/invoicingrecordsthatneeddetail", data);
- }
+ },
+ storedigitalinvoice(data) { //
+ return uni.api.post("store/digitalinvoice", data);
+ },
+ szzpyissuedby(data) { //开票人列表
+ return uni.api.post("szzpy/issuedby", data);
+ },
}
\ No newline at end of file
diff --git a/pages/index/Invoicing.vue b/pages/index/Invoicing.vue
index 97ded76..b7bbcbf 100644
--- a/pages/index/Invoicing.vue
+++ b/pages/index/Invoicing.vue
@@ -4,17 +4,17 @@