Compare commits
2 Commits
d32152912a
...
052e616e45
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
052e616e45 | ||
|
|
1f2bb96ef3 |
@@ -216,7 +216,7 @@ export function addMapForReport(data) {
|
|||||||
//新增请假申请
|
//新增请假申请
|
||||||
export function addLeaveApply(data) {
|
export function addLeaveApply(data) {
|
||||||
return request.post({
|
return request.post({
|
||||||
url: "/crm/jys/app/appLeaveApply/add",
|
url: "/crm/app/appLeaveApply/add",
|
||||||
data,
|
data,
|
||||||
},{
|
},{
|
||||||
isTransformResponse:false
|
isTransformResponse:false
|
||||||
@@ -226,7 +226,7 @@ export function addLeaveApply(data) {
|
|||||||
//我的表单
|
//我的表单
|
||||||
export function getLeaveApplyList(data) {
|
export function getLeaveApplyList(data) {
|
||||||
return request.get({
|
return request.get({
|
||||||
url: "/crm/jys/app/appLeaveApply/list",
|
url: "/crm/app/appLeaveApply/list",
|
||||||
data
|
data
|
||||||
},{
|
},{
|
||||||
isTransformResponse:false
|
isTransformResponse:false
|
||||||
@@ -236,7 +236,7 @@ export function getLeaveApplyList(data) {
|
|||||||
//可销假表单
|
//可销假表单
|
||||||
export function getBackList(data) {
|
export function getBackList(data) {
|
||||||
return request.get({
|
return request.get({
|
||||||
url: "/crm/jys/app/appLeaveApply/getBackList",
|
url: "/crm/app/appLeaveApply/getBackList",
|
||||||
data
|
data
|
||||||
},{
|
},{
|
||||||
isTransformResponse:false
|
isTransformResponse:false
|
||||||
@@ -246,7 +246,7 @@ export function getBackList(data) {
|
|||||||
//我的审批
|
//我的审批
|
||||||
export function getMyReviewList(data) {
|
export function getMyReviewList(data) {
|
||||||
return request.get({
|
return request.get({
|
||||||
url: "/crm/jys/app/appLeaveApply/myReview",
|
url: "/crm/app/appLeaveApply/myReview",
|
||||||
data
|
data
|
||||||
},{
|
},{
|
||||||
isTransformResponse:false
|
isTransformResponse:false
|
||||||
@@ -256,7 +256,7 @@ export function getMyReviewList(data) {
|
|||||||
//可销假表单
|
//可销假表单
|
||||||
export function getBackLeaveList(data) {
|
export function getBackLeaveList(data) {
|
||||||
return request.get({
|
return request.get({
|
||||||
url: "/crm/jys/app/appLeaveApply/myBackLeave",
|
url: "/crm/app/appLeaveApply/myBackLeave",
|
||||||
data
|
data
|
||||||
},{
|
},{
|
||||||
isTransformResponse:false
|
isTransformResponse:false
|
||||||
@@ -266,7 +266,7 @@ export function getBackLeaveList(data) {
|
|||||||
//提交审批
|
//提交审批
|
||||||
export function addReviewLeave(data) {
|
export function addReviewLeave(data) {
|
||||||
return request.post({
|
return request.post({
|
||||||
url: "/crm/jys/app/appLeaveApply/addReview",
|
url: "/crm/app/appLeaveApply/addReview",
|
||||||
data,
|
data,
|
||||||
},{
|
},{
|
||||||
isTransformResponse:false
|
isTransformResponse:false
|
||||||
@@ -276,7 +276,7 @@ export function addReviewLeave(data) {
|
|||||||
//新增销假申请
|
//新增销假申请
|
||||||
export function addBackApply(data) {
|
export function addBackApply(data) {
|
||||||
return request.post({
|
return request.post({
|
||||||
url: "/crm/jys/app/appLeaveApply/addBackApply",
|
url: "/crm/app/appLeaveApply/addBackApply",
|
||||||
data,
|
data,
|
||||||
},{
|
},{
|
||||||
isTransformResponse:false
|
isTransformResponse:false
|
||||||
@@ -286,7 +286,7 @@ export function addBackApply(data) {
|
|||||||
//可销假表单
|
//可销假表单
|
||||||
export function getDelLeaveApply(data) {
|
export function getDelLeaveApply(data) {
|
||||||
return request.get({
|
return request.get({
|
||||||
url: "/crm/jys/app/appLeaveApply/delLeaveApply",
|
url: "/crm/app/appLeaveApply/delLeaveApply",
|
||||||
data
|
data
|
||||||
},{
|
},{
|
||||||
isTransformResponse:false
|
isTransformResponse:false
|
||||||
|
|||||||
Reference in New Issue
Block a user