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
bc6d143c
Commit
bc6d143c
authored
Apr 08, 2019
by
member
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
应收消费字段
parent
0cf7e8a3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
21 deletions
+20
-21
posmembers.js
src/components/posmembers/posmembers.js
+6
-6
posmembers.vue
src/components/posmembers/posmembers.vue
+14
-14
total.js
src/components/wechatmembers/total.js
+0
-1
No files found.
src/components/posmembers/posmembers.js
View file @
bc6d143c
...
...
@@ -172,7 +172,7 @@ export default {
if
(
tempVal
==
"attentionDate"
)
{
returnVal
=
"关注时间"
;
}
if
(
tempVal
==
"cost
All
"
)
{
if
(
tempVal
==
"cost
FeeReceivable
"
)
{
returnVal
=
"消费总额"
;
}
if
(
tempVal
==
"costTimes"
)
{
...
...
@@ -181,7 +181,7 @@ export default {
if
(
tempVal
==
"lastCostTime"
)
{
returnVal
=
"最近消费时间"
;
}
if
(
tempVal
==
"lastCost"
)
{
if
(
tempVal
==
"lastCost
Receivable
"
)
{
returnVal
=
"最近消费"
;
}
if
(
tempVal
==
"avgCost"
)
{
...
...
@@ -229,16 +229,16 @@ export default {
if
(
tempVal
==
"frozenStatus"
)
{
returnVal
=
"会员状态"
;
}
if
(
tempVal
==
"cost
FeeReceivable
"
)
{
if
(
tempVal
==
"cost
All
"
)
{
returnVal
=
"消费总额(应收)"
;
}
if
(
tempVal
==
"lastCost
Receivable
"
)
{
if
(
tempVal
==
"lastCost"
)
{
returnVal
=
"最近消费(应收)"
;
}
if
(
tempVal
==
"highCost"
)
{
if
(
tempVal
==
"highCost
Receivable
"
)
{
returnVal
=
"最高单笔"
;
}
if
(
tempVal
==
"highCost
Receivable
"
)
{
if
(
tempVal
==
"highCost"
)
{
returnVal
=
"最高单笔(应收)"
;
}
return
returnVal
;
...
...
src/components/posmembers/posmembers.vue
View file @
bc6d143c
...
...
@@ -200,7 +200,7 @@
<p
class=
"lheigth0"
><span>
{{
singleInfo
.
mainStoreName
}}
</span></p>
<div
class=
"singelinfo-cost"
>
<div
class=
"singelinfo-costitem"
>
<p>
{{
singleInfo
.
costFee
Receivable
}}
</p>
<p>
{{
singleInfo
.
costFee
}}
</p>
<p>
消费总额
</p>
</div>
<div
class=
"singelinfo-costitem"
>
...
...
@@ -208,7 +208,7 @@
<p>
消费次数
</p>
</div>
<div
class=
"singelinfo-costitem"
>
<p>
{{
singleInfo
.
lastCost
Receivable
}}
</p>
<p>
{{
singleInfo
.
lastCost
}}
</p>
<p>
最近消费
</p>
</div>
</div>
...
...
@@ -272,7 +272,7 @@
<div>
{{
scope
.
row
.
attentionTime
|
formatTimeHMS
}}
</div>
</div>
<span
v-else-if=
"item == 'costAll'"
>
{{
scope
.
row
.
costFee
Receivable
}}
{{
scope
.
row
.
costFee
}}
</span>
<span
v-else-if=
"item == 'costTimes'"
>
{{
scope
.
row
.
costTimes
}}
...
...
@@ -281,7 +281,7 @@
{{
scope
.
row
.
lastCostTime
}}
</span>
<span
v-else-if=
"item == 'lastCost'"
>
{{
scope
.
row
.
lastCost
Receivable
}}
{{
scope
.
row
.
lastCost
}}
</span>
<span
v-else-if=
"item == 'avgCost'"
>
{{
scope
.
row
.
avgCost
}}
...
...
@@ -326,16 +326,16 @@
{{
scope
.
row
.
cardNo
}}
</span>
<span
v-else-if=
"item == 'costFeeReceivable'"
>
{{
scope
.
row
.
costFee
}}
{{
scope
.
row
.
costFee
Receivable
}}
</span>
<span
v-else-if=
"item == 'lastCostReceivable'"
>
{{
scope
.
row
.
lastCost
}}
{{
scope
.
row
.
lastCost
Receivable
}}
</span>
<span
v-else-if=
"item == 'highCost'"
>
{{
scope
.
row
.
highCost
Receivable
}}
{{
scope
.
row
.
highCost
}}
</span>
<span
v-else-if=
"item == 'highCostReceivable'"
>
{{
scope
.
row
.
highCost
}}
{{
scope
.
row
.
highCost
Receivable
}}
</span>
<div
v-else-if=
"item == 'frozenStatus'"
>
<span
...
...
@@ -397,7 +397,7 @@
<p
class=
"lheigth0"
><span>
{{
singleInfo
.
mainStoreName
}}
</span></p>
<div
class=
"singelinfo-cost"
>
<div
class=
"singelinfo-costitem"
>
<p>
{{
singleInfo
.
costFee
Receivable
}}
</p>
<p>
{{
singleInfo
.
costFee
}}
</p>
<p>
消费总额
</p>
</div>
<div
class=
"singelinfo-costitem"
>
...
...
@@ -405,7 +405,7 @@
<p>
消费次数
</p>
</div>
<div
class=
"singelinfo-costitem"
>
<p>
{{
singleInfo
.
lastCost
Receivable
}}
</p>
<p>
{{
singleInfo
.
lastCost
}}
</p>
<p>
最近消费
</p>
</div>
</div>
...
...
@@ -467,7 +467,7 @@
<div>
{{
scope
.
row
.
attentionTime
|
formatTimeHMS
}}
</div>
</div>
<span
v-else-if=
"item == 'costAll'"
>
{{
scope
.
row
.
costFee
Receivable
}}
{{
scope
.
row
.
costFee
}}
</span>
<span
v-else-if=
"item == 'costTimes'"
>
{{
scope
.
row
.
costTimes
}}
...
...
@@ -521,17 +521,17 @@
<span
v-else-if=
"item == 'cardNo'"
>
{{
scope
.
row
.
cardNo
}}
</span>
<span
v-else-if=
"item == 'costFee
Receivable
'"
>
<span
v-else-if=
"item == 'costFee'"
>
{{
scope
.
row
.
costFee
}}
</span>
<span
v-else-if=
"item == 'lastCostReceivable'"
>
{{
scope
.
row
.
lastCost
}}
{{
scope
.
row
.
lastCost
Receivable
}}
</span>
<span
v-else-if=
"item == 'highCost'"
>
{{
scope
.
row
.
highCostReceivable
}}
</span>
<span
v-else-if=
"item == 'highCostReceivable'"
>
{{
scope
.
row
.
highCost
}}
{{
scope
.
row
.
highCost
Receivable
}}
</span>
<div
v-else-if=
"item == 'frozenStatus'"
>
<span
...
...
src/components/wechatmembers/total.js
View file @
bc6d143c
...
...
@@ -901,7 +901,6 @@ export default {
transformCheckFields
()
{
for
(
let
i
=
0
;
i
<
this
.
checkedFields
.
length
;
i
++
)
{
let
index
=
FieldsReceivable
.
findIndex
(
el
=>
el
==
this
.
checkedFields
[
i
]);
console
.
log
(
index
);
if
(
index
==
-
1
)
{
continue
;
}
...
...
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