Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
member
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
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
member
member
Commits
d59f2d03
Commit
d59f2d03
authored
Dec 21, 2021
by
chenyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: update
parent
7efcad92
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
3 deletions
+17
-3
consumption.vue
src/components/allCustomers/consumption.vue
+17
-3
wmDetail.vue
src/components/wechatmembers/wmDetail.vue
+0
-0
wmDetailOld.vue
src/components/wechatmembers/wmDetailOld.vue
+0
-0
No files found.
src/components/allCustomers/consumption.vue
View file @
d59f2d03
...
...
@@ -21,11 +21,19 @@
<div
class=
"record"
v-loading=
"fullscreenLoading"
>
<div
class=
"record-search"
>
<div
class=
"record-searchitem"
>
<el-select
v-model=
"orderType"
style=
"width:160px;"
placeholder=
"所有类型"
<el-select
v-model=
"orderType"
style=
"width:160px;
margin-right:6px;
"
placeholder=
"所有类型"
@
change=
"handleSearch"
>
<el-option
v-for=
"item in orderOpts"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
/>
</el-select>
<el-input
style=
"width:260px;"
v-model=
"searchInfo"
prefix-icon=
"el-icon-search"
placeholder=
"输入订单编号/原始单号"
@
change=
"handleSearch"
clearable
/>
</div>
</div>
<div
class=
"table-content"
v-loading=
"load"
>
...
...
@@ -41,6 +49,9 @@
<p
class=
"order-number"
>
订单编号:
{{
group
.
orderNumber
}}
</p>
<p
class=
"order-number"
v-if=
"group.orderStatus!==1"
>
原始单号:
{{
group
.
oorderNumber
||
'无'
}}
</p>
<p
class=
"order-time"
>
订单时间:
{{
group
.
receiptsDate
|
formatTime
}}
</p>
...
...
@@ -61,7 +72,7 @@
v-if=
"['orderStatus','clerkName','payAmount'].includes(colunm.prop)"
>
<!-- 订单类型 -->
<template
v-if=
"colunm.prop==='orderStatus'"
>
<div
style=
"padding-left:14px;"
>
{{
group
[
colunm
.
prop
]
|
orderTypeFilter
}}
<div
:style=
"
{paddingLeft:'14px',color:orderColor[group.orderStatus]}">
{{
group
.
orderStatus
|
orderTypeFilter
}}
</div>
</
template
>
<
template
v-else-if=
"colunm.prop==='clerkName'"
>
...
...
@@ -229,6 +240,7 @@ export default {
avgDiscount
:
0
,
},
orderType
:
-
1
,
searchInfo
:
''
,
orderLoading
:
false
,
orderInfo
:
{},
payInfo
:
[],
...
...
@@ -265,6 +277,7 @@ export default {
{
label
:
'导购'
,
width
:
'120'
,
prop
:
'clerkName'
},
{
label
:
'小计(实付)'
,
width
:
'120'
,
prop
:
'payAmount'
},
],
orderColor
:{
1
:
'#303133'
,
2
:
'#FA8C16'
,
4
:
'#F5222D'
},
brokeImg
,
};
},
...
...
@@ -299,6 +312,7 @@ export default {
...
this
.
page
,
memberId
:
this
.
memberId
,
orderType
:
this
.
orderType
,
searchInfo
:
this
.
searchInfo
,
});
this
.
memberData
=
[];
...
...
@@ -477,7 +491,7 @@ p {
.left
{
display
:
flex
;
align-items
:
center
;
gap
:
32
px
;
gap
:
40
px
;
}
p
{
line-height
:
48px
;
...
...
src/components/wechatmembers/wmDetail.vue
View file @
d59f2d03
This diff is collapsed.
Click to expand it.
src/components/wechatmembers/wmDetailOld.vue
0 → 100644
View file @
d59f2d03
This diff is collapsed.
Click to expand it.
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