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
76152568
Commit
76152568
authored
Jul 16, 2023
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tui
parent
d994ba48
Changes
12
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
28 additions
and
12 deletions
+28
-12
attendance-performance-manager-ui/admin/src/views/perform/attend/record/drawershow.vue
...r-ui/admin/src/views/perform/attend/record/drawershow.vue
+4
-1
attendance-performance-manager-ui/admin/src/views/perform/attend/record/list.vue
...manager-ui/admin/src/views/perform/attend/record/list.vue
+1
-1
attendance-performance-manager-ui/admin/src/views/perform/complain/record/drawershow.vue
...ui/admin/src/views/perform/complain/record/drawershow.vue
+4
-1
attendance-performance-manager-ui/admin/src/views/perform/complain/record/list.vue
...nager-ui/admin/src/views/perform/complain/record/list.vue
+1
-1
attendance-performance-manager-ui/admin/src/views/perform/effect/record/drawershow.vue
...r-ui/admin/src/views/perform/effect/record/drawershow.vue
+4
-1
attendance-performance-manager-ui/admin/src/views/perform/effect/record/list.vue
...manager-ui/admin/src/views/perform/effect/record/list.vue
+1
-1
attendance-performance-manager-ui/admin/src/views/perform/gowork/record/drawershow.vue
...r-ui/admin/src/views/perform/gowork/record/drawershow.vue
+4
-1
attendance-performance-manager-ui/admin/src/views/perform/gowork/record/list.vue
...manager-ui/admin/src/views/perform/gowork/record/list.vue
+1
-1
attendance-performance-manager-ui/admin/src/views/perform/other/record/drawershow.vue
...er-ui/admin/src/views/perform/other/record/drawershow.vue
+2
-1
attendance-performance-manager-ui/admin/src/views/perform/other/record/list.vue
...-manager-ui/admin/src/views/perform/other/record/list.vue
+1
-1
attendance-performance-manager-ui/admin/src/views/perform/review/record/drawershow.vue
...r-ui/admin/src/views/perform/review/record/drawershow.vue
+4
-1
attendance-performance-manager-ui/admin/src/views/perform/review/record/list.vue
...manager-ui/admin/src/views/perform/review/record/list.vue
+1
-1
No files found.
attendance-performance-manager-ui/admin/src/views/perform/attend/record/drawershow.vue
View file @
76152568
...
@@ -440,6 +440,8 @@ export default {
...
@@ -440,6 +440,8 @@ export default {
},
},
replaceImage
(
val
)
{
replaceImage
(
val
)
{
this
.
form
.
snapPath
=
val
;
this
.
form
.
snapPath
=
val
;
this
.
$forceUpdate
(
this
.
form
);
},
},
staffChange
(
val
)
{
staffChange
(
val
)
{
console
.
log
(
val
);
console
.
log
(
val
);
...
@@ -453,7 +455,6 @@ export default {
...
@@ -453,7 +455,6 @@ export default {
// this.urls.currUrl = "perform/attend/record/edit";
// this.urls.currUrl = "perform/attend/record/edit";
// this.getData();
// this.getData();
this
.
$get
(
"
/perform/attend/record/info
"
,
{
id
:
row
.
id
}).
then
((
res
)
=>
{
this
.
$get
(
"
/perform/attend/record/info
"
,
{
id
:
row
.
id
}).
then
((
res
)
=>
{
console
.
log
(
res
.
data
);
if
(
res
.
code
==
1
)
{
if
(
res
.
code
==
1
)
{
this
.
form
=
res
.
data
;
this
.
form
=
res
.
data
;
}
else
{
}
else
{
...
@@ -488,6 +489,8 @@ export default {
...
@@ -488,6 +489,8 @@ export default {
}).
then
((
res
)
=>
{
}).
then
((
res
)
=>
{
this
.
ruleArr
=
res
.
data
.
data
;
this
.
ruleArr
=
res
.
data
.
data
;
});
});
this
.
form
.
snapPath
=
this
.
form
.
snapPath
?
this
.
form
.
snapPath
:
""
;
console
.
log
(
this
.
form
);
this
.
open
=
true
;
this
.
open
=
true
;
});
});
this
.
pageInfo
.
type
=
"
edit
"
;
this
.
pageInfo
.
type
=
"
edit
"
;
...
...
attendance-performance-manager-ui/admin/src/views/perform/attend/record/list.vue
View file @
76152568
...
@@ -220,7 +220,7 @@ export default {
...
@@ -220,7 +220,7 @@ export default {
{
{
label
:
"
图片凭证
"
,
label
:
"
图片凭证
"
,
prop
:
"
snapPath
"
,
prop
:
"
filePaths
"
,
formatter
:
this
.
formatterPic
,
formatter
:
this
.
formatterPic
,
},
},
...
...
attendance-performance-manager-ui/admin/src/views/perform/complain/record/drawershow.vue
View file @
76152568
...
@@ -503,6 +503,9 @@ export default {
...
@@ -503,6 +503,9 @@ export default {
},
},
replaceImage
(
val
)
{
replaceImage
(
val
)
{
this
.
form
.
snapPath
=
val
;
this
.
form
.
snapPath
=
val
;
this
.
$forceUpdate
(
this
.
form
);
},
},
staffChange
(
val
)
{
staffChange
(
val
)
{
let
arr
=
this
.
staffArr
.
filter
((
v
)
=>
v
.
id
==
val
);
let
arr
=
this
.
staffArr
.
filter
((
v
)
=>
v
.
id
==
val
);
...
...
attendance-performance-manager-ui/admin/src/views/perform/complain/record/list.vue
View file @
76152568
...
@@ -224,7 +224,7 @@ export default {
...
@@ -224,7 +224,7 @@ export default {
{
{
label
:
"
图片凭证
"
,
label
:
"
图片凭证
"
,
prop
:
"
snapPath
"
,
prop
:
"
filePaths
"
,
formatter
:
this
.
formatterPic
,
formatter
:
this
.
formatterPic
,
},
},
...
...
attendance-performance-manager-ui/admin/src/views/perform/effect/record/drawershow.vue
View file @
76152568
...
@@ -474,6 +474,9 @@ export default {
...
@@ -474,6 +474,9 @@ export default {
},
},
replaceImage
(
val
)
{
replaceImage
(
val
)
{
this
.
form
.
snapPath
=
val
;
this
.
form
.
snapPath
=
val
;
this
.
$forceUpdate
(
this
.
form
);
},
},
staffChange
(
val
)
{
staffChange
(
val
)
{
console
.
log
(
val
);
console
.
log
(
val
);
...
...
attendance-performance-manager-ui/admin/src/views/perform/effect/record/list.vue
View file @
76152568
...
@@ -227,7 +227,7 @@ export default {
...
@@ -227,7 +227,7 @@ export default {
{
{
label
:
"
图片凭证
"
,
label
:
"
图片凭证
"
,
prop
:
"
snapPath
"
,
prop
:
"
filePaths
"
,
formatter
:
this
.
formatterPic
,
formatter
:
this
.
formatterPic
,
},
},
{
label
:
"
绩效规则
"
,
prop
:
"
ruleName
"
},
{
label
:
"
绩效规则
"
,
prop
:
"
ruleName
"
},
...
...
attendance-performance-manager-ui/admin/src/views/perform/gowork/record/drawershow.vue
View file @
76152568
...
@@ -443,6 +443,9 @@ export default {
...
@@ -443,6 +443,9 @@ export default {
},
},
replaceImage
(
val
)
{
replaceImage
(
val
)
{
this
.
form
.
snapPath
=
val
;
this
.
form
.
snapPath
=
val
;
this
.
$forceUpdate
(
this
.
form
);
},
},
staffChange
(
val
)
{
staffChange
(
val
)
{
console
.
log
(
val
);
console
.
log
(
val
);
...
...
attendance-performance-manager-ui/admin/src/views/perform/gowork/record/list.vue
View file @
76152568
...
@@ -214,7 +214,7 @@ export default {
...
@@ -214,7 +214,7 @@ export default {
{
{
label
:
"
图片凭证
"
,
label
:
"
图片凭证
"
,
prop
:
"
snapPath
"
,
prop
:
"
filePaths
"
,
formatter
:
this
.
formatterPic
,
formatter
:
this
.
formatterPic
,
},
},
{
label
:
"
绩效规则
"
,
prop
:
"
ruleName
"
},
{
label
:
"
绩效规则
"
,
prop
:
"
ruleName
"
},
...
...
attendance-performance-manager-ui/admin/src/views/perform/other/record/drawershow.vue
View file @
76152568
...
@@ -404,7 +404,8 @@ export default {
...
@@ -404,7 +404,8 @@ export default {
},
},
replaceImage
(
val
)
{
replaceImage
(
val
)
{
this
.
form
.
snapPath
=
val
;
this
.
form
.
snapPath
=
val
;
this
.
$forceUpdate
(
this
.
form
.
snapPath
);
this
.
$forceUpdate
(
this
.
form
);
},
},
staffChange
(
val
)
{
staffChange
(
val
)
{
console
.
log
(
val
);
console
.
log
(
val
);
...
...
attendance-performance-manager-ui/admin/src/views/perform/other/record/list.vue
View file @
76152568
...
@@ -223,7 +223,7 @@ export default {
...
@@ -223,7 +223,7 @@ export default {
// { label: "绩效规则id", prop: "ruleId", formatter: this.formatter },
// { label: "绩效规则id", prop: "ruleId", formatter: this.formatter },
{
{
label
:
"
图片凭证
"
,
label
:
"
图片凭证
"
,
prop
:
"
snapPath
"
,
prop
:
"
filePaths
"
,
formatter
:
this
.
formatterPic
,
formatter
:
this
.
formatterPic
,
},
},
{
label
:
"
绩效规则
"
,
prop
:
"
ruleName
"
},
{
label
:
"
绩效规则
"
,
prop
:
"
ruleName
"
},
...
...
attendance-performance-manager-ui/admin/src/views/perform/review/record/drawershow.vue
View file @
76152568
...
@@ -458,6 +458,9 @@ export default {
...
@@ -458,6 +458,9 @@ export default {
},
},
replaceImage
(
val
)
{
replaceImage
(
val
)
{
this
.
form
.
snapPath
=
val
;
this
.
form
.
snapPath
=
val
;
this
.
$forceUpdate
(
this
.
form
);
},
},
staffChange
(
val
)
{
staffChange
(
val
)
{
console
.
log
(
val
);
console
.
log
(
val
);
...
...
attendance-performance-manager-ui/admin/src/views/perform/review/record/list.vue
View file @
76152568
...
@@ -224,7 +224,7 @@ export default {
...
@@ -224,7 +224,7 @@ export default {
{
{
label
:
"
图片凭证
"
,
label
:
"
图片凭证
"
,
prop
:
"
snapPath
"
,
prop
:
"
filePaths
"
,
formatter
:
this
.
formatterPic
,
formatter
:
this
.
formatterPic
,
},
},
...
...
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