From 70eab7ed7131f72305743e9bbcd384bda6243fa7 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Tue, 17 Oct 2023 17:57:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BA=86=E6=8A=BC=E9=87=91?= =?UTF-8?q?=E5=85=85=E5=80=BC=E5=87=AD=E8=AF=81,=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=85=AC=E5=8F=B8=E4=BF=A1=E6=81=AF=E8=B4=A2=E5=8A=A1=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E6=97=A0=E6=B3=95=E5=88=B7=E6=96=B0=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/company.js | 9 + components/company/company.vue | 3 +- components/companyFinance/companyFinance.vue | 21 +- manifest.json | 4 +- pages.json | 1274 +++++++++--------- subpkg/companyInfo/companyInfo.vue | 5 +- subpkg/topUpDeposit/topUpDeposit.vue | 259 ++++ 7 files changed, 927 insertions(+), 648 deletions(-) create mode 100644 subpkg/topUpDeposit/topUpDeposit.vue diff --git a/api/company.js b/api/company.js index e690c09..44681dc 100644 --- a/api/company.js +++ b/api/company.js @@ -66,3 +66,12 @@ export const postsms = (data) => oahttp.post('/company/postsms', data) */ export const sss = (data) => oahttp.post('/company/postsms', data) +/** + * 查询甲方公司信息 + */ +export const getPartyACompany = (data) => oahttp.get('/company/getPartyACompany', data) + +/** + * 查询押金凭证记录 + */ +export const getDepositRechargeTransferVoucherList = (data) => oahttp.get('/company/getDepositRechargeTransferVoucherList', data) diff --git a/components/company/company.vue b/components/company/company.vue index 33baf6e..8dd7781 100644 --- a/components/company/company.vue +++ b/components/company/company.vue @@ -318,7 +318,7 @@ - + + + \ No newline at end of file