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
72e3a538
Commit
72e3a538
authored
Mar 12, 2024
by
张海景
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:提交刀模板申请单参数
parent
5c4731ac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
index.vue
src/views/mes/tm/toolrequest/index.vue
+2
-1
selectTask.vue
src/views/mes/tm/toolrequest/selectTask.vue
+2
-2
No files found.
src/views/mes/tm/toolrequest/index.vue
View file @
72e3a538
...
...
@@ -259,7 +259,7 @@
<
/el-form
>
<
el
-
divider
content
-
position
=
"center"
>
刀模版申请详细
<
/el-divider
>
<
el
-
card
shadow
=
"always"
class
=
"box-card"
>
<
itemline
ref
=
"line"
:
quantity
=
"form.
requestNum
"
:
toolRequestId
=
"form.toolRequestId"
:
taskId
=
"form.taskWorkunitId"
:
optType
=
"optType"
@
sum
=
"handleSumNum"
><
/itemline
>
<
itemline
ref
=
"line"
:
quantity
=
"form.
quantity
"
:
toolRequestId
=
"form.toolRequestId"
:
taskId
=
"form.taskWorkunitId"
:
optType
=
"optType"
@
sum
=
"handleSumNum"
><
/itemline
>
<
/el-card
>
<
div
slot
=
"footer"
class
=
"dialog-footer"
>
<
el
-
button
v
-
if
=
"!form.toolRequestId"
type
=
"primary"
@
click
=
"submitForm"
>
确
定
<
/el-button
>
...
...
@@ -477,6 +477,7 @@ export default {
this
.
form
.
processId
=
row
.
processId
this
.
form
.
startTime
=
row
.
startTime
this
.
form
.
endTime
=
row
.
endTime
this
.
form
.
quantity
=
row
.
quantity
this
.
form
.
arrangeCode
=
row
.
arrangeCode
this
.
form
.
workunitName
=
row
.
workunitName
}
,
...
...
src/views/mes/tm/toolrequest/selectTask.vue
View file @
72e3a538
...
...
@@ -106,13 +106,13 @@
key=
"taskWorkunitId"
prop=
"taskWorkunitId"
/>
<el-table-column
<
!-- <
el-table-column
label="排产数量"
min-width="100"
align="center"
key="quantity"
prop="quantity"
/>
/>
-->
<el-table-column
label=
"单位"
align=
"center"
...
...
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