|
@@ -2,7 +2,12 @@
|
|
|
<div class="container">
|
|
|
<el-row>
|
|
|
<el-col :span="12">
|
|
|
- <h2 class="bg-left title">编辑点价确认单</h2>
|
|
|
+ <h2 class="bg-left title">编辑点价确认单(
|
|
|
+ <template>
|
|
|
+ <span v-if="this.$route.query.contractType == 1">期货销售合同</span>
|
|
|
+ <span v-if="this.$route.query.contractType == 2"
|
|
|
+ >期货采购合同</span
|
|
|
+ > </template>)</h2>
|
|
|
</el-col>
|
|
|
<el-col :span="12" class="bg-right">
|
|
|
<el-button
|
|
@@ -275,7 +280,7 @@ export default {
|
|
|
},
|
|
|
returnsales(item) {
|
|
|
this.$router.push({ path: 'priceConfirmationSheet',
|
|
|
- query: { contractNo: this.$route.query.contractNo , contractType: this.$route.query.contractType ,id:item.id } })
|
|
|
+ query: { contractNo: this.$route.query.contractNo , contractType: this.$route.query.contractType } })
|
|
|
},
|
|
|
|
|
|
// 上传附件
|