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
268d99c3
Commit
268d99c3
authored
Jul 07, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
防止重复提交修改
parent
8a3edfba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
detail.vue
src/components/stuMan/subscribe/detail.vue
+5
-2
subscribe.vue
src/pages/studyAbroad/subscribe.vue
+5
-2
No files found.
src/components/stuMan/subscribe/detail.vue
View file @
268d99c3
...
...
@@ -63,7 +63,7 @@
saveObj.AppointState == 1 &&
saveObj.GuestList.length >= saveObj.ScrollMinNum &&
auth.IsEdit
"
@
click=
"confirmSub"
class=
"q-ml-md"
/>
"
@
click=
"confirmSub"
class=
"q-ml-md"
:loading=
"saveLoading"
/>
<q-badge
rounded
color=
"red"
label=
"未成班"
style=
"position:absolute;top:0;right:0"
class=
"q-ml-sm"
v-if=
"
saveObj.AppointState == 1 &&
isShowTag(saveObj.GuestList, saveObj.ScrollMinNum)
...
...
@@ -172,7 +172,8 @@
showMakeUpDig
:
false
,
showCancelDig
:
false
,
showRoomDig
:
false
,
CourseObj
:
{}
CourseObj
:
{},
saveLoading
:
false
,
};
},
methods
:
{
...
...
@@ -224,12 +225,14 @@
});
return
;
}
this
.
saveLoading
=
true
;
const
msg
=
{
Date
:
this
.
dateObj
.
date
,
TeacherId
:
this
.
saveObj
.
Tid
,
ShiftSort
:
this
.
saveObj
.
ShiftSort
};
SetSureAppointment
(
msg
).
then
(
res
=>
{
this
.
saveLoading
=
false
;
if
(
res
.
Code
==
1
)
{
this
.
$q
.
notify
({
message
:
"操作成功"
,
...
...
src/pages/studyAbroad/subscribe.vue
View file @
268d99c3
...
...
@@ -144,7 +144,7 @@
_item.TeacherId,
__item
)
"
/>
"
:loading=
"saveLoading"
/>
</div>
</div>
<div
class=
"flex no-wrap"
v-if=
"__item.ClassType == 3"
>
...
...
@@ -351,7 +351,8 @@
auth
:
{
IsEdit
:
false
,
addBefore
:
false
,
//新增今天以前的约课
}
},
saveLoading
:
false
,
};
},
components
:
{
...
...
@@ -544,12 +545,14 @@
});
return
;
}
this
.
saveLoading
=
true
;
const
msg
=
{
Date
:
date
,
TeacherId
:
id
,
ShiftSort
:
item
.
ShiftSort
};
SetSureAppointment
(
msg
).
then
(
res
=>
{
this
.
saveLoading
=
false
;
if
(
res
.
Code
==
1
)
{
this
.
$q
.
notify
({
message
:
"操作成功"
,
...
...
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