Commit 2b8caab6 authored by 黄奎's avatar 黄奎
parents f08c7532 2fe09266
...@@ -1282,7 +1282,7 @@ ...@@ -1282,7 +1282,7 @@
</el-form> </el-form>
<p style="color: red;text-align: right;padding: 5px;">注:冲抵请勾选单据后点击下方确认冲抵</p> <p style="color: red;text-align: right;padding: 5px;">注:冲抵请勾选单据后点击下方确认冲抵</p>
<table class="leaderPayTable" border="0" cellspacing="1" cellpadding="0"> <table class="leaderPayTable" border="0" cellspacing="1" cellpadding="0" v-loading="yfcdLoading">
<tr> <tr>
<th></th> <th></th>
<th>单号</th> <th>单号</th>
...@@ -1376,6 +1376,7 @@ ...@@ -1376,6 +1376,7 @@
export default { export default {
data() { data() {
return { return {
yfcdLoading: false,
isTerminate: -1, isTerminate: -1,
hbMsg: { hbMsg: {
FrIDList: [], FrIDList: [],
...@@ -1805,10 +1806,12 @@ ...@@ -1805,10 +1806,12 @@
if (msg.FrID == "") { if (msg.FrID == "") {
msg.FrID = 0; msg.FrID = 0;
} }
this.yfcdLoading = true
this.apipost( this.apipost(
"Financial_get_GetAdvanceFinancePageList", "Financial_get_GetAdvanceFinancePageList",
msg, msg,
res => { res => {
this.yfcdLoading = false
if (res.data.resultCode === 1) { if (res.data.resultCode === 1) {
this.czList = res.data.data.pageData; this.czList = res.data.data.pageData;
this.total2 = res.data.data.count; this.total2 = res.data.data.count;
......
...@@ -547,7 +547,6 @@ ...@@ -547,7 +547,6 @@
FeatureData: { FeatureData: {
//深度监听,可监听到对象、数组的变化 //深度监听,可监听到对象、数组的变化
handler: function (val, oldVal) { handler: function (val, oldVal) {
this.FeatureData.FeatureType = 8
this.$emit("featureCallBack", this.FeatureData); this.$emit("featureCallBack", this.FeatureData);
this.initFeature(); this.initFeature();
}, },
......
<template> <template>
<div id="newFeatureBox"> <div id="newFeatureBox3">
<!-- UpgradedVersion-introduceBj UpgradedVersion-otherBj --> <!-- UpgradedVersion-introduceBj 介绍、宿 UpgradedVersion-otherBj 详情、食、景 -->
<div class="UpgradedVersion-box UpgradedVersion-homebj relative"> <div class="UpgradedVersion-box UpgradedVersion-homebj relative">
<!-- logo --> <!-- logo -->
<Header></Header> <Header></Header>
...@@ -95,4 +95,7 @@ ...@@ -95,4 +95,7 @@
.otherJourney-footer .otherJourney-introduceFooter{ .otherJourney-footer .otherJourney-introduceFooter{
background: #CC0066; background: #CC0066;
} }
img{
pointer-events: none;
}
</style> </style>
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