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
480c88f2
Commit
480c88f2
authored
Oct 24, 2024
by
wuqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
部分发货--加急
parent
fdafddfc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
3 deletions
+17
-3
src/assets/images/jiaji.svg
+0
-0
src/views/order/ProductInfo.vue
+17
-3
No files found.
src/assets/images/jiaji.svg
0 → 100644
View file @
480c88f2
This diff is collapsed.
Click to expand it.
src/views/order/ProductInfo.vue
View file @
480c88f2
...
...
@@ -17,9 +17,21 @@
style=
"font-weight: bold"
>
<span
class=
"order-list-expand_item_label"
>
商品名:
</span>
<span
class=
"order-list-expand_item_value"
>
{{
item
.
productName
||
'--'
}}
</span>
<div
class=
"order-list-expand_item_value"
>
{{
item
.
productName
||
'--'
}}
 
<img
src=
"@/assets/images/jiaji.svg"
alt=
""
width=
"24"
v-show=
"
status == 4 &&
(item.num || 0) -
((item.shipmentNum || 0) - (item.notPassNum || 0)) >
0 &&
item.notPassNum > 0
"
/>
</div>
</div>
<div
:title=
"item.baseSku || ''"
...
...
@@ -271,5 +283,7 @@ const setRemarks = (id: number, remark: string) => {
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
display
:
flex
;
align-items
:
center
;
}
</
style
>
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