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
8c8adc8f
Commit
8c8adc8f
authored
Jan 30, 2024
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
推修改工作人员考核窗口取值字段
parent
69fd1e74
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
attendance-performance-manager-ui/admin/src/views/check/window/workman/perform/drawershow.vue
...min/src/views/check/window/workman/perform/drawershow.vue
+4
-3
attendance-performance-manager-ui/admin/src/views/window/workman/perform/drawershow.vue
...-ui/admin/src/views/window/workman/perform/drawershow.vue
+4
-1
No files found.
attendance-performance-manager-ui/admin/src/views/check/window/workman/perform/drawershow.vue
View file @
8c8adc8f
...
...
@@ -11,7 +11,7 @@
<div
class=
"text_line"
>
<div
class=
"text_box"
>
<span
style=
"width: 160px;"
>
窗口 (单位) 名称:
</span>
<span>
{{
form
.
dept
Name
||
"
--
"
}}
</span>
<span>
{{
window
Name
||
"
--
"
}}
</span>
</div>
<div
class=
"text_box"
>
<span>
登记年月:
</span>
...
...
@@ -301,6 +301,7 @@ export default {
}
,
data
()
{
return
{
windowName
:
""
,
// 遮罩层
loading
:
true
,
// 弹出层标题
...
...
@@ -324,6 +325,7 @@ export default {
}
,
/** 编辑 */
async
edit
(
row
)
{
this
.
windowName
=
row
.
windowName
;
// this.reset();
// this.query =
{
id
:
row
.
id
}
;
this
.
urls
.
saveUrl
=
"
check/window/workman/perform/examine
"
;
...
...
@@ -429,14 +431,13 @@ export default {
// this.getData();
// this.pageInfo.type = "view";
// this.title = "窗口人员考核汇总核查详细";
this
.
windowName
=
row
.
windowName
;
this
.
form
=
row
;
this
.
reset
();
this
.
query
=
{
id
:
row
.
id
}
;
await
this
.
$get
(
"
/window/workman/perform/info
"
,
{
id
:
row
.
recordId
,
}
).
then
((
res
)
=>
{
console
.
log
(
res
);
if
(
res
.
code
==
1
)
{
this
.
form
=
res
.
data
;
this
.
form
.
id
=
row
.
id
;
...
...
attendance-performance-manager-ui/admin/src/views/window/workman/perform/drawershow.vue
View file @
8c8adc8f
...
...
@@ -11,7 +11,7 @@
<div
class=
"text_line"
>
<div
class=
"text_box"
>
<span
style=
"width: 160px;"
>
窗口 (单位) 名称:
</span>
<span>
{{
form
.
dept
Name
||
"
--
"
}}
</span>
<span>
{{
window
Name
||
"
--
"
}}
</span>
</div>
<div
class=
"text_box"
>
<span>
登记年月:
</span>
...
...
@@ -301,6 +301,7 @@ export default {
}
,
data
()
{
return
{
windowName
:
""
,
// 遮罩层
loading
:
true
,
// 弹出层标题
...
...
@@ -324,6 +325,7 @@ export default {
}
,
/** 编辑 */
async
edit
(
row
)
{
this
.
windowName
=
row
.
windowName
;
// this.reset();
// this.query =
{
id
:
row
.
id
}
;
this
.
urls
.
currUrl
=
"
check/window/workman/perform/save
"
;
...
...
@@ -421,6 +423,7 @@ export default {
}
,
/** 查看*/
async
view
(
row
)
{
this
.
windowName
=
row
.
windowName
;
// this.reset();
// this.query =
{
id
:
row
.
id
}
;
// this.urls.currUrl = "check/window/workman/perform/view";
...
...
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