Commit 04290cde authored by huangyuanyuan's avatar huangyuanyuan

111

parent 30969ce9
......@@ -1052,6 +1052,7 @@ export default {
this.msg.TipGuestList=tipguestInfo;
}
this.msg.Description=this.Description;
if(z){
this.msg.Status = 0;
}else{
......@@ -1494,6 +1495,7 @@ export default {
if(that.describeList){
that.describeList.forEach(item=>{
that.Description+=item.GuestName+" ";
})
}
......
......@@ -38,6 +38,7 @@
</div>
</div>
<div style="margin-top:30px;background:#fff;padding:20px;box-sizing:border-box">
<p style="color:#111111;padding-bottom:20px;font-size:18px">出游目的地</p>
<div style="width:100%;height:480px" id="chart3"></div>
</div>
<div class="people">
......@@ -49,7 +50,7 @@
<li v-for="(item,index) in SuggestList" :key="index">
<img style="width:40px;height:40px" src="../../../assets/img/fk/8.png" alt="">
<div class="Item">
<p style="color:#3751FE">{{item.GuestId}}</p>
<p style="color:#3751FE">({{item.TCNUM}}){{item.OrderID}}</p>
<p>{{item.TextContent}}</p>
</div>
</li>
......@@ -97,7 +98,7 @@ export default {
this.apiJavaPost("/api/erp/survey/getSuggest", this.msg, res => {
if (res.data.resultCode === 1) {
this.SuggestList=res.data.data.pageData;
console.log("this.SuggestList",this.SuggestList)
} else {
this.Error(res.data.message)
......@@ -326,7 +327,7 @@ export default {
let option = {
title: {
text: '出游目的地',
text: '',
},
tooltip: {
// trigger: 'axis',
......
......@@ -16,7 +16,7 @@
<li v-for="(item,index) in SuggestList" :key="index">
<img style="width:40px;height:40px" src="../../../assets/img/fk/8.png" alt="">
<div class="Item">
<p style="color:#3751FE">{{item.GuestId}}</p>
<p style="color:#3751FE">({{item.TCNUM}}){{item.OrderID}}</p>
<p>{{item.TextContent}}</p>
</div>
</li>
......@@ -76,7 +76,7 @@ export default {
}, null);
},
goUrl(path){
this.$router.push({ name:path,query:{blank: 'y'} })
this.$router.push({ name:path,query:{"msg":JSON.stringify(this.msg),blank: 'y'} })
},
handleCurrentChange(val) {
this.msg.pageIndex = val;
......
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