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
f58abe8d
Commit
f58abe8d
authored
Mar 13, 2025
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 卡片优化
parent
9d73f448
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
32 deletions
+35
-32
src/views/order/pod/index.vue
+35
-32
No files found.
src/views/order/pod/index.vue
View file @
f58abe8d
...
...
@@ -310,7 +310,31 @@
<
/span
>
<
/el-tooltip
>
<
/el-col
>
<
el
-
col
:
span
=
"10"
:
offset
=
"0"
style
=
"text-align: right"
>
<
el
-
col
v
-
if
=
"status === 'TO_BE_REPLENISHMENT'"
:
span
=
"10"
:
offset
=
"0"
style
=
"text-align: right"
>
<
el
-
tooltip
class
=
"item"
effect
=
"dark"
:
content
=
"'补胚数量'"
placement
=
"bottom"
>
<
span
>
补胚数量:
{{
cardItem
?.
replenishmentNum
||
'--'
}}
<
/spa
n
>
<
/el-tooltip
>
<
/el-col
>
<
el
-
col
v
-
else
:
span
=
"10"
:
offset
=
"0"
style
=
"text-align: right"
>
<
span
v
-
if
=
"status === 'INVALID'"
>
数量:
{{
cardItem
?.
num
}}
<
/span
>
...
...
@@ -364,23 +388,14 @@
{{
cardItem
?.
variantSku
}}
<
/span
>
<
/el-col
>
<
el
-
col
v
-
if
=
"status === 'TO_BE_REPLENISHMENT'"
:
span
=
"10"
:
offset
=
"0"
style
=
"text-align: right"
>
<
el
-
col
:
span
=
"10"
:
offset
=
"0"
style
=
"text-align: right"
>
<
el
-
tooltip
class
=
"item"
effect
=
"dark"
:
content
=
"'
补胚数量
'"
:
content
=
"'
货号
'"
placement
=
"bottom"
>
<
span
>
补胚数量:
{{
cardItem
?.
replenishmentNum
||
'--'
}}
<
/spa
n
>
<
span
>
货号:
{{
cardItem
?.
supplierItemNo
||
'--'
}}
<
/span
>
<
/el-tooltip
>
<
/el-col
>
<
/el-row
>
...
...
@@ -407,22 +422,10 @@
{{
cardItem
?.
process
}}
<
/span
>
<
/el-col
>
<
el
-
col
:
span
=
"12"
:
offset
=
"0"
style
=
"text-align: right"
>
<
el
-
tooltip
class
=
"item"
effect
=
"dark"
:
content
=
"'货号'"
placement
=
"bottom"
>
<
span
>
货号:
{{
cardItem
?.
supplierItemNo
}}
<
/span
>
<
/el-tooltip
>
<
/el-col
>
<
/el-row
>
<
el
-
row
style
=
"margin-top: 5px"
>
<
el
-
col
:
span
=
"12"
:
offset
=
"0"
style
=
"white-space: nowrap"
style
=
"white-space: nowrap
;text-align: right;
"
>
<
span
:
title
=
"`店铺单号:${cardItem?.shopNumber
}
`"
...
...
@@ -436,15 +439,10 @@
{{
cardItem
?.
shopNumber
}}
<
/span
>
<
/el-col
>
<
el
-
col
:
span
=
"12"
:
offset
=
"0"
style
=
"text-align: right"
>
<
span
title
=
"期望交货时间"
>
{{
cardItem
?.
expectDeliveryTime
}}
<
/span
>
<
/el-col
>
<
/el-row
>
<
el
-
row
style
=
"margin-top: 5px"
>
<
el
-
col
:
span
=
"1
0
"
:
span
=
"1
2
"
:
offset
=
"0"
style
=
"white-space: nowrap"
>
...
...
@@ -463,6 +461,11 @@
{{
cardItem
?.
thirdSubOrderNumber
}}
<
/span
>
<
/el-col
>
<
el
-
col
:
span
=
"12"
:
offset
=
"0"
style
=
"text-align: right"
>
<
span
title
=
"期望交货时间"
>
{{
cardItem
?.
expectDeliveryTime
}}
<
/span
>
<
/el-col
>
<
/el-row
>
<
/div
>
<
/template
>
...
...
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