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
ca64941e
Commit
ca64941e
authored
Aug 15, 2025
by
wusiyi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev'
parents
66018a90
f09e095a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
src/views/order/podUs/index.vue
+4
-2
No files found.
src/views/order/podUs/index.vue
View file @
ca64941e
...
@@ -2526,6 +2526,7 @@ const interceptCurrent = ref(1)
...
@@ -2526,6 +2526,7 @@ const interceptCurrent = ref(1)
const
interceptStatus
=
ref
(
0
)
const
interceptStatus
=
ref
(
0
)
const
userMarkList
=
ref
<
string
[]
>
([])
const
userMarkList
=
ref
<
string
[]
>
([])
const
selection
=
ref
<
PodUsOrderListData
[]
>
([])
const
selection
=
ref
<
PodUsOrderListData
[]
>
([])
const
currentItem
=
ref
<
PodUsOrderListData
|
null
>
(
null
)
const
pickerOptions
=
{
const
pickerOptions
=
{
shortcuts
:
[
shortcuts
:
[
{
{
...
@@ -4035,6 +4036,7 @@ const rejectOrder = async (type: string) => {
...
@@ -4035,6 +4036,7 @@ const rejectOrder = async (type: string) => {
}
}
const
handleStockOut
=
async
(
row
:
PodUsOrderListData
)
=>
{
const
handleStockOut
=
async
(
row
:
PodUsOrderListData
)
=>
{
currentItem
.
value
=
row
wayDialogTitle
.
value
=
`切换物流(当前物流方式:${row.logisticsWayName
}
)`
wayDialogTitle
.
value
=
`切换物流(当前物流方式:${row.logisticsWayName
}
)`
isChangeWay
.
value
=
true
isChangeWay
.
value
=
true
...
@@ -4116,8 +4118,8 @@ const changeWaySubmit = async (title: string) => {
...
@@ -4116,8 +4118,8 @@ const changeWaySubmit = async (title: string) => {
try
{
try
{
const
params
=
{
const
params
=
{
updateByIdParam
:
{
updateByIdParam
:
{
id
:
selection
.
value
[
0
]
?.
id
,
id
:
currentItem
.
value
?.
id
,
dataVersion
:
selection
.
value
[
0
]
?.
version
as
number
,
dataVersion
:
currentItem
.
value
?.
version
as
number
,
}
,
}
,
logisticsTrialCalculation
:
{
...
changeWayRow
.
value
}
,
logisticsTrialCalculation
:
{
...
changeWayRow
.
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