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
6f9844d3
Commit
6f9844d3
authored
Nov 09, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
3662a30d
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
21 additions
and
19 deletions
+21
-19
ElectronicContract.vue
src/components/Contract/ElectronicContract.vue
+1
-1
SalesconfirmationOrder.vue
src/components/SalesconfirmationOrder.vue
+1
-1
TravelContractDetail.vue
src/components/TravelContractDetail.vue
+1
-1
TravelContractDetailRB.vue
src/components/TravelContractDetailRB.vue
+1
-1
TravelControlTrip.vue
src/components/TravelControlTrip.vue
+1
-1
ContractManage.vue
src/components/administrative/ContractManage.vue
+1
-1
ViittoContract.vue
src/components/administrative/ViittoContract.vue
+1
-1
confirmationOrder.vue
src/components/confirmationOrder.vue
+1
-1
confirmationOrderDownLoad.vue
src/components/confirmationOrderDownLoad.vue
+5
-5
confirmationOrderDownLoadNew.vue
src/components/confirmationOrderDownLoadNew.vue
+2
-2
newConfimationOrder.vue
src/components/newConfimationOrder.vue
+2
-2
edit-orderform.vue
src/components/orderCommon/edit-orderform.vue
+4
-2
No files found.
src/components/Contract/ElectronicContract.vue
View file @
6f9844d3
...
@@ -1256,7 +1256,7 @@
...
@@ -1256,7 +1256,7 @@
let
sign
=
title
+
"V2"
let
sign
=
title
+
"V2"
const
a
=
document
.
createElement
(
'a'
);
const
a
=
document
.
createElement
(
'a'
);
a
.
setAttribute
(
'download'
,
''
);
a
.
setAttribute
(
'download'
,
''
);
a
.
setAttribute
(
'href'
,
urlObj
.
DomainUrl
+
'/api/file/DownloadFileForPdf?fileName='
+
sign
+
a
.
setAttribute
(
'href'
,
urlObj
.
DomainUrl
+
'/api/file/DownloadFileForPdf
New
?fileName='
+
sign
+
'.pdf&&fPath='
+
res
.
data
.
data
);
'.pdf&&fPath='
+
res
.
data
.
data
);
a
.
click
();
a
.
click
();
}
else
{
}
else
{
...
...
src/components/SalesconfirmationOrder.vue
View file @
6f9844d3
...
@@ -1024,7 +1024,7 @@
...
@@ -1024,7 +1024,7 @@
let
sign
=
title
+
"V2"
let
sign
=
title
+
"V2"
const
a
=
document
.
createElement
(
'a'
);
const
a
=
document
.
createElement
(
'a'
);
a
.
setAttribute
(
'download'
,
''
);
a
.
setAttribute
(
'download'
,
''
);
a
.
setAttribute
(
'href'
,
urlObj
.
DomainUrl
+
'/api/file/DownloadFileForPdf?fileName='
+
sign
+
a
.
setAttribute
(
'href'
,
urlObj
.
DomainUrl
+
'/api/file/DownloadFileForPdf
New
?fileName='
+
sign
+
'.pdf&&fPath='
+
res
.
data
.
data
);
'.pdf&&fPath='
+
res
.
data
.
data
);
a
.
click
();
a
.
click
();
}
else
{
}
else
{
...
...
src/components/TravelContractDetail.vue
View file @
6f9844d3
...
@@ -1049,7 +1049,7 @@
...
@@ -1049,7 +1049,7 @@
let
sign
=
title
+
"V2"
let
sign
=
title
+
"V2"
const
a
=
document
.
getElementById
(
'contractDownLoad'
);
const
a
=
document
.
getElementById
(
'contractDownLoad'
);
a
.
setAttribute
(
'download'
,
''
);
a
.
setAttribute
(
'download'
,
''
);
a
.
setAttribute
(
'href'
,
urlObj
.
DomainUrl
+
'/api/file/DownloadFileForPdf?fileName='
+
sign
+
a
.
setAttribute
(
'href'
,
urlObj
.
DomainUrl
+
'/api/file/DownloadFileForPdf
New
?fileName='
+
sign
+
'.pdf&&fPath='
+
res
.
data
.
data
);
'.pdf&&fPath='
+
res
.
data
.
data
);
a
.
click
();
a
.
click
();
}
else
{
}
else
{
...
...
src/components/TravelContractDetailRB.vue
View file @
6f9844d3
...
@@ -848,7 +848,7 @@
...
@@ -848,7 +848,7 @@
let
sign
=
title
+
"V2"
let
sign
=
title
+
"V2"
const
a
=
document
.
createElement
(
'a'
);
const
a
=
document
.
createElement
(
'a'
);
a
.
setAttribute
(
'download'
,
''
);
a
.
setAttribute
(
'download'
,
''
);
a
.
setAttribute
(
'href'
,
urlObj
.
DomainUrl
+
'/api/file/DownloadFileForPdf?fileName='
+
sign
+
a
.
setAttribute
(
'href'
,
urlObj
.
DomainUrl
+
'/api/file/DownloadFileForPdf
New
?fileName='
+
sign
+
'.pdf&&fPath='
+
res
.
data
.
data
);
'.pdf&&fPath='
+
res
.
data
.
data
);
a
.
click
();
a
.
click
();
}
else
{
}
else
{
...
...
src/components/TravelControlTrip.vue
View file @
6f9844d3
...
@@ -517,7 +517,7 @@
...
@@ -517,7 +517,7 @@
let
sign
=
title
let
sign
=
title
const
a
=
document
.
createElement
(
'a'
);
const
a
=
document
.
createElement
(
'a'
);
a
.
setAttribute
(
'download'
,
''
);
a
.
setAttribute
(
'download'
,
''
);
a
.
setAttribute
(
'href'
,
urlObj
.
DomainUrl
+
'/api/file/DownloadFileForPdf?fileName='
+
sign
+
a
.
setAttribute
(
'href'
,
urlObj
.
DomainUrl
+
'/api/file/DownloadFileForPdf
New
?fileName='
+
sign
+
'.pdf&&fPath='
+
res
.
data
.
data
);
'.pdf&&fPath='
+
res
.
data
.
data
);
a
.
click
();
a
.
click
();
},
1000
)
},
1000
)
...
...
src/components/administrative/ContractManage.vue
View file @
6f9844d3
...
@@ -434,7 +434,7 @@
...
@@ -434,7 +434,7 @@
let
sign
=
item
.
T_ContractNum
;
let
sign
=
item
.
T_ContractNum
;
const
a
=
document
.
createElement
(
'a'
);
const
a
=
document
.
createElement
(
'a'
);
a
.
setAttribute
(
'download'
,
''
);
a
.
setAttribute
(
'download'
,
''
);
a
.
setAttribute
(
'href'
,
urlObj
.
DomainUrl
+
'/api/file/DownloadFileForPdf?fileName='
+
sign
+
a
.
setAttribute
(
'href'
,
urlObj
.
DomainUrl
+
'/api/file/DownloadFileForPdf
New
?fileName='
+
sign
+
'.pdf&&fPath='
+
res
.
data
.
data
);
'.pdf&&fPath='
+
res
.
data
.
data
);
a
.
click
();
a
.
click
();
}
else
{
}
else
{
...
...
src/components/administrative/ViittoContract.vue
View file @
6f9844d3
...
@@ -211,7 +211,7 @@
...
@@ -211,7 +211,7 @@
let
sign
=
item
.
CustomerName
+
"_合同.doc"
;
let
sign
=
item
.
CustomerName
+
"_合同.doc"
;
const
a
=
document
.
createElement
(
'a'
);
const
a
=
document
.
createElement
(
'a'
);
a
.
setAttribute
(
'download'
,
''
);
a
.
setAttribute
(
'download'
,
''
);
a
.
setAttribute
(
'href'
,
urlObj
.
DomainUrl
+
'/api/file/DownloadFileForPdf?fileName='
+
sign
+
a
.
setAttribute
(
'href'
,
urlObj
.
DomainUrl
+
'/api/file/DownloadFileForPdf
New
?fileName='
+
sign
+
'.doc&&fPath='
+
res
.
data
.
data
);
'.doc&&fPath='
+
res
.
data
.
data
);
a
.
click
();
a
.
click
();
}
else
{
}
else
{
...
...
src/components/confirmationOrder.vue
View file @
6f9844d3
...
@@ -397,7 +397,7 @@
...
@@ -397,7 +397,7 @@
a
.
setAttribute
(
a
.
setAttribute
(
"href"
,
"href"
,
urlObj
.
DomainUrl
+
urlObj
.
DomainUrl
+
"/api/file/DownloadFileForPdf?fileName="
+
"/api/file/DownloadFileForPdf
New
?fileName="
+
sign
+
sign
+
".pdf&&fPath="
+
".pdf&&fPath="
+
res
.
data
.
data
res
.
data
.
data
...
...
src/components/confirmationOrderDownLoad.vue
View file @
6f9844d3
...
@@ -830,7 +830,7 @@
...
@@ -830,7 +830,7 @@
let
sign
=
title
let
sign
=
title
const
a
=
document
.
createElement
(
'a'
);
const
a
=
document
.
createElement
(
'a'
);
a
.
setAttribute
(
'download'
,
''
);
a
.
setAttribute
(
'download'
,
''
);
a
.
setAttribute
(
'href'
,
urlObj
.
DomainUrl
+
'/api/file/DownloadFileForPdf?fileName='
+
sign
+
a
.
setAttribute
(
'href'
,
urlObj
.
DomainUrl
+
'/api/file/DownloadFileForPdf
New
?fileName='
+
sign
+
'.pdf&&fPath='
+
res
.
data
.
data
);
'.pdf&&fPath='
+
res
.
data
.
data
);
a
.
click
();
a
.
click
();
},
1000
)
},
1000
)
...
@@ -1107,7 +1107,7 @@
...
@@ -1107,7 +1107,7 @@
let
sign
=
title
+
"V3"
let
sign
=
title
+
"V3"
const
a
=
document
.
createElement
(
'a'
);
const
a
=
document
.
createElement
(
'a'
);
a
.
setAttribute
(
'download'
,
''
);
a
.
setAttribute
(
'download'
,
''
);
a
.
setAttribute
(
'href'
,
urlObj
.
DomainUrl
+
'/api/file/DownloadFileForPdf?fileName='
+
sign
+
a
.
setAttribute
(
'href'
,
urlObj
.
DomainUrl
+
'/api/file/DownloadFileForPdf
New
?fileName='
+
sign
+
'.pdf&&fPath='
+
res
.
data
.
data
);
'.pdf&&fPath='
+
res
.
data
.
data
);
a
.
click
();
a
.
click
();
}
else
{
}
else
{
...
@@ -1181,7 +1181,7 @@
...
@@ -1181,7 +1181,7 @@
let
sign
=
title
+
"V2"
let
sign
=
title
+
"V2"
const
a
=
document
.
createElement
(
'a'
);
const
a
=
document
.
createElement
(
'a'
);
a
.
setAttribute
(
'download'
,
''
);
a
.
setAttribute
(
'download'
,
''
);
a
.
setAttribute
(
'href'
,
urlObj
.
DomainUrl
+
'/api/file/DownloadFileForPdf?fileName='
+
sign
+
a
.
setAttribute
(
'href'
,
urlObj
.
DomainUrl
+
'/api/file/DownloadFileForPdf
New
?fileName='
+
sign
+
'.pdf&&fPath='
+
res
.
data
.
data
);
'.pdf&&fPath='
+
res
.
data
.
data
);
a
.
click
();
a
.
click
();
}
else
{
}
else
{
...
@@ -1255,7 +1255,7 @@
...
@@ -1255,7 +1255,7 @@
let
sign
=
title
+
"V2"
let
sign
=
title
+
"V2"
const
a
=
document
.
createElement
(
'a'
);
const
a
=
document
.
createElement
(
'a'
);
a
.
setAttribute
(
'download'
,
''
);
a
.
setAttribute
(
'download'
,
''
);
a
.
setAttribute
(
'href'
,
urlObj
.
DomainUrl
+
'/api/file/DownloadFileForPdf?fileName='
+
sign
+
a
.
setAttribute
(
'href'
,
urlObj
.
DomainUrl
+
'/api/file/DownloadFileForPdf
New
?fileName='
+
sign
+
'.pdf&&fPath='
+
res
.
data
.
data
);
'.pdf&&fPath='
+
res
.
data
.
data
);
a
.
click
();
a
.
click
();
}
else
{
}
else
{
...
@@ -1376,7 +1376,7 @@
...
@@ -1376,7 +1376,7 @@
let
sign
=
title
+
"V2"
let
sign
=
title
+
"V2"
const
a
=
document
.
createElement
(
'a'
);
const
a
=
document
.
createElement
(
'a'
);
a
.
setAttribute
(
'download'
,
''
);
a
.
setAttribute
(
'download'
,
''
);
a
.
setAttribute
(
'href'
,
urlObj
.
DomainUrl
+
'/api/file/DownloadFileForPdf?fileName='
+
sign
+
a
.
setAttribute
(
'href'
,
urlObj
.
DomainUrl
+
'/api/file/DownloadFileForPdf
New
?fileName='
+
sign
+
'.doc&&fPath='
+
res
.
data
.
data
);
'.doc&&fPath='
+
res
.
data
.
data
);
a
.
click
();
a
.
click
();
}
else
{
}
else
{
...
...
src/components/confirmationOrderDownLoadNew.vue
View file @
6f9844d3
...
@@ -519,7 +519,7 @@
...
@@ -519,7 +519,7 @@
let
sign
=
title
+
"V2"
let
sign
=
title
+
"V2"
const
a
=
document
.
createElement
(
'a'
);
const
a
=
document
.
createElement
(
'a'
);
a
.
setAttribute
(
'download'
,
''
);
a
.
setAttribute
(
'download'
,
''
);
a
.
setAttribute
(
'href'
,
urlObj
.
DomainUrl
+
'/api/file/DownloadFileForPdf?fileName='
+
sign
+
a
.
setAttribute
(
'href'
,
urlObj
.
DomainUrl
+
'/api/file/DownloadFileForPdf
New
?fileName='
+
sign
+
'.doc&&fPath='
+
res
.
data
.
data
);
'.doc&&fPath='
+
res
.
data
.
data
);
a
.
click
();
a
.
click
();
}
else
{
}
else
{
...
@@ -581,7 +581,7 @@
...
@@ -581,7 +581,7 @@
this
.
pdfLoading
=
true
;
this
.
pdfLoading
=
true
;
let
urlObj
=
this
.
domainManager
();
let
urlObj
=
this
.
domainManager
();
var
ocrUrl
=
""
;
var
ocrUrl
=
""
;
ocrUrl
=
urlObj
.
ocrUrl
+
"/Home/DownloadFileForPdf?configId="
+
msg
.
configId
+
"&url="
+
ocrUrl
=
urlObj
.
ocrUrl
+
"/Home/DownloadFileForPdf
New
?configId="
+
msg
.
configId
+
"&url="
+
encodeURIComponent
(
path
);
encodeURIComponent
(
path
);
this
.
$http
({
this
.
$http
({
headers
:
{
headers
:
{
...
...
src/components/newConfimationOrder.vue
View file @
6f9844d3
...
@@ -976,7 +976,7 @@
...
@@ -976,7 +976,7 @@
let
sign
=
title
+
"V3"
let
sign
=
title
+
"V3"
const
a
=
document
.
createElement
(
'a'
);
const
a
=
document
.
createElement
(
'a'
);
a
.
setAttribute
(
'download'
,
''
);
a
.
setAttribute
(
'download'
,
''
);
a
.
setAttribute
(
'href'
,
urlObj
.
DomainUrl
+
'/api/file/DownloadFileForPdf?fileName='
+
sign
+
a
.
setAttribute
(
'href'
,
urlObj
.
DomainUrl
+
'/api/file/DownloadFileForPdf
New
?fileName='
+
sign
+
'.pdf&&fPath='
+
res
.
data
.
data
);
'.pdf&&fPath='
+
res
.
data
.
data
);
a
.
click
();
a
.
click
();
}
else
{
}
else
{
...
@@ -1050,7 +1050,7 @@
...
@@ -1050,7 +1050,7 @@
let
sign
=
title
+
"V3"
let
sign
=
title
+
"V3"
const
a
=
document
.
createElement
(
'a'
);
const
a
=
document
.
createElement
(
'a'
);
a
.
setAttribute
(
'download'
,
''
);
a
.
setAttribute
(
'download'
,
''
);
a
.
setAttribute
(
'href'
,
urlObj
.
DomainUrl
+
'/api/file/DownloadFileForPdf?fileName='
+
sign
+
a
.
setAttribute
(
'href'
,
urlObj
.
DomainUrl
+
'/api/file/DownloadFileForPdf
New
?fileName='
+
sign
+
'.doc&&fPath='
+
res
.
data
.
data
);
'.doc&&fPath='
+
res
.
data
.
data
);
a
.
click
();
a
.
click
();
}
else
{
}
else
{
...
...
src/components/orderCommon/edit-orderform.vue
View file @
6f9844d3
...
@@ -1396,12 +1396,14 @@
...
@@ -1396,12 +1396,14 @@
this
.
addObj
.
OtherPrice
*
this
.
addObj
.
OtherPrice
*
(
Number
(
this
.
addMsg
.
ManNum
)
+
(
Number
(
this
.
addMsg
.
ManNum
)
+
Number
(
this
.
addMsg
.
ChirdNum
)
+
Number
(
this
.
addMsg
.
ChirdNum
)
+
Number
(
this
.
addMsg
.
OldPeopleNum
))
+
Number
(
this
.
addMsg
.
OldPeopleNum
))
+
this
.
addObj
.
VisaPrice
*
this
.
addObj
.
VisaPrice
*
(
Number
(
this
.
addMsg
.
AirticketNum
)
+
(
Number
(
this
.
addMsg
.
AirticketNum
)
+
Number
(
this
.
addMsg
.
ManNum
)
+
Number
(
this
.
addMsg
.
ManNum
)
+
Number
(
this
.
addMsg
.
ChirdNum
)
+
Number
(
this
.
addMsg
.
ChirdNum
)
+
Number
(
this
.
addMsg
.
OldPeopleNum
))
-
Number
(
this
.
addMsg
.
OldPeopleNum
))
-
this
.
addObj
.
BackVisaPrice
*
this
.
addObj
.
BackVisaPrice
*
(
Number
(
this
.
addMsg
.
AirticketNum
)
+
(
Number
(
this
.
addMsg
.
AirticketNum
)
+
Number
(
this
.
addMsg
.
ManNum
)
+
Number
(
this
.
addMsg
.
ManNum
)
+
...
...
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