Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
上
上药订单生命周期升级
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sph
上药订单生命周期升级
Commits
6f2b07ff
Commit
6f2b07ff
authored
Mar 22, 2021
by
xiejb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单列表商品显示
parent
cebd7fae
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
src/views/myOrder/orderListItem.vue
src/views/myOrder/orderListItem.vue
+7
-2
No files found.
src/views/myOrder/orderListItem.vue
View file @
6f2b07ff
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
<div
class=
"divider"
></div>
<div
class=
"divider"
></div>
<div
class=
"orderInfo"
>
<div
class=
"orderInfo"
>
<div
class=
"company"
@
click=
"btnAction('details')"
>
<div
class=
"company"
@
click=
"btnAction('details')"
>
<span
style=
"width: 75%"
>
{{
item
.
s
ourceSystem
}}
</span>
<span
style=
"width: 75%"
>
{{
item
.
s
upplierName
}}
</span>
<span
style=
"width: 25%;margin-right: 5PX;text-align: right;"
>
共
{{
item
.
orderTotalQty
}}
</span>
<span
style=
"width: 25%;margin-right: 5PX;text-align: right;"
>
共
{{
item
.
orderTotalQty
}}
</span>
<van-icon
style=
"margin: auto 0;"
color=
"#1989fa"
name=
"arrow"
/>
<van-icon
style=
"margin: auto 0;"
color=
"#1989fa"
name=
"arrow"
/>
</div>
</div>
...
@@ -28,7 +28,8 @@
...
@@ -28,7 +28,8 @@
</div>
</div>
<div
class=
"details"
>
<div
class=
"details"
>
<div
class=
"titleInfo"
>
<div
class=
"titleInfo"
>
{{
item
.
goodsInfos
[
0
].
goodsDesc
}}
<!--
{{
item
.
goodsInfos
[
0
].
goodsDesc
}}
-->
{{
titleInitial
(
item
.
goodsInfos
[
0
])
}}
</div>
</div>
<div
class=
"priceInfo"
>
<div
class=
"priceInfo"
>
<div
class=
"price"
>
¥
<span
style=
"color:red;"
>
{{
item
.
goodsInfos
[
0
].
taxPrice
}}
</span></div>
<div
class=
"price"
>
¥
<span
style=
"color:red;"
>
{{
item
.
goodsInfos
[
0
].
taxPrice
}}
</span></div>
...
@@ -88,6 +89,10 @@ export default {
...
@@ -88,6 +89,10 @@ export default {
// this.onLoad()
// this.onLoad()
},
},
methods
:
{
methods
:
{
titleInitial
(
model
)
{
let
titleStr
=
'
【
'
+
model
.
goodsCode
+
'
】
'
+
model
.
goodsName
+
'
/
'
+
model
.
goodsSpec
+
'
/
'
+
model
.
manufacturer
return
titleStr
},
// 根据订单类型返回颜色
// 根据订单类型返回颜色
orderTypeColor
(
model
)
{
orderTypeColor
(
model
)
{
if
(
model
.
orderStatusCode
===
'
100
'
)
{
if
(
model
.
orderStatusCode
===
'
100
'
)
{
...
...
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