Commit 8da795d5 authored by 罗超's avatar 罗超

1

parent 8cc192c6
import request from '../../utils/request'
/**
* 获取日语培训列表
* 获取日语培训列表—旧
*
*/
export function GetEducationContractPageList(data) {
return request({
url: '/EducationContract/GetEducationContractPageList',
method: 'post',
data
})
return request({
url: '/EducationContract/GetEducationContractPageList',
method: 'post',
data
})
}
/**
* 获取日语培训列表
*
*/
export function GetEducationContractPageCodeList(data) {
return request({
url: '/EducationContract/GetEducationContractPageCodeList',
method: 'post',
data
})
}
/**
* 获取合同详情
*
*/
export function GetEducationContractInfo(data) {
return request({
url: '/EducationContract/GetEducationContractInfo',
method: 'post',
data
})
return request({
url: '/EducationContract/GetEducationContractInfo',
method: 'post',
data
})
}
/**
......@@ -37,7 +47,7 @@ export function SetEducationContractInfo(data) {
}
/**
* 合同操作
* 合同操作-旧
*
*/
export function SetEducationContractAudit(data) {
......@@ -47,6 +57,17 @@ export function SetEducationContractAudit(data) {
data
})
}
/**
* 合同操作
*
*/
export function SetEducationContractAuditCode(data) {
return request({
url: '/EducationContract/SetEducationContractAuditCode',
method: 'post',
data
})
}
/**
* 合同操作-下载pdf
......
......@@ -1518,14 +1518,14 @@ export default {
this.msg.NewChangePlanItemList = [];
this.msg.AllChangePlanItem = {};
}
if (this.msg.ReceiptFileList.length === 0) {
this.$q.notify({
type: "negative",
position: "top",
message: `请上传附件`,
});
return;
}
// if (this.msg.ReceiptFileList.length === 0) {
// this.$q.notify({
// type: "negative",
// position: "top",
// message: `请上传附件`,
// });
// return;
// }
this.$q
.dialog({
title: "提示信息",
......
......@@ -696,14 +696,14 @@ export default {
});
return;
}
if (this.msg.ReceiptFileList.length === 0) {
this.$q.notify({
type: "negative",
position: "top",
message: `请上传附件`,
});
return;
}
// if (this.msg.ReceiptFileList.length === 0) {
// this.$q.notify({
// type: "negative",
// position: "top",
// message: `请上传附件`,
// });
// return;
// }
let timesIds = this.selected
.map((e) => {
return e.ClassTimeId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment