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
0bbaa1c2
Commit
0bbaa1c2
authored
Apr 16, 2025
by
wuqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加材质价格
parent
90a1c4d0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
src/types/api/order.ts
+1
-0
src/views/order/ProductInfo.vue
+9
-0
No files found.
src/types/api/order.ts
View file @
0bbaa1c2
...
@@ -81,6 +81,7 @@ export interface ProductList {
...
@@ -81,6 +81,7 @@ export interface ProductList {
subOrderNumber
?:
string
subOrderNumber
?:
string
shopNumber
?:
string
shopNumber
?:
string
material
?:
string
material
?:
string
materialPrice
?:
number
|
null
count
?:
number
count
?:
number
baseSku
?:
string
baseSku
?:
string
erpSubOrderNumber
?:
string
erpSubOrderNumber
?:
string
...
...
src/views/order/ProductInfo.vue
View file @
0bbaa1c2
...
@@ -163,6 +163,15 @@
...
@@ -163,6 +163,15 @@
item
.
price
||
'--'
item
.
price
||
'--'
}}
</span>
}}
</span>
</div>
</div>
<div
v-if=
"item.materialPrice && item.materialPrice > 0"
class=
"order-list-expand_item_info_title"
>
<span
class=
"order-list-expand_item_label"
>
材质价格:
</span>
<span
class=
"order-list-expand_item_value"
>
{{
item
.
materialPrice
}}
</span>
</div>
<div
class=
"order-list-expand_item_info_title font-bold"
>
<div
class=
"order-list-expand_item_info_title font-bold"
>
<span
class=
"order-list-expand_item_label"
>
购买数:
</span>
<span
class=
"order-list-expand_item_label"
>
购买数:
</span>
<span
class=
"order-list-expand_item_value"
>
{{
item
.
num
||
0
}}
</span>
<span
class=
"order-list-expand_item_value"
>
{{
item
.
num
||
0
}}
</span>
...
...
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