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
b8edd403
Commit
b8edd403
authored
Aug 18, 2025
by
wusiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 类型报错修复
parent
be2d7210
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
13 deletions
+7
-13
src/views/order/podUs/index.vue
+7
-13
No files found.
src/views/order/podUs/index.vue
View file @
b8edd403
...
@@ -1611,7 +1611,6 @@
...
@@ -1611,7 +1611,6 @@
<
/span
>
<
/span
>
<
/template
>
<
/template
>
<
template
#
operations
>
<
template
#
operations
>
<
div
<
div
v
-
if
=
"cardItem?.customizedQuantity"
v
-
if
=
"cardItem?.customizedQuantity"
class
=
"customizedQuantity"
class
=
"customizedQuantity"
...
@@ -1653,15 +1652,12 @@
...
@@ -1653,15 +1652,12 @@
/>
/>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
div
<
div
v
-
if
=
"cardItem.platform"
>
v
-
if
=
"cardItem.platform"
<
img
:
src
=
"`/images/icon/${getPlatformImg(cardItem.platform)
}
`"
>
style
=
"height: 30px"
<
img
/>
:
src
=
"`/images/icon/${getPlatformImg(cardItem.platform)
}
`"
<
/div
>
style
=
"height: 30px"
/>
<
/div
>
<
/div
>
<
/div
>
<
/template
>
<
/template
>
<
template
#
info
>
<
template
#
info
>
...
@@ -1775,7 +1771,6 @@
...
@@ -1775,7 +1771,6 @@
<
/span
>
<
/span
>
<
/div
>
<
/div
>
<!--
<
div
class
=
"grid-item"
title
=
"订单号"
>
<!--
<
div
class
=
"grid-item"
title
=
"订单号"
>
<
span
<
span
class
=
"grid-item-value"
class
=
"grid-item-value"
...
@@ -1785,7 +1780,6 @@
...
@@ -1785,7 +1780,6 @@
<
/span
>
<
/span
>
<
/div> --
>
<
/div> --
>
<
div
<
div
v
-
if
=
"cardItem.batchArrangeNumber"
v
-
if
=
"cardItem.batchArrangeNumber"
class
=
"grid-item"
class
=
"grid-item"
...
@@ -4118,7 +4112,7 @@ const changeWaySubmit = async (title: string) => {
...
@@ -4118,7 +4112,7 @@ const changeWaySubmit = async (title: string) => {
try
{
try
{
const
params
=
{
const
params
=
{
updateByIdParam
:
{
updateByIdParam
:
{
id
:
currentItem
.
value
?.
id
,
id
:
currentItem
.
value
?.
id
||
''
,
dataVersion
:
currentItem
.
value
?.
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