Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
factory_front
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinjianhui
factory_front
Commits
1d38f79d
Commit
1d38f79d
authored
Jul 09, 2026
by
wusiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 工厂订单new增加完成发货功能 #1010213
parent
4435d261
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
src/views/order/factoryOrderNew/index.vue
+10
-4
No files found.
src/views/order/factoryOrderNew/index.vue
View file @
1d38f79d
...
@@ -3101,10 +3101,16 @@ const handleWeightSort = () => {
...
@@ -3101,10 +3101,16 @@ const handleWeightSort = () => {
}
}
const
handleCompleteDelivery
=
()
=>
{
const
handleCompleteDelivery
=
()
=>
{
if
(
!
ensureSelection
())
return
if
(
!
ensureSelection
())
return
ElMessageBox
.
confirm
(
'确定完成发货吗?'
,
'提示'
,
{
ElMessageBox
.
confirm
(
confirmButtonText
:
'确定'
,
`<div>确定完成发货吗?</div>
cancelButtonText
:
'取消'
,
<div style="color: #f56c6c; margin-top: 8px; font-size: 13px;">注意:完成发货前请先核对商品重量</div>`
,
}
)
'提示'
,
{
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
dangerouslyUseHTMLString
:
true
,
}
,
)
.
then
(
async
()
=>
{
.
then
(
async
()
=>
{
const
params
=
{
const
params
=
{
podOrderWeighingParams
:
selectedRows
.
value
.
map
((
row
)
=>
({
podOrderWeighingParams
:
selectedRows
.
value
.
map
((
row
)
=>
({
...
...
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