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
4ee7f48c
Commit
4ee7f48c
authored
May 29, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
2495deac
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
16 deletions
+20
-16
ElectronicContract.vue
src/components/Contract/ElectronicContract.vue
+0
-1
TravelContractDetail.vue
src/components/TravelContractDetail.vue
+7
-7
TravelContractNew.vue
src/components/TravelContractNew.vue
+12
-8
clientConfirm.vue
src/components/clientConfirm.vue
+1
-0
No files found.
src/components/Contract/ElectronicContract.vue
View file @
4ee7f48c
...
...
@@ -1209,7 +1209,6 @@
// 生成二维码
GetQrCode
:
function
()
{
let
urlObj
=
this
.
domainManager
();
let
msg
=
{
TCID
:
this
.
$route
.
query
.
TCID
,
orderID
:
this
.
$route
.
query
.
orderID
,
...
...
src/components/TravelContractDetail.vue
View file @
4ee7f48c
...
...
@@ -395,7 +395,7 @@
<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"
v-if=
"dataList.companySignature!=''"
value=
"下载"
<input
type=
"button"
class=
"TCbtn-info"
value=
"下载"
@
click=
"toContractPDF(dataList.contractNum)"
/>
</span>
</h2>
...
...
@@ -1047,15 +1047,15 @@
// 生成二维码
GetQrCode
:
function
()
{
let
urlObj
=
this
.
domainManager
();
var
guestId
=
0
;
if
(
this
.
$route
.
query
.
guestId
)
{
guestId
=
this
.
$route
.
query
.
guestId
;
var
guestId
=
0
;
if
(
this
.
$route
.
query
.
guestId
)
{
guestId
=
this
.
$route
.
query
.
guestId
;
}
let
msg
=
{
TCID
:
this
.
$route
.
query
.
TCID
,
orderID
:
this
.
$route
.
query
.
orderID
,
guestId
:
guestId
,
Id
:
this
.
$route
.
query
.
ID
,
pUrl
:
"clientConfirm"
,
};
this
.
$http
({
...
...
@@ -1113,7 +1113,7 @@
//获取数据
getList
()
{
//this.apiJavaPost("/api/contract/getContractInfo", this.msg, res => {
this
.
apipost
(
"travelcontract_post_GetContractInfoService"
,
this
.
msg
,
res
=>
{
this
.
apipost
(
"travelcontract_post_GetContractInfoService"
,
this
.
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
===
1
)
{
this
.
dataList
=
res
.
data
.
data
;
}
else
{
...
...
@@ -1186,7 +1186,7 @@
type
:
'warning'
}).
then
(()
=>
{
this
.
dataList
.
status
=
0
;
// this.apiJavaPost("/api/contract/dosaveOrUpdate", this.dataList, res => {
// this.apiJavaPost("/api/contract/dosaveOrUpdate", this.dataList, res => {
this
.
apipost
(
"travelcontract_post_UpdateStatusContractService"
,
this
.
dataList
,
res
=>
{
if
(
res
.
data
.
resultCode
===
1
)
{
this
.
Success
(
res
.
data
.
message
);
...
...
src/components/TravelContractNew.vue
View file @
4ee7f48c
...
...
@@ -890,7 +890,7 @@
<tr>
<td
colspan=
"5"
contenteditable=
"true"
>
结束时间:
{{
getDate
(
CtObj
.
returnDate
)
}}
返回地点:
{{
CtObj
.
backAirport
}}
返回地点:
{{
CtObj
.
backAirport
}}
</td>
</tr>
<tr>
...
...
@@ -1477,6 +1477,7 @@
TCID
:
this
.
$route
.
query
.
TCID
,
orderID
:
this
.
$route
.
query
.
orderID
,
guestId
:
this
.
$route
.
query
.
guestId
,
Id
:
this
.
$route
.
query
.
ID
,
pUrl
:
"clientConfirm"
,
};
this
.
$http
({
...
...
@@ -1502,8 +1503,8 @@
document
.
documentElement
.
scrollTop
=
anchor
.
offsetTop
-
70
},
getList
()
{
// this.apiJavaPost("/api/contract/getContractInfo", this.msg, res => {
this
.
apipost
(
"travelcontract_post_GetContractInfoService"
,
this
.
msg
,
res
=>
{
// this.apiJavaPost("/api/contract/getContractInfo", this.msg, res => {
this
.
apipost
(
"travelcontract_post_GetContractInfoService"
,
this
.
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
===
1
)
{
var
tempObj
=
res
.
data
.
data
;
this
.
CtObj
=
tempObj
;
...
...
@@ -1698,9 +1699,9 @@
}
this
.
CtObj
.
travelContent
=
this
.
$refs
.
TcTravel_Table
.
innerHTML
;
this
.
CtObj
.
rbGroupId
=
this
.
CurrentUserInfo
.
RB_Group_id
// this.apiJavaPost("/api/contract/dosaveOrUpdate", this.CtObj, res => {
// this.apiJavaPost("/api/contract/dosaveOrUpdate", this.CtObj, res => {
this
.
apipost
(
"travelcontract_post_SetContractService"
,
this
.
CtObj
,
res
=>
{
if
(
res
.
data
.
resultCode
===
1
)
{
if
(
res
.
data
.
resultCode
===
1
)
{
this
.
Success
(
res
.
data
.
message
);
this
.
dialogVisible
=
false
;
this
.
getList
();
...
...
@@ -1731,7 +1732,7 @@
this
.
CtObj
.
status
=
0
;
this
.
CtObj
.
auditContract
=
0
;
//this.apiJavaPost("/api/contract/dosaveOrUpdate", this.CtObj, res => {
this
.
apipost
(
"travelcontract_post_UpdateStatusContractService"
,
this
.
CtObj
,
res
=>
{
this
.
apipost
(
"travelcontract_post_UpdateStatusContractService"
,
this
.
CtObj
,
res
=>
{
if
(
res
.
data
.
resultCode
===
1
)
{
this
.
Success
(
res
.
data
.
message
);
this
.
getList
();
...
...
@@ -1761,7 +1762,10 @@
sendAudit
()
{
//this.CtObj.auditContract = 1;
//this.apiJavaPost("/api/contract/dosaveOrUpdate", this.CtObj, res => {
this
.
apipost
(
"travelcontract_get_UpdateAuditContractService"
,
{
"AuditContract"
:
1
,
"Id"
:
this
.
CtObj
.
Id
},
res
=>
{
this
.
apipost
(
"travelcontract_get_UpdateAuditContractService"
,
{
"AuditContract"
:
1
,
"Id"
:
this
.
CtObj
.
Id
},
res
=>
{
if
(
res
.
data
.
resultCode
===
1
)
{
this
.
Success
(
res
.
data
.
message
);
this
.
getList
();
...
...
@@ -1846,7 +1850,7 @@
let
msg
=
{
orderId
:
this
.
msg
.
orderID
}
// this.apiJavaPost("/api/contract/getContractGuestByOrderId", msg, res => {
// this.apiJavaPost("/api/contract/getContractGuestByOrderId", msg, res => {
this
.
apipost
(
"travelcontract_post_GetContractGuestByOrderId"
,
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
===
1
)
{
this
.
backGuest
=
res
.
data
.
data
;
...
...
src/components/clientConfirm.vue
View file @
4ee7f48c
...
...
@@ -2239,6 +2239,7 @@
this
.
msg
.
TCID
=
this
.
$route
.
query
.
TCID
;
this
.
msg
.
orderID
=
this
.
$route
.
query
.
orderID
;
this
.
msg
.
guestId
=
this
.
$route
.
query
.
guestId
;
this
.
msg
.
Id
=
this
.
$route
.
query
.
Id
;
var
h
=
window
.
screen
.
height
;
var
cHeight
=
document
.
getElementsByClassName
(
"CliSignDiv"
)[
0
];
cHeight
.
style
.
height
=
900
+
'px'
;
...
...
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