Commit 43310c42 authored by zhengke's avatar zhengke
parents 1629d521 1c6a49ed
...@@ -291,8 +291,8 @@ ...@@ -291,8 +291,8 @@
</li> </li>
<li> <li>
<button class="hollowFixedBtn" @click="getList()">查询</button> <button class="hollowFixedBtn" @click="getList()">查询</button>
<button class="normalBtn" @click="cancelEdit(),addShow=true" v-if="msg.isFinacial==1">添加</button> <button class="normalBtn" v-show="!buttonshow" @click="cancelEdit(),addShow=true" v-if="msg.isFinacial==1">添加</button>
<button class="normalBtn" v-show="buttonshow" @click="AddVisaProduct" v-if="msg.isFinacial==1">添加11</button> <button class="normalBtn" v-show="buttonshow" @click="AddVisaProduct" v-if="msg.isFinacial==1">添加(新)</button>
</li> </li>
</ul> </ul>
</div> </div>
...@@ -378,7 +378,7 @@ ...@@ -378,7 +378,7 @@
placement="top-start" placement="top-start"
v-if="item.SendVisaStatus==1&&msg.isFinacial==1" v-if="item.SendVisaStatus==1&&msg.isFinacial==1"
> >
<el-button <el-button v-show="!buttonshow"
type="primary" type="primary"
style="background:#409EFF; border-color:#409EFF" style="background:#409EFF; border-color:#409EFF"
icon="iconfont icon-img_bianji_small" icon="iconfont icon-img_bianji_small"
...@@ -388,7 +388,7 @@ ...@@ -388,7 +388,7 @@
<el-tooltip <el-tooltip
class="item" class="item"
effect="dark" effect="dark"
content="修改" content="修改(新)"
placement="top-start" placement="top-start"
v-if="item.SendVisaStatus==1&&msg.isFinacial==1" v-if="item.SendVisaStatus==1&&msg.isFinacial==1"
> >
...@@ -399,7 +399,7 @@ ...@@ -399,7 +399,7 @@
@click="EditVisaProduct(item)" @click="EditVisaProduct(item)"
></el-button> ></el-button>
</el-tooltip> </el-tooltip>
<el-tooltip effect="dark" content="查看11" placement="top-start" v-if="msg.isFinacial==1"> <el-tooltip effect="dark" content="查看" placement="top-start" v-if="msg.isFinacial==1">
<el-button <el-button
type="primary" type="primary"
style="background:#25C1C3; border-color:#25C1C3" style="background:#25C1C3; border-color:#25C1C3"
......
...@@ -564,7 +564,7 @@ export default { ...@@ -564,7 +564,7 @@ export default {
this.inputVisible3 = false; this.inputVisible3 = false;
this.tagloading=true; this.tagloading=true;
this.productlabel.VisaCountryId=item.Id; this.productlabel.VisaCountryId=item.Id;
this.GetProductLabel(item.CountryId); this.GetProductLabel(item.Id);
this.CPBQ=true; this.CPBQ=true;
}, },
// 新增 // 新增
...@@ -587,6 +587,7 @@ export default { ...@@ -587,6 +587,7 @@ export default {
"dmc_post_visa_GetVisaProductCountryTagList", "dmc_post_visa_GetVisaProductCountryTagList",
{VisaCountryId:item}, {VisaCountryId:item},
res => { res => {
console.log(res);
this.tagloading=false; this.tagloading=false;
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.CountryTagList=res.data.data; this.CountryTagList=res.data.data;
......
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