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
9fa36a5a
Commit
9fa36a5a
authored
Jan 27, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
a20497e0
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
35 additions
and
7 deletions
+35
-7
orderremark-form.vue
src/components/sale/orderremark-form.vue
+9
-0
dept-form.vue
src/components/system/dept-form.vue
+1
-1
post-form.vue
src/components/system/post-form.vue
+19
-0
achievements.vue
src/pages/course/achievements.vue
+2
-2
classHourReward.vue
src/pages/course/classHourReward.vue
+2
-2
prepareclassDetails.vue
src/pages/course/prepareclassDetails.vue
+2
-2
No files found.
src/components/sale/orderremark-form.vue
View file @
9fa36a5a
...
...
@@ -85,6 +85,15 @@
},
//获取订单信息
saveOrderRemark
()
{
if
(
this
.
OrderRemarkMsg
.
Remark
==
''
){
this
.
$q
.
notify
({
type
:
'negative'
,
position
:
'top'
,
message
:
`请输入备注`
})
return
}
updateOrderRemark
(
this
.
OrderRemarkMsg
).
then
(
res
=>
{
if
(
res
.
Code
==
1
)
{
this
.
$q
.
notify
({
...
...
src/components/system/dept-form.vue
View file @
9fa36a5a
...
...
@@ -255,7 +255,7 @@
saveDept
()
{
if
(
this
.
objOption
.
IsCompany
==
1
&&
this
.
objOption
.
School_Id
==
0
)
{
this
.
$q
.
notify
({
type
:
'
warning
'
,
type
:
'
negative
'
,
position
:
'center'
,
timeout
:
1500
,
message
:
`请选择所属校区`
...
...
src/components/system/post-form.vue
View file @
9fa36a5a
...
...
@@ -159,6 +159,15 @@
//保存岗位
savePost
()
{
var
tempRole
=
[];
if
(
this
.
objOption
.
PostName
==
''
){
this
.
$q
.
notify
({
type
:
'negative'
,
position
:
'top'
,
message
:
`请填写岗位名称`
})
return
}
if
(
this
.
RoleList
&&
this
.
RoleList
.
length
>
0
)
{
this
.
RoleList
.
forEach
(
x
=>
{
this
.
value
.
forEach
(
j
=>
{
...
...
@@ -175,7 +184,17 @@
}
else
{
this
.
objOption
.
RB_Dept_Id
=
0
;
}
this
.
objOption
.
PostRoleList
=
tempRole
;
if
(
this
.
objOption
.
PostRoleList
.
length
==
0
){
this
.
$q
.
notify
({
type
:
'negative'
,
position
:
'top'
,
message
:
`请选择角色绑定`
})
return
}
this
.
saveLoading
=
true
;
savePostInfo
(
this
.
objOption
).
then
(
res
=>
{
this
.
saveLoading
=
false
...
...
src/pages/course/achievements.vue
View file @
9fa36a5a
...
...
@@ -446,10 +446,10 @@
saveRemark
()
{
if
(
this
.
RemarkMsg
.
Remark
==
''
)
{
this
.
$q
.
notify
({
type
:
'
warning
'
,
type
:
'
negative
'
,
position
:
'top'
,
timeout
:
1500
,
message
:
`请
选择
输入备注`
message
:
`请输入备注`
})
return
}
...
...
src/pages/course/classHourReward.vue
View file @
9fa36a5a
...
...
@@ -379,7 +379,7 @@
}
}
else
{
this
.
$q
.
notify
({
type
:
'
warning
'
,
type
:
'
negative
'
,
position
:
'top'
,
timeout
:
1500
,
message
:
`请选择教师`
...
...
@@ -388,7 +388,7 @@
}
if
(
this
.
addMsg
.
Month
==
''
||
this
.
addMsg
.
Month
==
null
)
{
this
.
$q
.
notify
({
type
:
'
warning
'
,
type
:
'
negative
'
,
position
:
'top'
,
timeout
:
1500
,
message
:
`请选择月份`
...
...
src/pages/course/prepareclassDetails.vue
View file @
9fa36a5a
...
...
@@ -311,7 +311,7 @@
btnpl
(){
if
(
this
.
plmsg
.
Comment
==
''
){
this
.
$q
.
notify
({
type
:
'
warning
'
,
type
:
'
negative
'
,
position
:
'top'
,
timeout
:
1500
,
message
:
`请输入评论内容`
...
...
@@ -320,7 +320,7 @@
}
if
(
this
.
plmsg
.
Score
==
0
||
this
.
plmsg
.
Score
==
''
){
this
.
$q
.
notify
({
type
:
'
warning
'
,
type
:
'
negative
'
,
position
:
'top'
,
timeout
:
1500
,
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