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
ce282fdf
Commit
ce282fdf
authored
1 year ago
by
沈良进
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save
parent
f611885c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
840 additions
and
1196 deletions
+840
-1196
productOrderList.vue
src/components/SalesModule/Common/productOrderList.vue
+831
-1166
productOrderList.vue
src/components/SalesModule/productOrderList.vue
+9
-30
No files found.
src/components/SalesModule/Common/productOrderList.vue
View file @
ce282fdf
This diff is collapsed.
Click to expand it.
src/components/SalesModule/productOrderList.vue
View file @
ce282fdf
...
...
@@ -286,6 +286,11 @@
type=
"date"
></el-date-picker>
</span>
</li>
<li>
<span><em>
只查询有签证的团
</em>
<!--
<el-switch
v-model=
"msg.visaNum"
></el-switch>
-->
</span>
</li>
</ul>
</div>
<el-pagination
background
@
current-change=
"handleCurrentChange"
:current-page
.
sync=
"currentPage"
...
...
@@ -318,24 +323,13 @@
pageSize
:
10
,
LineId
:
"-1"
,
LineTeamId
:
"-1"
,
AimPlaceId
:
"-1
"
,
TCID
:
""
,
tCID
:
"
"
,
TCID
List
:
""
,
StartTime
:
""
,
EndTime
:
""
,
BranchId
:
"-1"
,
CityId
:
"-1"
,
DaysTrip
:
""
,
SalePlat
:
[],
minGroupSize
:
""
,
maxGroupSize
:
""
,
minApplySize
:
""
,
maxApplySize
:
""
,
FlightID
:
"-1"
,
TCIDList
:
""
,
WarningQuery
:
"-1"
,
RateOnDay
:
"-1"
,
RateOn
:
"-1"
,
Title
:
""
,
//团名
visaNum
:
0
,
},
list
:
[],
LineList
:
[],
...
...
@@ -343,7 +337,6 @@
AimPlaceList
:
[],
airlineList
:
[],
companyList
:
[],
salePlace
:
[],
startCityList
:
[],
startCityList1
:
[],
TCIDList
:
null
,
...
...
@@ -369,7 +362,7 @@
getList
()
{
this
.
loading
=
true
;
this
.
apipost
(
"
TaskManagemnet_get_GetSellProductCenter
"
,
"
travel_post_GetTravelPricePage
"
,
this
.
msg
,
(
res
)
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
...
...
@@ -425,7 +418,6 @@
},
(
res
)
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
msg
.
AimPlaceId
=
"-1"
;
this
.
AimPlaceList
=
res
.
data
.
data
;
}
}
...
...
@@ -496,18 +488,6 @@
);
},
getSalePlace
()
{
this
.
apipost
(
"travel_get_GetTravelSelectEnum"
,
{},
(
res
)
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
salePlace
=
res
.
data
.
data
.
SalePlat
;
}
},
(
err
)
=>
{}
);
},
handleCurrentChange
(
val
)
{
this
.
msg
.
pageIndex
=
val
;
this
.
getList
();
...
...
@@ -536,7 +516,6 @@
this
.
getCompanyList
();
//公司
this
.
getList
();
//产品列表
this
.
getLineList
();
//线路
this
.
getSalePlace
();
//销售平台
this
.
getAirlineList
();
//获取航空公司
this
.
getStartList
();
//出发城市
this
.
getStartList1
();
//目的地
...
...
This diff is collapsed.
Click to expand it.
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