Commit 35ab4e81 authored by 黄奎's avatar 黄奎

页面修改

parent e04c7a11
...@@ -1662,12 +1662,12 @@ ...@@ -1662,12 +1662,12 @@
}, },
{ {
Id: 1, Id: 1,
Name: this.$t('objFill.v101.activity.yipeizhi'), Name: this.$t('sm.yiPeizhi'),
Checked: false Checked: false
}, },
{ {
Id: 2, Id: 2,
Name: this.$t('objFill.weipeizhi'), Name: this.$t('sm.weiPeizhi'),
Checked: false Checked: false
} }
], ],
......
...@@ -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 = "";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment