修改发票信息联调错误,修改充值记录按表计查询,我的新增发票抬头

This commit is contained in:
2024-04-26 09:20:44 +08:00
parent b7e831662e
commit cbe7db0ac1
22 changed files with 176 additions and 62 deletions

View File

@@ -2,8 +2,9 @@ import apis from '../utils/request';
const { GET, POST, PUT, DELETE } = apis
// 获取充值记录
export const getRechargeList = async function(year, tenement) {
return await GET(`/wx/getRechargeList?year=${year}&tenement=${tenement}`);
export const getRechargeList = async function(year, codeId) {
const tenement = wx.getStorageSync('tenement')?.id
return await GET(`/wx/getRechargeList?year=${year}&tenement=${tenement}&codeId=${codeId}`);
}
// 预备充值请求