|
@@ -221,11 +221,7 @@ export function tagsBind(e) {
|
|
'/wx/MnpTagInfoController/bind', e, {}
|
|
'/wx/MnpTagInfoController/bind', e, {}
|
|
)
|
|
)
|
|
}
|
|
}
|
|
-export function getDetial(e) {
|
|
|
|
- return $http.post(
|
|
|
|
- '/wx/meetingAppoint/meetingAppointDetail', e, {}
|
|
|
|
- )
|
|
|
|
-}
|
|
|
|
|
|
+
|
|
export function saleControllerGetById(e) {
|
|
export function saleControllerGetById(e) {
|
|
return $http.post(
|
|
return $http.post(
|
|
'/wx/SaleController/getById', {
|
|
'/wx/SaleController/getById', {
|
|
@@ -918,7 +914,7 @@ export function roomTimeSoltDetail(data) {
|
|
)
|
|
)
|
|
}
|
|
}
|
|
|
|
|
|
-// 共享资源预约
|
|
|
|
|
|
+// 共享资源预约 新增
|
|
export function meetingAppoint(data) {
|
|
export function meetingAppoint(data) {
|
|
return $http.post(
|
|
return $http.post(
|
|
'/wx/meetingRoom/meetingAppoint',
|
|
'/wx/meetingRoom/meetingAppoint',
|
|
@@ -934,7 +930,7 @@ export function meetingAppointCheck(data) {
|
|
)
|
|
)
|
|
}
|
|
}
|
|
|
|
|
|
-// 共享资源预约历史
|
|
|
|
|
|
+// 共享资源预约 历史
|
|
export function getMeetingAppointListApp(data) {
|
|
export function getMeetingAppointListApp(data) {
|
|
return $http.post(
|
|
return $http.post(
|
|
'/wx/meetingAppoint/getMeetingAppointListApp',
|
|
'/wx/meetingAppoint/getMeetingAppointListApp',
|
|
@@ -942,6 +938,21 @@ export function getMeetingAppointListApp(data) {
|
|
)
|
|
)
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+
|
|
|
|
+// 共享资源预约 编辑
|
|
|
|
+export function meetingAppointEdit(data) {
|
|
|
|
+ return $http.post(
|
|
|
|
+ '/wx/meetingAppoint/edit',
|
|
|
|
+ data, {}
|
|
|
|
+ )
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+export function meetingAppointDetail(e) {
|
|
|
|
+ return $http.post(
|
|
|
|
+ '/wx/meetingAppoint/meetingAppointDetail', e, {}
|
|
|
|
+ )
|
|
|
|
+}
|
|
|
|
+
|
|
// 查询用户部门
|
|
// 查询用户部门
|
|
export function getUserDept(data) {
|
|
export function getUserDept(data) {
|
|
return $http.post(
|
|
return $http.post(
|