Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-pad
Project
Project
Details
Activity
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
ximai
mes-pad
Commits
fb4a6d50
Commit
fb4a6d50
authored
Aug 21, 2024
by
chenzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
报工人员修复
parent
6a46ddbb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
http.api.js
common/http.api.js
+1
-1
userPersonnel.vue
pages/mes/prodReport/components/userPersonnel.vue
+4
-4
No files found.
common/http.api.js
View file @
fb4a6d50
...
...
@@ -146,7 +146,7 @@ const install = (Vue, vm) => {
//查看人员管理
userQuery
:
(
params
=
{})
=>
vm
.
$u
.
get
(
config
.
adminPath
+
'/mes/md/work
stationw
orker/list'
,
params
),
vm
.
$u
.
get
(
config
.
adminPath
+
'/mes/md/work
unitW
orker/list'
,
params
),
//增加缺陷记录
addDefectrecord
:
(
params
=
{})
=>
...
...
pages/mes/prodReport/components/userPersonnel.vue
View file @
fb4a6d50
...
...
@@ -33,7 +33,7 @@ export default {
params
:
{
pageNum
:
1
,
pageSize
:
10
,
workstationId
:
this
.
data
?.
workstation
Id
||
null
workunitId
:
this
.
data
?.
workunit
Id
||
null
},
total
:
0
,
tableParams
:
{
...
...
@@ -59,8 +59,8 @@ export default {
},
{
name
:
'work
station
Name'
,
label
:
'工作
中心
'
,
name
:
'work
unit
Name'
,
label
:
'工作
单元
'
,
width
:
160
}
]
...
...
@@ -97,7 +97,7 @@ export default {
this
.
tableData
=
res
.
rows
.
map
((
item
)
=>
{
return
{
...
item
,
work
stationName
:
this
.
data
?.
workstation
Name
||
null
work
unitName
:
this
.
data
?.
workunit
Name
||
null
};
});
this
.
total
=
res
.
total
;
...
...
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