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

save

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