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
a7b9bfd4
Commit
a7b9bfd4
authored
Feb 17, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
7124d62e
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
27 deletions
+9
-27
peerRight.vue
src/components/sale/peerInfo/peerRight.vue
+0
-3
subscribeForm.vue
src/components/stuMan/subscribe/subscribeForm.vue
+2
-7
huijiBill.vue
src/pages/financial/components/huijiBill.vue
+1
-1
ChoiceAddFinancialDocuments.vue
...inancial/financalDocument/ChoiceAddFinancialDocuments.vue
+0
-4
batchVoucher.vue
src/pages/financial/financalDocument/batchVoucher.vue
+0
-2
subscribe.vue
src/pages/studyAbroad/subscribe.vue
+6
-10
No files found.
src/components/sale/peerInfo/peerRight.vue
View file @
a7b9bfd4
...
...
@@ -87,7 +87,6 @@
};
queryCustomerCategory
(
msg
).
then
(
res
=>
{
if
(
res
.
Code
==
1
)
{
console
.
log
(
res
,
'数据'
);
this
.
detailData
=
res
.
Data
;
}
});
...
...
@@ -97,8 +96,6 @@
},
saveBaseInfo
(
obj
)
{
this
.
detailData
[
obj
.
field
]
=
obj
.
val
;
console
.
log
(
this
.
detailData
,
'this.detailData'
);
let
msg
=
{
CategoryName
:
this
.
detailData
.
CategoryName
,
CatetoryType
:
this
.
detailData
.
CatetoryType
,
...
...
src/components/stuMan/subscribe/subscribeForm.vue
View file @
a7b9bfd4
...
...
@@ -514,7 +514,6 @@ export default {
this
.
teaClassMsg
.
Date
=
this
.
dateObj
.
date
;
if
(
this
.
teaClassMsg
.
TeacherId
==
0
)
return
;
GetCanTeacherClassTimeList
(
this
.
teaClassMsg
).
then
(
res
=>
{
console
.
log
(
187
,
res
);
this
.
teacherTimeList
=
res
.
Data
;
});
},
...
...
@@ -543,7 +542,7 @@ export default {
});
},
addStu
()
{
console
.
log
(
535
,
this
.
stuInfo
);
},
//获取章节
getChapterTree
()
{
...
...
@@ -572,7 +571,6 @@ export default {
this
.
chapterList
.
map
(
e
=>
{
if
(
e
.
ChapterId
==
data
)
{
this
.
checkChapter
=
e
;
console
.
log
(
407
,
this
.
checkChapter
);
return
;
}
});
...
...
@@ -663,8 +661,6 @@ export default {
this
.
saveMsg
.
CourseGradeId
=
this
.
saveObj
.
CourseGradeId
;
this
.
saveMsg
.
ShiftSort
=
this
.
saveObj
.
ShiftSort
;
}
console
.
log
(
447
,
this
.
saveMsg
);
SetAdminScrollAppointment
(
this
.
saveMsg
).
then
(
res
=>
{
if
(
res
.
Code
==
1
)
{
this
.
getStu
();
...
...
@@ -678,10 +674,9 @@ export default {
persistent
:
true
})
.
onOk
(()
=>
{
// console.log(">>>> OK");
})
.
onCancel
(()
=>
{
// console.log(">>>> Cancel");
this
.
changeDig
(
false
);
});
this
.
$emit
(
"success"
);
...
...
src/pages/financial/components/huijiBill.vue
View file @
a7b9bfd4
...
...
@@ -459,7 +459,7 @@
},
watch
:
{
// 监听参数变化
GetDetail
:
{
handler
:
function
(
val
,
oldVal
)
{
console
.
log
(
val
,
'val'
);
},
deep
:
true
},
...
...
src/pages/financial/financalDocument/ChoiceAddFinancialDocuments.vue
View file @
a7b9bfd4
...
...
@@ -222,7 +222,6 @@
NewItems
()
{
var
_this
=
this
;
var
NewItems
=
[];
console
.
log
(
this
.
GetList
,
'firstttt'
);
this
.
GetList
.
map
(
function
(
item
)
{
if
(
item
.
Name
.
search
(
_this
.
searchVal
)
!=
-
1
)
{
NewItems
.
push
(
item
);
...
...
@@ -412,7 +411,6 @@
},
err
=>
{})
},
tabData
(
t
)
{
//切换
console
.
log
(
t
,
'ttt'
);
if
(
t
==
1
)
{
this
.
GetList
=
this
.
collectList
;
}
else
if
(
t
==
2
)
{
...
...
@@ -428,8 +426,6 @@
this
.
noData
=
false
;
}
let
newList
=
[];
console
.
log
(
this
.
GetList
,
'getList111'
);
console
.
log
(
this
.
templateID
,
'template'
);
if
(
this
.
templateID
)
{
this
.
templateID
.
forEach
(
x
=>
{
this
.
GetList
.
forEach
(
y
=>
{
...
...
src/pages/financial/financalDocument/batchVoucher.vue
View file @
a7b9bfd4
...
...
@@ -2018,7 +2018,6 @@
getDeptList
(
departmentMsg
).
then
(
res
=>
{
if
(
res
.
Code
==
1
)
{
this
.
departmentList
=
res
.
Data
;
console
.
log
(
res
,
'数据'
);
}
}).
catch
(()
=>
{
...
...
@@ -2054,7 +2053,6 @@
},
//上传附件
uploadBatch
(
file
){
console
.
log
(
file
,
'file'
);
// 1 文档 2 数据 3 图片
let
typeArr
=
[{
stringArr
:
'GIF|JPG|JPEG|PNG|BMP'
,
...
...
src/pages/studyAbroad/subscribe.vue
View file @
a7b9bfd4
...
...
@@ -464,7 +464,6 @@ export default {
}
},
mounted
()
{
// console.log(336, this.$refs.calendar);
this
.
selectedDate
=
QCalendar
.
today
();
this
.
getTeacherList
();
this
.
getclassroom
();
...
...
@@ -503,7 +502,6 @@ export default {
getHeight
(
event
,
timeDurationHeight
)
{
let
gap
=
this
.
calcGap
(
event
.
StartTime
,
event
.
EndTime
);
let
height
=
timeDurationHeight
(
gap
)
+
"px"
;
console
.
log
(
327
,
height
);
return
{
height
:
height
+
"px"
};
},
calendarNext
()
{
...
...
@@ -579,30 +577,28 @@ export default {
return
bg
;
},
onModelChanged
(
date
)
{
console
.
log
(
1
,
date
);
},
onClickDate2
(
data
)
{
console
.
log
(
2
,
data
);
},
onClickDayHeader2
(
data
)
{
console
.
log
(
3
,
data
);
},
onClickInterval2
(
data
)
{
console
.
log
(
4
,
data
);
},
onClickTime2
(
data
)
{
console
.
log
(
5
,
data
);
this
.
showForm
=
true
;
this
.
editType
=
1
;
this
.
saveObj
=
{};
this
.
dateObj
=
data
.
scope
.
timestamp
;
console
.
log
(
"5.1"
,
this
.
dateObj
);
},
onClickIntervalHeader2
(
data
)
{
console
.
log
(
6
,
data
);
},
showDetail
(
data
,
date
,
tid
)
{
console
.
log
(
7
,
data
);
this
.
showForm
=
true
;
this
.
editType
=
2
;
this
.
dateObj
.
date
=
date
;
...
...
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