Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
X
xgdlapp
Project
Project
Details
Activity
Releases
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
李苏
xgdlapp
Commits
a1db9664
Commit
a1db9664
authored
Apr 14, 2023
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
queryCanCall 所有状态都查询
parent
e289e697
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
index.vue
pages/dl_cmaterial/index.vue
+10
-5
No files found.
pages/dl_cmaterial/index.vue
View file @
a1db9664
...
@@ -220,9 +220,11 @@
...
@@ -220,9 +220,11 @@
}
}
},
},
/* 获取配盘点信息 */
/* 获取配盘点信息 */
apiQueryCanCall
(
ppdid
){
apiQueryCanCall
(
ppdid
,
zt
){
queryCanCall
({
queryCanCall
({
"ppdid"
:
ppdid
,
"ppdid"
:
ppdid
,
zt
:
zt
,
// "ppdid":ppdid|| '8A8239D18581021E0185A4B7D5C7000A',
// "ppdid":ppdid|| '8A8239D18581021E0185A4B7D5C7000A',
}).
then
(
res
=>
{
}).
then
(
res
=>
{
const
{
records
}
=
res
const
{
records
}
=
res
...
@@ -273,9 +275,10 @@
...
@@ -273,9 +275,10 @@
this
.
agvinfo
=
e
.
records
this
.
agvinfo
=
e
.
records
})
})
}
else
if
(
this
.
gwinfor
[
this
.
gwSelcetdIndex
].
status
==
"E"
){
}
else
if
(
this
.
gwinfor
[
this
.
gwSelcetdIndex
].
status
==
"E"
){
//差配盘点
this
.
apiQueryCanCall
(
this
.
gwinfor
[
this
.
gwSelcetdIndex
].
ppdid
)
}
}
this
.
apiQueryCanCall
(
this
.
gwinfor
[
this
.
gwSelcetdIndex
].
ppdid
,
this
.
gwinfor
[
this
.
gwSelcetdIndex
].
status
)
})
})
},
},
...
@@ -319,7 +322,7 @@
...
@@ -319,7 +322,7 @@
that
.
f5Gw
()
that
.
f5Gw
()
that
.
emptyPpdInfo
()
that
.
emptyPpdInfo
()
that
.
apiQueryCanCall
(
that
.
gwinfor
[
that
.
gwSelcetdIndex
].
ppdid
)
that
.
apiQueryCanCall
(
that
.
gwinfor
[
that
.
gwSelcetdIndex
].
ppdid
,
that
.
gwinfor
[
that
.
gwSelcetdIndex
].
status
)
// that.apiQueryCanCall()
// that.apiQueryCanCall()
}
}
...
@@ -520,9 +523,11 @@
...
@@ -520,9 +523,11 @@
this
.
agvinfo
=
{}
this
.
agvinfo
=
{}
// 请求配盘点信息
// 请求配盘点信息
this
.
apiQueryCanCall
(
this
.
gwinfor
[
this
.
gwSelcetdIndex
].
ppdid
)
}
}
/* 查询所有的配盘点状态 */
this
.
apiQueryCanCall
(
this
.
gwinfor
[
this
.
gwSelcetdIndex
].
ppdid
,
this
.
gwinfor
[
this
.
gwSelcetdIndex
].
status
)
},
},
/* 查询工位 */
/* 查询工位 */
},
},
...
...
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