Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-app-operator-master
Commits
895e392d
Commit
895e392d
authored
Mar 31, 2023
by
邓春圆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调拨出仓显示仓位
parent
62dfbcba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
transferWarehousing.vue
src/views/ecw/order/transferWarehousing.vue
+7
-1
No files found.
src/views/ecw/order/transferWarehousing.vue
View file @
895e392d
...
...
@@ -139,7 +139,7 @@
<
el
-
button
v
-
if
=
"
type == 1
"
size
=
"
medium
"
@
click
=
"
cancellationOfOrder
"
>
{{
$t
(
'
取消调仓
'
)
}}
<
/el-button
>
<
el
-
button
size
=
"
medium
"
@
click
=
"
$tab.closeOpenPage({path:'/order/order'
}
)
"
>
{{
$t
(
'
返回
'
)
}}
<
/el-button
>
<
/div
>
<
warehouse
-
location
ref
=
"
area
"
:
visible
.
sync
=
"
areaVisible
"
v
-
model
=
"
params.orderLocationCreateReqVOList
"
:
warehouse
-
id
=
"
warehouseDetails.warehouseInId
"
:
order
-
id
=
"
Number(orderId)
"
><
/warehouse-location
>
<
warehouse
-
location
ref
=
"
area
"
:
visible
.
sync
=
"
areaVisible
"
v
-
model
=
"
params.orderLocationCreateReqVOList
"
:
warehouse
-
id
=
"
Number(this.type) === 1 ? warehouseDetails.warehouseOutId :
warehouseDetails.warehouseInId
"
:
order
-
id
=
"
Number(orderId)
"
><
/warehouse-location
>
<
el
-
dialog
:
title
=
"
$t('订单转异')
"
center
:
visible
.
sync
=
"
escapeBol
"
>
<
el
-
form
label
-
position
=
"
top
"
label
-
width
=
"
200
"
>
<
el
-
form
-
item
:
label
=
"
$t('原因类型')
"
>
...
...
@@ -275,26 +275,32 @@ export default {
}
}
,
created
()
{
//获得品牌
getProductBrankPage
({
pageNo
:
1
,
pageSize
:
10000
,
}
).
then
(
r
=>
{
this
.
brandList
=
r
.
data
.
list
}
)
if
(
this
.
type
==
1
){
// 查参调仓记录
adjustLastWithStatus
({
orderId
:
this
.
orderId
,
lang
:
0
}
).
then
(
r
=>
{
this
.
applyStatus
=
r
.
data
}
)
}
// 获取供应商
getSupplierPage
({
pageNo
:
1
,
pageSize
:
10000
}
).
then
(
r
=>
{
this
.
expressList
=
r
.
data
.
list
;
}
)
// 获得订单
getOrder
(
this
.
orderId
).
then
(
r
=>
{
if
(
r
.
code
===
0
)
{
this
.
orderDetails
=
r
.
data
;
}
}
)
if
(
this
.
type
==
2
){
// 调仓-明细-后台使用
getAdjustInfo
({
orderId
:
this
.
orderId
,
lang
:
0
}
).
then
(
r
=>
{
this
.
warehouseList
=
r
.
data
}
)
}
// 获取调仓明细
orderWarehouseInGetAdjustInfo
({
orderId
:
this
.
orderId
,
lang
:
0
}
).
then
(
r
=>
{
this
.
warehouseDetails
=
r
.
data
[
r
.
data
.
length
-
1
]
listByOrderId
({
orderId
:
this
.
orderId
}
).
then
(
res
=>
{
...
...
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