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
9d1be477
Commit
9d1be477
authored
Dec 24, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
497ba59f
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
37 additions
and
19 deletions
+37
-19
administration.js
src/api/administration/administration.js
+1
-1
ApprovalStatistical.vue
src/pages/administration/ApprovalStatistical.vue
+17
-17
Attendance.vue
src/pages/administration/Attendance.vue
+1
-1
outWorkApproval.vue
src/pages/administration/outWorkApproval.vue
+13
-0
routes.js
src/router/routes.js
+5
-0
No files found.
src/api/administration/administration.js
View file @
9d1be477
...
...
@@ -293,7 +293,7 @@ export function myAudit(data) {
*/
export
function
getOAPageList
(
data
)
{
return
request
({
url
:
'/workflow/GetOAPageList'
,
url
:
'/workflow
management
/GetOAPageList'
,
method
:
'post'
,
data
});
...
...
src/pages/administration/ApprovalStatistical.vue
View file @
9d1be477
...
...
@@ -3,7 +3,7 @@
<div
class=
"query-box"
style=
"border-bottom: none;"
>
<ul>
<li>
<span><em>
公司
</em><el-select
filterable
@
change=
'getUser'
v-model=
'msg.RB_BranchId'
>
<span><em>
校区
</em><el-select
filterable
@
change=
'getUser'
v-model=
'msg.RB_BranchId'
>
<el-option
label=
'不限'
value=
'-1'
></el-option>
<el-option
v-for=
'item in companyList'
:label=
'item.SName'
:value=
'item.SId'
:key=
'item.Id'
></el-option>
</el-select>
...
...
@@ -53,7 +53,7 @@
<div
style=
"width: 100%; overflow: auto;"
>
<table
style=
"min-width: 1400px;"
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<tr>
<th>
公司
</th>
<th>
校区
</th>
<th>
申请人
</th>
<th>
请假类型
</th>
<th
width=
"300"
>
待审核人
</th>
...
...
@@ -346,23 +346,23 @@
getList
(){
this
.
loading
=
true
;
// getOAPageList(this.msg).then(res => {
// if(res.Code == 1) {
// this.list=res.Data.pageData;
// this.total=res.Data.count;
// this.loading=false
// }
// }).catch(() => {
//
// })
this
.
apipost
(
'WorkFlow_get_GetOAPageList'
,
this
.
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
){
this
.
list
=
res
.
data
.
data
.
pageData
;
this
.
total
=
res
.
data
.
data
.
count
;
getOAPageList
(
this
.
msg
).
then
(
res
=>
{
if
(
res
.
Code
==
1
)
{
this
.
list
=
res
.
Data
.
PageData
;
this
.
total
=
res
.
Data
.
Count
;
this
.
loading
=
false
}
}).
catch
(()
=>
{
}
else
{}
},
err
=>
{})
})
// this.apipost('WorkFlow_get_GetOAPageList',this.msg,res=>{
// if(res.data.resultCode==1){
// this.list=res.data.data.pageData;
// this.total=res.data.data.count;
// this.loading=false
//
// }else{}
// },err=>{})
},
handleCurrentChange
(
val
)
{
this
.
msg
.
pageIndex
=
val
;
...
...
src/pages/administration/Attendance.vue
View file @
9d1be477
...
...
@@ -11,7 +11,7 @@
</div>
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
v-loading=
'loading'
>
<tr>
<th
width=
"400"
>
{{
$t
(
'admin.admin_company'
)
}}
</th>
<th
width=
"400"
>
校区名称
</th>
<th>
{{
$t
(
'admin.admin_personNumber'
)
}}
</th>
<th>
{{
$t
(
'adm.adm_Bindingattendance'
)
}}
</th>
<th>
{{
$t
(
'admin.admin_kqTime'
)
}}
</th>
...
...
src/pages/administration/outWorkApproval.vue
0 → 100644
View file @
9d1be477
<
template
>
</
template
>
<
script
>
export
default
{
name
:
"outWorkApproval"
}
</
script
>
<
style
scoped
>
</
style
>
src/router/routes.js
View file @
9d1be477
...
...
@@ -400,6 +400,11 @@ const routes = [{
component
:
()
=>
import
(
"pages/administration/AttendanceRules.vue"
)
},
{
path
:
"/administration/outWorkApproval"
,
//外勤考勤
component
:
()
=>
import
(
"pages/administration/outWorkApproval.vue"
)
},
{
path
:
"/sale/japaneseTrain"
,
//日语培训列表
component
:
()
=>
...
...
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