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
80bc18fa
Commit
80bc18fa
authored
Jan 16, 2024
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
推修复新增请假记录弹窗无法填写的问题
parent
38741f66
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
30 deletions
+27
-30
attendance-performance-manager-ui/admin/src/components/FormField.vue
...performance-manager-ui/admin/src/components/FormField.vue
+1
-1
attendance-performance-manager-ui/admin/src/views/attendance/leave/record/drawershow.vue
...ui/admin/src/views/attendance/leave/record/drawershow.vue
+26
-29
No files found.
attendance-performance-manager-ui/admin/src/components/FormField.vue
View file @
80bc18fa
...
@@ -44,7 +44,6 @@
...
@@ -44,7 +44,6 @@
v-model=
"field"
v-model=
"field"
:maxlength=
"maxLength"
:maxlength=
"maxLength"
@
change=
"emit"
@
change=
"emit"
:rows=
"rows"
@
input=
"emit"
@
input=
"emit"
v-if=
"type === 'textarea'"
v-if=
"type === 'textarea'"
type=
"textarea"
type=
"textarea"
...
@@ -262,6 +261,7 @@ export default {
...
@@ -262,6 +261,7 @@ export default {
},
},
},
},
},
},
data
()
{
data
()
{
return
{
return
{
newVal
:
this
.
value
,
newVal
:
this
.
value
,
...
...
attendance-performance-manager-ui/admin/src/views/attendance/leave/record/drawershow.vue
View file @
80bc18fa
...
@@ -79,7 +79,6 @@
...
@@ -79,7 +79,6 @@
placeholder=
"请输入请假事由"
placeholder=
"请输入请假事由"
:disabled=
"pageInfo.type == 'view'"
:disabled=
"pageInfo.type == 'view'"
/>
/>
<el-row>
<Field
<Field
label=
"审核结果"
label=
"审核结果"
prop=
"auditResult"
prop=
"auditResult"
...
@@ -88,8 +87,8 @@
...
@@ -88,8 +87,8 @@
:enumData=
"dict.auditResult"
:enumData=
"dict.auditResult"
placeholder=
"请选择审核结果"
placeholder=
"请选择审核结果"
:disabled=
"pageInfo.type == 'view'"
:disabled=
"pageInfo.type == 'view'"
style=
"width: 100%;"
/>
/>
</el-row>
<Field
<Field
label=
"审批负责人"
label=
"审批负责人"
...
@@ -107,7 +106,6 @@
...
@@ -107,7 +106,6 @@
type=
"datetime"
type=
"datetime"
disabled
disabled
/>
/>
<el-row>
<Field
<Field
label=
"审核说明"
label=
"审核说明"
prop=
"auditDesc"
prop=
"auditDesc"
...
@@ -129,7 +127,6 @@
...
@@ -129,7 +127,6 @@
:disabled=
"pageInfo.type == 'view'"
:disabled=
"pageInfo.type == 'view'"
style=
"width: 100%;"
style=
"width: 100%;"
/>
/>
</el-row>
<el-form-item
label=
"附件路径"
prop=
"attachmentPathList"
>
<el-form-item
label=
"附件路径"
prop=
"attachmentPathList"
>
<FileUpload
<FileUpload
@
input=
"uploadFn"
@
input=
"uploadFn"
...
@@ -264,7 +261,6 @@ export default {
...
@@ -264,7 +261,6 @@ export default {
this
.
query
=
{
id
:
row
.
id
};
this
.
query
=
{
id
:
row
.
id
};
this
.
urls
.
currUrl
=
"
attendance/leave/record/view
"
;
this
.
urls
.
currUrl
=
"
attendance/leave/record/view
"
;
this
.
getData
();
this
.
getData
();
this
.
pageInfo
.
type
=
"
view
"
;
this
.
pageInfo
.
type
=
"
view
"
;
this
.
title
=
"
请假记录信息详细
"
;
this
.
title
=
"
请假记录信息详细
"
;
},
},
...
@@ -279,6 +275,7 @@ export default {
...
@@ -279,6 +275,7 @@ export default {
// url:this.form.attachmentPath
// url:this.form.attachmentPath
// }
// }
];
];
this
.
open
=
true
;
this
.
open
=
true
;
},
},
afterSubmit
(
data
)
{
afterSubmit
(
data
)
{
...
...
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