Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsApp
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
003d91be
authored
Jun 27, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
141b3665
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
pages/tallyReceive/index.vue
pages/tallyReceive/index.vue
View file @
003d91be
...
...
@@ -22,7 +22,7 @@
<input
class=
"uni-input"
placeholder=
"请输入FedEx"
placeholder-style=
"color:#919399"
focus
v-model=
"searchParams.tracking_no"
@
input=
"handleInput(0, $event)"
style=
"width: 400rpx;"
/>
</
template
>
<
template
v-else-if=
"index == 3"
>
<input
class=
"uni-input"
placeholder=
"请输入Dig
ik
ey"
placeholder-style=
"color:#919399"
focus
v-model=
"searchParams.code_type"
@
input=
"handleInput(9, $event)"
style=
"width: 400rpx;"
/>
<input
class=
"uni-input"
placeholder=
"请输入Dig
K
ey"
placeholder-style=
"color:#919399"
focus
v-model=
"searchParams.code_type"
@
input=
"handleInput(9, $event)"
style=
"width: 400rpx;"
/>
</
template
>
<
template
v-else-if=
"index == 4"
>
<input
class=
"uni-input"
placeholder=
"请输入Rochester"
placeholder-style=
"color:#919399"
focus
v-model=
"searchParams.code_type"
@
input=
"handleInput(9, $event)"
style=
"width: 400rpx;"
/>
...
...
@@ -203,7 +203,7 @@ export default {
limit
:
50
,
index
:
0
,
indexContainer
:
-
1
,
array
:
[
'全量搜索'
,
'入仓号'
,
'FedEx'
,
'Dig
ik
ey'
,
'Rochester'
,
'TME'
,
'Chip1stop'
],
array
:
[
'全量搜索'
,
'入仓号'
,
'FedEx'
,
'Dig
K
ey'
,
'Rochester'
,
'TME'
,
'Chip1stop'
],
list
:
[],
filter_list
:
[],
//筛选已选中的列表
filter_id
:
[],
//入库单列表的入库登记
...
...
@@ -217,7 +217,7 @@ export default {
container_name
:
''
,
//容器编码
container_id
:
''
,
//容器id,
tracking_no
:
''
,
//fedex
goods_
sn
:
''
,
goods_
name
:
''
,
code_type
:
''
},
formParams
:
{
...
...
@@ -344,16 +344,16 @@ export default {
this
.
searchParams
.
tracking_no
=
''
;
}
else
if
(
this
.
index
==
3
)
{
this
.
searchParams
.
code_type
=
''
;
this
.
searchParams
.
goods_
sn
=
''
;
this
.
searchParams
.
goods_
name
=
''
;
}
else
if
(
this
.
index
==
4
)
{
this
.
searchParams
.
code_type
=
''
;
this
.
searchParams
.
goods_
sn
=
''
;
this
.
searchParams
.
goods_
name
=
''
;
}
else
if
(
this
.
index
==
5
)
{
this
.
searchParams
.
code_type
=
''
;
this
.
searchParams
.
goods_
sn
=
''
;
this
.
searchParams
.
goods_
name
=
''
;
}
else
if
(
this
.
index
==
6
)
{
this
.
searchParams
.
code_type
=
''
;
this
.
searchParams
.
goods_
sn
=
''
;
this
.
searchParams
.
goods_
name
=
''
;
}
}
else
{
this
.
input_contaion
=
false
;
...
...
@@ -415,7 +415,7 @@ export default {
this
.
searchParams
.
code_type
=
val
;
let
code_type
=
''
;
if
(
this
.
index
==
3
)
{
code_type
=
'Dig
ik
ey'
;
code_type
=
'Dig
K
ey'
;
}
else
if
(
this
.
index
==
4
)
{
code_type
=
'Rochester'
;
}
else
if
(
this
.
index
==
5
)
{
...
...
@@ -444,9 +444,9 @@ export default {
* 识别二维码的数量和型号
*/
identifyQrCodeNumAndSn
(
code_str
,
code_type
)
{
this
.
request
(
API
.
identifyQrCodeNumAndSn
,
'
GE
T'
,
{
code_str
:
code_str
,
code_type
:
code_type
},
false
).
then
(
res
=>
{
this
.
request
(
API
.
identifyQrCodeNumAndSn
,
'
POS
T'
,
{
code_str
:
code_str
,
code_type
:
code_type
},
false
).
then
(
res
=>
{
if
(
res
.
code
===
0
)
{
this
.
searchParams
.
goods_
sn
=
res
.
data
.
sn
;
this
.
searchParams
.
goods_
name
=
res
.
data
.
sn
;
this
.
getData
();
}
else
{
uni
.
showToast
({
...
...
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