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
aea29b25
Commit
aea29b25
authored
Mar 13, 2024
by
李驰骋
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
5a4e032a
50822ca2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
index.vue
src/views/mes/tm/toolrequestuse/index.vue
+3
-3
No files found.
src/views/mes/tm/toolrequestuse/index.vue
View file @
aea29b25
...
...
@@ -182,6 +182,7 @@
:
title
=
"title"
:
visible
.
sync
=
"open"
width
=
"1080px"
:
close
-
on
-
click
-
modal
=
"false"
append
-
to
-
body
>
<
el
-
form
ref
=
"form"
:
model
=
"form"
:
rules
=
"rules"
label
-
width
=
"100px"
>
...
...
@@ -306,7 +307,7 @@
<
el
-
table
:
data
=
"tmToolRequestList"
>
<
el
-
table
-
column
label
=
"物料"
prop
=
"itemName"
/>
<
el
-
table
-
column
label
=
"数量"
prop
=
"allQuantity"
/>
<
el
-
table
-
column
label
=
"预计使用寿命"
prop
=
"
requestNum
"
/>
<
el
-
table
-
column
label
=
"预计使用寿命"
prop
=
"
nextMaintenPeriod
"
/>
<
el
-
table
-
column
label
=
"SN码"
>
<
template
slot
-
scope
=
"scope"
>
<
el
-
input
v
-
model
=
"scope.row.toolCode"
placeholder
=
"请选择关联台账信息"
...
...
@@ -579,8 +580,7 @@ export default {
getTmToolRequestList
(
toolRequestId
).
then
((
res
)
=>
{
this
.
tmToolRequestList
=
res
.
data
.
map
(
item
=>
{
return
{
...
item
,
requestNum
:
this
.
form
.
requestNum
...
item
}
}
)
cb
&&
cb
();
...
...
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