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
4d6ec44e
Commit
4d6ec44e
authored
Sep 08, 2023
by
liudong1993
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
402b7592
7d96ec22
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
25 additions
and
19 deletions
+25
-19
UpgradedVersion.css
src/assets/css/UpgradedVersion.css
+4
-4
DomesticTravelcontract.vue
src/components/DomesticTravelcontract.vue
+6
-6
travelDays.vue
src/components/LeaveGroupDownload/travelDays.vue
+4
-1
TravelContractConfirm.vue
src/components/TravelContractConfirm.vue
+3
-3
TravelContractView.vue
src/components/TravelContractView.vue
+3
-3
confirmationOrderDownLoadNew.vue
src/components/confirmationOrderDownLoadNew.vue
+5
-2
No files found.
src/assets/css/UpgradedVersion.css
View file @
4d6ec44e
...
...
@@ -144,12 +144,12 @@ img {
height
:
1588px
;
}
.UpgradedVersion-homebj
{
background
:
url('http://imgfile.oytour.com/Static/NewTripFeature/otherBjTwo.png')
no-repeat
center
;
background-size
:
100%
100%
;
background
:
url('http://imgfile.oytour.com/Static/NewTripFeature/otherBjTwo.png')
repeat
;
/* background-size: 100% 100%; */
}
.UpgradedVersion-introduceBj
{
background
:
url('http://imgfile.oytour.com/Static/NewTripFeature/otherBjTwo.png')
no-repeat
center
;
background-size
:
100%
100%
;
background
:
url('http://imgfile.oytour.com/Static/NewTripFeature/otherBjTwo.png')
repeat
;
/* background-size: 100% 100%; */
}
.UpgradedVersion-otherBj
{
background
:
#fff
;
...
...
src/components/DomesticTravelcontract.vue
View file @
4d6ec44e
...
...
@@ -410,7 +410,7 @@
</tr>
</tbody>
</table>
<div
class=
"createTableTitle"
>
出境
社信息
</div>
<div
class=
"createTableTitle"
>
旅行
社信息
</div>
<table
class=
"createTable"
>
<tbody>
<tr>
...
...
@@ -615,7 +615,7 @@
<td>
<el-form-item
label=
"旅游者"
>
<el-select
placeholder=
"请选择"
filterable
class=
"w300"
v-model=
"CtObj.C_InsuranceType"
>
<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=
"3"
></el-option>
</el-select>
...
...
@@ -655,9 +655,9 @@
<el-option
label=
"同意"
:value=
"0"
></el-option>
<el-option
label=
"不同意"
:value=
"1"
></el-option>
</el-select>
出境
社委托
旅行
社委托
<el-input
type=
"text"
class=
"w300"
v-model=
"CtObj.C_AgreeTravelName"
></el-input>
出境
社履行合同;
旅行
社履行合同;
</el-form-item>
</td>
</tr>
...
...
@@ -770,7 +770,7 @@
</h2>
</div>
<div
style=
"padding:10px;"
>
未尽事宜,经旅游者和
出境
社双方协商一致,可以列入补充条款。(如合同空间不够,可以另附纸张,由双方签字或者盖章确认。)
未尽事宜,经旅游者和
旅行
社双方协商一致,可以列入补充条款。(如合同空间不够,可以另附纸张,由双方签字或者盖章确认。)
</div>
<el-input
type=
"textarea"
resize=
"none"
v-model=
"CtObj.OtherConvention"
rows=
"13"
></el-input>
</div>
...
...
@@ -850,7 +850,7 @@
(3)交通服务安排及其标准(明确交通工具及档次等级、出发时间以及是否需中转等信息);
(4)住宿服务安排及其标准(明确住宿饭店的名称、地址、档次等级及是否有空调、热水等相关服务设施);
(5)用餐(早餐和正餐)服务安排及其标准(明确用餐次数、地点、标准);
(6)
出境
社统一安排的游览项目的具体内容及时间(明确旅游线路内容包括景区点及游览项目名称、景区点停留的最少时间);
(6)
旅行
社统一安排的游览项目的具体内容及时间(明确旅游线路内容包括景区点及游览项目名称、景区点停留的最少时间);
(7)自由活动的时间;
(8)行程安排的娱乐活动(明确娱乐活动的时间、地点和项目内容);
《行程单》用语须准确清晰,在表明服务标准用语中不应当出现“准×星级”、“豪华”、“仅供参考”、“以××为准”、“与××同级”等不确定用语。
...
...
src/components/LeaveGroupDownload/travelDays.vue
View file @
4d6ec44e
...
...
@@ -33,7 +33,10 @@
<div
:id=
"'travelDaysMasterMap_'+index"
class=
"travelDaysMasterMap relative"
>
<div
class=
"travelDaysMasterMap-one"
:style=
"
{'color':'#fff'}">
<div
class=
"travelDaysMasterMap-oneImg bjF6"
:id=
"'travelDaysImg_one'+index"
>
<img
class=
"absolute"
:src=
"item.details[0].img"
>
<img
v-if=
"item.details&&item.details.length>0&&item.details[0].img&&item.details[0].img!=''"
class=
"absolute"
:src=
"item.details[0].img"
>
<img
v-else
class=
"absolute"
:src=
"domainManager().ViittoFileUrl+'/Upload/DefalutImage/DMC/defaultairline.png'"
>
</div>
<div
class=
"travelDaysMasterMap-text absolute z-index2"
>
{{
item
.
details
[
0
].
title
}}
</div>
</div>
...
...
src/components/TravelContractConfirm.vue
View file @
4d6ec44e
...
...
@@ -1455,7 +1455,7 @@
<p>
旅游者:
<font>
{{
CtObj
.
Tourists_Name
}}
</font>
等
<font
v-if=
"CtObj.ContractGuestList"
>
{{
CtObj
.
ContractGuestList
.
length
}}
</font>
人(名单可附页,需
出境
社和旅游者代表签字盖章确认);
人(名单可附页,需
旅行
社和旅游者代表签字盖章确认);
</p>
<p>
旅行社:
<font>
{{
dataList
.
company
}}
</font>
</p>
...
...
@@ -1879,7 +1879,7 @@
<li
class=
"bgli"
></li>
<li>
<el-row>
<el-col
:span=
"12"
>
出境
社盖章:
</el-col>
<el-col
:span=
"12"
>
旅行
社盖章:
</el-col>
<el-col
:span=
"12"
style=
"position:relative;"
><img
class=
"signImg"
v-if=
"CtObj.IsTravelAgencySignature==1"
style=
"position:absolute;right:0;"
:src=
"CtObj.ZhangImg"
alt=
""
/></el-col>
...
...
@@ -1924,7 +1924,7 @@
<li
class=
"bgli"
></li>
<li>
<el-row>
<el-col
:span=
"12"
>
出境
社监督、投诉电话
</el-col>
<el-col
:span=
"12"
>
旅行
社监督、投诉电话
</el-col>
<el-col
:span=
"12"
>
{{
CtObj
.
TravelAgency_ServiceTel
}}
</el-col>
</el-row>
</li>
...
...
src/components/TravelContractView.vue
View file @
4d6ec44e
...
...
@@ -978,7 +978,7 @@
<p>
旅游者:
<font>
{{CtObj.Tourists_Name}}
</font>
等
<font
v-if=
"CtObj.ContractGuestList"
>
{{CtObj.ContractGuestList.length}}
</font>
人(名单可附页,需
出境
社和旅游者代表签字盖章确认);
人(名单可附页,需
旅行
社和旅游者代表签字盖章确认);
</p>
<p>
旅行社:
<font>
{{CtObj.TravelAgency_Name}}
</font>
</p>
...
...
@@ -1396,7 +1396,7 @@
<td
style=
"width:35%;position:relative;"
>
<div
class=
"signDiv"
:style=
"{backgroundImage: 'url(' + (CtObj.Tourists_Sign) + ')'}"
></div>
</td>
<td
style=
"width:15%"
>
出境
社盖章:
</td>
<td
style=
"width:15%"
>
旅行
社盖章:
</td>
<td
style=
"width:35%;position:relative;"
>
<img
:src=
"CtObj.ZhangImg"
v-if=
"CtObj.IsTravelAgencySignature==1"
alt=
""
style=
"width:120px;heigth:120px;position:absolute;top:0;"
/>
...
...
@@ -1451,7 +1451,7 @@
<td
style=
"width:35%"
></td>
</tr>
<tr>
<td
style=
"width:15%"
>
出境
社监督、投诉电话:
</td>
<td
style=
"width:15%"
>
旅行
社监督、投诉电话:
</td>
<td
style=
"width:35%"
>
{{CtObj.TravelAgency_ServiceTel}}
</td>
<td
style=
"width:15%"
></td>
<td
style=
"width:35%"
></td>
...
...
src/components/confirmationOrderDownLoadNew.vue
View file @
4d6ec44e
...
...
@@ -485,6 +485,8 @@
this
.
pdfLoading
=
true
let
urlObj
=
this
.
domainManager
();
let
msg
=
this
.
getPostMsg
();
//DownLoadPdf2023
//DownLoadPdf2023Url
this
.
$http
({
headers
:
{
'Content-Type'
:
'application/json'
...
...
@@ -497,10 +499,11 @@
}).
then
(
res
=>
{
if
(
res
.
data
.
resultCode
===
1
&&
res
.
data
.
data
)
{
let
path
=
res
.
data
.
data
;
this
.
pdfLoading
=
false
;
var
fileName
=
title
+
"_2023.pdf"
;
this
.
pdfLoading
=
true
;
this
.
pdfLoading
=
true
;
let
urlObj
=
this
.
domainManager
();
var
ocrUrl
=
urlObj
.
ocrUrl
+
"/Home/DownloadFileForPdf?url="
+
encodeURIComponent
(
path
);
var
ocrUrl
=
urlObj
.
ocrUrl
+
"/Home/DownloadFileForPdf?
configId="
+
msg
.
configId
+
"&
url="
+
encodeURIComponent
(
path
);
this
.
$http
({
headers
:
{
'Content-Type'
:
'application/json'
...
...
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