Commit 0973c915 authored by 沈良进's avatar 沈良进

save

parent a0083ac1
......@@ -683,7 +683,7 @@
<span style="color:red;font-weight:bold;">※ {{$t('op.DJyiguanbi')}}.</span>
</p>
<p class="travelnowrap">
<span @click="showDialog(item.ConfigId, item.OfferId)">{{$t('salesModule.XSQW')}} 价格信息</span>
<span @click="showDialog(item.ConfigId, item.OfferId)">价格信息</span>
</p>
</div>
</div>
......@@ -1228,8 +1228,8 @@
</el-col>
</el-form>
</div>
<el-dialog :visible.sync="dialog.show">
<price-dialog :ConfigId="dialog.ConfigId" :OfferId="dialog.OfferId"></price-dialog>
<el-dialog :visible.sync="dialog.show" width="1400px">
<price-dialog :ConfigId="dialog.ConfigId" :OfferId="dialog.OfferId" ref="dialog"></price-dialog>
</el-dialog>
</div>
</template>
......@@ -1510,6 +1510,9 @@
show: true,
ConfigId,OfferId
}
this.$nextTick(() => {
this.$refs.dialog.getPostData()
})
},
// 查看团详情
goRoyaltyUrl(row, Royalty, item) {
......
......@@ -286,7 +286,7 @@
},
created() {
if (this.$route.query.TeamType) {
this.postData.TeamType = this.$route.query.TeamType;
this.postData.TeamType = Number(this.$route.query.TeamType);
}
this.getPostData();
},
......
......@@ -239,7 +239,7 @@
</div>
</template>
<script>
import CostNewPrice from "../TravelNewQuotation/CostNewPrice";
import CostNewPrice from "../TravelNewQuotation/CostNewPriceCC";
export default {
props: ['ConfigId', 'OfferId'],
......
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