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