Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
warehousing-admin
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
吴春元
warehousing-admin
Commits
0cdc5171
Commit
0cdc5171
authored
Jan 04, 2026
by
杨子
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(出库单): 修复修改出库单时数据加载问题
修改出库单时不再直接使用行数据,而是通过接口获取完整数据以确保表单显示正确
parent
d9355415
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
4 deletions
+12
-4
index.vue
src/views/ware/wmsOutboundOrder/index.vue
+12
-4
No files found.
src/views/ware/wmsOutboundOrder/index.vue
View file @
0cdc5171
...
...
@@ -354,10 +354,18 @@ function handleCustomerConfirm(selectedCustomers) {
/** 修改按钮操作 */
function
handleUpdate
(
row
)
{
reset
()
form
.
value
=
row
form
.
value
.
warehouseName
=
row
.
warehouse
?.
warehouseName
form
.
value
.
customerName
=
row
.
customerUser
?.
customerName
form
.
value
.
applicantName
=
row
.
applicantUser
?.
nickName
getWmsOutboundOrder
(
row
.
orderId
).
then
(
response
=>
{
form
.
value
=
{
...
row
,
...
response
.
data
,
}
form
.
value
.
warehouseName
=
row
.
warehouse
?.
warehouseName
form
.
value
.
customerName
=
row
.
customerUser
?.
customerName
form
.
value
.
applicantName
=
row
.
applicantUser
?.
nickName
}
)
open
.
value
=
true
title
.
value
=
"修改出库单"
}
...
...
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