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
8b25df64
Commit
8b25df64
authored
Apr 28, 2024
by
chenzj
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://git.local.topsunit.com/mes/mes-ui
into dev
parents
adc190b2
5c7eac07
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
4 deletions
+14
-4
index.vue
src/views/mes/pro/scheduleList/index.vue
+6
-2
commandList.vue
src/views/mes/pro/workorder/commandList.vue
+7
-1
indexApply.vue
src/views/mes/pro/workorder/indexApply.vue
+1
-1
No files found.
src/views/mes/pro/scheduleList/index.vue
View file @
8b25df64
...
...
@@ -469,10 +469,13 @@ export default {
const
response
=
await
getworkshopList
()
this
.
workshopList
=
response
.
rows
}
,
handleChangeWorkshopId
()
{
async
handleChangeWorkshopId
()
{
this
.
workstationList
=
[]
this
.
queryWorkunitParams
.
workstationId
=
null
this
.
hanldeGetworkstationList
()
await
this
.
hanldeGetworkstationList
()
this
.
taskWorkunitList
=
[]
this
.
currentTask
=
null
this
.
getList
()
}
,
async
hanldeGetworkstationList
()
{
if
(
!
this
.
queryWorkunitParams
.
workshopId
)
{
...
...
@@ -506,6 +509,7 @@ export default {
/** 查询要维护刀模版列表 */
async
getList
()
{
this
.
queryParams
.
workCenterId
=
this
.
queryWorkunitParams
.
workstationId
this
.
queryParams
.
workshopId
=
this
.
queryWorkunitParams
.
workshopId
this
.
loading
=
true
;
const
params
=
{...
this
.
queryParams
}
if
(
params
.
scheduleEndDate
&&
params
.
scheduleEndDate
.
length
>
0
)
{
...
...
src/views/mes/pro/workorder/commandList.vue
View file @
8b25df64
...
...
@@ -126,7 +126,13 @@ export default {
getProWorkOrderProcessList
({
workorderId
:
this
.
$attrs
.
workorderId
}).
then
((
response
)
=>
{
this
.
tableForm
.
tableData
=
response
.
rows
this
.
tableForm
.
tableData
=
response
.
rows
.
map
(
item
=>
{
return
{
...
item
,
scheduleStartTime
:
this
.
$attrs
.
currentData
.
requestDate
+
' 00:00:00'
,
scheduleEndTime
:
this
.
$attrs
.
currentData
.
requestDate
+
' 00:00:00'
}
})
this
.
loading
=
false
;
});
},
...
...
src/views/mes/pro/workorder/indexApply.vue
View file @
8b25df64
...
...
@@ -270,7 +270,7 @@
width=
"1200px"
append-to-body
>
<CommandList
v-if=
"commandVisible"
ref=
"CommandListRef"
@
close=
"commandVisible = false"
:workorderId=
"currentData.workorderId"
></CommandList>
<CommandList
v-if=
"commandVisible"
ref=
"CommandListRef"
:currentData=
"currentData"
@
close=
"commandVisible = false"
:workorderId=
"currentData.workorderId"
></CommandList>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"commandVisible = false"
>
取 消
</el-button>
<el-button
type=
"primary"
@
click=
"$refs.CommandListRef.submit(), getList()"
>
确 定
</el-button>
...
...
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