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
826f47e1
Commit
826f47e1
authored
Jul 27, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
cb105912
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
430 additions
and
452 deletions
+430
-452
stopbill-form.vue
src/components/sale/stopbill-form.vue
+0
-1
addEvent-form.vue
src/components/stuMan/addEvent-form.vue
+0
-3
makeUpHours.vue
src/components/stuMan/makeUpHours.vue
+0
-1
provisionalInviteForm.vue
src/components/teacher/provisionalInviteForm.vue
+0
-14
stopLessonForm.vue
src/components/teacher/stopLessonForm.vue
+0
-3
addFinancialDocuments.vue
...ages/financial/financalDocument/addFinancialDocuments.vue
+0
-3
studentManage.vue
src/pages/stuMan/studentManage.vue
+430
-427
No files found.
src/components/sale/stopbill-form.vue
View file @
826f47e1
...
...
@@ -869,7 +869,6 @@ export default {
}
},
downloadFile
(
i
)
{
console
.
log
(
846
,
i
);
const
a
=
document
.
createElement
(
"a"
);
a
.
setAttribute
(
"download"
,
""
);
a
.
setAttribute
(
"href"
,
i
.
url
);
...
...
src/components/stuMan/addEvent-form.vue
View file @
826f47e1
...
...
@@ -132,7 +132,6 @@ export default {
};
},
mounted
()
{
console
.
log
(
85
,
this
.
setObj
);
if
(
this
.
setObj
)
{
if
(
this
.
setObj
.
STUID
)
{
this
.
msg
.
StuId
=
this
.
setObj
.
STUID
;
...
...
@@ -168,7 +167,6 @@ export default {
this
.
msg
.
EventContent
=
""
;
this
.
msg
.
EventPicList
=
[];
}
console
.
log
(
109
,
this
.
msg
);
this
.
$forceUpdate
();
},
methods
:
{
...
...
@@ -177,7 +175,6 @@ export default {
this
.
persistent
=
false
;
},
save
()
{
console
.
log
(
89
,
this
.
msg
);
this
.
saveLoading
=
true
;
addEvent
(
this
.
msg
)
.
then
((
res
)
=>
{
...
...
src/components/stuMan/makeUpHours.vue
View file @
826f47e1
...
...
@@ -175,7 +175,6 @@ export default {
},
getList
()
{
getClassCheckPageList
(
this
.
msg
).
then
((
res
)
=>
{
console
.
log
(
83
,
res
);
if
(
res
.
Code
===
1
)
{
this
.
data
=
res
.
Data
.
PageData
;
this
.
pageCount
=
res
.
Data
.
PageCount
;
...
...
src/components/teacher/provisionalInviteForm.vue
View file @
826f47e1
...
...
@@ -563,20 +563,6 @@ export default {
initialIndex
:
0
,
};
},
// watch: {
// selected: {
// handler(val) {
// console.log(302, val)
// },
// deep: true
// },
// selectedStu: {
// handler(val) {
// console.log(353, val)
// },
// deep: true
// }
// },
mounted
()
{
let
u
=
Lockr
.
get
(
"loginUserInfo"
);
if
(
u
)
{
...
...
src/components/teacher/stopLessonForm.vue
View file @
826f47e1
...
...
@@ -345,14 +345,11 @@ export default {
fileTypeNumber
=
x
.
type
;
}
});
// let newArr = [];
// newArr.push(file.file);
this
.
$message
.
info
(
this
.
$t
(
"tips.shangchuanzhong"
));
UploadSelfFile
(
"Temporary"
,
file
.
file
,
(
x
)
=>
{
console
.
log
(
306
,
x
);
if
(
x
.
Code
==
1
)
{
this
.
saveMsg
.
push
({
Content
:
x
.
FileUrl
,
...
...
src/pages/financial/financalDocument/addFinancialDocuments.vue
View file @
826f47e1
...
...
@@ -2108,12 +2108,9 @@
let
minute
=
myDate
.
getMinutes
()
<
10
?
"0"
+
myDate
.
getMinutes
()
:
myDate
.
getMinutes
();
let
second
=
myDate
.
getSeconds
()
<
10
?
"0"
+
myDate
.
getSeconds
()
:
myDate
.
getSeconds
();
this
.
timer
=
hour
+
':'
+
minute
+
':'
+
second
;
// this.financeinfo_post_GetList(TCID);
if
(
this
.
$route
.
query
.
edit
)
{
// 编辑
this
.
msg
.
FrID
=
this
.
$route
.
query
.
FrID
;
console
.
log
(
this
.
$route
.
query
.
FrID
,
'财务单据id'
)
if
(
this
.
msg
.
FrID
>
0
){
this
.
costmode
=
false
}
...
...
src/pages/stuMan/studentManage.vue
View file @
826f47e1
This diff is collapsed.
Click to expand it.
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