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
f531b8bc
authored
Aug 04, 2022
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
加上时间段
parent
ea367ce7
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
48 additions
and
6 deletions
assets/css/pda/logisticsList.scss
pages.json
pages/home/index.vue
pages/pda/exWarehouse.vue
pages/pda/logisticsList.vue
pages/pda/warehousing.vue
assets/css/pda/logisticsList.scss
View file @
f531b8bc
...
...
@@ -90,6 +90,30 @@
}
}
}
.seldate-box
{
padding
:
20rpx
;
}
.scan
{
position
:
fixed
;
top
:
35%
;
left
:
0
;
right
:
0
;
width
:
240rpx
;
height
:
240rpx
;
background
:
#197adb
;
box-shadow
:
0px
9rpx
10rpx
0px
rgba
(
0
,
0
,
0
,
0
.11
);
border-radius
:
50%
;
margin
:
0
auto
;
.iconfont
{
font-size
:
56rpx
;
color
:
#ffffff
;
margin-bottom
:
14rpx
;
}
.tt
{
font-size
:
32rpx
;
color
:
#ffffff
;
}
}
@keyframes
spin
{
0
%
{
transform
:
rotate
(
0deg
);
...
...
pages.json
View file @
f531b8bc
...
...
@@ -119,6 +119,11 @@
"style"
:
{
"navigationBarTitleText"
:
"进口物流清单"
}
},
{
"path"
:
"pages/pda/selectDate"
,
"style"
:
{
"navigationBarTitleText"
:
"扫描管理"
}
}],
"globalStyle"
:
{
"navigationBarTextStyle"
:
"black"
,
...
...
pages/home/index.vue
View file @
f531b8bc
...
...
@@ -218,9 +218,13 @@ export default {
url
:
'/pages/goods/rePackageList'
});
}
else
if
(
item
.
name
==
'深圳扫码收货'
)
{
this
.
scanChange
(
2
);
uni
.
navigateTo
({
url
:
'/pages/pda/selectDate?type=1'
});
}
else
if
(
item
.
name
==
'深圳扫码出库'
)
{
this
.
scanChange
(
3
);
uni
.
navigateTo
({
url
:
'/pages/pda/selectDate?type=2'
});
}
else
if
(
item
.
name
==
'进口物流清单'
)
{
uni
.
navigateTo
({
url
:
'/pages/pda/logisticsList'
...
...
pages/pda/exWarehouse.vue
View file @
f531b8bc
...
...
@@ -37,11 +37,15 @@ export default {
selectedIndexs
:
[],
erp_order_sn
:
''
,
list
:
[],
filterList
:
[]
filterList
:
[],
startTime
:
''
,
endTime
:
''
};
},
onLoad
(
options
)
{
this
.
erp_order_sn
=
options
.
number
;
this
.
startTime
=
options
.
startTime
;
this
.
endTime
=
options
.
endTime
;
this
.
getData
();
},
onShow
()
{
...
...
@@ -96,7 +100,7 @@ export default {
return
false
;
}
this
.
request
(
API
.
szScanIn
,
'POST'
,
{
list
:
this
.
filterList
,
is_submit
:
1
,
erp_order_sn
:
this
.
erp_order_sn
},
true
).
then
(
res
=>
{
this
.
request
(
API
.
szScanIn
,
'POST'
,
{
list
:
this
.
filterList
,
is_submit
:
1
,
erp_order_sn
:
this
.
erp_order_sn
,
startTime
:
this
.
startTime
,
endTime
:
this
.
endTime
},
true
).
then
(
res
=>
{
if
(
res
.
err_code
===
0
)
{
uni
.
showToast
({
title
:
'提交成功'
,
...
...
pages/pda/logisticsList.vue
View file @
f531b8bc
...
...
@@ -45,6 +45,7 @@ export default {
type
:
0
};
},
onLoad
(
options
)
{},
onShow
()
{
this
.
getData
();
},
...
...
pages/pda/warehousing.vue
View file @
f531b8bc
...
...
@@ -37,11 +37,15 @@ export default {
selectedIndexs
:
[],
erp_order_sn
:
''
,
list
:
[],
filterList
:
[]
filterList
:
[],
startTime
:
''
,
endTime
:
''
};
},
onLoad
(
options
)
{
this
.
erp_order_sn
=
options
.
number
;
this
.
startTime
=
options
.
startTime
;
this
.
endTime
=
options
.
endTime
;
this
.
getData
();
},
onShow
()
{
...
...
@@ -71,7 +75,7 @@ export default {
});
},
getData
()
{
this
.
request
(
API
.
szScanIn
,
'POST'
,
{
erp_order_sn
:
this
.
erp_order_sn
,
is_submit
:
0
},
true
).
then
(
res
=>
{
this
.
request
(
API
.
szScanIn
,
'POST'
,
{
erp_order_sn
:
this
.
erp_order_sn
,
is_submit
:
0
,
startTime
:
this
.
startTime
,
endTime
:
this
.
endTime
},
true
).
then
(
res
=>
{
if
(
res
.
err_code
===
0
)
{
this
.
list
.
push
({
car_sort
:
res
.
data
.
car_sort
,
...
...
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