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
2a8c21b0
Commit
2a8c21b0
authored
Apr 01, 2023
by
邓春圆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调拨出仓 成功后 入仓记录未显示仓储信息bug修复
parent
c4a74a13
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
order.js
src/api/ecw/order.js
+1
-0
transferWarehousing.vue
src/views/ecw/order/transferWarehousing.vue
+6
-6
No files found.
src/api/ecw/order.js
View file @
2a8c21b0
...
@@ -337,6 +337,7 @@ export function feeApplicationGet(params){
...
@@ -337,6 +337,7 @@ export function feeApplicationGet(params){
params
params
})
})
}
}
// 调仓-明细-后台使用
export
function
getAdjustInfo
(
params
){
export
function
getAdjustInfo
(
params
){
return
request
({
return
request
({
url
:
'
/order/order-warehouse-in/get-adjust-info
'
,
url
:
'
/order/order-warehouse-in/get-adjust-info
'
,
...
...
src/views/ecw/order/transferWarehousing.vue
View file @
2a8c21b0
...
@@ -259,6 +259,7 @@ export default {
...
@@ -259,6 +259,7 @@ export default {
arrivalRemark
:
this
.
params
.
deliveryRemark
,
arrivalRemark
:
this
.
params
.
deliveryRemark
,
id
:
this
.
params
.
id
,
id
:
this
.
params
.
id
,
urls
:
this
.
params
.
urls
,
urls
:
this
.
params
.
urls
,
orderLocationCreateReqVOList
:
this
.
params
.
orderLocationCreateReqVOList
,
}
}
}
,
}
,
...
@@ -304,14 +305,13 @@ export default {
...
@@ -304,14 +305,13 @@ export default {
orderWarehouseInGetAdjustInfo
({
orderId
:
this
.
orderId
,
lang
:
0
}
).
then
(
r
=>
{
orderWarehouseInGetAdjustInfo
({
orderId
:
this
.
orderId
,
lang
:
0
}
).
then
(
r
=>
{
this
.
warehouseDetails
=
r
.
data
[
r
.
data
.
length
-
1
]
this
.
warehouseDetails
=
r
.
data
[
r
.
data
.
length
-
1
]
listByOrderId
({
orderId
:
this
.
orderId
}
).
then
(
res
=>
{
listByOrderId
({
orderId
:
this
.
orderId
}
).
then
(
res
=>
{
if
(
res
.
code
===
0
){
if
(
res
.
code
===
0
&&
Number
(
this
.
type
)
===
1
){
this
.
params
.
orderLocationCreateReqVOList
=
res
.
data
this
.
params
.
orderLocationCreateReqVOList
=
res
.
data
// 等待仓库id和已选的储位后初始化储位信息
this
.
$nextTick
(()
=>
{
this
.
$refs
.
area
.
updateArea
()
}
)
}
}
// 等待仓库id和已选的储位后初始化储位信息
this
.
$nextTick
(()
=>
{
this
.
$refs
.
area
.
updateArea
()
}
)
}
)
}
)
this
.
warehouseInShi
=
this
.
warehouseDetails
.
warehouseInShi
||
''
this
.
warehouseInShi
=
this
.
warehouseDetails
.
warehouseInShi
||
''
this
.
params
.
phone
=
this
.
warehouseDetails
.
phone
||
''
;
this
.
params
.
phone
=
this
.
warehouseDetails
.
phone
||
''
;
...
...
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