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
5013d319
Commit
5013d319
authored
Nov 22, 2023
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
老人/孕妇免责承诺函
parent
114d71a1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
1223 additions
and
0 deletions
+1223
-0
App.vue
src/App.vue
+2
-0
groupTourOrder.vue
src/components/SalesModule/groupTourOrder.vue
+28
-0
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+28
-0
SignName.vue
src/components/SignName.vue
+23
-0
clientDisclaimerProtocol.vue
src/components/clientDisclaimerProtocol.vue
+695
-0
disclaimerProtocol.vue
src/components/disclaimerProtocol.vue
+434
-0
config.js
src/router/config.js
+13
-0
No files found.
src/App.vue
View file @
5013d319
...
...
@@ -131,6 +131,7 @@
document
.
URL
.
indexOf
(
"SupplierLogin"
)
==
-
1
&&
document
.
URL
.
indexOf
(
"clientConfirm"
)
==
-
1
&&
document
.
URL
.
indexOf
(
"clientProtocol"
)
==
-
1
&&
document
.
URL
.
indexOf
(
"clientDisclaimerProtocol"
)
==
-
1
&&
document
.
URL
.
indexOf
(
"TravelContractConfirm"
)
==
-
1
&&
document
.
URL
.
indexOf
(
"ViittoContractConfirm"
)
==
-
1
)
{
...
...
@@ -141,6 +142,7 @@
if
(
document
.
URL
.
indexOf
(
"clientConfirm"
)
!=
-
1
||
document
.
URL
.
indexOf
(
"clientProtocol"
)
!=
-
1
||
document
.
URL
.
indexOf
(
"clientDisclaimerProtocol"
)
!=
-
1
||
document
.
URL
.
indexOf
(
"TravelContractConfirm"
)
!=
-
1
||
document
.
URL
.
indexOf
(
"ViittoContractConfirm"
)
!=
-
1
)
{
...
...
src/components/SalesModule/groupTourOrder.vue
View file @
5013d319
...
...
@@ -2144,6 +2144,7 @@
<span
style=
"color:#f56c6c"
>
{{childItem.ticketOutTypeStr}}
</span>
<span
v-if=
"childItem.isApplyPhoto == 1"
style=
"color: red"
>
({{ $t("salesModule.Zhao") }})
</span>
<span
style=
"cursor:pointer;"
@
click=
"goProtocol(item,childItem)"
>
{{childItem.protocolId>0?"查看保密协议":"签订保密协议"}}
</span>
<span
style=
"cursor:pointer;"
@
click=
"goDisclaimer(item,childItem)"
>
{{childItem.disclaimerId>0?"查看参团免责承诺函":"签订参团免责承诺函"}}
</span>
</span>
<span
v-if=
"item.photoNum > 0"
>
({{ $t("salesModule.NoPhoto") }} {{ item.photoNum
...
...
@@ -2979,6 +2980,33 @@
});
window
.
open
(
routeData
.
href
,
"_blank"
);
},
//跳转到老人/孕妇免责协议
goDisclaimer
(
item
,
sItem
)
{
let
ProtocolId
=
0
;
let
guestId
=
0
;
var
path
=
"disclaimerProtocol"
;
if
(
sItem
)
{
if
(
sItem
.
disclaimerId
)
{
ProtocolId
=
sItem
.
disclaimerId
;
}
if
(
sItem
.
guestId
)
{
guestId
=
sItem
.
guestId
;
}
}
var
pMsg
=
{
TCID
:
item
.
tcid
,
GuestId
:
guestId
,
OrderId
:
item
.
orderId
,
ProtocolId
:
ProtocolId
,
blank
:
"y"
,
}
let
routeData
=
this
.
$router
.
resolve
({
name
:
path
,
query
:
pMsg
,
});
window
.
open
(
routeData
.
href
,
"_blank"
);
},
//跳转至领取合同
goContract
(
item
,
sItem
)
{
let
cid
=
0
;
...
...
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
5013d319
...
...
@@ -2342,6 +2342,7 @@
<span
style=
"color:#f56c6c"
>
{{childItem.ticketOutTypeStr}}
</span>
<span
style=
"cursor:pointer;"
@
click=
"goProtocol(item,childItem)"
>
{{childItem.protocolId>0?"查看保密协议":"签订保密协议"}}
</span>
<span
style=
"cursor:pointer;"
@
click=
"goDisclaimer(item,childItem)"
>
{{childItem.disclaimerId>0?"查看参团免责承诺函":"签订参团免责承诺函"}}
</span>
<span
v-if=
"childItem.isApplyPhoto == 1"
style=
"color: red"
>
(照)
</span>
</span>
<span
v-if=
"item.photoNum > 0"
>
(照片一人 {{ item.photoNum }}份)
</span>
</span>
...
...
@@ -3678,6 +3679,33 @@
});
window
.
open
(
routeData
.
href
,
"_blank"
);
},
//跳转到老人/孕妇免责协议
goDisclaimer
(
item
,
sItem
)
{
let
ProtocolId
=
0
;
let
guestId
=
0
;
var
path
=
"disclaimerProtocol"
;
if
(
sItem
)
{
if
(
sItem
.
disclaimerId
)
{
ProtocolId
=
sItem
.
disclaimerId
;
}
if
(
sItem
.
guestId
)
{
guestId
=
sItem
.
guestId
;
}
}
var
pMsg
=
{
TCID
:
item
.
tcid
,
GuestId
:
guestId
,
OrderId
:
item
.
orderId
,
ProtocolId
:
ProtocolId
,
blank
:
"y"
,
}
let
routeData
=
this
.
$router
.
resolve
({
name
:
path
,
query
:
pMsg
,
});
window
.
open
(
routeData
.
href
,
"_blank"
);
},
//关闭弹窗
closeDialog
()
{
this
.
isShowLayerRemarks
=
false
;
...
...
src/components/SignName.vue
View file @
5013d319
...
...
@@ -294,6 +294,29 @@
}
},
null
);
}
//老人/孕妇免责协议
else
if
(
this
.
msg
.
TypeStr
==
'clientDisclaimerProtocol'
)
{
var
clientDisclaimerProtocolMsg
=
{
ProtocolId
:
this
.
msg
.
ProtocolId
,
GuestSignature
:
this
.
SignInfo
}
this
.
apipost
(
"travelcontract_post_UpdateDisclaimerGuestSignature"
,
clientDisclaimerProtocolMsg
,
res
=>
{
if
(
res
.
data
.
resultCode
===
1
)
{
this
.
Success
(
res
.
data
.
message
);
this
.
$router
.
push
({
name
:
'clientDisclaimerProtocol'
,
query
:
{
TCID
:
this
.
msg
.
TCID
,
OrderId
:
this
.
msg
.
orderID
,
GuestId
:
this
.
msg
.
guestId
,
ProtocolId
:
this
.
msg
.
ProtocolId
,
}
})
}
else
{
this
.
Error
(
res
.
data
.
message
);
}
},
null
);
}
},
}
}
...
...
src/components/clientDisclaimerProtocol.vue
0 → 100644
View file @
5013d319
This diff is collapsed.
Click to expand it.
src/components/disclaimerProtocol.vue
0 → 100644
View file @
5013d319
This diff is collapsed.
Click to expand it.
src/router/config.js
View file @
5013d319
...
...
@@ -4,6 +4,7 @@ import index from '../components/index'
import
clientConfirm
from
'../components/clientConfirm'
import
clientConfirmRB
from
'../components/clientConfirmRB'
import
clientProtocol
from
'../components/clientProtocol'
import
clientDisclaimerProtocol
from
'../components/clientDisclaimerProtocol'
import
SignName
from
'../components/SignName'
import
supplierLogin
from
'../components/SupplierLogin'
import
supplierIndex
from
'../components/SupplierIndex'
...
...
@@ -5882,6 +5883,11 @@ export default {
name
:
'clientProtocol'
,
component
:
clientProtocol
,
},
{
path
:
'/clientDisclaimerProtocol'
,
//老人/孕妇免责协议签订
name
:
'clientDisclaimerProtocol'
,
component
:
clientDisclaimerProtocol
,
},
{
path
:
'/SignName'
,
name
:
'SignName'
,
...
...
@@ -5918,6 +5924,13 @@ export default {
meta
:
{
title
:
'价格保密协议'
}
},{
path
:
'/disclaimerProtocol'
,
//老年人/孕妇参团免责
name
:
'disclaimerProtocol'
,
component
:
resolve
=>
require
([
'@/components/disclaimerProtocol'
],
resolve
),
meta
:
{
title
:
'老年人/孕妇参团免责'
}
},
{
path
:
'/SingleContract'
,
//单项合同
...
...
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