Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
pda-ui
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
pda
pda-ui
Commits
4686ccf9
Commit
4686ccf9
authored
Apr 23, 2024
by
zhuli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
# 查看报工记录
parent
e71445cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
indexApply.vue
src/views/mes/pro/workorder/indexApply.vue
+2
-4
No files found.
src/views/mes/pro/workorder/indexApply.vue
View file @
4686ccf9
...
@@ -1263,12 +1263,10 @@ export default {
...
@@ -1263,12 +1263,10 @@ export default {
const params2 = {
const params2 = {
pageNum: 1,
pageNum: 1,
pageSize: 1000,
pageSize: 1000,
routeId: row.route
Id,
workorderId: row.workorder
Id,
}
;
}
;
listRecord(params2).then(({ rows
}
) => {
const params = {
}
;
listRecord(params).then(({ rows
}
) => {
this.$refs["ProogingProcessRef"].setList(rows);
this.$refs["ProogingProcessRef"].setList(rows);
}
);
}
);
}
}
...
...
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