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
5ed353c6
Commit
5ed353c6
authored
May 09, 2024
by
张海景
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:修改生产排产
parent
86ff8504
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
+11
-4
single.vue
src/components/workunitSelect/single.vue
+10
-3
index.vue
src/views/mes/pro/scheduleList/index.vue
+1
-1
No files found.
src/components/workunitSelect/single.vue
View file @
5ed353c6
...
...
@@ -30,7 +30,7 @@
@
keyup
.
enter
.
native=
"handleQuery"
/>
</el-form-item>
<el-form-item
label=
"工作中心"
prop=
"workstationName"
>
<el-form-item
v-if=
"!workstationId"
label=
"工作中心"
prop=
"workstationName"
>
<el-input
v-model=
"queryParams.workstationName"
placeholder=
"请输入工作中心名称"
...
...
@@ -102,6 +102,10 @@ export default {
type
:
String
,
default
:
""
,
},
workstationId
:
{
type
:
String
|
Number
,
default
:
""
,
},
workunitId
:
{
type
:
Number
|
undefined
,
default
:
undefined
,
...
...
@@ -135,6 +139,7 @@ export default {
workunitName
:
null
,
workstationId
:
null
,
workstationName
:
this
.
workstationName
,
workstationId
:
this
.
workstationId
,
workunitId
:
null
,
enableFlag
:
"Y"
,
},
...
...
@@ -145,13 +150,15 @@ export default {
handler
(
newName
)
{
this
.
selectedWorkunitId
=
null
this
.
selectedRows
=
[]
this
.
queryParams
.
workstationName
=
this
.
workstationName
;
this
.
queryParams
.
workstationId
=
this
.
workstationId
;
this
.
getList
();
},
immediate
:
true
}
},
created
()
{
this
.
getList
();
this
.
queryParams
.
workstationName
=
this
.
workstationName
;
},
methods
:
{
/** 查询生产工单列表 */
...
...
src/views/mes/pro/scheduleList/index.vue
View file @
5ed353c6
...
...
@@ -411,7 +411,7 @@
<WorkuintSelect
ref=
"WorkunitSelect"
:workstation
Name=
"currentData.workstationName
"
:workstation
Id=
"currentData.workstationId
"
@
onSelected=
"onWorkunitSelect"
/>
...
...
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