Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
3a413087
Commit
3a413087
authored
Feb 28, 2025
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
1fcf10cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletion
+15
-1
CouponList.vue
src/components/activity/CouponList.vue
+15
-1
No files found.
src/components/activity/CouponList.vue
View file @
3a413087
...
...
@@ -132,6 +132,16 @@
<el-option
:label=
"$t('op.smallteam')"
:value=
"10"
></el-option>
</el-select>
</span>
</li>
<li>
<span>
<em>
{{
$t
(
'objFill.v102.fafangkeix'
)
}}
</em>
<el-select
filterable
v-model=
"msg.CustomerType"
>
<el-option
:label=
"$t('system.ph_buxian')"
value=
"-1"
></el-option>
<el-option
:label=
"$t('Operation.Op_fellow')"
value=
"0"
></el-option>
<el-option
:label=
"$t('Operation.Op_direct')"
value=
"1"
></el-option>
</el-select>
</span>
</li>
<li>
<input
type=
"button"
class=
"hollowFixedBtn"
:value=
"$t('pub.searchBtn')"
@
click=
"resetPageIndex(),getList()"
>
...
...
@@ -169,7 +179,7 @@
</tr>
<tbody
v-loading=
"loading"
>
<tr
v-for=
"(item,index) in DataList"
:key=
"index"
>
<td>
<span
style=
"color:red;"
>
(
{{
item
.
customerType
==
0
?
$t
(
'Operation.Op_fellow'
):
$t
(
'Operation.Op_direct'
)
}}
)
</span>
{{
item
.
couponsName
}}
</td>
<td>
{{
item
.
couponsName
}}
<span
style=
"color:red;"
>
(
{{
item
.
customerType
==
0
?
$t
(
'Operation.Op_fellow'
):
$t
(
'Operation.Op_direct'
)
}}
)
</span>
</td>
<td>
{{
item
.
couponCount
}}
</td>
<td>
<span
class=
"_couponReceiveCount"
...
...
@@ -609,6 +619,7 @@
groupId
:
''
,
branchId
:
''
,
couponsUseScope
:
""
,
CustomerType
:
"-1"
,
},
rules
:
{
branchId
:
[{
...
...
@@ -824,6 +835,9 @@
this
.
addMsg
=
Object
.
assign
({},
item
);
console
.
log
(
"item"
,
item
.
customerType
);
if
(
item
.
couponPriceLists
||
item
.
lineId
||
item
.
lineteamId
||
item
.
effectDate
||
item
.
expirationDate
)
{
if
(
item
.
lineId
>
0
){
this
.
getLineTeamList
(
item
.
lineId
);
}
this
.
getTravelPrciePageList
()
}
},
...
...
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