Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
8da795d5
Commit
8da795d5
authored
Jul 26, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
8cc192c6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
50 additions
and
29 deletions
+50
-29
contract.js
src/api/sale/contract.js
+34
-13
changeClassForm.vue
src/components/teacher/changeClassForm.vue
+8
-8
provisionalInviteForm.vue
src/components/teacher/provisionalInviteForm.vue
+8
-8
No files found.
src/api/sale/contract.js
View file @
8da795d5
import
request
from
'../../utils/request'
import
request
from
'../../utils/request'
/**
/**
* 获取日语培训列表
* 获取日语培训列表
—旧
*
*
*/
*/
export
function
GetEducationContractPageList
(
data
)
{
export
function
GetEducationContractPageList
(
data
)
{
return
request
({
return
request
({
url
:
'/EducationContract/GetEducationContractPageList'
,
url
:
'/EducationContract/GetEducationContractPageList'
,
method
:
'post'
,
method
:
'post'
,
data
data
})
})
}
/**
* 获取日语培训列表
*
*/
export
function
GetEducationContractPageCodeList
(
data
)
{
return
request
({
url
:
'/EducationContract/GetEducationContractPageCodeList'
,
method
:
'post'
,
data
})
}
}
/**
/**
* 获取合同详情
* 获取合同详情
*
*
*/
*/
export
function
GetEducationContractInfo
(
data
)
{
export
function
GetEducationContractInfo
(
data
)
{
return
request
({
return
request
({
url
:
'/EducationContract/GetEducationContractInfo'
,
url
:
'/EducationContract/GetEducationContractInfo'
,
method
:
'post'
,
method
:
'post'
,
data
data
})
})
}
}
/**
/**
...
@@ -37,7 +47,7 @@ export function SetEducationContractInfo(data) {
...
@@ -37,7 +47,7 @@ export function SetEducationContractInfo(data) {
}
}
/**
/**
* 合同操作
* 合同操作
-旧
*
*
*/
*/
export
function
SetEducationContractAudit
(
data
)
{
export
function
SetEducationContractAudit
(
data
)
{
...
@@ -47,6 +57,17 @@ export function SetEducationContractAudit(data) {
...
@@ -47,6 +57,17 @@ export function SetEducationContractAudit(data) {
data
data
})
})
}
}
/**
* 合同操作
*
*/
export
function
SetEducationContractAuditCode
(
data
)
{
return
request
({
url
:
'/EducationContract/SetEducationContractAuditCode'
,
method
:
'post'
,
data
})
}
/**
/**
* 合同操作-下载pdf
* 合同操作-下载pdf
...
...
src/components/teacher/changeClassForm.vue
View file @
8da795d5
...
@@ -1518,14 +1518,14 @@ export default {
...
@@ -1518,14 +1518,14 @@ export default {
this
.
msg
.
NewChangePlanItemList
=
[];
this
.
msg
.
NewChangePlanItemList
=
[];
this
.
msg
.
AllChangePlanItem
=
{};
this
.
msg
.
AllChangePlanItem
=
{};
}
}
if
(
this
.
msg
.
ReceiptFileList
.
length
===
0
)
{
//
if (this.msg.ReceiptFileList.length === 0) {
this
.
$q
.
notify
({
//
this.$q.notify({
type
:
"negative"
,
//
type: "negative",
position
:
"top"
,
//
position: "top",
message
:
`请上传附件`
,
//
message: `请上传附件`,
});
//
});
return
;
//
return;
}
//
}
this
.
$q
this
.
$q
.
dialog
({
.
dialog
({
title
:
"提示信息"
,
title
:
"提示信息"
,
...
...
src/components/teacher/provisionalInviteForm.vue
View file @
8da795d5
...
@@ -696,14 +696,14 @@ export default {
...
@@ -696,14 +696,14 @@ export default {
});
});
return
;
return
;
}
}
if
(
this
.
msg
.
ReceiptFileList
.
length
===
0
)
{
//
if (this.msg.ReceiptFileList.length === 0) {
this
.
$q
.
notify
({
//
this.$q.notify({
type
:
"negative"
,
//
type: "negative",
position
:
"top"
,
//
position: "top",
message
:
`请上传附件`
,
//
message: `请上传附件`,
});
//
});
return
;
//
return;
}
//
}
let
timesIds
=
this
.
selected
let
timesIds
=
this
.
selected
.
map
((
e
)
=>
{
.
map
((
e
)
=>
{
return
e
.
ClassTimeId
;
return
e
.
ClassTimeId
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment