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

页面修改

parent e04c7a11
......@@ -1662,12 +1662,12 @@
},
{
Id: 1,
Name: this.$t('objFill.v101.activity.yipeizhi'),
Name: this.$t('sm.yiPeizhi'),
Checked: false
},
{
Id: 2,
Name: this.$t('objFill.weipeizhi'),
Name: this.$t('sm.weiPeizhi'),
Checked: false
}
],
......
......@@ -383,12 +383,33 @@
methods: {
//获取微信二维码
getWxCode: function () {
this.apipost('survey_post_GetSurveyWeiXinShare', {
TCID: this.$route.query.tcid
}, res => {
if (res.data.resultCode == 1) {
// this.apipost('survey_post_GetSurveyWeiXinShare', {
// TCID: this.$route.query.tcid
// }, res => {
// 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;
}
}).catch(err => {
})
},
//还原表单
......@@ -828,7 +849,7 @@
orderId: this.$route.query.orderId,
isClick: this.isClick, //不算统计
unionfid: unionfid,
GuestIds:this.$route.query.GuestIds,
GuestIds: this.$route.query.GuestIds,
}, res => {
this.pdfLoading = false;
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