From cee2eca9c3e40b48c40a8fe80f938a777f03d463 Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期二, 10 六月 2025 17:57:11 +0800 Subject: [PATCH] 1 --- src/api/team/tuanti.js | 35 +++++++++++++++++++++++++++++++++-- 1 files changed, 33 insertions(+), 2 deletions(-) diff --git a/src/api/team/tuanti.js b/src/api/team/tuanti.js index 3f7a054..a498571 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,7 +38,12 @@ }) } - +export function getconfigKey(configKey) { + return request({ + url: "/system/config/configKey/" + configKey, + method: "get", + }); +} // export function getTeamTjPeopleList(teamNo) { return request({ @@ -69,4 +74,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