Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
newCSO_2023
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lizhi
newCSO_2023
Commits
3b6dabb6
Commit
3b6dabb6
authored
Mar 02, 2023
by
lizhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
年份学期必填
parent
a5998f7d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
6 deletions
+18
-6
src/views/pms/product/components/courseInfo.vue
+17
-0
src/views/pms/product/newGpaPdf.vue
+1
-6
No files found.
src/views/pms/product/components/courseInfo.vue
View file @
3b6dabb6
...
...
@@ -1037,6 +1037,22 @@ export default {
});
},
submitGoOnForm
()
{
this
.
goOnForm
.
userCourseList
.
forEach
(
item
=>
{
if
(
!
item
.
yearTime
||
!
item
.
term
)
{
this
.
$message
({
type
:
"error"
,
message
:
"请填写年份学期"
,
duration
:
1000
});
// console.log("NO");
this
.
isOK
=
false
;
}
else
{
// console.log("OK");
this
.
isOK
=
true
;
}
});
if
(
this
.
isOK
)
{
this
.
$confirm
(
"是否要提交"
,
"提示"
,
{
confirmButtonText
:
"确定"
,
cancelButtonText
:
"取消"
,
...
...
@@ -1060,6 +1076,7 @@ export default {
this
.
$forceUpdate
();
});
});
}
},
cancel
(
formName
)
{
this
.
courseInfoVisible
=
false
;
...
...
src/views/pms/product/newGpaPdf.vue
View file @
3b6dabb6
...
...
@@ -39,12 +39,7 @@
</p>
<p>
<!--
{{
list
.
term
.
slice
(
0
,
1
).
toUpperCase
()
+
list
.
term
.
slice
(
1
)
}}
-->
{{
list
.
term
.
toLowerCase
()
.
replace
(
/
(
|^
)[
a-z
]
/g
,
L
=>
L
.
toUpperCase
())
}}
{{
list
.
term
.
replace
(
/
(
|^
)[
a-z
]
/g
,
L
=>
L
.
toUpperCase
())
}}
{{
list
.
yearTime
}}
</p>
<!--
<p>
{{
list
.
yearTime
}}
</p>
-->
...
...
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