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
2610bd18
Commit
2610bd18
authored
Aug 20, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
632a44c9
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
5 deletions
+15
-5
wdWithdrawal.vue
src/components/UserMan/tinyMerchant/wdWithdrawal.vue
+2
-2
addAutoreleaseCoupon.vue
src/components/sallCenter/addAutoreleaseCoupon.vue
+10
-2
grantCouPon.vue
src/components/sallCenter/grantCouPon.vue
+3
-1
No files found.
src/components/UserMan/tinyMerchant/wdWithdrawal.vue
View file @
2610bd18
...
...
@@ -266,9 +266,9 @@
this
.
msg
.
ExcelEnumIds
=
this
.
checkedCities
;
let
msg
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
msg
));
this
.
GetLocalFile
(
"/api/
user/GetDistributor
RemitListToExcel"
,
"/api/
SmallShops/GetSmallShops
RemitListToExcel"
,
msg
,
"
分销
提现.xls"
"
微店
提现.xls"
);
},
ChangeOpenidState
(
index
,
row
){
...
...
src/components/sallCenter/addAutoreleaseCoupon.vue
View file @
2610bd18
...
...
@@ -100,6 +100,7 @@
background
@
current-change=
"handleCurrentChange"
:page-size=
"msg_t.pageSize"
:current-page
.
sync=
"msg_t.pageIndex"
layout=
"prev, pager, next"
:total=
"count"
>
</el-pagination>
...
...
@@ -140,7 +141,8 @@
msg_t
:{
pageIndex
:
1
,
pageSize
:
10
,
Name
:
''
Name
:
''
,
SmallShopId
:
0
,
},
count
:
0
,
loading
:
false
,
...
...
@@ -152,7 +154,6 @@
created
(){
this
.
getrigger
()
this
.
getrigger2
()
this
.
getList
()
setTimeout
(()
=>
{
if
(
this
.
$route
.
query
.
ID
){
this
.
gettRepositoryList
(
this
.
$route
.
query
.
ID
)
...
...
@@ -201,7 +202,13 @@
})
},
choice
(){
this
.
options2
.
forEach
(
x
=>
{
if
(
x
.
ID
==
this
.
msg
.
DiscountCouponId
){
this
.
msg_t
.
SmallShopId
=
x
.
SmallShopId
}
})
this
.
category
=
true
;
this
.
msg_t
.
pageIndex
=
1
this
.
getList
()
},
getList
(){
...
...
@@ -236,6 +243,7 @@
},
search
(){
this
.
msg_t
.
pageIndex
=
1
this
.
getList
();
},
preserve
(
formName
){
...
...
src/components/sallCenter/grantCouPon.vue
View file @
2610bd18
...
...
@@ -48,6 +48,7 @@
</el-checkbox-group>
</div>
<div
style=
"width: 30%;display: flex;flex-direction: row;margin-top: 5px;justify-content: center;color: #666666"
v-if=
"ByPhone.length==0"
>
暂无数据~
</div>
</el-form-item>
</el-form>
</div>
...
...
@@ -87,8 +88,9 @@
this
.
$router
.
go
(
-
1
)
},
lookup
(){
this
.
msg
.
UserIds
=
[];
//重新选择的时候清楚之前的
this
.
loading
=
true
;
this
.
apipost
(
"/api/User/GetListByPhoneOrAliasName"
,{
'AliasName'
:
this
.
AliasName
},
res
=>
{
this
.
apipost
(
"/api/User/GetListByPhoneOrAliasName"
,{
'AliasName'
:
this
.
AliasName
,
SmallShopId
:
this
.
record
.
SmallShopId
},
res
=>
{
this
.
loading
=
false
;
if
(
res
.
data
.
resultCode
==
1
)
{
...
...
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