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
1baeccc3
authored
Apr 22, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add
parent
1e5b25ab
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
manifest.json
pages/putaway/index.vue
pages/tallyReceive/record.vue
manifest.json
View file @
1baeccc3
...
...
@@ -2,7 +2,7 @@
"name"
:
"wms"
,
"appid"
:
"__UNI__655E80D"
,
"description"
:
"供应链仓储App"
,
"versionName"
:
"2.3.
8
"
,
"versionName"
:
"2.3.
9
"
,
"versionCode"
:
100000000
,
"transformPx"
:
false
,
/*
5
+App特有相关
*/
...
...
pages/putaway/index.vue
View file @
1baeccc3
...
...
@@ -252,6 +252,12 @@
this
.
is_batch
=
e
.
detail
.
value
;
this
.
searchParams
.
is_full_sweep
=
this
.
is_batch
?
1
:
0
;
if
(
this
.
is_batch
)
{
this
.
limit
=
50
;
}
else
{
this
.
limit
=
16
;
}
//重置相关数据
this
.
history_id
=
[];
this
.
list
=
[];
...
...
pages/tallyReceive/record.vue
View file @
1baeccc3
...
...
@@ -693,7 +693,7 @@
* 获取列表数据
*/
getData
()
{
this
.
request
(
API
.
haveTallyReceiveList
,
'POST'
,
{
page
:
this
.
page
,
limit
:
this
.
limit
,
...
this
.
searchParams
},
fals
e
).
then
(
res
=>
{
this
.
request
(
API
.
haveTallyReceiveList
,
'POST'
,
{
page
:
this
.
page
,
limit
:
this
.
limit
,
...
this
.
searchParams
},
tru
e
).
then
(
res
=>
{
if
(
res
.
code
===
0
)
{
if
(
res
.
data
.
total
>
0
)
{
this
.
hasMoreData
=
true
;
...
...
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