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
38548bd3
Commit
38548bd3
authored
Sep 10, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
6bf10ec9
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
81 additions
and
25 deletions
+81
-25
groupTourOrder.vue
src/components/SalesModule/groupTourOrder.vue
+2
-2
TravelContractView.vue
src/components/TravelContractView.vue
+76
-20
ContractManage.vue
src/components/administrative/ContractManage.vue
+1
-1
ElectronicAudit.vue
src/components/administrative/ElectronicAudit.vue
+2
-2
No files found.
src/components/SalesModule/groupTourOrder.vue
View file @
38548bd3
...
...
@@ -2369,7 +2369,7 @@
<template
v-if=
"sItem.thirdContractID"
>
{{
sItem
.
tourists_Name
+
sItem
.
thirdContractID
}}
<span
v-if=
"sItem.thirdContractState==0"
class=
"c9e"
>
待上传
</span>
<span
v-if=
"sItem.thirdContractState==1"
class=
"c3FC4FF"
>
已生成
</span>
<span
v-if=
"sItem.thirdContractState==1"
class=
"c3FC4FF"
>
待签名
</span>
<span
v-if=
"sItem.thirdContractState==2"
class=
"c20C997"
>
已签署
</span>
<span
v-if=
"sItem.thirdContractState==3"
class=
"cF1416C"
>
已作废
</span>
<span
v-if=
"sItem.thirdContractState==4"
class=
"cff9800"
>
待签署
</span>
...
...
@@ -2401,7 +2401,7 @@
<template
v-if=
"sItem.thirdContractID"
>
{{
sItem
.
client_Name
+
sItem
.
thirdContractID
}}
<span
v-if=
"sItem.thirdContractState==0"
class=
"c9e"
>
待上传
</span>
<span
v-if=
"sItem.thirdContractState==1"
class=
"c3FC4FF"
>
已生成
</span>
<span
v-if=
"sItem.thirdContractState==1"
class=
"c3FC4FF"
>
待签名
</span>
<span
v-if=
"sItem.thirdContractState==2"
class=
"c20C997"
>
已签署
</span>
<span
v-if=
"sItem.thirdContractState==3"
class=
"cF1416C"
>
已作废
</span>
<span
v-if=
"sItem.thirdContractState==4"
class=
"cff9800"
>
待签署
</span>
...
...
src/components/TravelContractView.vue
View file @
38548bd3
...
...
@@ -404,13 +404,19 @@
<div
class=
"TravelContractView"
v-loading=
"pdfLoading"
>
<div
class=
"container-fluid"
>
<div
class=
"block mtop15"
>
<div
class=
"blockTitle"
>
<div
class=
"blockTitle row justify-between"
>
<div>
<span
class=
"icon"
><i
class=
"iconfont icon-wenjian"
></i></span>
<h2>
合同详情
<template
v-if=
"CtObj.CreateByName&&CtObj.CreateByName!=''"
>
<h2>
合同详情
<template
v-if=
"CtObj.CreateByName&&CtObj.CreateByName!=''"
>
{{
$t
(
'objFill.v101.xiaosoureny'
)
}}
:
{{
CtObj
.
CreateByName
}}
</
template
>
</h2>
</div>
<div>
<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=
"OpenNewUrl(CtObj.ThirdContractFileUrl)"
:value=
"'旅游局合同'+$t('sm.yulan')"
/>
</div>
</div>
<div
class=
"contract"
>
<div
class=
"title"
>
<h1>
{{CtObj.TravelAgency_Name}}-单项委托协议[平台版2018]
</h1>
...
...
@@ -419,7 +425,7 @@
@
click=
"CtObj.ThirdContractFileUrl?OpenNewUrl(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==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>
...
...
@@ -1038,21 +1044,28 @@
<div
class=
"TravelContractView"
v-loading=
"pdfLoading"
>
<div
class=
"container-fluid"
>
<div
class=
"block mtop15"
>
<div
class=
"blockTitle"
>
<div
class=
"blockTitle row justify-between"
>
<div>
<span
class=
"icon"
><i
class=
"iconfont icon-wenjian"
></i></span>
<h2>
合同详情
<template
v-if=
"CtObj.CreateByName&&CtObj.CreateByName!=''"
>
{{
$t
(
'objFill.v101.xiaosoureny'
)
}}
:
{{
CtObj
.
CreateByName
}}
</
template
>
</h2>
</div>
<div>
<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=
"OpenNewUrl(CtObj.ThirdContractFileUrl)"
:value=
"'旅游局合同'+$t('sm.yulan')"
/>
</div>
</div>
<div
class=
"contract"
>
<div
class=
"title"
>
<h1>
四川和平国际旅行社有限公司-大陆境内旅游合同2014
</h1>
<p
class=
"contractNo"
:class=
"[CtObj.ThirdContractFileUrl?'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>
<span
v-if=
"CtObj.ThirdContractState==0"
class=
"c9e"
>
待上传
</span>
<span
v-if=
"CtObj.ThirdContractState==1"
class=
"c3FC4FF"
>
已生成
</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>
...
...
@@ -1847,12 +1860,19 @@
<div
class=
"TravelContractView"
v-loading=
"pdfLoading"
>
<div
class=
"container-fluid"
>
<div
class=
"block mtop15"
>
<div
class=
"blockTitle"
>
<div
class=
"blockTitle row justify-between"
>
<div>
<span
class=
"icon"
><i
class=
"iconfont icon-wenjian"
></i></span>
<h2>
合同详情
<template
v-if=
"CtObj.CreateByName&&CtObj.CreateByName!=''"
>
{{
$t
(
'objFill.v101.xiaosoureny'
)
}}
:
{{
CtObj
.
CreateByName
}}
</
template
>
</h2>
</div>
<div>
<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=
"OpenNewUrl(CtObj.ThirdContractFileUrl)"
:value=
"'旅游局合同'+$t('sm.yulan')"
/>
</div>
</div>
<div
class=
"contract"
>
<div
class=
"title"
>
<h1>
{{CtObj.TravelAgency_Name}}一日游旅游合同示范文本[2015版]
</h1>
...
...
@@ -1862,7 +1882,7 @@
@
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==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>
...
...
@@ -2390,6 +2410,7 @@
export
default
{
data
()
{
return
{
SMLoading
:
false
,
CurrentUserInfo
:
{},
pdfLoading
:
false
,
ActiveTab
:
1
,
...
...
@@ -2524,6 +2545,41 @@
},
methods
:
{
SMSnotification
(){
if
(
this
.
SMLoading
)
return
this
.
$confirm
(
"是否发送短信通知?"
,
this
.
$t
(
"tips.tips"
),
{
confirmButtonText
:
this
.
$t
(
"pub.sureBtn"
),
cancelButtonText
:
this
.
$t
(
"pub.cancelBtn"
),
type
:
"warning"
,
})
.
then
(()
=>
{
var
that
=
this
;
let
msg
=
{
ContractId
:
that
.
CtObj
.
Id
,
ContractType
:
1
,
}
this
.
SMLoading
=
true
that
.
apipost
(
"travelcontract_post_ReSendContract"
,
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
that
.
SMLoading
=
false
that
.
Success
(
this
.
$t
(
'objFill.chaozuochenggong'
));
that
.
getList
()
}
else
{
that
.
SMLoading
=
false
that
.
Error
(
res
.
data
.
message
);
}
},
err
=>
{
that
.
SMLoading
=
false
}
);
})
.
catch
(()
=>
{
});
},
getKongge
(
str
){
return
str
.
replace
(
/
\s
+/g
,
""
);
},
...
...
src/components/administrative/ContractManage.vue
View file @
38548bd3
...
...
@@ -202,7 +202,7 @@
@
click=
"item.ThirdContractFileUrl?window.open(item.ThirdContractFileUrl):''"
>
{{item.ThirdContractID}}
<span
v-if=
"item.ThirdContractState==0"
class=
"c9e"
>
待上传
</span>
<span
v-if=
"item.ThirdContractState==1"
class=
"c3FC4FF"
>
已生成
</span>
<span
v-if=
"item.ThirdContractState==1"
class=
"c3FC4FF"
>
待签名
</span>
<span
v-if=
"item.ThirdContractState==2"
class=
"c20C997"
>
已签署
</span>
<span
v-if=
"item.ThirdContractState==3"
class=
"cF1416C"
>
已作废
</span>
<span
v-if=
"item.ThirdContractState==4"
class=
"cff9800"
>
待签署
</span>
...
...
src/components/administrative/ElectronicAudit.vue
View file @
38548bd3
...
...
@@ -156,7 +156,7 @@
@
click=
"item.ThirdContractFileUrl?window.open(item.ThirdContractFileUrl):''"
>
{{
item
.
ThirdContractID
}}
<span
v-if=
"item.ThirdContractState==0"
class=
"c9e"
>
待上传
</span>
<span
v-if=
"item.ThirdContractState==1"
class=
"c3FC4FF"
>
已生成
</span>
<span
v-if=
"item.ThirdContractState==1"
class=
"c3FC4FF"
>
待签名
</span>
<span
v-if=
"item.ThirdContractState==2"
class=
"c20C997"
>
已签署
</span>
<span
v-if=
"item.ThirdContractState==3"
class=
"cF1416C"
>
已作废
</span>
<span
v-if=
"item.ThirdContractState==4"
class=
"cff9800"
>
待签署
</span>
...
...
@@ -358,7 +358,7 @@
@
click=
"item.ThirdContractFileUrl?window.open(item.ThirdContractFileUrl):''"
>
{{item.ThirdContractID}}
<span
v-if=
"item.ThirdContractState==0"
class=
"c9e"
>
待上传
</span>
<span
v-if=
"item.ThirdContractState==1"
class=
"c3FC4FF"
>
已生成
</span>
<span
v-if=
"item.ThirdContractState==1"
class=
"c3FC4FF"
>
待签名
</span>
<span
v-if=
"item.ThirdContractState==2"
class=
"c20C997"
>
已签署
</span>
<span
v-if=
"item.ThirdContractState==3"
class=
"cF1416C"
>
已作废
</span>
<span
v-if=
"item.ThirdContractState==4"
class=
"cff9800"
>
待签署
</span>
...
...
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