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
c2a7c6bc
authored
Mar 14, 2025
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
寄售仓
parent
fda3787c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
pages/arrivalRegister/index.vue
pages/arrivalRegister/index.vue
View file @
c2a7c6bc
...
...
@@ -1137,8 +1137,8 @@
return
false
;
}
//深圳自营仓
if
(
this
.
filter_id_warehouse_id
[
0
]
==
9
)
{
//深圳自营仓
+ 寄售仓
if
(
this
.
filter_id_warehouse_id
[
0
]
==
9
||
this
.
filter_id_warehouse_id
[
0
]
==
16
)
{
//先判断一下自营货品信息判断是否是第一次入库
this
.
request
(
API
.
getZyGoodsData
,
'GET'
,
{
stock_in_sn
:
this
.
filter_id_stock_in_sn
.
join
(
','
),
is_first_check
:
1
},
true
).
then
(
res
=>
{
if
(
res
.
code
===
0
)
{
...
...
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