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
5017bf57
Commit
5017bf57
authored
Jul 21, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
51faa594
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
75 deletions
+24
-75
TravelContractDetail.vue
src/components/TravelContractDetail.vue
+22
-73
index.js
src/plug/index.js
+2
-2
No files found.
src/components/TravelContractDetail.vue
View file @
5017bf57
...
...
@@ -390,13 +390,14 @@
<div
class=
"block mtop15"
>
<div
class=
"blockTitle"
>
<span
class=
"icon"
><i
class=
"iconfont icon-wenjian"
></i></span>
<h2>
合同详情
<h2>
合同详情
<template
v-if=
"dataList.saleName&&dataList.saleName!=''"
>
销售人员:
{{
dataList
.
saleName
}}
</
template
>
<span>
<input
type=
"button"
class=
"TCbtn-info"
v-if=
"dataList.status==1"
@
click=
"getinvalid()"
value=
"作废"
/>
<input
type=
"button"
class=
"TCbtn-info"
v-if=
"dataList.companySignature==''"
@
click=
"isShowFade=true,GetQrCode()"
value=
"客户签字"
/>
<input
type=
"button"
class=
"TCbtn-info"
value=
"下载"
@
click=
"toContractPDF(dataList.contractNum)"
/>
<input
type=
"button"
class=
"TCbtn-info"
value=
"下载"
@
click=
"toContractPDF(dataList.contractNum)"
/>
</span>
</h2>
</div>
...
...
@@ -877,59 +878,7 @@
</table>
<br>
<div
v-html=
"dataList.travelContent"
>
</div>
<!--
<table
class=
"TDteam_Table"
>
<tbody>
<tr>
<td
colspan=
"5"
>
组团社:印象之旅
</td>
</tr>
<tr>
<td
colspan=
"5"
>
旅游线路名称:
{{
LineName
}}
行程共计:
{{
dataList
.
dayNum
}}
天
{{
dataList
.
nightNum
}}
晚(含在途时间)
</td>
</tr>
<tr>
<td
colspan=
"5"
>
出发时间:
{{
getDate
(
dataList
.
startDate
)
}}
出发地点:
{{
startCityName
}}
</td>
</tr>
<tr>
<td
colspan=
"5"
>
结束时间:
{{
getDate
(
dataList
.
returnDate
)
}}
返回地点:
{{
returnArriveCityName
}}
</td>
</tr>
<tr>
<td>
行程时间
</td>
<td>
主要景点名称(游览时间)
</td>
<td>
交通工具(标准)
</td>
<td>
酒店标准
</td>
<td>
房间标准
</td>
</tr>
<tr
v-for=
"(item,index) in tripList"
>
<td>
{{
getDayAddOne
(
dataList
.
startDate
,
index
)
}}
</td>
<td>
<div
v-for=
"subItem in item.details"
>
<span
v-if=
"subItem.title"
>
{{
subItem
.
title
}}
</span>
<span
v-else
>
温暖的家
</span>
</div>
</td>
<td>
<span>
{{
item
.
TrifficType
}}
</span>
</td>
<td>
<span
v-if=
"index!=tripList.length-1"
>
旅游酒店
</span>
</td>
<td>
<span
v-if=
"index!=tripList.length-1"
>
双人间
</span>
</td>
</tr>
</tbody>
</table>
-->
</div>
<!-- 自愿购物 -->
<div
class=
"shoppings"
:class=
"{'checkedNav':cked==6}"
>
...
...
@@ -1055,7 +1004,7 @@
TCID
:
this
.
$route
.
query
.
TCID
,
orderID
:
this
.
$route
.
query
.
orderID
,
guestId
:
guestId
,
Id
:
this
.
$route
.
query
.
ID
,
Id
:
this
.
$route
.
query
.
ID
,
pUrl
:
"clientConfirm"
,
};
this
.
$http
({
...
...
src/plug/index.js
View file @
5017bf57
...
...
@@ -120,8 +120,8 @@ export default {
let
crmUrl
=
""
;
//crm API
let
locationName
=
window
.
location
.
hostname
;
domainUrl
=
"http://192.168.10.25:8083"
;
// 刘东电脑
domainUrl
=
"http://192.168.10.
226:8015
"
;
//
domainUrl = "http://reborn.oytour.com";
domainUrl
=
"http://192.168.10.
128
"
;
//domainUrl = "http://reborn.oytour.com";
let
crmLocalFileStreamDownLoadUrl
=
""
;
crmLocalFileStreamDownLoadUrl
=
locationName
.
indexOf
(
'oytour'
)
!==
-
1
?
"http://crm.oytour.com"
:
"http://testcrm.oytour.com"
;
...
...
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