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
15cb5448
Commit
15cb5448
authored
Jul 06, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
营销中心和设置分页修改
parent
470ee9bf
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
94 additions
and
48 deletions
+94
-48
goodsServices.vue
src/components/CommodityMan/goodsServices.vue
+6
-6
IntegralRecord.vue
src/components/sallCenter/IntegralRecord.vue
+14
-6
addCoupon.vue
src/components/sallCenter/addCoupon.vue
+11
-7
balanceBudget.vue
src/components/sallCenter/balanceBudget.vue
+14
-7
cardTicketList.vue
src/components/sallCenter/cardTicketList.vue
+9
-5
couponManage.vue
src/components/sallCenter/couponManage.vue
+9
-5
rechargeManage.vue
src/components/sallCenter/rechargeManage.vue
+9
-5
electronFaceSheet.vue
src/components/setup/electronFaceSheet.vue
+4
-1
regionBuy.vue
src/components/setup/regionBuy.vue
+6
-3
returnAddressList.vue
src/components/setup/returnAddressList.vue
+4
-1
freeShipping.vue
src/components/setup/view/freeShipping.vue
+4
-1
freight.vue
src/components/setup/view/freight.vue
+4
-1
No files found.
src/components/CommodityMan/goodsServices.vue
View file @
15cb5448
...
...
@@ -90,12 +90,12 @@
</el-table-column>
</el-table>
<el-pagination
style=
"text-align:right"
background
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
layout=
"prev, pager, next"
:current-page
.
sync=
"msg.pageIndex"
:total=
"total"
>
background
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
layout=
"prev, pager, next"
:current-page
.
sync=
"msg.pageIndex"
:total=
"total"
>
</el-pagination>
</div>
...
...
src/components/sallCenter/IntegralRecord.vue
View file @
15cb5448
...
...
@@ -25,6 +25,8 @@
<el-input
style=
"display:inline-block;width:225px;height:30px"
placeholder=
"请输入昵称搜索"
v-model=
"msg.MemberName"
@
clear=
"getList"
@
keyup
.
enter
.
native=
"getList"
size=
"small"
clearable
>
</el-input>
...
...
@@ -78,11 +80,12 @@
</el-table-column>
</el-table>
<el-pagination
style=
"text-align:right"
background
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
layout=
"prev, pager, next"
:total=
"count"
>
background
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
layout=
"prev, pager, next"
:current-page
.
sync=
"msg.pageIndex"
:total=
"count"
>
</el-pagination>
</div>
<!-- 选择导出信息 -->
...
...
@@ -145,9 +148,12 @@
},
methods
:{
getDateList
(){
if
(
this
.
value
!=
''
){
if
(
this
.
value
!=
''
&&
this
.
value
!=
null
){
this
.
msg
.
StartDate
=
this
.
value
[
0
];
this
.
msg
.
EndDate
=
this
.
value
[
1
];
}
else
{
this
.
msg
.
StartDate
=
''
;
this
.
msg
.
EndDate
=
''
;
}
this
.
loading
=
true
;
this
.
apipost
(
"/api/Integral/GetRechargeRulesPage"
,
this
.
msg
,
res
=>
{
...
...
@@ -197,6 +203,7 @@
this
.
msg
.
EndDate
=
''
;
}
this
.
msg
.
pageIndex
=
1
this
.
getDateList
();
},
...
...
@@ -210,6 +217,7 @@
this
.
isIndeterminate
=
checkedCount
>
0
&&
checkedCount
<
this
.
cities
.
length
;
},
getList
(){
this
.
msg
.
pageIndex
=
1
this
.
getDateList
();
}
...
...
src/components/sallCenter/addCoupon.vue
View file @
15cb5448
...
...
@@ -214,9 +214,12 @@
<div
class=
"el-form-item"
>
<div
class=
"el-form-item__content"
>
<div
class=
"el-input el-input--small"
style=
"width: 40%;"
>
<input
type=
"text"
autocomplete=
"off"
placeholder=
"商品名称"
class=
"el-input__inner"
v-model=
"msg2.Name"
>
<input
type=
"text"
autocomplete=
"off"
placeholder=
"商品名称"
class=
"el-input__inner"
v-model=
"msg2.Name"
@
clear=
"msg2.pageIndex=1,getProductGoodsPageList()"
@
keyup
.
enter
.
native=
"msg2.pageIndex=1,getProductGoodsPageList()"
>
</div>
<button
type=
"button"
class=
"el-button el-button--default el-button--small"
style=
"margin-left: 15px"
@
click=
"
getProductGoodsPageList
"
>
查找商品
</button>
<button
type=
"button"
class=
"el-button el-button--default el-button--small"
style=
"margin-left: 15px"
@
click=
"
msg2.pageIndex=1,getProductGoodsPageList()
"
>
查找商品
</button>
<button
class=
"el-button el-button--default el-button--small"
style=
"float: right;"
@
click=
"batchAdd"
>
批量添加
</button>
</div>
</div>
...
...
@@ -260,11 +263,12 @@
</el-table-column>
</el-table>
<el-pagination
style=
"text-align:right"
background
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
layout=
"prev, pager, next"
:total=
"count"
>
background
@
current-change=
"handleCurrentChange"
:page-size=
"msg2.pageSize"
layout=
"prev, pager, next"
:current-page
.
sync=
"msg2.pageIndex"
:total=
"count"
>
</el-pagination>
</template>
...
...
src/components/sallCenter/balanceBudget.vue
View file @
15cb5448
...
...
@@ -25,10 +25,12 @@
<el-input
style=
"display:inline-block;width:225px;height:30px"
placeholder=
"请输入昵称搜索"
v-model=
"msg.MemberName"
@
clear=
"msg.pageIndex=1,getList()"
@
keyup
.
enter
.
native=
"msg.pageIndex=1,getList()"
size=
"small"
clearable
>
</el-input>
<span
@
click=
"
getList
"
class=
"el-icon-search"
style=
"color:#979dad;font-size:14px;position:relative;top:1px"
></span>
<span
@
click=
"
msg.pageIndex=1,getList()
"
class=
"el-icon-search"
style=
"color:#979dad;font-size:14px;position:relative;top:1px"
></span>
</div>
</div>
</div>
...
...
@@ -76,11 +78,12 @@
</el-table-column>
</el-table>
<el-pagination
style=
"text-align:right"
background
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
layout=
"prev, pager, next"
:total=
"count"
>
background
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
layout=
"prev, pager, next"
:current-page
.
sync=
"msg.pageIndex"
:total=
"count"
>
</el-pagination>
</div>
<!-- 选择导出信息 -->
...
...
@@ -140,9 +143,12 @@
},
methods
:{
getDateList
(){
if
(
this
.
value
!=
''
){
if
(
this
.
value
!=
''
&&
this
.
value
!=
null
){
this
.
msg
.
StartDate
=
this
.
value
[
0
];
this
.
msg
.
EndDate
=
this
.
value
[
1
];
}
else
{
this
.
msg
.
StartDate
=
''
;
this
.
msg
.
EndDate
=
''
;
}
this
.
loading
=
true
;
this
.
apipost
(
"/api/Recharge/GetMemberBalancePageList"
,
this
.
msg
,
res
=>
{
...
...
@@ -192,6 +198,7 @@
this
.
msg
.
EndDate
=
''
;
}
this
.
msg
.
pageIndex
=
1
this
.
getDateList
();
},
...
...
src/components/sallCenter/cardTicketList.vue
View file @
15cb5448
...
...
@@ -14,6 +14,8 @@
placeholder=
"请输入卡券名称搜索"
v-model=
"msg.Name"
size=
"small"
@
clear=
"getList"
@
keyup
.
enter
.
native=
"getList"
clearable
>
</el-input>
<span
@
click=
"getList"
class=
"el-icon-search"
style=
"color:#979dad;font-size:14px;position:relative;top:1px"
></span>
...
...
@@ -86,11 +88,12 @@
</el-table-column>
</el-table>
<el-pagination
style=
"text-align:right"
background
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
layout=
"prev, pager, next"
:total=
"count"
>
background
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
layout=
"prev, pager, next"
:current-page
.
sync=
"msg.pageIndex"
:total=
"count"
>
</el-pagination>
</div>
</div>
...
...
@@ -163,6 +166,7 @@
this
.
$router
.
push
(
'/rechargeSet'
);
},
getList
(){
this
.
msg
.
pageIndex
=
1
this
.
getDateList
()
},
handleCurrentChange
(
val
)
{
...
...
src/components/sallCenter/couponManage.vue
View file @
15cb5448
...
...
@@ -14,6 +14,8 @@
placeholder=
"请输入优惠券名称搜索"
v-model=
"msg.Name"
size=
"small"
@
clear=
"getList"
@
keyup
.
enter
.
native=
"getList"
clearable
>
</el-input>
<span
@
click=
"getList"
class=
"el-icon-search"
style=
"color:#979dad;font-size:14px;position:relative;top:1px"
></span>
...
...
@@ -117,11 +119,12 @@
</el-table-column>
</el-table>
<el-pagination
style=
"text-align:right"
background
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
layout=
"prev, pager, next"
:total=
"count"
>
background
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
layout=
"prev, pager, next"
:current-page
.
sync=
"msg.pageIndex"
:total=
"count"
>
</el-pagination>
</div>
</div>
...
...
@@ -203,6 +206,7 @@
this
.
$router
.
push
(
'/rechargeSet'
);
},
getList
(){
this
.
msg
.
pageIndex
=
1
this
.
getDateList
()
},
dianswitch
(
row
){
...
...
src/components/sallCenter/rechargeManage.vue
View file @
15cb5448
...
...
@@ -14,6 +14,8 @@
<el-input
style=
"display:inline-block;width:225px;height:30px"
placeholder=
"请输入昵称搜索"
v-model=
"msg.Name"
@
clear=
"getList()"
@
keyup
.
enter
.
native=
"getList()"
size=
"small"
clearable
>
</el-input>
...
...
@@ -78,11 +80,12 @@
</el-table-column>
</el-table>
<el-pagination
style=
"text-align:right"
background
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
layout=
"prev, pager, next"
:total=
"count"
>
background
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
layout=
"prev, pager, next"
:current-page
.
sync=
"msg.pageIndex"
:total=
"count"
>
</el-pagination>
</div>
</div>
...
...
@@ -155,6 +158,7 @@
this
.
$router
.
push
(
'/rechargeSet'
);
},
getList
(){
this
.
msg
.
pageIndex
=
1
;
this
.
getDateList
()
},
handleCurrentChange
(
val
)
{
...
...
src/components/setup/electronFaceSheet.vue
View file @
15cb5448
...
...
@@ -10,7 +10,10 @@
</div>
<div
class=
"search_s"
>
<div
class=
"input-item"
>
<el-input
placeholder=
"请输入搜索内容"
v-model=
"msg.Name"
style=
"width: 300px;font-size: 10px;height: 32px"
>
<el-input
placeholder=
"请输入搜索内容"
v-model=
"msg.Name"
style=
"width: 300px;font-size: 10px;height: 32px"
@
clear=
"search"
@
keyup
.
enter
.
native=
"search"
clearable
>
<el-button
slot=
"append"
icon=
"el-icon-search"
@
click=
"search"
></el-button>
</el-input>
</div>
...
...
src/components/setup/regionBuy.vue
View file @
15cb5448
...
...
@@ -81,9 +81,12 @@
getAreaBuyInfo
(){
this
.
apipost
(
"/api/MallBase/GetAreaBuyInfo"
,{}
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
msg
.
IsOpenMinPrice
=
res
.
data
.
data
.
IsOpenMinPrice
;
this
.
msg
.
List
=
res
.
data
.
data
.
List
;
this
.
msg
.
ID
=
res
.
data
.
data
.
ID
;
if
(
res
.
data
.
data
!=
null
){
this
.
msg
.
IsOpenMinPrice
=
res
.
data
.
data
.
IsOpenMinPrice
;
this
.
msg
.
List
=
res
.
data
.
data
.
List
;
this
.
msg
.
ID
=
res
.
data
.
data
.
ID
;
}
}
else
{
this
.
Info
(
res
.
data
.
message
);
}
...
...
src/components/setup/returnAddressList.vue
View file @
15cb5448
...
...
@@ -7,7 +7,10 @@
<div
class=
"search_s"
>
<div
class=
"input-item"
>
<el-input
placeholder=
"请输入收件人姓名或联系方式"
v-model=
"msg.Name"
style=
"width: 300px;font-size: 10px;height: 32px"
>
<el-input
placeholder=
"请输入收件人姓名或联系方式"
v-model=
"msg.Name"
style=
"width: 300px;font-size: 10px;height: 32px"
@
clear=
"search"
@
keyup
.
enter
.
native=
"search"
clearable
>
<el-button
slot=
"append"
icon=
"el-icon-search"
@
click=
"search"
></el-button>
</el-input>
</div>
...
...
src/components/setup/view/freeShipping.vue
View file @
15cb5448
...
...
@@ -6,7 +6,10 @@
<div
style=
"justify-content: space-between; display: flex;"
>
<div
class=
"input-item"
>
<el-input
placeholder=
"请输入内容"
v-model=
"msg.RulesName"
>
<el-input
placeholder=
"请输入内容"
v-model=
"msg.RulesName"
@
clear=
"search"
@
keyup
.
enter
.
native=
"search"
clearable
>
<el-button
slot=
"append"
icon=
"el-icon-search"
@
click=
"search"
></el-button>
</el-input>
</div>
...
...
src/components/setup/view/freight.vue
View file @
15cb5448
...
...
@@ -27,7 +27,10 @@
<div
style=
"justify-content: space-between; display: flex;"
>
<div
class=
"input-item"
>
<el-input
placeholder=
"请输入内容"
v-model=
"msg.RulesName"
>
<el-input
placeholder=
"请输入内容"
v-model=
"msg.RulesName"
@
clear=
"search"
@
keyup
.
enter
.
native=
"search"
clearable
>
<el-button
slot=
"append"
icon=
"el-icon-search"
@
click=
"search"
></el-button>
</el-input>
</div>
...
...
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