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
32b9041d
Commit
32b9041d
authored
Dec 25, 2024
by
youjie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
3213bf5f
11424104
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
207 additions
and
141 deletions
+207
-141
HotelDetails.vue
src/components/Hotel/DiDa/HotelDetails.vue
+169
-112
ShoppingStore.vue
src/components/ShoppingStore/ShoppingStore.vue
+29
-20
TravelticketManager.vue
src/components/TravelManager/Ticket/TravelticketManager.vue
+9
-9
No files found.
src/components/Hotel/DiDa/HotelDetails.vue
View file @
32b9041d
This diff is collapsed.
Click to expand it.
src/components/ShoppingStore/ShoppingStore.vue
View file @
32b9041d
...
...
@@ -465,7 +465,9 @@
.IsConflict
td
{
background-color
:
pink
!important
;
}
/* 购物店 */
</
style
>
<
template
>
<div
class=
"flexOne shoppingStore"
>
...
...
@@ -640,7 +642,7 @@
</el-form-item>
</li>
<li>
<el-form-item
:label=
"$t('hotel.hotel_mapLocation')"
prop=
"Address"
>
<el-form-item
:label=
"$t('hotel.hotel_mapLocation')"
>
<div
class=
"addressChoice"
>
<input
type=
"text"
v-model=
"addMsg.Address"
class=
"addChoice"
>
<span
class=
"addressIcon"
@
click=
"selectAddress = true"
><i
class=
"iconfont icon-img_dw"
></i></span>
...
...
@@ -739,34 +741,39 @@
<td>
{{
item
.
EnterTime
}}
</td>
<td
:class=
"
{'redType':item.GuideID==0}">
<span>
{{
item
.
GuideName
}}
<span
v-if=
"(item.GuideID>0||item.GuideName.length>0)&&item.TCIDExist>-1"
>
{{
item
.
IsGuideDaiTuan
==
1
?
$t
(
'objFill.v101.dmc.daituan'
):
$t
(
'objFill.v101.dmc.budaituan'
)
}}
</span>
<span
v-if=
"(item.GuideID>0||item.GuideName.length>0)&&item.TCIDExist>-1"
>
{{
item
.
IsGuideDaiTuan
==
1
?
$t
(
'objFill.v101.dmc.daituan'
):
$t
(
'objFill.v101.dmc.budaituan'
)
}}
</span>
</span>
</td>
<td
:class=
"
{'redType':item.LeaderID==0}">
<span>
{{
item
.
LeaderName
}}
<span
v-if=
"(item.LeaderID>0||item.LeaderName.length>0)&&item.TCIDExist>-1"
>
{{
item
.
IsLeaderDaiTuan
==
1
?
$t
(
'objFill.v101.dmc.daituan'
):
$t
(
'objFill.v101.dmc.budaituan'
)
}}
</span>
{{
item
.
IsLeaderDaiTuan
==
1
?
$t
(
'objFill.v101.dmc.daituan'
):
$t
(
'objFill.v101.dmc.budaituan'
)
}}
</span>
</span>
</td>
<td>
{{
item
.
ImportGuideName
}}
<span
v-if=
"item.IsErrorData==1 && item.GuideName != item.ImportGuideName"
style=
"color:red"
>
[
{{
$t
(
'objFill.youwu'
)
}}
]
</span></td>
<td>
{{
item
.
ImportLeaderName
}}
<span
v-if=
"item.IsErrorData==1 && item.LeaderName != item.ImportLeaderName"
style=
"color:red"
>
[
{{
$t
(
'objFill.youwu'
)
}}
]
</span></td>
<td>
{{
item
.
ImportGuideName
}}
<span
v-if=
"item.IsErrorData==1 && item.GuideName != item.ImportGuideName"
style=
"color:red"
>
[
{{
$t
(
'objFill.youwu'
)
}}
]
</span></td>
<td>
{{
item
.
ImportLeaderName
}}
<span
v-if=
"item.IsErrorData==1 && item.LeaderName != item.ImportLeaderName"
style=
"color:red"
>
[
{{
$t
(
'objFill.youwu'
)
}}
]
</span></td>
<td>
{{
item
.
TotalPrice
}}
</td>
<td
:class=
"
{'redType':item.GroupExtractExist==-1}">
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('objFill.v101.yiczxtshuju')"
placement=
"top-start"
>
<span
style=
" cursor: pointer; "
>
{{
item
.
GroupExtract
}}
</span></el-tooltip>
</td>
<span
style=
" cursor: pointer; "
>
{{
item
.
GroupExtract
}}
</span></el-tooltip>
</td>
<td
:class=
"
{'redType':item.LeaderExtractExist==-1}">
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('objFill.v101.yiczxtshuju')"
placement=
"top-start"
>
<span
style=
" cursor: pointer; "
>
{{
item
.
LeaderExtract
}}
</span></el-tooltip></td>
<span
style=
" cursor: pointer; "
>
{{
item
.
LeaderExtract
}}
</span></el-tooltip>
</td>
<td
:class=
"
{'redType':item.GuideExtractExist==-1}">
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('objFill.v101.yiczxtshuju')"
placement=
"top-start"
>
<span
style=
" cursor: pointer; "
>
{{
item
.
GuideExtract
}}
</span></el-tooltip>
</td>
<span
style=
" cursor: pointer; "
>
{{
item
.
GuideExtract
}}
</span></el-tooltip>
</td>
<td
:class=
"
{'redType':item.PICExtractExist==-1}">
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('objFill.v101.yiczxtshuju')"
placement=
"top-start"
>
<span
style=
" cursor: pointer; "
>
{{
item
.
PICExtract
}}
</span></el-tooltip></td>
<span
style=
" cursor: pointer; "
>
{{
item
.
PICExtract
}}
</span></el-tooltip>
</td>
<td>
{{
item
.
Rate
}}
</td>
<td
:class=
"
{'redType':item.CurrencyExist==-1}">
<span>
{{
item
.
Currency
}}
</span></td>
<td>
{{
item
.
Remarks
}}
</td>
...
...
@@ -794,13 +801,15 @@
<div
slot=
"tip"
class=
"el-upload__tip"
>
{{
$t
(
"ground.znscexcel"
)
}}
</div>
</el-upload>
<div>
--------------------------------------------------------------------------------------------------------------------
</div>
<div>
--------------------------------------------------------------------------------------------------------------------
</div>
<div
style=
"text-align:center; margin-bottom:5px;color:tomato;"
>
{{
$t
(
'objFill.v101.xinbtdmsgwd'
)
}}
</div>
<el-upload
drag
class=
"upload-demo"
:action=
"importFileUrl3"
:on-success=
"handleAvatarSuccess"
<el-upload
drag
class=
"upload-demo"
:action=
"importFileUrl3"
:on-success=
"handleAvatarSuccess"
:before-upload=
"beforeAvatarUpload"
>
<i
class=
"el-icon-upload"
></i>
<div
class=
"el-upload__text"
>
{{
$t
(
"tips.tuodongwenjian"
)
}}
<em>
{{
$t
(
'tips.dianjishanhcuan'
)
}}
</em></div>
<div
class=
"el-upload__text"
>
{{
$t
(
"tips.tuodongwenjian"
)
}}
<em>
{{
$t
(
'tips.dianjishanhcuan'
)
}}
</em></div>
<div
slot=
"tip"
class=
"el-upload__tip"
>
{{
$t
(
"ground.znscexcel"
)
}}
</div>
</el-upload>
...
...
@@ -825,13 +834,13 @@
defaultImg
:
'this.src="'
+
require
(
"../../assets/img/shoppingstore.jpg"
)
+
'"'
,
importFileUrl2
:
this
.
domainManager
().
UploadFileUrl
+
"?cmd=dmc_post_LocalFileUpload&fileType=1&fileLimit=1&RB_Group_id=2&Type=1"
,
importFileUrl3
:
this
.
domainManager
().
UploadFileUrl
+
importFileUrl3
:
this
.
domainManager
().
UploadFileUrl
+
"?cmd=dmc_post_LocalFileUpload&fileType=1&fileLimit=20&RB_Group_id=2&Type=20"
,
downList
:
""
,
TotalPrice
:
""
,
GroupExtract
:
""
,
GuideExtract
:
""
,
PICExtract
:
""
,
PICExtract
:
""
,
LeaderExtract
:
""
,
getShoppType
:
""
,
isShow
:
false
,
...
...
@@ -1073,7 +1082,7 @@
TotalPrice
:
item
.
TotalPrice
,
GroupExtract
:
item
.
GroupExtract
,
GuideExtract
:
item
.
GuideExtract
,
PICExtract
:
item
.
PICExtract
,
PICExtract
:
item
.
PICExtract
,
LeaderExtract
:
item
.
LeaderExtract
,
blank
:
'y'
,
tab
:
'购物店明细'
...
...
@@ -1283,7 +1292,7 @@
if
(
res
.
data
.
resultCode
==
1
)
{
that
.
tabLoading
=
false
;
that
.
fillShow
=
false
;
that
.
Success
(
this
.
$t
(
'objFill.v101.daoruchengg'
)
+
'!'
);
that
.
Success
(
this
.
$t
(
'objFill.v101.daoruchengg'
)
+
'!'
);
that
.
getList
();
}
else
{
that
.
Error
(
res
.
data
.
message
);
...
...
src/components/TravelManager/Ticket/TravelticketManager.vue
View file @
32b9041d
...
...
@@ -667,9 +667,9 @@
<li>
<span
class=
"hotel_name"
>
<em>
{{
$t
(
'system.ph_flightTime'
)
}}
</em>
<DateLimit
:clearable=
"false"
:StartGroupDate=
"Query.Q
NeedDateStart"
:EndGroupDate=
"Query.QNeed
DateEnd"
@
change=
"(date)=> Query.Q
Need
DateStart = date"
></DateLimit>
<el-date-picker
class=
"w150"
v-model=
"Query.Q
Need
DateEnd"
type=
"date"
value-format=
"yyyy-MM-dd"
<DateLimit
:clearable=
"false"
:StartGroupDate=
"Query.Q
FlightDateStart"
:EndGroupDate=
"Query.QFlight
DateEnd"
@
change=
"(date)=> Query.Q
Flight
DateStart = date"
></DateLimit>
<el-date-picker
class=
"w150"
v-model=
"Query.Q
Flight
DateEnd"
type=
"date"
value-format=
"yyyy-MM-dd"
placeholder=
""
:picker-options=
"pickerBeginDateAfter"
>
</el-date-picker>
</span>
...
...
@@ -951,9 +951,9 @@
//是否往返
TicketType
:
0
,
//起飞时间
Q
Need
DateStart
:
""
,
Q
Flight
DateStart
:
""
,
//起飞结束日期
Q
Need
DateEnd
:
""
,
Q
Flight
DateEnd
:
""
,
//航空公司编号
AirLineID
:
0
,
//航班号
...
...
@@ -1005,13 +1005,13 @@
UseNum_placeholder
:
""
,
pickerBeginDateBefore
:
{
disabledDate
:
time
=>
{
let
endTime
=
new
Date
(
this
.
Query
.
Q
Need
DateEnd
);
let
endTime
=
new
Date
(
this
.
Query
.
Q
Flight
DateEnd
);
return
endTime
.
getTime
()
<
time
.
getTime
();
}
},
pickerBeginDateAfter
:
{
disabledDate
:
time
=>
{
let
startTime
=
new
Date
(
this
.
Query
.
Q
Need
DateStart
);
let
startTime
=
new
Date
(
this
.
Query
.
Q
Flight
DateStart
);
return
startTime
.
getTime
()
>=
time
.
getTime
();
}
},
...
...
@@ -1027,7 +1027,7 @@
}
else
{
let
StartDate
=
this
.
getBeforeDate
(
0
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
this
.
Query
.
Q
Need
DateStart
=
StartDate
this
.
Query
.
Q
Flight
DateStart
=
StartDate
}
});
},
...
...
@@ -1191,7 +1191,7 @@
this
.
getAllEmployeeList
();
},
mounted
()
{
this
.
Query
.
Q
Need
DateStart
=
this
.
getBeforeDate
(
0
,
new
Date
().
Format
(
"yyyy-MM-dd"
));
this
.
Query
.
Q
Flight
DateStart
=
this
.
getBeforeDate
(
0
,
new
Date
().
Format
(
"yyyy-MM-dd"
));
this
.
GetSupperOrderEditAuth
()
this
.
getEmployeeList
();
this
.
GetLineList
();
...
...
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