Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_pda_Web
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
胡宝山
template_pda_Web
Commits
10f78529
Commit
10f78529
authored
Apr 10, 2024
by
Hagsn3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改代码
parent
172367d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
enterbound.vue
src/views/setup/enterbound.vue
+9
-5
No files found.
src/views/setup/enterbound.vue
View file @
10f78529
...
...
@@ -132,8 +132,7 @@ export default {
getcheckIsZero
()
{
const
obj
=
{
whId
:
'1'
,
lot
:
'ascsacsa'
lot
:
'21dsda'
}
checkIsZero
(
obj
).
then
(
res
=>
{
if
(
res
.
code
===
200
)
{
...
...
@@ -149,7 +148,7 @@ export default {
**/
getDictData
()
{
// 获取仓库的数据字段
getDict
(
'
SYSTEM_CONFIG
'
).
then
(
res
=>
{
getDict
(
'
WAREHOUSE
'
).
then
(
res
=>
{
console
.
log
(
'仓库数据字典'
,
res
)
this
.
warehouseList
=
res
.
data
const
whId
=
res
.
data
[
0
].
dictValue
...
...
@@ -454,6 +453,7 @@ export default {
errorSound
.
pause
()
}
})
this
.
queryForm
.
value2
=
null
// this.incomeWmsBoxList.pn = obj.pn
}
else
{
let
isLegalLot
=
false
...
...
@@ -477,10 +477,10 @@ export default {
errorSound
.
pause
()
}
})
this
.
queryForm
.
value2
=
null
}
}
else
{
const
Zbj
=
{
whId
:
this
.
queryForm
.
whId
,
lot
:
obj
.
lot
}
checkIsZero
(
Zbj
).
then
(
res
=>
{
...
...
@@ -501,6 +501,7 @@ export default {
errorSound
.
pause
()
}
})
this
.
queryForm
.
value2
=
null
}
}
else
{
this
.
enterTable
.
push
(
obj
)
...
...
@@ -520,6 +521,7 @@ export default {
}
},
()
=>
{
})
this
.
queryForm
.
value2
=
null
}
}
})
...
...
@@ -552,10 +554,10 @@ export default {
errorSound
.
pause
()
}
})
this
.
queryForm
.
value2
=
null
}
}
else
{
const
Zbj
=
{
whId
:
this
.
queryForm
.
whId
,
lot
:
obj
.
lot
}
checkIsZero
(
Zbj
).
then
(
res
=>
{
...
...
@@ -576,6 +578,7 @@ export default {
errorSound
.
pause
()
}
})
this
.
queryForm
.
value2
=
null
}
}
else
{
this
.
enterTable
.
push
(
obj
)
...
...
@@ -595,6 +598,7 @@ export default {
}
},
()
=>
{
})
this
.
queryForm
.
value2
=
null
}
}
})
...
...
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