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
282a0630
Commit
282a0630
authored
Jul 06, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
部分分页的处理
parent
8c728733
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
82 additions
and
73 deletions
+82
-73
SpecificationTemplate.vue
src/components/CommodityMan/SpecificationTemplate.vue
+3
-3
goodsList.vue
src/components/CommodityMan/goodsList.vue
+7
-6
goodsServices.vue
src/components/CommodityMan/goodsServices.vue
+5
-4
quickBuy.vue
src/components/CommodityMan/quickBuy.vue
+4
-3
supplierManage.vue
src/components/CommodityMan/supplierManage.vue
+4
-3
MembersBuy.vue
src/components/UserMan/MembersBuy.vue
+4
-3
MembershipGrade.vue
src/components/UserMan/MembershipGrade.vue
+4
-3
PdistributorLevel.vue
src/components/UserMan/PdistributorLevel.vue
+4
-3
PeaceDistribution.vue
src/components/UserMan/PeaceDistribution.vue
+5
-4
distributionOrder.vue
src/components/UserMan/distributionOrder.vue
+4
-4
distributorLevel.vue
src/components/UserMan/distributorLevel.vue
+4
-3
distributors.vue
src/components/UserMan/distributors.vue
+9
-9
usersList.vue
src/components/UserMan/usersList.vue
+9
-9
CostManagement.vue
src/components/orderMan/CostManagement.vue
+4
-4
afterSalesOrder.vue
src/components/orderMan/afterSalesOrder.vue
+3
-3
evaluationMan.vue
src/components/orderMan/evaluationMan.vue
+4
-4
orderList.vue
src/components/orderMan/orderList.vue
+5
-5
No files found.
src/components/CommodityMan/SpecificationTemplate.vue
View file @
282a0630
...
@@ -9,13 +9,13 @@
...
@@ -9,13 +9,13 @@
<div
class=
"searchInput"
style=
"width:250px"
>
<div
class=
"searchInput"
style=
"width:250px"
>
<el-input
style=
"display:inline-block;width:225px;height:30px"
<el-input
style=
"display:inline-block;width:225px;height:30px"
placeholder=
"请输入规格名搜索"
placeholder=
"请输入规格名搜索"
@
keyup
.
enter
.
native=
"getList()"
@
keyup
.
enter
.
native=
"
msg.pageIndex=1,
getList()"
v-model=
"msg.Name"
v-model=
"msg.Name"
@
clear=
"
getList
"
@
clear=
"
msg.pageIndex=1,getList()
"
size=
"small"
size=
"small"
clearable
>
clearable
>
</el-input>
</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>
</div>
<el-table
<el-table
...
...
src/components/CommodityMan/goodsList.vue
View file @
282a0630
...
@@ -18,11 +18,11 @@
...
@@ -18,11 +18,11 @@
</div>
</div>
<div>
<div>
<el-button
@
click=
"flDig=true"
style=
"margin-right:10px;"
size=
"small"
>
分类筛选
</el-button>
<el-button
@
click=
"flDig=true"
style=
"margin-right:10px;"
size=
"small"
>
分类筛选
</el-button>
<el-button
v-show=
"checkList.length>0"
@
click=
"checkList=[],msg.CategoryIds='',getList()"
type=
"danger"
style=
"margin-right:10px;"
size=
"small"
>
清除分类
</el-button>
<el-button
v-show=
"checkList.length>0"
@
click=
"checkList=[],msg.CategoryIds='',
msg.pageIndex=1,
getList()"
type=
"danger"
style=
"margin-right:10px;"
size=
"small"
>
清除分类
</el-button>
<span>
添加时间:
</span>
<span>
添加时间:
</span>
<el-date-picker
<el-date-picker
v-model=
"dateList"
v-model=
"dateList"
@
change=
"
getList
"
@
change=
"
msg.pageIndex=1,getList()
"
size=
"small"
size=
"small"
type=
"datetimerange"
type=
"datetimerange"
range-separator=
"至"
range-separator=
"至"
...
@@ -31,20 +31,20 @@
...
@@ -31,20 +31,20 @@
end-placeholder=
"结束日期"
>
end-placeholder=
"结束日期"
>
</el-date-picker>
</el-date-picker>
<div
class=
"searchInput"
style=
"width:250px;margin-right: 0px;"
>
<div
class=
"searchInput"
style=
"width:250px;margin-right: 0px;"
>
<el-input
@
keyup
.
enter
.
native=
"getList()"
style=
"display:inline-block;width:225px;height:30px"
<el-input
@
keyup
.
enter
.
native=
"
msg.pageIndex=1,
getList()"
style=
"display:inline-block;width:225px;height:30px"
placeholder=
"请输入名称搜索"
placeholder=
"请输入名称搜索"
v-model=
"msg.Name"
v-model=
"msg.Name"
@
clear=
"
getList
"
@
clear=
"
msg.pageIndex=1,getList()
"
size=
"small"
size=
"small"
clearable
>
clearable
>
</el-input>
</el-input>
<span
@
click=
"getList"
class=
"el-icon-search"
style=
"color:#979dad;font-size:14px;position:relative;top:1px"
></span>
<span
@
click=
"getList"
class=
"el-icon-search"
style=
"color:#979dad;font-size:14px;position:relative;top:1px"
></span>
</div>
</div>
<div
class=
"searchInput"
style=
"width:250px"
>
<div
class=
"searchInput"
style=
"width:250px"
>
<el-input
@
keyup
.
enter
.
native=
"getList()"
style=
"display:inline-block;width:225px;height:30px"
<el-input
@
keyup
.
enter
.
native=
"
msg.pageIndex=1,
getList()"
style=
"display:inline-block;width:225px;height:30px"
placeholder=
"请输入ID搜索"
placeholder=
"请输入ID搜索"
v-model=
"msg.Id"
v-model=
"msg.Id"
@
clear=
"
getList
"
@
clear=
"
msg.pageIndex=1,getList()
"
size=
"small"
size=
"small"
clearable
>
clearable
>
</el-input>
</el-input>
...
@@ -651,6 +651,7 @@ export default {
...
@@ -651,6 +651,7 @@ export default {
this
.
checkList
.
forEach
(
item
=>
{
this
.
checkList
.
forEach
(
item
=>
{
CategoryIds
.
push
(
item
.
Id
)
CategoryIds
.
push
(
item
.
Id
)
})
})
this
.
msg
.
pageIndex
=
1
this
.
msg
.
CategoryIds
=
CategoryIds
.
join
(
","
);
this
.
msg
.
CategoryIds
=
CategoryIds
.
join
(
","
);
this
.
getList
();
this
.
getList
();
this
.
flDig
=
false
;
this
.
flDig
=
false
;
...
...
src/components/CommodityMan/goodsServices.vue
View file @
282a0630
...
@@ -10,14 +10,14 @@
...
@@ -10,14 +10,14 @@
<el-input
style=
"display:inline-block;width:225px;height:30px"
<el-input
style=
"display:inline-block;width:225px;height:30px"
placeholder=
"请输入规格名搜索"
placeholder=
"请输入规格名搜索"
v-model=
"msg.Name"
v-model=
"msg.Name"
@
clear=
"
getList
"
@
clear=
"
msg.pageIndex=1,getList()
"
@
keyup
.
enter
.
native=
"getList()"
@
keyup
.
enter
.
native=
"
msg.pageIndex=1,
getList()"
size=
"small"
size=
"small"
clearable
>
clearable
>
</el-input>
</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>
<el-select
size=
"small"
@
change=
"
getList
"
v-model=
"msg.IsDefault"
placeholder=
"请选择"
>
<el-select
size=
"small"
@
change=
"
msg.pageIndex=1,getList()
"
v-model=
"msg.IsDefault"
placeholder=
"请选择"
>
<el-option
label=
"不限"
:value=
"0"
></el-option>
<el-option
label=
"不限"
:value=
"0"
></el-option>
<el-option
label=
"是"
:value=
"1"
></el-option>
<el-option
label=
"是"
:value=
"1"
></el-option>
<el-option
label=
"否"
:value=
"2"
></el-option>
<el-option
label=
"否"
:value=
"2"
></el-option>
...
@@ -94,6 +94,7 @@
...
@@ -94,6 +94,7 @@
@
current-change=
"handleCurrentChange"
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
:page-size=
"msg.pageSize"
layout=
"prev, pager, next"
layout=
"prev, pager, next"
:current-page
.
sync=
"msg.pageIndex"
:total=
"total"
>
:total=
"total"
>
</el-pagination>
</el-pagination>
</div>
</div>
...
...
src/components/CommodityMan/quickBuy.vue
View file @
282a0630
...
@@ -10,12 +10,12 @@
...
@@ -10,12 +10,12 @@
<el-input
style=
"display:inline-block;width:225px;height:30px"
<el-input
style=
"display:inline-block;width:225px;height:30px"
placeholder=
"请输入名称搜索"
placeholder=
"请输入名称搜索"
v-model=
"msg.CategoryName"
v-model=
"msg.CategoryName"
@
keyup
.
enter
.
native=
"getList()"
@
keyup
.
enter
.
native=
"
msg.pageIndex=1,
getList()"
@
clear=
"
getList
"
@
clear=
"
msg.pageIndex=1,getList()
"
size=
"small"
size=
"small"
clearable
>
clearable
>
</el-input>
</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>
<span
class=
"f12"
style=
"padding:8px 15px;color:#909399;background-color: #f4f4f5;"
>
温馨提示:商品分类修改至“
<span
class=
"f12"
style=
"padding:8px 15px;color:#909399;background-color: #f4f4f5;"
>
温馨提示:商品分类修改至“
<span
@
click=
"CommonJump('goodsClassification')"
class=
"blue f14 point"
>
商品管理-分类
</span>
<span
@
click=
"CommonJump('goodsClassification')"
class=
"blue f14 point"
>
商品管理-分类
</span>
...
@@ -78,6 +78,7 @@
...
@@ -78,6 +78,7 @@
background
background
@
current-change=
"handleCurrentChange"
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
:page-size=
"msg.pageSize"
:current-page
.
sync=
"msg.pageIndex"
layout=
"prev, pager, next"
layout=
"prev, pager, next"
:total=
"total"
>
:total=
"total"
>
</el-pagination>
</el-pagination>
...
...
src/components/CommodityMan/supplierManage.vue
View file @
282a0630
...
@@ -10,12 +10,12 @@
...
@@ -10,12 +10,12 @@
<el-input
style=
"display:inline-block;width:225px;height:30px"
<el-input
style=
"display:inline-block;width:225px;height:30px"
placeholder=
"请输入规格名搜索"
placeholder=
"请输入规格名搜索"
v-model=
"msg.Name"
v-model=
"msg.Name"
@
keyup
.
enter
.
native=
"getList()"
@
keyup
.
enter
.
native=
"
msg.pageIndex=1,
getList()"
@
clear=
"
getList
"
@
clear=
"
msg.pageIndex=1,getList()
"
size=
"small"
size=
"small"
clearable
>
clearable
>
</el-input>
</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>
</div>
...
@@ -85,6 +85,7 @@
...
@@ -85,6 +85,7 @@
@
current-change=
"handleCurrentChange"
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
:page-size=
"msg.pageSize"
layout=
"prev, pager, next"
layout=
"prev, pager, next"
:current-page
.
sync=
"msg.pageIndex"
:total=
"total"
>
:total=
"total"
>
</el-pagination>
</el-pagination>
</div>
</div>
...
...
src/components/UserMan/MembersBuy.vue
View file @
282a0630
...
@@ -18,13 +18,13 @@
...
@@ -18,13 +18,13 @@
<div
style=
"margin-left:20px"
class=
"searchInput"
>
<div
style=
"margin-left:20px"
class=
"searchInput"
>
<el-input
style=
"display:inline-block;width:225px;height:30px"
<el-input
style=
"display:inline-block;width:225px;height:30px"
placeholder=
"请输入内容"
placeholder=
"请输入内容"
@
keyup
.
enter
.
native=
"getList()"
@
keyup
.
enter
.
native=
"
msg.pageIndex=1,
getList()"
v-model=
"msg.UserName"
v-model=
"msg.UserName"
size=
"small"
size=
"small"
@
clear=
"
getList
"
@
clear=
"
msg.pageIndex=1,getList()
"
clearable
>
clearable
>
</el-input>
</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>
</div>
<el-table
v-loading=
"loading"
<el-table
v-loading=
"loading"
...
@@ -68,6 +68,7 @@
...
@@ -68,6 +68,7 @@
@
current-change=
"handleCurrentChange"
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
:page-size=
"msg.pageSize"
layout=
"prev, pager, next"
layout=
"prev, pager, next"
:current-page
.
sync=
"msg.pageIndex"
:total=
"total"
>
:total=
"total"
>
</el-pagination>
</el-pagination>
</div>
</div>
...
...
src/components/UserMan/MembershipGrade.vue
View file @
282a0630
...
@@ -10,13 +10,13 @@
...
@@ -10,13 +10,13 @@
<div
class=
"searchInput"
>
<div
class=
"searchInput"
>
<el-input
style=
"display:inline-block;width:225px;height:30px"
<el-input
style=
"display:inline-block;width:225px;height:30px"
placeholder=
"请输入会员名称搜索"
placeholder=
"请输入会员名称搜索"
@
keyup
.
enter
.
native=
"getList()"
@
keyup
.
enter
.
native=
"
msg.pageIndex=1,
getList()"
@
clear=
"
getList
"
@
clear=
"
msg.pageIndex=1,getList()
"
v-model=
"msg.Name"
v-model=
"msg.Name"
size=
"small"
size=
"small"
clearable
>
clearable
>
</el-input>
</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>
</div>
<el-table
<el-table
...
@@ -82,6 +82,7 @@
...
@@ -82,6 +82,7 @@
@
current-change=
"handleCurrentChange"
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
:page-size=
"msg.pageSize"
layout=
"prev, pager, next"
layout=
"prev, pager, next"
:current-page
.
sync=
"msg.pageIndex"
:total=
"total"
>
:total=
"total"
>
</el-pagination>
</el-pagination>
</div>
</div>
...
...
src/components/UserMan/PdistributorLevel.vue
View file @
282a0630
...
@@ -22,12 +22,12 @@
...
@@ -22,12 +22,12 @@
<el-input
style=
"display:inline-block;width:205px;height:30px"
<el-input
style=
"display:inline-block;width:205px;height:30px"
placeholder=
"请输入分销商等级名称查询"
placeholder=
"请输入分销商等级名称查询"
v-model=
"msg.GradeName"
v-model=
"msg.GradeName"
@
keyup
.
enter
.
native=
"getList()"
@
keyup
.
enter
.
native=
"
msg.pageIndex=1,
getList()"
@
clear=
"
getList
"
@
clear=
"
msg.pageIndex=1,getList()
"
size=
"small"
size=
"small"
clearable
>
clearable
>
</el-input>
</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>
</div>
<el-table
<el-table
...
@@ -81,6 +81,7 @@
...
@@ -81,6 +81,7 @@
@
current-change=
"handleCurrentChange"
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
:page-size=
"msg.pageSize"
layout=
"prev, pager, next"
layout=
"prev, pager, next"
:current-page
.
sync=
"msg.pageIndex"
:total=
"total"
>
:total=
"total"
>
</el-pagination>
</el-pagination>
</div>
</div>
...
...
src/components/UserMan/PeaceDistribution.vue
View file @
282a0630
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
</div>
</div>
<div
class=
"content"
>
<div
class=
"content"
>
<div>
<div>
<el-select
class=
"w120"
@
change=
"
getList
"
style=
"margin-right: 10px;"
filterable
v-model=
"msg.CategoryId"
size=
"small"
placeholder=
"请选择"
>
<el-select
class=
"w120"
@
change=
"
msg.pageIndex=1,getList()
"
style=
"margin-right: 10px;"
filterable
v-model=
"msg.CategoryId"
size=
"small"
placeholder=
"请选择"
>
<el-option
label=
"全部分类"
:value=
"0"
></el-option>
<el-option
label=
"全部分类"
:value=
"0"
></el-option>
<el-option
<el-option
v-for=
"item in cateList"
v-for=
"item in cateList"
...
@@ -21,13 +21,13 @@
...
@@ -21,13 +21,13 @@
<div
class=
"searchInput"
style=
"width:230px"
>
<div
class=
"searchInput"
style=
"width:230px"
>
<el-input
style=
"display:inline-block;width:205px;height:30px"
<el-input
style=
"display:inline-block;width:205px;height:30px"
placeholder=
"请输入名称查询"
placeholder=
"请输入名称查询"
@
keyup
.
enter
.
native=
"getList()"
@
keyup
.
enter
.
native=
"
msg.pageIndex=1,
getList()"
@
clear=
"
getList
"
@
clear=
"
msg.pageIndex=1,getList()
"
v-model=
"msg.Name"
v-model=
"msg.Name"
size=
"small"
size=
"small"
clearable
>
clearable
>
</el-input>
</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>
</div>
<el-table
<el-table
...
@@ -101,6 +101,7 @@
...
@@ -101,6 +101,7 @@
@
current-change=
"handleCurrentChange"
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
:page-size=
"msg.pageSize"
layout=
"prev, pager, next"
layout=
"prev, pager, next"
:current-page
.
sync=
"msg.pageIndex"
:total=
"total"
>
:total=
"total"
>
</el-pagination>
</el-pagination>
</div>
</div>
...
...
src/components/UserMan/distributionOrder.vue
View file @
282a0630
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<span>
下单时间:
</span>
<span>
下单时间:
</span>
<el-date-picker
<el-date-picker
v-model=
"dateList"
v-model=
"dateList"
@
change=
"
getList
"
@
change=
"
msg.pageIndex=1,getList()
"
size=
"small"
size=
"small"
type=
"datetimerange"
type=
"datetimerange"
range-separator=
"至"
range-separator=
"至"
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
end-placeholder=
"结束日期"
>
end-placeholder=
"结束日期"
>
</el-date-picker>
</el-date-picker>
<span
style=
"margin-left:15px"
>
所属平台:
</span>
<span
style=
"margin-left:15px"
>
所属平台:
</span>
<el-select
class=
"w120"
@
change=
"
getList
"
style=
"margin-right: 10px;"
v-model=
"msg.OrderSource"
size=
"small"
placeholder=
"请选择"
>
<el-select
class=
"w120"
@
change=
"
msg.pageIndex=1,getList()
"
style=
"margin-right: 10px;"
v-model=
"msg.OrderSource"
size=
"small"
placeholder=
"请选择"
>
<el-option
label=
"全部平台"
:value=
"0"
></el-option>
<el-option
label=
"全部平台"
:value=
"0"
></el-option>
<el-option
<el-option
v-for=
"item in platList"
v-for=
"item in platList"
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
</el-option>
</el-option>
</el-select>
</el-select>
<span
style=
"margin-left:15px"
>
配送方式:
</span>
<span
style=
"margin-left:15px"
>
配送方式:
</span>
<el-select
class=
"w120"
@
change=
"
getList
"
style=
"margin-right: 10px;"
v-model=
"msg.DeliveryMethod"
size=
"small"
placeholder=
"请选择"
>
<el-select
class=
"w120"
@
change=
"
msg.pageIndex=1,getList()
"
style=
"margin-right: 10px;"
v-model=
"msg.DeliveryMethod"
size=
"small"
placeholder=
"请选择"
>
<el-option
label=
"全部订单"
:value=
"0"
></el-option>
<el-option
label=
"全部订单"
:value=
"0"
></el-option>
<el-option
<el-option
v-for=
"item in deliveryList"
v-for=
"item in deliveryList"
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
:value=
"item.Id"
>
:value=
"item.Id"
>
</el-option>
</el-option>
</el-select>
</el-select>
<el-input
@
clear=
"
getList"
@
keyup
.
enter
.
native=
"
getList()"
clearable
style=
"margin-left:15px;width:300px"
class=
"input-with-select"
placeholder=
"请输入内容"
v-model=
"msgVal"
size=
"small"
>
<el-input
@
clear=
"
msg.pageIndex=1,getList()"
@
keyup
.
enter
.
native=
"msg.pageIndex=1,
getList()"
clearable
style=
"margin-left:15px;width:300px"
class=
"input-with-select"
placeholder=
"请输入内容"
v-model=
"msgVal"
size=
"small"
>
<el-select
class=
"pendSelect"
@
change=
"ChangeId"
v-model=
"msgId"
slot=
"prepend"
placeholder=
"请选择"
>
<el-select
class=
"pendSelect"
@
change=
"ChangeId"
v-model=
"msgId"
slot=
"prepend"
placeholder=
"请选择"
>
<el-option
<el-option
v-for=
"item in option"
v-for=
"item in option"
...
...
src/components/UserMan/distributorLevel.vue
View file @
282a0630
...
@@ -22,12 +22,12 @@
...
@@ -22,12 +22,12 @@
<el-input
style=
"display:inline-block;width:205px;height:30px"
<el-input
style=
"display:inline-block;width:205px;height:30px"
placeholder=
"请输入分销商等级名称查询"
placeholder=
"请输入分销商等级名称查询"
v-model=
"msg.Name"
v-model=
"msg.Name"
@
keyup
.
enter
.
native=
"getList()"
@
keyup
.
enter
.
native=
"
msg.pageIndex=1,
getList()"
@
clear=
"
getList
"
@
clear=
"
msg.pageIndex=1,getList()
"
size=
"small"
size=
"small"
clearable
>
clearable
>
</el-input>
</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>
</div>
<el-table
<el-table
...
@@ -121,6 +121,7 @@
...
@@ -121,6 +121,7 @@
@
current-change=
"handleCurrentChange"
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
:page-size=
"msg.pageSize"
layout=
"prev, pager, next"
layout=
"prev, pager, next"
:current-page
.
sync=
"msg.pageIndex"
:total=
"total"
>
:total=
"total"
>
</el-pagination>
</el-pagination>
</div>
</div>
...
...
src/components/UserMan/distributors.vue
View file @
282a0630
...
@@ -7,14 +7,14 @@
...
@@ -7,14 +7,14 @@
</div>
</div>
<div
class=
"content"
>
<div
class=
"content"
>
<div>
<div>
<el-select
class=
"w100"
@
change=
"
getList
"
style=
"margin-right: 10px;"
v-model=
"msg.GradeId"
size=
"small"
<el-select
class=
"w100"
@
change=
"
msg.pageIndex=1,getList()
"
style=
"margin-right: 10px;"
v-model=
"msg.GradeId"
size=
"small"
placeholder=
"请选择"
>
placeholder=
"请选择"
>
<el-option
label=
"全部等级"
:value=
"-1"
></el-option>
<el-option
label=
"全部等级"
:value=
"-1"
></el-option>
<el-option
label=
"默认等级"
:value=
"0"
></el-option>
<el-option
label=
"默认等级"
:value=
"0"
></el-option>
<el-option
v-for=
"item in DropdownList"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
<el-option
v-for=
"item in DropdownList"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
</el-option>
</el-option>
</el-select>
</el-select>
<el-select
class=
"w100"
@
change=
"
getList
"
style=
"margin-right: 10px;"
v-model=
"msg.Source"
size=
"small"
<el-select
class=
"w100"
@
change=
"
msg.pageIndex=1,getList()
"
style=
"margin-right: 10px;"
v-model=
"msg.Source"
size=
"small"
placeholder=
"请选择"
>
placeholder=
"请选择"
>
<el-option
label=
"全部平台"
:value=
"0"
></el-option>
<el-option
label=
"全部平台"
:value=
"0"
></el-option>
<el-option
v-for=
"item in platList"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
<el-option
v-for=
"item in platList"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
...
@@ -22,23 +22,23 @@
...
@@ -22,23 +22,23 @@
</el-select>
</el-select>
<div
class=
"searchInput"
style=
"width:150px"
>
<div
class=
"searchInput"
style=
"width:150px"
>
<el-input
style=
"display:inline-block;width:125px;height:30px"
placeholder=
"请输入ID"
v-model=
"msg.UserId"
<el-input
style=
"display:inline-block;width:125px;height:30px"
placeholder=
"请输入ID"
v-model=
"msg.UserId"
size=
"small"
@
keyup
.
enter
.
native=
"
getList()"
@
clear=
"getList
"
clearable
>
size=
"small"
@
keyup
.
enter
.
native=
"
msg.pageIndex=1,getList()"
@
clear=
"msg.pageIndex=1,getList()
"
clearable
>
</el-input>
</el-input>
<span
@
click=
"
getList
"
class=
"el-icon-search"
<span
@
click=
"
msg.pageIndex=1,getList()
"
class=
"el-icon-search"
style=
"color:#979dad;font-size:14px;position:relative;top:1px"
></span>
style=
"color:#979dad;font-size:14px;position:relative;top:1px"
></span>
</div>
</div>
<div
class=
"searchInput"
style=
"width:150px"
>
<div
class=
"searchInput"
style=
"width:150px"
>
<el-input
style=
"display:inline-block;width:125px;height:30px"
placeholder=
"请输入昵称"
v-model=
"msg.NickName"
<el-input
style=
"display:inline-block;width:125px;height:30px"
placeholder=
"请输入昵称"
v-model=
"msg.NickName"
size=
"small"
@
keyup
.
enter
.
native=
"
getList()"
@
clear=
"getList
"
clearable
>
size=
"small"
@
keyup
.
enter
.
native=
"
msg.pageIndex=1,getList()"
@
clear=
"msg.pageIndex=1,getList()
"
clearable
>
</el-input>
</el-input>
<span
@
click=
"
getList
"
class=
"el-icon-search"
<span
@
click=
"
msg.pageIndex=1,getList()
"
class=
"el-icon-search"
style=
"color:#979dad;font-size:14px;position:relative;top:1px"
></span>
style=
"color:#979dad;font-size:14px;position:relative;top:1px"
></span>
</div>
</div>
<div
class=
"searchInput"
style=
"width:150px"
>
<div
class=
"searchInput"
style=
"width:150px"
>
<el-input
style=
"display:inline-block;width:125px;height:30px"
placeholder=
"请输入手机号"
v-model=
"msg.Moblie"
<el-input
style=
"display:inline-block;width:125px;height:30px"
placeholder=
"请输入手机号"
v-model=
"msg.Moblie"
size=
"small"
@
keyup
.
enter
.
native=
"
getList()"
@
clear=
"getList
"
clearable
>
size=
"small"
@
keyup
.
enter
.
native=
"
msg.pageIndex=1,getList()"
@
clear=
"msg.pageIndex=1,getList()
"
clearable
>
</el-input>
</el-input>
<span
@
click=
"
getList
"
class=
"el-icon-search"
<span
@
click=
"
msg.pageIndex=1,getList()
"
class=
"el-icon-search"
style=
"color:#979dad;font-size:14px;position:relative;top:1px"
></span>
style=
"color:#979dad;font-size:14px;position:relative;top:1px"
></span>
</div>
</div>
<el-button
@
click=
"plSet"
size=
"small"
type=
"primary"
style=
"margin-bottom:20px;"
>
批量设置
</el-button>
<el-button
@
click=
"plSet"
size=
"small"
type=
"primary"
style=
"margin-bottom:20px;"
>
批量设置
</el-button>
...
@@ -164,7 +164,7 @@
...
@@ -164,7 +164,7 @@
</template>
</template>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
<el-pagination
style=
"text-align:right"
background
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
<el-pagination
style=
"text-align:right"
background
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
:current-page
.
sync=
"msg.pageIndex"
layout=
"prev, pager, next"
:total=
"total"
>
layout=
"prev, pager, next"
:total=
"total"
>
</el-pagination>
</el-pagination>
</div>
</div>
...
...
src/components/UserMan/usersList.vue
View file @
282a0630
...
@@ -7,37 +7,37 @@
...
@@ -7,37 +7,37 @@
</div>
</div>
<div
class=
"content"
>
<div
class=
"content"
>
<div>
<div>
<el-select
class=
"w100"
@
change=
"
getList
"
style=
"margin-right: 10px;"
v-model=
"msg.MemberGrade"
size=
"small"
<el-select
class=
"w100"
@
change=
"
msg.pageIndex=1,getList()
"
style=
"margin-right: 10px;"
v-model=
"msg.MemberGrade"
size=
"small"
placeholder=
"请选择"
>
placeholder=
"请选择"
>
<el-option
label=
"全部会员"
:value=
"0"
></el-option>
<el-option
label=
"全部会员"
:value=
"0"
></el-option>
<el-option
v-for=
"item in memberGradeList"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
<el-option
v-for=
"item in memberGradeList"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
</el-option>
</el-option>
</el-select>
</el-select>
<el-select
class=
"w100"
@
change=
"
getList
"
style=
"margin-right: 10px;"
v-model=
"msg.Source"
size=
"small"
<el-select
class=
"w100"
@
change=
"
msg.pageIndex=1,getList()
"
style=
"margin-right: 10px;"
v-model=
"msg.Source"
size=
"small"
placeholder=
"请选择"
>
placeholder=
"请选择"
>
<el-option
label=
"全部平台"
:value=
"0"
></el-option>
<el-option
label=
"全部平台"
:value=
"0"
></el-option>
<el-option
v-for=
"item in platList"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
<el-option
v-for=
"item in platList"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
</el-option>
</el-option>
</el-select>
</el-select>
<div
class=
"searchInput"
style=
"width:150px"
>
<div
class=
"searchInput"
style=
"width:150px"
>
<el-input
@
keyup
.
enter
.
native=
"
getList()"
@
clear=
"getList
"
style=
"display:inline-block;width:125px;height:30px"
placeholder=
"请输入ID"
v-model=
"msg.Id"
<el-input
@
keyup
.
enter
.
native=
"
msg.pageIndex=1,getList()"
@
clear=
"msg.pageIndex=1,getList()
"
style=
"display:inline-block;width:125px;height:30px"
placeholder=
"请输入ID"
v-model=
"msg.Id"
size=
"small"
clearable
>
size=
"small"
clearable
>
</el-input>
</el-input>
<span
@
click=
"
getList
"
class=
"el-icon-search"
<span
@
click=
"
msg.pageIndex=1,getList()
"
class=
"el-icon-search"
style=
"color:#979dad;font-size:14px;position:relative;top:1px"
></span>
style=
"color:#979dad;font-size:14px;position:relative;top:1px"
></span>
</div>
</div>
<div
class=
"searchInput"
style=
"width:150px"
>
<div
class=
"searchInput"
style=
"width:150px"
>
<el-input
@
keyup
.
enter
.
native=
"
getList()"
@
clear=
"getList
"
style=
"display:inline-block;width:125px;height:30px"
placeholder=
"请输入昵称"
v-model=
"msg.Name"
<el-input
@
keyup
.
enter
.
native=
"
msg.pageIndex=1,getList()"
@
clear=
"msg.pageIndex=1,getList()
"
style=
"display:inline-block;width:125px;height:30px"
placeholder=
"请输入昵称"
v-model=
"msg.Name"
size=
"small"
clearable
>
size=
"small"
clearable
>
</el-input>
</el-input>
<span
@
click=
"
getList
"
class=
"el-icon-search"
<span
@
click=
"
msg.pageIndex=1,getList()
"
class=
"el-icon-search"
style=
"color:#979dad;font-size:14px;position:relative;top:1px"
></span>
style=
"color:#979dad;font-size:14px;position:relative;top:1px"
></span>
</div>
</div>
<div
class=
"searchInput"
style=
"width:150px"
>
<div
class=
"searchInput"
style=
"width:150px"
>
<el-input
@
keyup
.
enter
.
native=
"
getList()"
@
clear=
"getList
"
style=
"display:inline-block;width:125px;height:30px"
placeholder=
"请输入手机号"
v-model=
"msg.Moblie"
<el-input
@
keyup
.
enter
.
native=
"
msg.pageIndex=1,getList()"
@
clear=
"msg.pageIndex=1,getList()
"
style=
"display:inline-block;width:125px;height:30px"
placeholder=
"请输入手机号"
v-model=
"msg.Moblie"
size=
"small"
clearable
>
size=
"small"
clearable
>
</el-input>
</el-input>
<span
@
click=
"
getList
"
class=
"el-icon-search"
<span
@
click=
"
msg.pageIndex=1,getList()
"
class=
"el-icon-search"
style=
"color:#979dad;font-size:14px;position:relative;top:1px"
></span>
style=
"color:#979dad;font-size:14px;position:relative;top:1px"
></span>
</div>
</div>
</div>
</div>
...
@@ -110,7 +110,7 @@
...
@@ -110,7 +110,7 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
<el-pagination
style=
"text-align:right"
background
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
<el-pagination
style=
"text-align:right"
background
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
:current-page
.
sync=
"msg.pageIndex"
layout=
"prev, pager, next"
:total=
"total"
>
layout=
"prev, pager, next"
:total=
"total"
>
</el-pagination>
</el-pagination>
</div>
</div>
...
...
src/components/orderMan/CostManagement.vue
View file @
282a0630
...
@@ -8,21 +8,21 @@
...
@@ -8,21 +8,21 @@
<div
class=
"content"
>
<div
class=
"content"
>
<div
style=
"margin-bottom:20px"
>
<div
style=
"margin-bottom:20px"
>
<span>
供应商
</span>
<span>
供应商
</span>
<el-select
style=
"margin:0 10px"
class=
"w100"
@
change=
"
getList
"
v-model=
"msg.SupplierId"
size=
"small"
<el-select
style=
"margin:0 10px"
class=
"w100"
@
change=
"
msg.pageIndex=1,getList()
"
v-model=
"msg.SupplierId"
size=
"small"
placeholder=
"请选择"
>
placeholder=
"请选择"
>
<el-option
label=
"不限"
:value=
"0"
></el-option>
<el-option
label=
"不限"
:value=
"0"
></el-option>
<el-option
v-for=
"item in SupplierData"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.ID"
>
<el-option
v-for=
"item in SupplierData"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.ID"
>
</el-option>
</el-option>
</el-select>
</el-select>
<span>
是否制单
</span>
<span>
是否制单
</span>
<el-select
class=
"w100"
style=
"margin-right: 10px;"
@
change=
"
getList
"
v-model=
"msg.IsFinance"
size=
"small"
<el-select
class=
"w100"
style=
"margin-right: 10px;"
@
change=
"
msg.pageIndex=1,getList()
"
v-model=
"msg.IsFinance"
size=
"small"
placeholder=
"请选择"
>
placeholder=
"请选择"
>
<el-option
label=
"全部"
:value=
"0"
></el-option>
<el-option
label=
"全部"
:value=
"0"
></el-option>
<el-option
label=
"已制单"
:value=
"1"
></el-option>
<el-option
label=
"已制单"
:value=
"1"
></el-option>
<el-option
label=
"未制单"
:value=
"2"
></el-option>
<el-option
label=
"未制单"
:value=
"2"
></el-option>
</el-select>
</el-select>
<span>
日期
</span>
<span>
日期
</span>
<el-date-picker
v-model=
"dateList"
@
change=
"
getList
"
size=
"small"
type=
"datetimerange"
range-separator=
"至"
<el-date-picker
v-model=
"dateList"
@
change=
"
msg.pageIndex=1,getList()
"
size=
"small"
type=
"datetimerange"
range-separator=
"至"
value-format=
"yyyy-MM-dd HH:mm:ss"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
>
value-format=
"yyyy-MM-dd HH:mm:ss"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
>
</el-date-picker>
</el-date-picker>
</div>
</div>
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
<el-table-column
prop=
"CostFinanceId"
label=
"关联单号"
width=
"100"
>
<el-table-column
prop=
"CostFinanceId"
label=
"关联单号"
width=
"100"
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
<el-pagination
style=
"text-align:right"
background
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
<el-pagination
style=
"text-align:right"
background
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
:current-page
.
sync=
"msg.pageIndex"
layout=
"prev, pager, next"
:total=
"total"
>
layout=
"prev, pager, next"
:total=
"total"
>
</el-pagination>
</el-pagination>
</div>
</div>
...
...
src/components/orderMan/afterSalesOrder.vue
View file @
282a0630
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<span>
添加时间:
</span>
<span>
添加时间:
</span>
<el-date-picker
<el-date-picker
v-model=
"dateList"
v-model=
"dateList"
@
change=
"
getList
"
@
change=
"
msg.pageIndex=1,getList()
"
size=
"small"
size=
"small"
type=
"datetimerange"
type=
"datetimerange"
range-separator=
"至"
range-separator=
"至"
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
end-placeholder=
"结束日期"
>
end-placeholder=
"结束日期"
>
</el-date-picker>
</el-date-picker>
<span
style=
"margin-left:15px"
>
所属平台:
</span>
<span
style=
"margin-left:15px"
>
所属平台:
</span>
<el-select
class=
"w120"
@
change=
"
getList
"
style=
"margin-right: 10px;"
v-model=
"msg.OrderSource"
size=
"small"
placeholder=
"请选择"
>
<el-select
class=
"w120"
@
change=
"
msg.pageIndex=1,getList()
"
style=
"margin-right: 10px;"
v-model=
"msg.OrderSource"
size=
"small"
placeholder=
"请选择"
>
<el-option
label=
"全部平台"
:value=
"0"
></el-option>
<el-option
label=
"全部平台"
:value=
"0"
></el-option>
<el-option
<el-option
v-for=
"item in platList"
v-for=
"item in platList"
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
:value=
"item.Id"
>
:value=
"item.Id"
>
</el-option>
</el-option>
</el-select>
</el-select>
<el-input
@
clear=
"
getList"
clearable
style=
"margin-left:15px;width:300px"
@
keyup
.
enter
.
native=
"
getList()"
class=
"input-with-select"
placeholder=
"请输入内容"
v-model=
"msgVal"
size=
"small"
>
<el-input
@
clear=
"
msg.pageIndex=1,getList()"
clearable
style=
"margin-left:15px;width:300px"
@
keyup
.
enter
.
native=
"msg.pageIndex=1,
getList()"
class=
"input-with-select"
placeholder=
"请输入内容"
v-model=
"msgVal"
size=
"small"
>
<el-select
class=
"pendSelect"
@
change=
"ChangeId"
v-model=
"msgId"
slot=
"prepend"
placeholder=
"请选择"
>
<el-select
class=
"pendSelect"
@
change=
"ChangeId"
v-model=
"msgId"
slot=
"prepend"
placeholder=
"请选择"
>
<el-option
<el-option
v-for=
"item in option"
v-for=
"item in option"
...
...
src/components/orderMan/evaluationMan.vue
View file @
282a0630
...
@@ -10,14 +10,14 @@
...
@@ -10,14 +10,14 @@
<div
class=
"content"
>
<div
class=
"content"
>
<div
style=
"margin-bottom:20px"
>
<div
style=
"margin-bottom:20px"
>
<span>
评价类型
</span>
<span>
评价类型
</span>
<el-select
style=
"margin:0 10px"
class=
"w100"
@
change=
"
getList
"
v-model=
"msg.CommentGrade"
size=
"small"
<el-select
style=
"margin:0 10px"
class=
"w100"
@
change=
"
msg.pageIndex=1,getList()
"
v-model=
"msg.CommentGrade"
size=
"small"
placeholder=
"请选择"
>
placeholder=
"请选择"
>
<el-option
label=
"全部评价"
:value=
"0"
></el-option>
<el-option
label=
"全部评价"
:value=
"0"
></el-option>
<el-option
v-for=
"item in templateList"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
<el-option
v-for=
"item in templateList"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
</el-option>
</el-option>
</el-select>
</el-select>
<span>
所属平台
</span>
<span>
所属平台
</span>
<el-select
class=
"w100"
@
change=
"
getList
"
style=
"margin-right: 10px;"
v-model=
"msg.OrderSource"
size=
"small"
<el-select
class=
"w100"
@
change=
"
msg.pageIndex=1,getList()
"
style=
"margin-right: 10px;"
v-model=
"msg.OrderSource"
size=
"small"
placeholder=
"请选择"
>
placeholder=
"请选择"
>
<el-option
label=
"全平台"
:value=
"0"
></el-option>
<el-option
label=
"全平台"
:value=
"0"
></el-option>
<el-option
v-for=
"item in platList"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
<el-option
v-for=
"item in platList"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
<el-option
v-for=
"item in option"
:key=
"item.Id"
:label=
"item.name"
:value=
"item.Id"
>
<el-option
v-for=
"item in option"
:key=
"item.Id"
:label=
"item.name"
:value=
"item.Id"
>
</el-option>
</el-option>
</el-select>
</el-select>
<el-button
@
click=
"
getList
"
slot=
"append"
icon=
"el-icon-search"
></el-button>
<el-button
@
click=
"
msg.pageIndex=1,getList()
"
slot=
"append"
icon=
"el-icon-search"
></el-button>
</el-input>
</el-input>
<el-button
@
click=
"plHf"
style=
"margin-left:10px"
size=
"small"
>
批量回复
</el-button>
<el-button
@
click=
"plHf"
style=
"margin-left:10px"
size=
"small"
>
批量回复
</el-button>
<el-button
@
click=
"plSet(2)"
style=
"margin-left:10px"
size=
"small"
>
批量隐藏
</el-button>
<el-button
@
click=
"plSet(2)"
style=
"margin-left:10px"
size=
"small"
>
批量隐藏
</el-button>
...
@@ -123,7 +123,7 @@
...
@@ -123,7 +123,7 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
<el-pagination
style=
"text-align:right"
background
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
<el-pagination
style=
"text-align:right"
background
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
:current-page
.
sync=
"msg.pageIndex"
layout=
"prev, pager, next"
:total=
"total"
>
layout=
"prev, pager, next"
:total=
"total"
>
</el-pagination>
</el-pagination>
</div>
</div>
...
...
src/components/orderMan/orderList.vue
View file @
282a0630
...
@@ -22,31 +22,31 @@
...
@@ -22,31 +22,31 @@
<div
class=
"content"
>
<div
class=
"content"
>
<div>
<div>
<span>
下单时间:
</span>
<span>
下单时间:
</span>
<el-date-picker
v-model=
"dateList"
@
change=
"
getList
"
size=
"small"
type=
"datetimerange"
range-separator=
"至"
<el-date-picker
v-model=
"dateList"
@
change=
"
msg.pageIndex=1,getList()
"
size=
"small"
type=
"datetimerange"
range-separator=
"至"
value-format=
"yyyy-MM-dd HH:mm:ss"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
>
value-format=
"yyyy-MM-dd HH:mm:ss"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
>
</el-date-picker>
</el-date-picker>
<span
style=
"margin-left:15px"
>
所属平台:
</span>
<span
style=
"margin-left:15px"
>
所属平台:
</span>
<el-select
class=
"w120"
@
change=
"
getList
"
v-model=
"msg.OrderSource"
size=
"small"
<el-select
class=
"w120"
@
change=
"
msg.pageIndex=1,getList()
"
v-model=
"msg.OrderSource"
size=
"small"
placeholder=
"请选择"
>
placeholder=
"请选择"
>
<el-option
label=
"全部平台"
:value=
"0"
></el-option>
<el-option
label=
"全部平台"
:value=
"0"
></el-option>
<el-option
v-for=
"item in platList"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
<el-option
v-for=
"item in platList"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
</el-option>
</el-option>
</el-select>
</el-select>
<span
style=
"margin-left:15px"
>
订单类型:
</span>
<span
style=
"margin-left:15px"
>
订单类型:
</span>
<el-select
class=
"w120"
@
change=
"
getList
"
v-model=
"msg.OrderType"
size=
"small"
<el-select
class=
"w120"
@
change=
"
msg.pageIndex=1,getList()
"
v-model=
"msg.OrderType"
size=
"small"
placeholder=
"请选择"
>
placeholder=
"请选择"
>
<el-option
label=
"全部订单"
:value=
"0"
></el-option>
<el-option
label=
"全部订单"
:value=
"0"
></el-option>
<el-option
v-for=
"item in orderTypeList"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
<el-option
v-for=
"item in orderTypeList"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
</el-option>
</el-option>
</el-select>
</el-select>
<span
style=
"margin-left:15px"
>
配送方式:
</span>
<span
style=
"margin-left:15px"
>
配送方式:
</span>
<el-select
class=
"w120"
@
change=
"
getList
"
v-model=
"msg.DeliveryMethod"
size=
"small"
<el-select
class=
"w120"
@
change=
"
msg.pageIndex=1,getList()
"
v-model=
"msg.DeliveryMethod"
size=
"small"
placeholder=
"请选择"
>
placeholder=
"请选择"
>
<el-option
label=
"全部订单"
:value=
"0"
></el-option>
<el-option
label=
"全部订单"
:value=
"0"
></el-option>
<el-option
v-for=
"item in deliveryList"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
<el-option
v-for=
"item in deliveryList"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
</el-option>
</el-option>
</el-select>
</el-select>
<el-input
@
clear=
"
getList"
@
keyup
.
enter
.
native=
"
getList()"
clearable
style=
"margin-left:15px;width:300px"
class=
"input-with-select"
<el-input
@
clear=
"
msg.pageIndex=1,getList()"
@
keyup
.
enter
.
native=
"msg.pageIndex=1,
getList()"
clearable
style=
"margin-left:15px;width:300px"
class=
"input-with-select"
placeholder=
"请输入内容"
v-model=
"msgVal"
size=
"small"
>
placeholder=
"请输入内容"
v-model=
"msgVal"
size=
"small"
>
<el-select
class=
"pendSelect"
@
change=
"ChangeId"
v-model=
"msgId"
slot=
"prepend"
placeholder=
"请选择"
>
<el-select
class=
"pendSelect"
@
change=
"ChangeId"
v-model=
"msgId"
slot=
"prepend"
placeholder=
"请选择"
>
<el-option
v-for=
"item in option"
:key=
"item.Id"
:label=
"item.name"
:value=
"item.Id"
>
<el-option
v-for=
"item in option"
:key=
"item.Id"
:label=
"item.name"
:value=
"item.Id"
>
...
...
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