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
ab1619d8
Commit
ab1619d8
authored
Jul 19, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
领料申请增加工单号
parent
d265b45d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
3 deletions
+12
-3
arangeSelect.vue
src/views/mes/pro/request/components/arangeSelect.vue
+9
-1
workorderSelect.vue
src/views/mes/pro/request/components/workorderSelect.vue
+1
-0
index.vue
src/views/mes/pro/request/index.vue
+2
-2
No files found.
src/views/mes/pro/request/components/arangeSelect.vue
View file @
ab1619d8
...
@@ -83,6 +83,14 @@
...
@@ -83,6 +83,14 @@
arrangeCode
(
v
){
arrangeCode
(
v
){
if
(
v
)
{
if
(
v
)
{
this
.
queryParams
.
arrangeCode
=
v
;
this
.
queryParams
.
arrangeCode
=
v
;
this
.
getList
();
}
},
workorderCode
(
v
)
{
console
.
log
(
'workorderCode'
,
v
)
if
(
v
)
{
this
.
queryParams
.
workorderCode
=
v
;
this
.
getList
();
this
.
getList
();
}
}
}
}
...
@@ -117,7 +125,7 @@
...
@@ -117,7 +125,7 @@
arrangeCode
:
null
,
arrangeCode
:
null
,
taskName
:
null
,
taskName
:
null
,
workorderId
:
this
.
workorderId
,
workorderId
:
this
.
workorderId
,
workorderCode
:
null
,
workorderCode
:
this
.
workorderCode
,
workorderName
:
null
,
workorderName
:
null
,
workstationId
:
null
,
workstationId
:
null
,
workstationCode
:
null
,
workstationCode
:
null
,
...
...
src/views/mes/pro/request/components/workorderSelect.vue
View file @
ab1619d8
...
@@ -180,6 +180,7 @@
...
@@ -180,6 +180,7 @@
listWorkorder
(
this
.
queryParams
).
then
(
response
=>
{
listWorkorder
(
this
.
queryParams
).
then
(
response
=>
{
this
.
workorderList
=
response
.
rows
;
this
.
workorderList
=
response
.
rows
;
this
.
loading
=
false
;
this
.
loading
=
false
;
this
.
total
=
response
.
total
}
);
}
);
}
,
}
,
/** 搜索按钮操作 */
/** 搜索按钮操作 */
...
...
src/views/mes/pro/request/index.vue
View file @
ab1619d8
...
@@ -269,7 +269,7 @@
...
@@ -269,7 +269,7 @@
</el-row>
</el-row>
<BrandSelect
ref=
"brSelect"
:arrangeCode=
"form.arrangeCode"
@
onSelected=
"onBrandSelected"
></BrandSelect>
<BrandSelect
ref=
"brSelect"
:arrangeCode=
"form.arrangeCode"
@
onSelected=
"onBrandSelected"
></BrandSelect>
<arangeSelect
ref=
"arangeSelect"
:arrangeCode=
"form.arrangeCode"
@
onSelected=
"onBrandSelected"
></arangeSelect>
<arangeSelect
ref=
"arangeSelect"
:arrangeCode=
"form.arrangeCode"
:workorderCode=
"form.workorderCode"
@
onSelected=
"onBrandSelected"
></arangeSelect>
<workorderSelect
ref=
"workorderselect"
:arrangeCode=
"form.arrangeCode"
@
onSelected=
"onWorkorderSelected"
></workorderSelect>
<workorderSelect
ref=
"workorderselect"
:arrangeCode=
"form.arrangeCode"
@
onSelected=
"onWorkorderSelected"
></workorderSelect>
<el-row>
<el-row>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
...
@@ -397,7 +397,7 @@ export default {
...
@@ -397,7 +397,7 @@ export default {
onWorkorderSelected
(
row
)
{
onWorkorderSelected
(
row
)
{
if
(
row
!=
undefined
&&
row
!=
null
)
{
if
(
row
!=
undefined
&&
row
!=
null
)
{
this
.
form
.
workorderCode
=
row
.
workorderCode
}
}
},
},
...
...
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