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
5f3e55db
Commit
5f3e55db
authored
Jun 26, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
已编排的生产工单调整编排顺序,不需要点击修改,可直接填写完成后自动保存
parent
c684061b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
info.vue
src/views/mes/pro/arrange/info.vue
+7
-4
No files found.
src/views/mes/pro/arrange/info.vue
View file @
5f3e55db
...
@@ -104,13 +104,13 @@
...
@@ -104,13 +104,13 @@
<el-table
v-loading=
"loading"
:data=
"arrangeList"
@
selection-change=
"handleSelectionChange"
>
<el-table
v-loading=
"loading"
:data=
"arrangeList"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"编排单号"
align=
"center"
prop=
"arrangeCode"
/>
<el-table-column
label=
"编排单号"
align=
"center"
prop=
"arrangeCode"
/>
<el-table-column
label=
"序号"
width=
"150"
align=
"center"
prop=
"arrangeSort"
/
>
<el-table-column
label=
"序号"
width=
"150"
align=
"center"
prop=
"arrangeSort"
>
<
!--
<
template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<el-input-number
v-model=
"scope.row.arrangeSort"
@
change=
"handleChangeSort(scope.row)"
:min=
"0"
<el-input-number
v-model=
"scope.row.arrangeSort"
@
change=
"handleChangeSort(scope.row)"
:min=
"0"
style=
"width: 140px"
style=
"width: 140px"
label=
"序号"
></el-input-number>
label=
"序号"
></el-input-number>
</
template
>
</
template
>
</el-table-column>
-->
</el-table-column>
<el-table-column
label=
"生产工单号"
align=
"center"
prop=
"workorderCode"
/>
<el-table-column
label=
"生产工单号"
align=
"center"
prop=
"workorderCode"
/>
<el-table-column
v-if=
"showBtn"
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
>
<el-table-column
v-if=
"showBtn"
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
...
@@ -285,7 +285,10 @@ export default {
...
@@ -285,7 +285,10 @@ export default {
});
});
},
},
handleChangeSort
(
item
)
{
handleChangeSort
(
item
)
{
updateCombination
({...
item
}).
then
(
response
=>
{
updateArrange
({...
item
}).
then
(
response
=>
{
if
(
response
.
code
===
200
)
{
this
.
getList
()
}
});
});
},
},
/** 查询生产编排单列表 */
/** 查询生产编排单列表 */
...
...
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