From c1db2f08301d97e2bf04c7236fa981e5ec083dbb Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期二, 15 七月 2025 18:02:09 +0800 Subject: [PATCH] 1 --- src/api/team/tuanti.js | 41 +++++++++++++++++++++++++++++++++++------ 1 files changed, 35 insertions(+), 6 deletions(-) diff --git a/src/api/team/tuanti.js b/src/api/team/tuanti.js index 3f7a054..f4568b3 100644 --- a/src/api/team/tuanti.js +++ b/src/api/team/tuanti.js @@ -21,7 +21,7 @@ //鍥綋棰勭害纭鎺ュ彛 (鏂扮増鏈�) export function newConfirm(data) { return request({ - url: '/reservation/reservation/newReservationConfirm' , + url: '/reservation/reservation/newReservationConfirmxbb' , method: 'post', data:data }) @@ -38,15 +38,18 @@ }) } - +export function getconfigKey(configKey) { + return request({ + url: "/system/config/configKey/" + configKey, + method: "get", + }); +} // -export function getTeamTjPeopleList(teamNo) { +export function getTeamTjPeopleList(data) { return request({ url: '/team/pay/getTeamTjPeopleList', method: 'get', - params:{ - teamNo:teamNo - } + params:data }) } @@ -69,4 +72,30 @@ }) } +export function addbatch(data) { + return request({ + url: '/system/report/preview/batch', + method: 'post', + data: data + }) +} + + +// 鑾峰彇鑱屼笟鍗曚綅淇℃伅闆嗗悎 +export function getZybCompList() { + return request({ + url: '/system/comp/getZybCompList', + method: 'get', + }) +} + + +//鑱屼笟鍥綋棰勭害纭鎺ュ彛 (鏂扮増鏈�) +export function newReservationConfirmxbb(data) { + return request({ + url: '/zhiye/order/newReservationConfirmxbb' , + method: 'post', + data:data + }) +} -- Gitblit v1.8.0