Commit 0b54fdeb authored by 罗超's avatar 罗超

调整咨询

parent 80a96668
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="consultList"> <div class="consultList">
<template v-if="!isShowInfo"> <template v-if="!isShowInfo">
<div class="head-title"> <div class="head-title">
咨询管理 投诉建议
</div> </div>
<div class="content"> <div class="content">
<div> <div>
...@@ -20,19 +20,19 @@ ...@@ -20,19 +20,19 @@
</el-table-column> </el-table-column>
<el-table-column prop="CompanyName" label="公司名称"> <el-table-column prop="CompanyName" label="公司名称">
</el-table-column> </el-table-column>
<el-table-column prop="FatCode" label="海关编码"> <!-- <el-table-column prop="FatCode" label="海关编码">
</el-table-column> </el-table-column> -->
<el-table-column prop="FatTitle" label="咨询标题"> <!-- <el-table-column prop="FatTitle" label="咨询标题">
</el-table-column> </el-table-column> -->
<el-table-column prop="FatQuestion" label="咨询问题"> <el-table-column prop="FatQuestion" label="投诉建议内容">
</el-table-column> </el-table-column>
<el-table-column prop="Principal" width="150" label="联系人"> <el-table-column prop="Principal" width="150" label="联系人">
</el-table-column> </el-table-column>
<el-table-column prop="Mobile" width="150" label="联系电话"> <el-table-column prop="Mobile" width="150" label="联系电话">
</el-table-column> </el-table-column>
<el-table-column prop="EMail" width="150" label="邮箱"> <!-- <el-table-column prop="EMail" width="150" label="邮箱">
</el-table-column> </el-table-column> -->
<el-table-column prop="AskStatusStr" width="150" label="咨询状态"> <el-table-column prop="AskStatusStr" width="150" label="状态">
</el-table-column> </el-table-column>
<el-table-column prop="address" width="200" label="操作"> <el-table-column prop="address" width="200" label="操作">
<template slot-scope="scope"> <template slot-scope="scope">
...@@ -52,22 +52,22 @@ ...@@ -52,22 +52,22 @@
</template> </template>
<template v-else> <template v-else>
<div class="head-title"> <div class="head-title">
<span @click="isShowInfo=false" style="color:rgb(64, 158, 255);cursor:pointer;">咨询管理</span><span <span @click="isShowInfo=false" style="color:rgb(64, 158, 255);cursor:pointer;">投诉建议</span><span
style="margin:0 9px;color:#C0C4CC">/</span><span>咨询详情</span> style="margin:0 9px;color:#C0C4CC">/</span><span>详情</span>
</div> </div>
<div class="content"> <div class="content">
<el-form label-width="120px"> <el-form label-width="120px">
<el-form-item label="公司名称"> <el-form-item label="公司名称">
<el-input type="text" v-model="addMsg.CompanyName" class="w400" disabled></el-input> <el-input type="text" v-model="addMsg.CompanyName" class="w400" disabled></el-input>
</el-form-item> </el-form-item>
<el-form-item label="海关编码"> <!-- <el-form-item label="海关编码">
<el-input type="text" v-model="addMsg.FatCode" class="w400" disabled></el-input> <el-input type="text" v-model="addMsg.FatCode" class="w400" disabled></el-input>
</el-form-item> </el-form-item> -->
<el-form-item label="咨询标题"> <!-- <el-form-item label="咨询标题">
<el-input type="text" v-model="addMsg.FatTitle" class="w400" disabled></el-input> <el-input type="text" v-model="addMsg.FatTitle" class="w400" disabled></el-input>
</el-form-item> </el-form-item> -->
<el-form-item label="咨询问题"> <el-form-item label="投诉建议内容">
<el-input type="text" v-model="addMsg.FatQuestion" class="w400" disabled></el-input> <el-input :rows="4" type="textarea" v-model="addMsg.FatQuestion" class="w400" disabled></el-input>
</el-form-item> </el-form-item>
<el-form-item label="联系人"> <el-form-item label="联系人">
<el-input type="text" v-model="addMsg.Principal" class="w400" disabled></el-input> <el-input type="text" v-model="addMsg.Principal" class="w400" disabled></el-input>
...@@ -75,9 +75,9 @@ ...@@ -75,9 +75,9 @@
<el-form-item label="联系电话"> <el-form-item label="联系电话">
<el-input type="text" v-model="addMsg.Mobile" class="w400" disabled></el-input> <el-input type="text" v-model="addMsg.Mobile" class="w400" disabled></el-input>
</el-form-item> </el-form-item>
<el-form-item label="E-Mail"> <!-- <el-form-item label="E-Mail">
<el-input type="text" v-model="addMsg.EMail" class="w400" disabled></el-input> <el-input type="text" v-model="addMsg.EMail" class="w400" disabled></el-input>
</el-form-item> </el-form-item> -->
<el-form-item label="回复内容" v-if="addMsg.AskStatus==1"> <el-form-item label="回复内容" v-if="addMsg.AskStatus==1">
<el-input type="textarea" v-model="addMsg.FatContent" class="w400" disabled></el-input> <el-input type="textarea" v-model="addMsg.FatContent" class="w400" disabled></el-input>
</el-form-item> </el-form-item>
......
...@@ -220,7 +220,7 @@ ...@@ -220,7 +220,7 @@
<li class="menu_item" :class="{ Fchecked: isChecked == '/consultList' }" <li class="menu_item" :class="{ Fchecked: isChecked == '/consultList' }"
@click="(isChecked = '/consultList'), CommonJump('consultList')"> @click="(isChecked = '/consultList'), CommonJump('consultList')">
<i class="el-icon-menu"></i><span>咨询管理</span> <i class="el-icon-menu"></i><span>投诉建议</span>
</li> </li>
<!-- <li class="menu_item" :class="{'Fchecked':isChecked=='/investmentList'}" <!-- <li class="menu_item" :class="{'Fchecked':isChecked=='/investmentList'}"
@click="isChecked='/investmentList',CommonJump('investmentList')"> @click="isChecked='/investmentList',CommonJump('investmentList')">
...@@ -308,7 +308,7 @@ ...@@ -308,7 +308,7 @@
<li class="menu_item" :class="{ Fchecked: isChecked == '/consultList' }" <li class="menu_item" :class="{ Fchecked: isChecked == '/consultList' }"
@click="(isChecked = '/consultList'), CommonJump('consultList')"> @click="(isChecked = '/consultList'), CommonJump('consultList')">
<i class="el-icon-menu"></i><span>咨询管理</span> <i class="el-icon-menu"></i><span>投诉建议</span>
</li> </li>
<li class="menu_item" :class="{ Fchecked: isChecked == '/ybRealAuthentication' }" @click=" <li class="menu_item" :class="{ Fchecked: isChecked == '/ybRealAuthentication' }" @click="
......
...@@ -53,7 +53,7 @@ export default { ...@@ -53,7 +53,7 @@ export default {
}, },
//域名管理对象 //域名管理对象
Vue.prototype.domainManager = function () { Vue.prototype.domainManager = function () {
let mallApiUrl = "http://192.168.5.46:8200"; //商城接口地址 let mallApiUrl = "https://mallapi.oytour.com"; //商城接口地址
let javaUrl = 'http://192.168.5.214:8018'; //资产Api地址 let javaUrl = 'http://192.168.5.214:8018'; //资产Api地址
let vtUploadUrl = "http://192.168.5.214:8120"; //文件上传地址 let vtUploadUrl = "http://192.168.5.214:8120"; //文件上传地址
let vtViewUrl = "http://192.168.5.214:8130"; //文件预览地址 let vtViewUrl = "http://192.168.5.214:8130"; //文件预览地址
......
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