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
1cd1a2dc
Commit
1cd1a2dc
authored
Sep 10, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
46601f5d
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
127 additions
and
116 deletions
+127
-116
DomesticTravelcontract.vue
src/components/DomesticTravelcontract.vue
+1
-1
SingleContract.vue
src/components/SingleContract.vue
+1
-1
TravelContractNew.vue
src/components/TravelContractNew.vue
+1
-1
TravelContractView.vue
src/components/TravelContractView.vue
+123
-112
onedayTripContract.vue
src/components/onedayTripContract.vue
+1
-1
No files found.
src/components/DomesticTravelcontract.vue
View file @
1cd1a2dc
...
...
@@ -347,7 +347,7 @@
</span>
<div
class=
"pull-right"
>
<input
v-if=
"CtObj.ThirdContractState == 1"
type=
"button"
class=
"TCbtn-info"
value=
"发送短信通知"
@
click=
"SMSnotification()"
/>
<input
v-if=
"CtObj.ThirdContractFileUrl"
type=
"button"
class=
"TCbtn-info"
@
click=
"
window.open
(CtObj.ThirdContractFileUrl)"
<input
v-if=
"CtObj.ThirdContractFileUrl"
type=
"button"
class=
"TCbtn-info"
@
click=
"
OpenNewUrl
(CtObj.ThirdContractFileUrl)"
:value=
"$t('sm.yulan')"
/>
<input
v-if=
"CtObj.Status==0||CtObj.Status==3"
type=
"button"
class=
"TCbtn-info"
@
click=
"SubmitContract"
:value=
"$t('objFill.tijiaoshenhe')"
/>
...
...
src/components/SingleContract.vue
View file @
1cd1a2dc
...
...
@@ -332,7 +332,7 @@
</span>
<div
class=
"pull-right"
>
<input
v-if=
"CtObj.ThirdContractState == 1"
type=
"button"
class=
"TCbtn-info"
value=
"发送短信通知"
@
click=
"SMSnotification()"
/>
<input
v-if=
"CtObj.ThirdContractFileUrl"
type=
"button"
class=
"TCbtn-info"
@
click=
"
window.open
(CtObj.ThirdContractFileUrl)"
<input
v-if=
"CtObj.ThirdContractFileUrl"
type=
"button"
class=
"TCbtn-info"
@
click=
"
OpenNewUrl
(CtObj.ThirdContractFileUrl)"
:value=
"$t('sm.yulan')"
/>
<input
v-if=
"CtObj.Status==0||CtObj.Status==3"
type=
"button"
class=
"TCbtn-info"
@
click=
"SubmitContract"
:value=
"$t('objFill.tijiaoshenhe')"
/>
...
...
src/components/TravelContractNew.vue
View file @
1cd1a2dc
...
...
@@ -305,7 +305,7 @@
</span>
<div
class=
"pull-right"
>
<input
v-if=
"CtObj.thirdContractState == 1"
type=
"button"
class=
"TCbtn-info"
value=
"发送短信通知"
@
click=
"SMSnotification()"
/>
<input
v-if=
"CtObj.thirdContractFileUrl"
type=
"button"
class=
"TCbtn-info"
@
click=
"
window.open
(CtObj.thirdContractState)"
<input
v-if=
"CtObj.thirdContractFileUrl"
type=
"button"
class=
"TCbtn-info"
@
click=
"
OpenNewUrl
(CtObj.thirdContractState)"
:value=
"$t('sm.yulan')"
/>
<input
type=
"button"
class=
"TCbtn-info"
v-if=
"CtObj.companySignature == '' && CtObj.auditContract == 2"
@
click=
"(isShowFade = true), GetQrCode()"
value=
"客户签字链接"
/>
...
...
src/components/TravelContractView.vue
View file @
1cd1a2dc
...
...
@@ -416,16 +416,14 @@
<h1>
{{CtObj.TravelAgency_Name}}-单项委托协议[平台版2018]
</h1>
<p
class=
"contractNo"
:class=
"[CtObj.ThirdContractFileUrl?'c3FC4FF pointer':'']"
@
click=
"CtObj.ThirdContractFileUrl?
window.open
(CtObj.ThirdContractFileUrl):''"
>
{{$t('objFill.hetongbh')}}:
@
click=
"CtObj.ThirdContractFileUrl?
OpenNewUrl
(CtObj.ThirdContractFileUrl):''"
>
{{$t('objFill.hetongbh')}}:
<span>
{{CtObj.ThirdContractID?CtObj.ThirdContractID:CtObj.T_ContractNum}}
</span>
<
template
v-if=
"CtObj.ThirdContractID"
>
<span
v-if=
"CtObj.ThirdContractState==0"
class=
"c9e"
>
待上传
</span>
<span
v-if=
"CtObj.ThirdContractState==1"
class=
"c3FC4FF"
>
已生成
</span>
<span
v-if=
"CtObj.ThirdContractState==2"
class=
"c20C997"
>
已签署
</span>
<span
v-if=
"CtObj.ThirdContractState==3"
class=
"cF1416C"
>
已作废
</span>
<span
v-if=
"CtObj.ThirdContractState==4"
class=
"cff9800"
>
待签署
</span>
<span
v-if=
"CtObj.ThirdContractState==5"
class=
"c9e"
>
待作废
</span>
</
template
>
</p>
</div>
<div
class=
"menu"
>
...
...
@@ -1053,6 +1051,12 @@
:class=
"[CtObj.ThirdContractFileUrl?'c3FC4FF pointer':'']"
@
click=
"CtObj.ThirdContractFileUrl?window.open(CtObj.ThirdContractFileUrl):''"
>
{{$t('objFill.hetongbh')}}:
<span>
{{CtObj.ThirdContractID?CtObj.ThirdContractID:CtObj.T_ContractNum}}
</span>
<span
v-if=
"CtObj.ThirdContractState==0"
class=
"c9e"
>
待上传
</span>
<span
v-if=
"CtObj.ThirdContractState==1"
class=
"c3FC4FF"
>
已生成
</span>
<span
v-if=
"CtObj.ThirdContractState==2"
class=
"c20C997"
>
已签署
</span>
<span
v-if=
"CtObj.ThirdContractState==3"
class=
"cF1416C"
>
已作废
</span>
<span
v-if=
"CtObj.ThirdContractState==4"
class=
"cff9800"
>
待签署
</span>
<span
v-if=
"CtObj.ThirdContractState==5"
class=
"c9e"
>
待作废
</span>
</p>
</div>
<div
class=
"menu"
>
...
...
@@ -1857,6 +1861,12 @@
:class=
"[CtObj.ThirdContractFileUrl?'c3FC4FF pointer':'']"
@
click=
"CtObj.ThirdContractFileUrl?window.open(CtObj.ThirdContractFileUrl):''"
>
{{$t('objFill.hetongbh')}}:
<span>
{{CtObj.ThirdContractID?CtObj.ThirdContractID:CtObj.T_ContractNum}}
</span>
<span
v-if=
"CtObj.ThirdContractState==0"
class=
"c9e"
>
待上传
</span>
<span
v-if=
"CtObj.ThirdContractState==1"
class=
"c3FC4FF"
>
已生成
</span>
<span
v-if=
"CtObj.ThirdContractState==2"
class=
"c20C997"
>
已签署
</span>
<span
v-if=
"CtObj.ThirdContractState==3"
class=
"cF1416C"
>
已作废
</span>
<span
v-if=
"CtObj.ThirdContractState==4"
class=
"cff9800"
>
待签署
</span>
<span
v-if=
"CtObj.ThirdContractState==5"
class=
"c9e"
>
待作废
</span>
</p>
</div>
<div
class=
"menu"
>
...
...
@@ -2560,115 +2570,116 @@
this
.
pdfLoading
=
false
;
if
(
res
.
data
.
resultCode
==
1
)
{
var
tempObj
=
res
.
data
.
data
;
this
.
CtObj
.
ID
=
tempObj
.
ID
;
this
.
CtObj
.
CType
=
tempObj
.
CType
;
this
.
CtObj
.
T_ContractNum
=
tempObj
.
T_ContractNum
;
this
.
CtObj
.
Tourists_Name
=
tempObj
.
Tourists_Name
;
this
.
CtObj
.
Tourists_IDNum
=
tempObj
.
Tourists_IDNum
;
this
.
CtObj
.
Tourists_Addres
=
tempObj
.
Tourists_Addres
;
this
.
CtObj
.
Tourists_Tel
=
tempObj
.
Tourists_Tel
;
this
.
CtObj
.
Tourists_Email
=
tempObj
.
Tourists_Email
;
this
.
CtObj
.
Tourists_PostNum
=
tempObj
.
Tourists_PostNum
;
this
.
CtObj
.
Tourists_Fax
=
tempObj
.
Tourists_Fax
;
this
.
CtObj
.
Tourists_EmergencyLinkMan
=
tempObj
.
Tourists_EmergencyLinkMan
;
this
.
CtObj
.
Tourists_EmergencyLinkTel
=
tempObj
.
Tourists_EmergencyLinkTel
;
this
.
CtObj
.
TravelAgency_Name
=
tempObj
.
TravelAgency_Name
;
this
.
CtObj
.
TravelAgency_Address
=
tempObj
.
TravelAgency_Address
;
this
.
CtObj
.
TravelAgency_LicenseNum
=
tempObj
.
TravelAgency_LicenseNum
;
this
.
CtObj
.
TravelAgency_DealMan
=
tempObj
.
TravelAgency_DealMan
;
this
.
CtObj
.
TravelAgency_IDNum
=
tempObj
.
TravelAgency_IDNum
;
this
.
CtObj
.
TravelAgency_Tel
=
tempObj
.
TravelAgency_Tel
;
this
.
CtObj
.
TravelAgency_Fax
=
tempObj
.
TravelAgency_Fax
;
this
.
CtObj
.
TravelAgency_PostNum
=
tempObj
.
TravelAgency_PostNum
;
this
.
CtObj
.
TravelAgency_Email
=
tempObj
.
TravelAgency_Email
;
this
.
CtObj
.
TravelAgency_SignAddress
=
tempObj
.
TravelAgency_SignAddress
;
this
.
CtObj
.
Guide_Name
=
tempObj
.
Guide_Name
;
this
.
CtObj
.
Guide_Num
=
tempObj
.
Guide_Num
;
this
.
CtObj
.
Guide_Tel
=
tempObj
.
Guide_Tel
;
this
.
CtObj
.
C_TCNUM
=
tempObj
.
C_TCNUM
;
this
.
CtObj
.
C_ProductName
=
tempObj
.
C_ProductName
;
this
.
CtObj
.
C_StartDate
=
tempObj
.
C_StartDate
;
this
.
CtObj
.
C_EndDate
=
tempObj
.
C_EndDate
;
this
.
CtObj
.
C_DayNum
=
tempObj
.
C_DayNum
;
this
.
CtObj
.
C_NightNum
=
tempObj
.
C_NightNum
;
this
.
CtObj
.
C_AdultNum
=
tempObj
.
C_AdultNum
;
this
.
CtObj
.
C_AdultPrice
=
tempObj
.
C_AdultPrice
;
this
.
CtObj
.
C_ChildrenNum
=
tempObj
.
C_ChildrenNum
;
this
.
CtObj
.
C_ChildrenPrice
=
tempObj
.
C_ChildrenPrice
;
this
.
CtObj
.
C_GuideServicePrice
=
tempObj
.
C_GuideServicePrice
;
this
.
CtObj
.
C_TotalPrice
=
tempObj
.
C_TotalPrice
;
this
.
CtObj
.
C_PayDate
=
tempObj
.
C_PayDate
;
this
.
CtObj
.
C_PayType
=
tempObj
.
C_PayType
;
this
.
CtObj
.
C_PayTypeRemark
=
tempObj
.
C_PayTypeRemark
;
this
.
CtObj
.
C_InsuranceType
=
tempObj
.
C_InsuranceType
;
this
.
CtObj
.
C_InsuranceName
=
tempObj
.
C_InsuranceName
;
this
.
CtObj
.
C_LowNum
=
tempObj
.
C_LowNum
;
this
.
CtObj
.
C_IsAgreeTravel
=
tempObj
.
C_IsAgreeTravel
;
this
.
CtObj
.
C_AgreeTravelName
=
tempObj
.
C_AgreeTravelName
;
this
.
CtObj
.
C_IsAgreeDelay
=
tempObj
.
C_IsAgreeDelay
;
this
.
CtObj
.
C_IsAgreeCndorse
=
tempObj
.
C_IsAgreeCndorse
;
this
.
CtObj
.
C_IsAgreeRemove
=
tempObj
.
C_IsAgreeRemove
;
this
.
CtObj
.
C_IsAgreeSpellGroup
=
tempObj
.
C_IsAgreeSpellGroup
;
this
.
CtObj
.
C_SpellGroupName
=
tempObj
.
C_SpellGroupName
;
this
.
CtObj
.
C_SolveType
=
tempObj
.
C_SolveType
;
this
.
CtObj
.
C_SolveRemark
=
tempObj
.
C_SolveRemark
;
this
.
CtObj
.
C_ContractTotal
=
tempObj
.
C_ContractTotal
;
this
.
CtObj
.
C_ContractPer
=
tempObj
.
C_ContractPer
;
this
.
CtObj
.
C_StartAddress
=
tempObj
.
C_StartAddress
;
this
.
CtObj
.
C_ReturnAddress
=
tempObj
.
C_ReturnAddress
;
this
.
CtObj
.
C_TrafficType
=
tempObj
.
C_TrafficType
;
this
.
CtObj
.
C_BusCode
=
tempObj
.
C_BusCode
;
this
.
CtObj
.
C_DriverName
=
tempObj
.
C_DriverName
;
this
.
CtObj
.
C_IsHaveKongTiao
=
tempObj
.
C_IsHaveKongTiao
;
this
.
CtObj
.
C_BusType
=
tempObj
.
C_BusType
;
this
.
CtObj
.
C_BreakfastAddress
=
tempObj
.
C_BreakfastAddress
;
this
.
CtObj
.
C_BreakfastBasic
=
tempObj
.
C_BreakfastBasic
;
this
.
CtObj
.
C_LunchAddress
=
tempObj
.
C_LunchAddress
;
this
.
CtObj
.
C_LunchBasic
=
tempObj
.
C_LunchBasic
;
this
.
CtObj
.
C_DinnerAddress
=
tempObj
.
C_DinnerAddress
;
this
.
CtObj
.
C_DinnerBasic
=
tempObj
.
C_DinnerBasic
;
this
.
CtObj
.
C_IncludeRemark
=
tempObj
.
C_IncludeRemark
;
this
.
CtObj
.
C_IncludeFee
=
tempObj
.
C_IncludeFee
;
this
.
CtObj
.
C_NonIncludeRemark
=
tempObj
.
C_NonIncludeRemark
;
this
.
CtObj
.
TravelAgency_ServiceTel
=
tempObj
.
TravelAgency_ServiceTel
;
this
.
CtObj
.
C_ComplaintProvince
=
tempObj
.
C_ComplaintProvince
;
this
.
CtObj
.
C_ComplaintCity
=
tempObj
.
C_ComplaintCity
;
this
.
CtObj
.
C_ComplaintTel
=
tempObj
.
C_ComplaintTel
;
this
.
CtObj
.
C_ComplaintEmail
=
tempObj
.
C_ComplaintEmail
;
this
.
CtObj
.
C_ComplaintAddress
=
tempObj
.
C_ComplaintAddress
;
this
.
CtObj
.
C_ComplaintPostNum
=
tempObj
.
C_ComplaintPostNum
;
this
.
CtObj
.
C_ZhiFaTel
=
tempObj
.
C_ZhiFaTel
;
this
.
CtObj
.
C_XFZXHTSTel
=
tempObj
.
C_XFZXHTSTel
;
this
.
CtObj
.
C_TicketDayNum
=
tempObj
.
C_TicketDayNum
;
this
.
CtObj
.
C_OrderDayNum
=
tempObj
.
C_OrderDayNum
;
this
.
CtObj
.
C_PayDayNum
=
tempObj
.
C_PayDayNum
;
this
.
CtObj
.
C_SignType
=
tempObj
.
C_SignType
;
this
.
CtObj
.
SignType
=
tempObj
.
SignType
;
this
.
CtObj
.
OtherConventionPrice
=
tempObj
.
OtherConventionPrice
;
this
.
CtObj
.
OtherConvention
=
tempObj
.
OtherConvention
;
this
.
CtObj
.
OtherConventionPrice
=
tempObj
.
OtherConventionPrice
;
this
.
CtObj
.
TicketTotalNum
=
tempObj
.
TicketTotalNum
;
this
.
CtObj
.
TicketOutDayNum
=
tempObj
.
TicketOutDayNum
;
this
.
CtObj
.
TicketTotalDepositPrice
=
tempObj
.
TicketTotalDepositPrice
;
this
.
CtObj
.
HotelTotal
=
tempObj
.
HotelTotal
;
this
.
CtObj
.
HotelCheckInType
=
tempObj
.
HotelCheckInType
;
this
.
CtObj
.
HotelNotice
=
tempObj
.
HotelNotice
;
this
.
CtObj
.
HotelTotalPrice
=
tempObj
.
HotelTotalPrice
;
this
.
CtObj
.
PickUpTotalPrice
=
tempObj
.
PickUpTotalPrice
;
this
.
CtObj
.
VisaTotalPrice
=
tempObj
.
VisaTotalPrice
;
this
.
CtObj
.
Tourists_Sign
=
tempObj
.
Tourists_Sign
;
this
.
CtObj
.
IsTravelAgencySignature
=
tempObj
.
IsTravelAgencySignature
;
this
.
CtObj
.
ZhangImg
=
tempObj
.
ZhangImg
;
this
.
CtObj
.
TravelAgency_Name
=
tempObj
.
TravelAgency_Name
;
this
.
CtObj
.
TravelAgency_Address
=
tempObj
.
TravelAgency_Address
;
this
.
CtObj
.
CreateByName
=
tempObj
.
CreateByName
;
this
.
CtObj
.
GuestNum
=
tempObj
.
GuestNum
;
this
.
CtObj
.
TicketAndHotelTotalPrice
=
tempObj
.
TicketAndHotelTotalPrice
;
this
.
CtObj
=
tempObj
// this.CtObj.ID = tempObj.ID;
// this.CtObj.CType = tempObj.CType;
// this.CtObj.T_ContractNum = tempObj.T_ContractNum;
// this.CtObj.Tourists_Name = tempObj.Tourists_Name;
// this.CtObj.Tourists_IDNum = tempObj.Tourists_IDNum;
// this.CtObj.Tourists_Addres = tempObj.Tourists_Addres;
// this.CtObj.Tourists_Tel = tempObj.Tourists_Tel;
// this.CtObj.Tourists_Email = tempObj.Tourists_Email;
// this.CtObj.Tourists_PostNum = tempObj.Tourists_PostNum;
// this.CtObj.Tourists_Fax = tempObj.Tourists_Fax;
// this.CtObj.Tourists_EmergencyLinkMan =
// tempObj.Tourists_EmergencyLinkMan;
// this.CtObj.Tourists_EmergencyLinkTel =
// tempObj.Tourists_EmergencyLinkTel;
// this.CtObj.TravelAgency_Name = tempObj.TravelAgency_Name;
// this.CtObj.TravelAgency_Address = tempObj.TravelAgency_Address;
// this.CtObj.TravelAgency_LicenseNum = tempObj.TravelAgency_LicenseNum;
// this.CtObj.TravelAgency_DealMan = tempObj.TravelAgency_DealMan;
// this.CtObj.TravelAgency_IDNum = tempObj.TravelAgency_IDNum;
// this.CtObj.TravelAgency_Tel = tempObj.TravelAgency_Tel;
// this.CtObj.TravelAgency_Fax = tempObj.TravelAgency_Fax;
// this.CtObj.TravelAgency_PostNum = tempObj.TravelAgency_PostNum;
// this.CtObj.TravelAgency_Email = tempObj.TravelAgency_Email;
// this.CtObj.TravelAgency_SignAddress =
// tempObj.TravelAgency_SignAddress;
// this.CtObj.Guide_Name = tempObj.Guide_Name;
// this.CtObj.Guide_Num = tempObj.Guide_Num;
// this.CtObj.Guide_Tel = tempObj.Guide_Tel;
// this.CtObj.C_TCNUM = tempObj.C_TCNUM;
// this.CtObj.C_ProductName = tempObj.C_ProductName;
// this.CtObj.C_StartDate = tempObj.C_StartDate;
// this.CtObj.C_EndDate = tempObj.C_EndDate;
// this.CtObj.C_DayNum = tempObj.C_DayNum;
// this.CtObj.C_NightNum = tempObj.C_NightNum;
// this.CtObj.C_AdultNum = tempObj.C_AdultNum;
// this.CtObj.C_AdultPrice = tempObj.C_AdultPrice;
// this.CtObj.C_ChildrenNum = tempObj.C_ChildrenNum;
// this.CtObj.C_ChildrenPrice = tempObj.C_ChildrenPrice;
// this.CtObj.C_GuideServicePrice = tempObj.C_GuideServicePrice;
// this.CtObj.C_TotalPrice = tempObj.C_TotalPrice;
// this.CtObj.C_PayDate = tempObj.C_PayDate;
// this.CtObj.C_PayType = tempObj.C_PayType;
// this.CtObj.C_PayTypeRemark = tempObj.C_PayTypeRemark;
// this.CtObj.C_InsuranceType = tempObj.C_InsuranceType;
// this.CtObj.C_InsuranceName = tempObj.C_InsuranceName;
// this.CtObj.C_LowNum = tempObj.C_LowNum;
// this.CtObj.C_IsAgreeTravel = tempObj.C_IsAgreeTravel;
// this.CtObj.C_AgreeTravelName = tempObj.C_AgreeTravelName;
// this.CtObj.C_IsAgreeDelay = tempObj.C_IsAgreeDelay;
// this.CtObj.C_IsAgreeCndorse = tempObj.C_IsAgreeCndorse;
// this.CtObj.C_IsAgreeRemove = tempObj.C_IsAgreeRemove;
// this.CtObj.C_IsAgreeSpellGroup = tempObj.C_IsAgreeSpellGroup;
// this.CtObj.C_SpellGroupName = tempObj.C_SpellGroupName;
// this.CtObj.C_SolveType = tempObj.C_SolveType;
// this.CtObj.C_SolveRemark = tempObj.C_SolveRemark;
// this.CtObj.C_ContractTotal = tempObj.C_ContractTotal;
// this.CtObj.C_ContractPer = tempObj.C_ContractPer;
// this.CtObj.C_StartAddress = tempObj.C_StartAddress;
// this.CtObj.C_ReturnAddress = tempObj.C_ReturnAddress;
// this.CtObj.C_TrafficType = tempObj.C_TrafficType;
// this.CtObj.C_BusCode = tempObj.C_BusCode;
// this.CtObj.C_DriverName = tempObj.C_DriverName;
// this.CtObj.C_IsHaveKongTiao = tempObj.C_IsHaveKongTiao;
// this.CtObj.C_BusType = tempObj.C_BusType;
// this.CtObj.C_BreakfastAddress = tempObj.C_BreakfastAddress;
// this.CtObj.C_BreakfastBasic = tempObj.C_BreakfastBasic;
// this.CtObj.C_LunchAddress = tempObj.C_LunchAddress;
// this.CtObj.C_LunchBasic = tempObj.C_LunchBasic;
// this.CtObj.C_DinnerAddress = tempObj.C_DinnerAddress;
// this.CtObj.C_DinnerBasic = tempObj.C_DinnerBasic;
// this.CtObj.C_IncludeRemark = tempObj.C_IncludeRemark;
// this.CtObj.C_IncludeFee = tempObj.C_IncludeFee;
// this.CtObj.C_NonIncludeRemark = tempObj.C_NonIncludeRemark;
// this.CtObj.TravelAgency_ServiceTel =
// tempObj.TravelAgency_ServiceTel;
// this.CtObj.C_ComplaintProvince = tempObj.C_ComplaintProvince;
// this.CtObj.C_ComplaintCity = tempObj.C_ComplaintCity;
// this.CtObj.C_ComplaintTel = tempObj.C_ComplaintTel;
// this.CtObj.C_ComplaintEmail = tempObj.C_ComplaintEmail;
// this.CtObj.C_ComplaintAddress = tempObj.C_ComplaintAddress;
// this.CtObj.C_ComplaintPostNum = tempObj.C_ComplaintPostNum;
// this.CtObj.C_ZhiFaTel = tempObj.C_ZhiFaTel;
// this.CtObj.C_XFZXHTSTel = tempObj.C_XFZXHTSTel;
// this.CtObj.C_TicketDayNum = tempObj.C_TicketDayNum;
// this.CtObj.C_OrderDayNum = tempObj.C_OrderDayNum;
// this.CtObj.C_PayDayNum = tempObj.C_PayDayNum;
// this.CtObj.C_SignType = tempObj.C_SignType;
// this.CtObj.SignType = tempObj.SignType;
// this.CtObj.OtherConventionPrice = tempObj.OtherConventionPrice;
// this.CtObj.OtherConvention = tempObj.OtherConvention;
// this.CtObj.OtherConventionPrice = tempObj.OtherConventionPrice;
// this.CtObj.TicketTotalNum = tempObj.TicketTotalNum;
// this.CtObj.TicketOutDayNum = tempObj.TicketOutDayNum;
// this.CtObj.TicketTotalDepositPrice = tempObj.TicketTotalDepositPrice;
// this.CtObj.HotelTotal = tempObj.HotelTotal;
// this.CtObj.HotelCheckInType = tempObj.HotelCheckInType;
// this.CtObj.HotelNotice = tempObj.HotelNotice;
// this.CtObj.HotelTotalPrice = tempObj.HotelTotalPrice;
// this.CtObj.PickUpTotalPrice = tempObj.PickUpTotalPrice;
// this.CtObj.VisaTotalPrice = tempObj.VisaTotalPrice;
// this.CtObj.Tourists_Sign = tempObj.Tourists_Sign;
// this.CtObj.IsTravelAgencySignature = tempObj.IsTravelAgencySignature;
// this.CtObj.ZhangImg = tempObj.ZhangImg;
// this.CtObj.TravelAgency_Name = tempObj.TravelAgency_Name;
// this.CtObj.TravelAgency_Address = tempObj.TravelAgency_Address;
// this.CtObj.CreateByName = tempObj.CreateByName;
// this.CtObj.GuestNum = tempObj.GuestNum;
// this.CtObj.TicketAndHotelTotalPrice =
// tempObj.TicketAndHotelTotalPrice;
if
(
tempObj
.
ContractShopList
&&
tempObj
.
ContractShopList
!=
null
&&
...
...
src/components/onedayTripContract.vue
View file @
1cd1a2dc
...
...
@@ -364,7 +364,7 @@
</span>
<div
class=
"pull-right"
>
<input
v-if=
"CtObj.ThirdContractState == 1"
type=
"button"
class=
"TCbtn-info"
value=
"发送短信通知"
@
click=
"SMSnotification()"
/>
<input
v-if=
"CtObj.ThirdContractFileUrl"
type=
"button"
class=
"TCbtn-info"
@
click=
"
window.open
(CtObj.ThirdContractFileUrl)"
<input
v-if=
"CtObj.ThirdContractFileUrl"
type=
"button"
class=
"TCbtn-info"
@
click=
"
OpenNewUrl
(CtObj.ThirdContractFileUrl)"
:value=
"$t('sm.yulan')"
/>
<input
v-if=
"CtObj.Status==0||CtObj.Status==3"
type=
"button"
class=
"TCbtn-info"
@
click=
"SubmitContract"
:value=
"$t('objFill.tijiaoshenhe')"
/>
...
...
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