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
f34f8fe8
authored
May 25, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
PDD端按容器上架后未更新列表
parent
836a004d
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
pages/arrivalRegister/index.vue
pages/arrivalRegister/registered.vue
pages/picking/record.vue
pages/tallyReceive/index.vue
pages/tallyReceive/record.vue
pages/arrivalRegister/index.vue
View file @
f34f8fe8
...
@@ -179,7 +179,7 @@ export default {
...
@@ -179,7 +179,7 @@ export default {
return
{
return
{
input_flag
:
false
,
input_flag
:
false
,
page
:
1
,
page
:
1
,
limit
:
3
0
,
limit
:
5
0
,
index
:
0
,
index
:
0
,
array
:
[
'物流单号'
,
'入库单号'
,
'入仓号'
],
array
:
[
'物流单号'
,
'入库单号'
,
'入仓号'
],
list
:
[],
list
:
[],
...
...
pages/arrivalRegister/registered.vue
View file @
f34f8fe8
...
@@ -109,11 +109,11 @@
...
@@ -109,11 +109,11 @@
<text
class=
"tt"
>
标准品牌:
</text>
<text
class=
"tt"
>
标准品牌:
</text>
<text
class=
"yy"
>
{{ item.brand_name }}
</text>
<text
class=
"yy"
>
{{ item.brand_name }}
</text>
</view>
</view>
<view
class=
"bar row verCenter"
style=
"flex: 0 0
3
0%;"
>
<view
class=
"bar row verCenter"
style=
"flex: 0 0
2
0%;"
>
<text
class=
"tt"
>
数量:
</text>
<text
class=
"tt"
>
数量:
</text>
<text
class=
"yy"
>
{{ item.expect_qty }}
</text>
<text
class=
"yy"
>
{{ item.expect_qty }}
</text>
</view>
</view>
<view
class=
"bar row verCenter"
style=
"flex: 0 0
3
0%;"
>
<view
class=
"bar row verCenter"
style=
"flex: 0 0
4
0%;"
>
<text
class=
"tt"
>
入仓号:
</text>
<text
class=
"tt"
>
入仓号:
</text>
<text
class=
"yy"
>
{{ item.inhouse }}
</text>
<text
class=
"yy"
>
{{ item.inhouse }}
</text>
</view>
</view>
...
@@ -148,7 +148,7 @@ export default {
...
@@ -148,7 +148,7 @@ export default {
input_flag
:
false
,
input_flag
:
false
,
all_flag
:
false
,
//全选标记
all_flag
:
false
,
//全选标记
page
:
1
,
page
:
1
,
limit
:
3
0
,
limit
:
5
0
,
index
:
0
,
index
:
0
,
array
:
[
'物流单号'
,
'入库单号'
,
'入仓号'
],
array
:
[
'物流单号'
,
'入库单号'
,
'入仓号'
],
list
:
[],
list
:
[],
...
...
pages/picking/record.vue
View file @
f34f8fe8
...
@@ -96,7 +96,7 @@ export default {
...
@@ -96,7 +96,7 @@ export default {
input_flag
:
false
,
input_flag
:
false
,
all_flag
:
false
,
//全选标记
all_flag
:
false
,
//全选标记
page
:
1
,
page
:
1
,
limit
:
3
0
,
limit
:
5
0
,
hasMoreData
:
true
,
//是否分页加载
hasMoreData
:
true
,
//是否分页加载
list
:
[],
list
:
[],
filter_list
:
[],
//筛选已选中的列表
filter_list
:
[],
//筛选已选中的列表
...
...
pages/tallyReceive/index.vue
View file @
f34f8fe8
...
@@ -163,7 +163,7 @@ export default {
...
@@ -163,7 +163,7 @@ export default {
input_contaion
:
false
,
input_contaion
:
false
,
all_flag
:
false
,
//全选标记
all_flag
:
false
,
//全选标记
page
:
1
,
page
:
1
,
limit
:
3
0
,
limit
:
5
0
,
index
:
0
,
index
:
0
,
indexContainer
:
-
1
,
indexContainer
:
-
1
,
array
:
[
'物流单号'
,
'入库单号'
,
'入仓号'
],
array
:
[
'物流单号'
,
'入库单号'
,
'入仓号'
],
...
...
pages/tallyReceive/record.vue
View file @
f34f8fe8
...
@@ -228,7 +228,7 @@ export default {
...
@@ -228,7 +228,7 @@ export default {
data
()
{
data
()
{
return
{
return
{
page
:
1
,
page
:
1
,
limit
:
3
0
,
limit
:
5
0
,
input_flag
:
false
,
input_flag
:
false
,
index
:
0
,
index
:
0
,
array
:
[
'物流单号'
,
'入库单号'
,
'入仓号'
],
array
:
[
'物流单号'
,
'入库单号'
,
'入仓号'
],
...
...
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