Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
Project
Project
Details
Activity
Releases
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
黄媛媛
ElectricitySheep
Commits
0f24c304
Commit
0f24c304
authored
Jul 21, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
503e2c75
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
vipbuySales.vue
src/components/UserMan/vipbuySales.vue
+4
-4
No files found.
src/components/UserMan/vipbuySales.vue
View file @
0f24c304
...
...
@@ -21,17 +21,18 @@
<div
class=
"head-title"
>
会员购买分销
<div
style=
"float:right;"
>
<el-button
@
click=
"getList()"
style=
"margin: -5px 0 0 20px;"
size=
"small"
type=
"primary"
>
查询
</el-button>
<el-button
@
click=
"getExport()"
style=
"margin: -5px 0 0 20px;"
size=
"small"
type=
"primary"
>
导出
</el-button>
</div>
</div>
<div
class=
"content"
>
<div>
<span>
订单号:
</span>
<el-input
type=
"text"
class=
"w160"
v-model=
"msg.OrderNo"
></el-input>
<el-input
type=
"text"
class=
"w160"
v-model=
"msg.OrderNo"
@
keyup
.
enter
.
native=
"msg.pageIndex=1,getList()"
></el-input>
<span
style=
"margin-left:20px;"
>
购买用户id:
</span>
<el-input
type=
"text"
class=
"w160"
v-model=
"msg.UserId"
></el-input>
<el-input
type=
"text"
class=
"w160"
v-model=
"msg.UserId"
@
keyup
.
enter
.
native=
"msg.pageIndex=1,getList()"
></el-input>
<span
style=
"margin-left:20px;"
>
分销用户id:
</span>
<el-input
type=
"text"
class=
"w160"
v-model=
"msg.DistributionUserId"
></el-input>
<el-input
type=
"text"
class=
"w160"
v-model=
"msg.DistributionUserId"
@
keyup
.
enter
.
native=
"msg.pageIndex=1,getList()"
></el-input>
</div>
<el-table
:data=
"dataList"
v-loading=
"loading"
border
style=
"width: 100%;margin:20px 0"
>
<el-table-column
prop=
"OrderNo"
label=
"订单号"
>
...
...
@@ -119,7 +120,6 @@
this
.
apipost
(
"/api/uservip/GetVipBuyCommissionPageList"
,
this
.
msg
,
res
=>
{
this
.
loading
=
false
;
if
(
res
.
data
.
resultCode
==
1
)
{
console
.
log
(
res
,
'resss'
);
this
.
total
=
res
.
data
.
data
.
count
;
var
pageData
=
res
.
data
.
data
.
pageData
;
if
(
pageData
)
{
...
...
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