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
35ab4e81
Commit
35ab4e81
authored
6 months ago
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
e04c7a11
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
7 deletions
+28
-7
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+2
-2
confirmationOrderDownLoadNew.vue
src/components/confirmationOrderDownLoadNew.vue
+26
-5
No files found.
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
35ab4e81
...
@@ -1662,12 +1662,12 @@
...
@@ -1662,12 +1662,12 @@
},
},
{
{
Id
:
1
,
Id
:
1
,
Name
:
this
.
$t
(
'
objFill.v101.activity.yip
eizhi'
),
Name
:
this
.
$t
(
'
sm.yiP
eizhi'
),
Checked
:
false
Checked
:
false
},
},
{
{
Id
:
2
,
Id
:
2
,
Name
:
this
.
$t
(
'
objFill.weip
eizhi'
),
Name
:
this
.
$t
(
'
sm.weiP
eizhi'
),
Checked
:
false
Checked
:
false
}
}
],
],
...
...
This diff is collapsed.
Click to expand it.
src/components/confirmationOrderDownLoadNew.vue
View file @
35ab4e81
...
@@ -383,12 +383,33 @@
...
@@ -383,12 +383,33 @@
methods
:
{
methods
:
{
//获取微信二维码
//获取微信二维码
getWxCode
:
function
()
{
getWxCode
:
function
()
{
this
.
apipost
(
'survey_post_GetSurveyWeiXinShare'
,
{
// this.apipost('survey_post_GetSurveyWeiXinShare', {
TCID
:
this
.
$route
.
query
.
tcid
// TCID: this.$route.query.tcid
},
res
=>
{
// }, res => {
if
(
res
.
data
.
resultCode
==
1
)
{
// if (res.data.resultCode == 1) {
// this.WeiXinShareImgSrc = res.data.data;
// }
// })
//获取H5意见调查表二维码
let
urlObj
=
this
.
domainManager
();
this
.
$http
({
headers
:
{
'Content-Type'
:
'application/json'
},
method
:
'post'
,
url
:
urlObj
.
DomainUrl
+
'/api/file/GetGuestSurvey'
,
data
:
{
"msg"
:
{
TCID
:
this
.
$route
.
query
.
tcid
}
}
}).
then
(
res
=>
{
if
(
res
.
data
.
resultCode
===
1
)
{
this
.
WeiXinShareImgSrc
=
res
.
data
.
data
;
this
.
WeiXinShareImgSrc
=
res
.
data
.
data
;
}
}
}).
catch
(
err
=>
{
})
})
},
},
//还原表单
//还原表单
...
@@ -828,7 +849,7 @@
...
@@ -828,7 +849,7 @@
orderId
:
this
.
$route
.
query
.
orderId
,
orderId
:
this
.
$route
.
query
.
orderId
,
isClick
:
this
.
isClick
,
//不算统计
isClick
:
this
.
isClick
,
//不算统计
unionfid
:
unionfid
,
unionfid
:
unionfid
,
GuestIds
:
this
.
$route
.
query
.
GuestIds
,
GuestIds
:
this
.
$route
.
query
.
GuestIds
,
},
res
=>
{
},
res
=>
{
this
.
pdfLoading
=
false
;
this
.
pdfLoading
=
false
;
this
.
loadingText
=
""
;
this
.
loadingText
=
""
;
...
...
This diff is collapsed.
Click to expand it.
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