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
1
Merge Requests
1
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
1bb29430
Commit
1bb29430
authored
Nov 11, 2025
by
linjinhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改问题
parent
252f0591
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
src/views/order/podCN/components/ChangeWayDialog.vue
+6
-6
src/views/order/podCN/index.vue
+2
-2
No files found.
src/views/order/podCN/components/ChangeWayDialog.vue
View file @
1bb29430
...
@@ -128,11 +128,9 @@ const changeWaySubmit = async (title: string) => {
...
@@ -128,11 +128,9 @@ const changeWaySubmit = async (title: string) => {
}
}
let
Fn
let
Fn
if
(
title
!==
'创建物流订单'
)
{
if
(
title
!==
'创建物流订单'
)
{
// if (
if
(
changeWayRow
.
value
.
logisticsWayId
===
props
.
rowData
?.
logisticsWayId
)
{
// changeWayRow.value.logisticsWayId === selection.value[0]?.logisticsWayId
return
ElMessage
.
warning
(
'更改的物流方式不能相同'
)
// ) {
}
// return ElMessage.warning('更改的物流方式不能相同')
// }
Fn
=
changeLogisticsApi
Fn
=
changeLogisticsApi
}
else
{
}
else
{
Fn
=
submitFn
Fn
=
submitFn
...
@@ -163,7 +161,9 @@ const showDialog = async () => {
...
@@ -163,7 +161,9 @@ const showDialog = async () => {
const
{
rowData
,
getTableFn
}
=
props
const
{
rowData
,
getTableFn
}
=
props
try
{
try
{
if
(
rowData
)
{
if
(
rowData
)
{
wayDialogTitle
.
value
=
`切换物流(当前物流方式:
${
rowData
.
logisticsWayName
}
)`
wayDialogTitle
.
value
=
`切换物流(当前物流方式:
${
rowData
.
logisticsWayName
||
'空'
}
)`
isChangeWay
.
value
=
true
isChangeWay
.
value
=
true
const
{
data
}
=
await
getTableFn
(
rowData
.
id
as
number
)
const
{
data
}
=
await
getTableFn
(
rowData
.
id
as
number
)
logisticsWayData
.
value
=
data
logisticsWayData
.
value
=
data
...
...
src/views/order/podCN/index.vue
View file @
1bb29430
...
@@ -2514,8 +2514,8 @@
...
@@ -2514,8 +2514,8 @@
ref
=
"changeWayDialogRef"
ref
=
"changeWayDialogRef"
:
rowData
=
"currentItem"
:
rowData
=
"currentItem"
:
getTableFn
=
"getLogisticsCalculation"
:
getTableFn
=
"getLogisticsCalculation"
:
submitFn
=
"c
hangeLogistic
sApi"
:
submitFn
=
"c
reateLogisticsOrder
sApi"
:
changeLogisticsApi
=
"c
reateLogisticsOrder
sApi"
:
changeLogisticsApi
=
"c
hangeLogistic
sApi"
:
confirm
=
"
:
confirm
=
"
() => {
() => {
search()
search()
...
...
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