Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsMin
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
02c7974b
authored
May 09, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add
parent
f974b102
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
pages/tally/index.vue
pages/tally/index.vue
View file @
02c7974b
...
...
@@ -307,7 +307,7 @@
* @param {Object} type 1箱号监听 2型号监听 3输入国家监听
*/
handleInput
:
debounce
(
function
(
event
,
type
)
{
var
value
=
event
.
target
.
value
;
var
value
=
event
.
target
.
value
.
trim
()
;
if
(
type
==
1
)
{
if
(
value
)
{
this
.
getBoxSn
(
value
);
...
...
@@ -467,9 +467,7 @@
this
.
isRequestSent
=
false
;
// 请求完成后重置标志
if
(
res
.
code
===
0
)
{
//如果后台搜索到型号则替换输入框的值
if
(
res
.
data
.
model
)
{
this
.
keyword
=
res
.
data
.
model
;
}
this
.
keyword
=
res
.
data
.
model
||
res
.
data
.
model2
;
//兼容TME
this
.
goods_type
=
res
.
data
.
model
;
//赋值检索出来的型号
this
.
getTallyData
();
}
else
{
...
...
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