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
50a5154e
authored
Jul 22, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
移动端--到货登记、已登记、理货、已理货配合供应链箱标签调整功能
parent
33b226f9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
18 deletions
assets/css/arrivalRegister/splitGoods.scss
pages/arrivalRegister/index.vue
pages/arrivalRegister/registered.vue
assets/css/arrivalRegister/splitGoods.scss
View file @
50a5154e
...
...
@@ -332,12 +332,13 @@
}
.uni-textarea
{
width
:
100%
;
height
:
150rpx
;
height
:
110rpx
;
overflow-y
:
auto
;
background
:
#ffffff
;
border-radius
:
5rpx
;
border
:
1px
solid
#1969f9
;
font-size
:
17rpx
;
padding
:
18rpx
;
padding
:
18rpx
18rpx
0
18rpx
;
}
}
.select-box
{
...
...
@@ -483,7 +484,7 @@
.print-content
{
flex-wrap
:
wrap
;
.box
{
width
:
33
.3
%
;
width
:
50
%
;
height
:
50rpx
;
font-size
:
20rpx
;
color
:
#292b33
;
...
...
pages/arrivalRegister/index.vue
View file @
50a5154e
...
...
@@ -812,14 +812,7 @@
this
.
searchParams
.
mobile_register_all_search
=
val
;
}
else
if
(
type
==
2
)
{
// 入仓号处理逻辑
var
str
=
val
;
if
(
str
.
startsWith
(
'F'
))
{
// 如果以 'F' 开头,直接赋值给搜索参数
this
.
searchParams
.
stock_in_with_stock_in_items_inhouse
=
val
;
}
else
{
// 否则去掉最后一个字符后赋值给搜索参数
this
.
searchParams
.
stock_in_with_stock_in_items_inhouse
=
str
.
slice
(
0
,
-
1
);
}
this
.
searchParams
.
stock_in_with_stock_in_items_inhouse
=
val
;
}
else
if
(
type
==
3
)
{
//FedEx
if
(
val
.
length
>
22
)
{
...
...
pages/arrivalRegister/registered.vue
View file @
50a5154e
...
...
@@ -193,7 +193,7 @@
filter_id_warehouse_id
:
[],
//过滤处理的仓库id
detail
:
{},
//详情的数据
hasMoreData
:
true
,
//是否分页加载
maxInputLength
:
7
,
maxInputLength
:
8
,
searchParams
:
{
mobile_register_all_search
:
''
,
//全量搜索
stock_in_with_stock_in_items_inhouse
:
''
,
//入仓单号
...
...
@@ -297,12 +297,6 @@
this
.
searchParams
.
mobile_register_all_search
=
val
;
}
else
if
(
type
==
2
)
{
//入仓号
var
str
=
val
;
if
(
str
.
startsWith
(
'F'
))
{
this
.
maxInputLength
=
8
;
}
else
{
this
.
maxInputLength
=
7
;
}
this
.
searchParams
.
stock_in_with_stock_in_items_inhouse
=
val
;
}
else
if
(
type
==
3
)
{
//箱号
...
...
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