Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
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
TFMOM
TF-MOM-WEB
Commits
9f4182e5
Commit
9f4182e5
authored
Dec 26, 2023
by
“lixuyan”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改执行派工分页
parent
0b0bd949
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
7 deletions
+16
-7
index.vue
...views/assemblyPlanManagement/inspectionDispatch/index.vue
+8
-4
index.vue
...ews/assemblyPlanManagement/instructionsDispatch/index.vue
+8
-3
No files found.
applications/dee-mes/src/views/assemblyPlanManagement/inspectionDispatch/index.vue
View file @
9f4182e5
...
@@ -40,13 +40,13 @@
...
@@ -40,13 +40,13 @@
</el-col>
</el-col>
<el-col
:span=
"6"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"AO(号/名称):"
>
<el-form-item
label=
"AO(号/名称):"
>
<el-input
v-model=
"searchFormData.aoName"
clearable
placeholder=
"请输入AO(号/名称)"
@
clear=
"getTableData"
@
keyup
.
enter
.
native=
"getTableData"
/>
<el-input
v-model=
"searchFormData.aoName"
clearable
placeholder=
"请输入AO(号/名称)"
/>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"2"
>
<el-col
:span=
"2"
>
<el-button
<el-button
type=
"primary"
type=
"primary"
@
click=
"
get
TableData"
@
click=
"
search
TableData"
>
查询
</el-button>
>
查询
</el-button>
</el-col>
</el-col>
</el-form>
</el-form>
...
@@ -565,16 +565,20 @@ export default {
...
@@ -565,16 +565,20 @@ export default {
},
},
paginationCurrentChange
(
currentPage
)
{
paginationCurrentChange
(
currentPage
)
{
this
.
pagination
.
currentPage
=
currentPage
this
.
pagination
.
currentPage
=
currentPage
this
.
getInstructions
IssuedListTo
()
this
.
getInstructions
DispatchList
()
},
},
handleSizeChange
(
pageSize
)
{
handleSizeChange
(
pageSize
)
{
this
.
pagination
.
pageSize
=
pageSize
this
.
pagination
.
pageSize
=
pageSize
this
.
pagination
.
currentPage
=
1
this
.
pagination
.
currentPage
=
1
this
.
getInstructions
IssuedListTo
()
this
.
getInstructions
DispatchList
()
},
},
selectionChange
(
val
)
{
selectionChange
(
val
)
{
this
.
selectionRow
=
val
this
.
selectionRow
=
val
},
},
searchTableData
()
{
this
.
pagination
.
currentPage
=
1
this
.
getTableData
()
},
changeGroupUser
(
val
)
{
changeGroupUser
(
val
)
{
val
.
isSelect
=
!
val
.
isSelect
val
.
isSelect
=
!
val
.
isSelect
},
},
...
...
applications/dee-mes/src/views/assemblyPlanManagement/instructionsDispatch/index.vue
View file @
9f4182e5
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
<el-col
:span=
"2"
>
<el-col
:span=
"2"
>
<el-button
<el-button
type=
"primary"
type=
"primary"
@
click=
"
get
TableData"
@
click=
"
search
TableData"
>
查询
</el-button>
>
查询
</el-button>
</el-col>
</el-col>
</el-form>
</el-form>
...
@@ -511,6 +511,7 @@ export default {
...
@@ -511,6 +511,7 @@ export default {
const
group
=
this
.
groupList
.
find
(
r
=>
r
.
value
===
this
.
searchFormData
.
group
)
const
group
=
this
.
groupList
.
find
(
r
=>
r
.
value
===
this
.
searchFormData
.
group
)
this
.
$set
(
this
.
searchFormData
,
'groupName'
,
group
&&
group
.
label
||
''
)
this
.
$set
(
this
.
searchFormData
,
'groupName'
,
group
&&
group
.
label
||
''
)
this
.
$set
(
this
.
searchFormData
,
'group'
,
group
&&
group
.
value
||
''
)
this
.
$set
(
this
.
searchFormData
,
'group'
,
group
&&
group
.
value
||
''
)
this
.
pagination
.
currentPage
=
1
this
.
getTableData
()
this
.
getTableData
()
},
},
tabClick
(
tab
)
{
tabClick
(
tab
)
{
...
@@ -523,6 +524,10 @@ export default {
...
@@ -523,6 +524,10 @@ export default {
}
}
this
.
getTableData
()
this
.
getTableData
()
},
},
searchTableData
()
{
this
.
pagination
.
currentPage
=
1
this
.
getTableData
()
},
getTableData
()
{
getTableData
()
{
this
.
groupUserPage
=
1
this
.
groupUserPage
=
1
this
.
groupUserTotal
=
0
this
.
groupUserTotal
=
0
...
@@ -615,12 +620,12 @@ export default {
...
@@ -615,12 +620,12 @@ export default {
},
},
paginationCurrentChange
(
currentPage
)
{
paginationCurrentChange
(
currentPage
)
{
this
.
pagination
.
currentPage
=
currentPage
this
.
pagination
.
currentPage
=
currentPage
this
.
getInstructions
IssuedListTo
()
this
.
getInstructions
DispatchList
()
},
},
handleSizeChange
(
pageSize
)
{
handleSizeChange
(
pageSize
)
{
this
.
pagination
.
pageSize
=
pageSize
this
.
pagination
.
pageSize
=
pageSize
this
.
pagination
.
currentPage
=
1
this
.
pagination
.
currentPage
=
1
this
.
getInstructions
IssuedListTo
()
this
.
getInstructions
DispatchList
()
},
},
selectionChange
(
val
)
{
selectionChange
(
val
)
{
this
.
selectionRow
=
val
this
.
selectionRow
=
val
...
...
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