Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-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
mes
mes-ui
Commits
ac70517b
Commit
ac70517b
authored
Feb 23, 2024
by
jzc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复申请单子表展示
parent
2750c65e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
itemIndex.vue
src/views/mes/tm/toolrequest/itemIndex.vue
+7
-0
No files found.
src/views/mes/tm/toolrequest/itemIndex.vue
View file @
ac70517b
...
...
@@ -46,6 +46,12 @@ import { listTmToolRequestItem, getTmToolRequestItem, delTmToolRequestItem, addT
export
default
{
name
:
"TmToolRequestItem"
,
props
:{
toolRequestId
:{
type
:
String
,
default
:
''
}
},
data
()
{
return
{
// 遮罩层
...
...
@@ -85,6 +91,7 @@ export default {
/** 查询刀模板物料申请单列表 */
getList
()
{
this
.
loading
=
true
;
this
.
queryParams
.
toolRequestId
=
this
.
toolRequestId
;
listTmToolRequestItem
(
this
.
queryParams
).
then
(
response
=>
{
this
.
tmToolRequestItemList
=
response
.
rows
;
this
.
total
=
response
.
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