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
3ea85d34
Commit
3ea85d34
authored
Oct 18, 2023
by
“lixuyan”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
纪实数据接口调试
parent
e5843857
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
11 deletions
+19
-11
footer.vue
...s/src/views/taskExecution/components/LacClaims/footer.vue
+18
-10
header.vue
...s/src/views/taskExecution/components/LacClaims/header.vue
+1
-1
No files found.
applications/dee-mes/src/views/taskExecution/components/LacClaims/footer.vue
View file @
3ea85d34
...
@@ -136,22 +136,30 @@ export default {
...
@@ -136,22 +136,30 @@ export default {
this
.
tableData
=
[]
this
.
tableData
=
[]
if
(
id
)
this
.
tableId
=
id
if
(
id
)
this
.
tableId
=
id
const
params
=
{
const
params
=
{
pageFrom
:
this
.
tablePagination
.
currentPage
,
'pageFrom'
:
1
,
pageSize
:
this
.
tablePagination
.
pageSize
,
'pageSize'
:
10
,
indices
:
[
'ScanCodeRecord'
],
'searchItems'
:
{
searchItems
:
{
'children'
:
[],
items
:
[
'items'
:
[
{
{
fieldName
:
'keyID'
,
'fieldName'
:
'extSupportingItemId'
,
operator
:
'EQ'
,
'operator'
:
'EQ'
,
// 'value': 205728631245000
value
:
this
.
tableId
value
:
this
.
tableId
}
}
],
],
operator
:
'AND'
'operator'
:
'AND'
},
'openProps'
:
[],
'sortItem'
:
[
{
'fieldName'
:
'modifyTime'
,
'sortOrder'
:
'desc'
}
}
]
}
}
// 发送请求
// 发送请求
post
(
'/
ScanCodeRecord/listByKeyId
'
,
params
)
post
(
'/
ExtScanCodeRecord/search
'
,
params
)
.
then
((
res
)
=>
{
.
then
((
res
)
=>
{
this
.
tableData
=
res
.
items
.
content
||
[]
this
.
tableData
=
res
.
items
.
content
||
[]
this
.
tablePagination
.
total
=
res
.
items
.
totalElements
this
.
tablePagination
.
total
=
res
.
items
.
totalElements
...
...
applications/dee-mes/src/views/taskExecution/components/LacClaims/header.vue
View file @
3ea85d34
...
@@ -271,7 +271,7 @@ export default {
...
@@ -271,7 +271,7 @@ export default {
},
},
rowClick
(
row
)
{
rowClick
(
row
)
{
this
.
rowData
=
row
this
.
rowData
=
row
//
this.$parent.$parent.$parent.$refs.footer.getTableData(this.rowData.id)
this
.
$parent
.
$parent
.
$parent
.
$refs
.
footer
.
getTableData
(
this
.
rowData
.
id
)
},
},
/**
/**
* 胶漆使用申请
* 胶漆使用申请
...
...
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