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
6a623e37
authored
May 09, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add
parent
02c7974b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
pages/tally/index.vue
pages/tally/index.vue
View file @
6a623e37
...
...
@@ -467,8 +467,11 @@
this
.
isRequestSent
=
false
;
// 请求完成后重置标志
if
(
res
.
code
===
0
)
{
//如果后台搜索到型号则替换输入框的值
this
.
keyword
=
res
.
data
.
model
||
res
.
data
.
model2
;
//兼容TME
this
.
goods_type
=
res
.
data
.
model
;
//赋值检索出来的型号
let
model
=
res
.
data
.
model
||
res
.
data
.
model2
;
if
(
model
)
{
this
.
keyword
=
model
;
//兼容TME
this
.
goods_type
=
model
;
//赋值检索出来的型号
}
this
.
getTallyData
();
}
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