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
23397ec8
Commit
23397ec8
authored
Apr 14, 2023
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
queryCanCall 添加参数-gwid
parent
a1db9664
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
index.vue
pages/dl_cmaterial/index.vue
+5
-4
No files found.
pages/dl_cmaterial/index.vue
View file @
23397ec8
...
@@ -220,11 +220,12 @@
...
@@ -220,11 +220,12 @@
}
}
},
},
/* 获取配盘点信息 */
/* 获取配盘点信息 */
apiQueryCanCall
(
ppdid
,
zt
){
apiQueryCanCall
(
ppdid
,
zt
,
gwid
){
queryCanCall
({
queryCanCall
({
"ppdid"
:
ppdid
,
"ppdid"
:
ppdid
,
zt
:
zt
,
zt
:
zt
,
gwid
:
gwid
// "ppdid":ppdid|| '8A8239D18581021E0185A4B7D5C7000A',
// "ppdid":ppdid|| '8A8239D18581021E0185A4B7D5C7000A',
}).
then
(
res
=>
{
}).
then
(
res
=>
{
const
{
records
}
=
res
const
{
records
}
=
res
...
@@ -278,7 +279,7 @@
...
@@ -278,7 +279,7 @@
}
}
this
.
apiQueryCanCall
(
this
.
gwinfor
[
this
.
gwSelcetdIndex
].
ppdid
,
this
.
gwinfor
[
this
.
gwSelcetdIndex
].
status
)
this
.
apiQueryCanCall
(
this
.
gwinfor
[
this
.
gwSelcetdIndex
].
ppdid
,
this
.
gwinfor
[
this
.
gwSelcetdIndex
].
status
,
this
.
gwinfor
[
this
.
gwSelcetdIndex
].
id
)
})
})
},
},
...
@@ -322,7 +323,7 @@
...
@@ -322,7 +323,7 @@
that
.
f5Gw
()
that
.
f5Gw
()
that
.
emptyPpdInfo
()
that
.
emptyPpdInfo
()
that
.
apiQueryCanCall
(
that
.
gwinfor
[
that
.
gwSelcetdIndex
].
ppdid
,
that
.
gwinfor
[
that
.
gwSelcetdIndex
].
status
)
that
.
apiQueryCanCall
(
that
.
gwinfor
[
that
.
gwSelcetdIndex
].
ppdid
,
that
.
gwinfor
[
that
.
gwSelcetdIndex
].
status
,
that
.
gwinfor
[
that
.
gwSelcetdIndex
].
id
)
// that.apiQueryCanCall()
// that.apiQueryCanCall()
}
}
...
@@ -527,7 +528,7 @@
...
@@ -527,7 +528,7 @@
}
}
/* 查询所有的配盘点状态 */
/* 查询所有的配盘点状态 */
this
.
apiQueryCanCall
(
this
.
gwinfor
[
this
.
gwSelcetdIndex
].
ppdid
,
this
.
gwinfor
[
this
.
gwSelcetdIndex
].
status
)
this
.
apiQueryCanCall
(
this
.
gwinfor
[
this
.
gwSelcetdIndex
].
ppdid
,
this
.
gwinfor
[
this
.
gwSelcetdIndex
].
status
,
this
.
gwinfor
[
this
.
gwSelcetdIndex
].
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