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
324da8b8
Commit
324da8b8
authored
Jan 27, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Plain Diff
修改
parents
c66a7615
9fa36a5a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
34 additions
and
6 deletions
+34
-6
orderremark-form.vue
src/components/sale/orderremark-form.vue
+9
-0
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 @
324da8b8
...
...
@@ -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/post-form.vue
View file @
324da8b8
...
...
@@ -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 @
324da8b8
...
...
@@ -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 @
324da8b8
...
...
@@ -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 @
324da8b8
...
...
@@ -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