Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
attendance-performance-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
attendance-performance-platform
Commits
4ff5a35a
Commit
4ff5a35a
authored
Jul 13, 2023
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
推
parent
c490c106
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
215 additions
and
9 deletions
+215
-9
attendance-performance-manager-ui/admin/src/views/perform/attend/appeal/drawershow.vue
...r-ui/admin/src/views/perform/attend/appeal/drawershow.vue
+167
-2
attendance-performance-manager-ui/admin/src/views/perform/attend/appeal/list.vue
...manager-ui/admin/src/views/perform/attend/appeal/list.vue
+48
-7
No files found.
attendance-performance-manager-ui/admin/src/views/perform/attend/appeal/drawershow.vue
View file @
4ff5a35a
...
...
@@ -7,7 +7,124 @@
:destroy-on-close=
"true"
size=
"50%"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"120px"
>
<el-form
ref=
"form"
class=
"dra_content"
:model=
"form"
:rules=
"rules"
label-width=
"120px"
>
<div
class=
"box"
>
<div
class=
"title"
>
异常情况
</div>
<div
class=
"content"
>
<el-row>
<el-col
:span=
"8"
>
员工:
{{
form
.
staffName
?
form
.
staffName
:
"
--
"
}}
</el-col
>
<el-col
:span=
"8"
>
所属部门:
{{
form
.
deptName
?
form
.
deptName
:
"
--
"
}}
</el-col
>
<el-col
:span=
"8"
>
窗口编号:
{{
form
.
windowNum
?
form
.
windowNum
:
"
--
"
}}
</el-col
>
</el-row>
<el-row>
<el-col
:span=
"8"
>
考勤组:
{{
form
.
attendanceGroupName
?
form
.
attendanceGroupName
:
"
--
"
}}
</el-col
>
<el-col
:span=
"8"
>
异常时间:
{{
form
.
errorTime
?
form
.
errorTime
:
"
--
"
}}
</el-col
>
<el-col
:span=
"8"
>
上下班时间:
{{
form
.
goOffTimeStr
?
form
.
goOffTimeStr
:
"
--
"
}}
</el-col
>
</el-row>
<el-row>
<el-col
:span=
"10"
>
实际打卡时间:
{{
form
.
actualAttendTime
?
form
.
actualAttendTime
:
"
--
"
}}
</el-col
>
<el-col
:span=
"9"
>
异常结果:
{{
form
.
errorTime
?
form
.
errorTime
:
"
--
"
}}
</el-col
>
<el-col
:span=
"5"
>
扣分方式:
{{
form
.
subMethod
?
form
.
subMethod
:
"
--
"
}}
</el-col
>
</el-row>
<el-row>
<el-col
:span=
"8"
>
扣分时间:
{{
form
.
deductTime
?
form
.
deductTime
:
"
--
"
}}
</el-col
>
<el-col
:span=
"8"
>
扣分人员:
{{
form
.
deductPerson
?
form
.
deductPerson
:
"
--
"
}}
</el-col
>
</el-row>
</div>
</div>
<div
class=
"box"
>
<div
class=
"title"
>
核查情况
</div>
<div
class=
"content"
>
<el-row>
<el-col
:span=
"8"
>
核查结果:
{{
form
.
checkResult
?
form
.
checkResult
:
"
--
"
}}
</el-col
>
<el-col
:span=
"8"
>
绩效规则:
{{
form
.
ruleName
?
form
.
ruleName
:
"
--
"
}}
</el-col
>
<el-col
:span=
"8"
>
加分/扣除分值:
{{
form
.
score
?
form
.
score
:
"
--
"
}}
</el-col
>
</el-row>
<el-row>
<el-col
:span=
"8"
>
说明:
{{
form
.
checkDesc
?
form
.
checkDesc
:
"
--
"
}}
</el-col
>
<el-col
:span=
"8"
>
核查人员:
{{
form
.
checkPerson
?
form
.
checkPerson
:
"
--
"
}}
</el-col
>
<el-col
:span=
"8"
>
核查时间:
{{
form
.
checkTime
?
form
.
checkTime
:
"
--
"
}}
</el-col
>
</el-row>
</div>
</div>
<div
class=
"box"
>
<div
class=
"title"
>
申诉情况
</div>
<div
class=
"content"
>
<el-row>
<el-col
:span=
"24"
>
申诉说明:
{{
form
.
appealDesc
?
form
.
appealDesc
:
"
--
"
}}
</el-col
>
<el-col
:span=
"24"
>
申诉时间:
{{
form
.
appealTime
?
form
.
appealTime
:
"
--
"
}}
</el-col
>
<el-col
:span=
"24"
>
申诉附件:
{{
form
.
performAttendAppealFilesList
?
form
.
performAttendAppealFilesList
:
"
--
"
}}
</el-col
>
</el-row>
</div>
</div>
<div
class=
"box"
></div>
<form-buttons
@
submit=
"submitForm"
v-if=
"pageInfo.type != 'view'"
noCancelBtn
/>
</el-form>
<!--
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"120px"
>
<el-row>
<Field
label=
"核查记录Id"
...
...
@@ -270,7 +387,7 @@
v-if=
"pageInfo.type != 'view'"
noCancelBtn
/>
</el-form>
</el-form>
-->
</el-drawer>
</template>
...
...
@@ -442,3 +559,51 @@ export default {
},
};
</
script
>
<
style
lang=
"less"
scoped
>
.dra_content {
width: 100%;
height: 100%;
padding: 20px;
.box {
width: 100%;
height: auto;
background: inherit;
background-color: rgba(242, 246, 252, 1);
border: none;
border-radius: 8px;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
padding: 15px 0 0 15px;
.title {
color: #1890ff;
font-size: 16px;
padding-left: 10px;
position: relative;
margin-bottom: 30px;
&::after {
content: "";
display: block;
border-left: 3px solid #1890ff;
left: 0;
top: 0;
bottom: 0;
position: absolute;
}
}
.content {
width: 100%;
padding: 10px;
font-family: "微软雅黑", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 14px;
margin-left: 0 auto;
margin-bottom: 30px;
/deep/.el-row {
margin-bottom: 20px;
}
}
}
}
</
style
>
attendance-performance-manager-ui/admin/src/views/perform/attend/appeal/list.vue
View file @
4ff5a35a
<
template
>
<div
class=
"page"
>
<el-tabs
v-model=
"activeName"
>
<el-tabs
v-model=
"activeName"
@
tab-click=
"handleClick"
>
<el-tab-pane
label=
"未处理"
name=
"1"
>
<LayoutTable
:data=
"tableData"
notAdd
notDel
:config=
"tableConfig"
>
</LayoutTable>
...
...
@@ -82,8 +82,25 @@ export default {
BarCharts
,
},
mixins
:
[
table
],
created
()
{},
created
()
{
this
.
getData
();
},
methods
:
{
handleClick
()
{
this
.
getData
();
},
getData
()
{
this
.
activeName
==
1
||
this
.
activeName
==
2
?
this
.
$post
(
"
/perform/attend/appeal/list
"
,
{
processStatus
:
this
.
activeName
,
}).
then
((
res
)
=>
{
console
.
log
(
res
);
if
(
res
.
code
==
1
)
{
this
.
tableData
=
res
.
data
;
}
})
:
""
;
},
renderTable
(
tableData
)
{
return
(
<
el
-
table
stripe
data
=
{
tableData
}
class
=
"
total-table
"
>
...
...
@@ -124,18 +141,41 @@ export default {
],
config
:
{
isshowTabPane
:
false
,
search
:
[],
search
:
[
{
name
:
"
irregularOtherType
"
,
type
:
"
select
"
,
label
:
"
全部类型
"
,
fuzzy
:
false
,
},
{
name
:
"
deptId
"
,
type
:
"
select
"
,
label
:
"
全部部门
"
,
fuzzy
:
false
,
},
{
name
:
"
date
"
,
type
:
"
date
"
,
label
:
"
请选择日期
"
,
fuzzy
:
false
,
},
{
name
:
"
staffName
"
,
type
:
"
text
"
,
label
:
"
员工姓名搜索
"
,
fuzzy
:
false
,
},
],
columns
:
[
{
type
:
"
selection
"
,
width
:
60
},
{
type
:
"
index
"
,
label
:
"
序号
"
,
width
:
50
},
{
label
:
"
姓名
"
,
prop
:
"
staffName
"
},
{
label
:
"
窗口工号
"
,
prop
:
"
workNum
"
},
{
label
:
"
所属部门
"
,
prop
:
"
deptName
"
},
{
label
:
"
违规类型
"
,
prop
:
"
ruleNam
e
"
},
{
label
:
"
违规类型
"
,
prop
:
"
irregularOtherTyp
e
"
},
{
label
:
"
绩效规则
"
,
prop
:
"
ruleName
"
},
{
label
:
"
扣分方式
"
,
prop
:
"
subMethod
"
,
formatter
:
this
.
formatter
},
...
...
@@ -177,11 +217,12 @@ export default {
},*/
{
label
:
"
操作
"
,
width
:
240
,
formatter
:
(
row
)
=>
{
return
(
<
table
-
buttons
noAdd
noDel
noEdit
row
=
{
row
}
onEdit
=
{
this
.
toEdit
}
onView
=
{
this
.
toView
}
...
...
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