feat: 出差打卡

This commit is contained in:
wangzhuo
2025-09-19 13:42:31 +08:00
parent 74f4712e9d
commit f76757198c
3 changed files with 270 additions and 251 deletions

View File

@@ -10,6 +10,14 @@ export function addStartMap(data) {
});
}
//出差打卡接口
export function businessTripClockIn(data) {
return request.post({
url: '/crm/app/appVisistMap/businessTripClockIn',
data
},{isTransformResponse:false});
}
//新增地图开始打卡接口
export function addStartMapForClockIn(data) {
return request.post({