Commit b7068786 authored by 吴冠's avatar 吴冠

更改

parent 3cbe7bc5
...@@ -6,6 +6,10 @@ ...@@ -6,6 +6,10 @@
<div>项目名称:{{ projectName }}</div> <div>项目名称:{{ projectName }}</div>
<div>发布时间:{{ detail.createTime }}</div> <div>发布时间:{{ detail.createTime }}</div>
</div> </div>
<!-- 标题 -->
<div class="title">
<div class="flex-center">{{title}}</div>
</div>
<div v-if="state"> <div v-if="state">
<div v-html="detail.content"></div> <div v-html="detail.content"></div>
<div class="enclosure flex-item"> <div class="enclosure flex-item">
...@@ -78,4 +82,7 @@ export default { ...@@ -78,4 +82,7 @@ export default {
.enclosure { .enclosure {
margin: 20px 0; margin: 20px 0;
} }
.title{
margin-top:50px;
}
</style> </style>
\ No newline at end of file
...@@ -6,6 +6,10 @@ ...@@ -6,6 +6,10 @@
<div>项目名称:{{ projectName }}</div> <div>项目名称:{{ projectName }}</div>
<div v-if="state">发布时间:{{ detail.createTime }}</div> <div v-if="state">发布时间:{{ detail.createTime }}</div>
</div> </div>
<!-- 标题 -->
<div class="title">
<div class="flex-center">{{title}}</div>
</div>
<div class="detail1" v-if="state"> <div class="detail1" v-if="state">
<div v-html="detail.content"></div> <div v-html="detail.content"></div>
<div class="enclosure flex-item"> <div class="enclosure flex-item">
...@@ -89,4 +93,7 @@ export default { ...@@ -89,4 +93,7 @@ export default {
.enclosure { .enclosure {
margin: 50px 0; margin: 50px 0;
} }
.title{
margin-top:50px;
}
</style> </style>
\ No newline at end of file
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<el-input v-model.trim="ruleForm.content" :rows="2" type="textarea" maxlength="300"></el-input> <el-input v-model.trim="ruleForm.content" :rows="2" type="textarea" maxlength="300"></el-input>
</el-form-item> </el-form-item>
<el-form-item label="澄清质询问题文件" prop="file"> <el-form-item label="澄清质询问题文件" prop="file">
<singleUpload :limit="1" :max="10" tips="最多上传一份,大小不超过10M." @input="getfile"></singleUpload> <singleUpload :limit="1" :max="10" tip="最多上传一份,大小不超过10M." @input="getfile"></singleUpload>
</el-form-item> </el-form-item>
</el-form> </el-form>
</div> </div>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div> <div>
<div class="content-head"> <div class="content-head">
<dataBreadcrumb :breads="breads"></dataBreadcrumb> <dataBreadcrumb :breads="breads"></dataBreadcrumb>
<h3>保证金缴纳</h3> <h3>标书费缴纳</h3>
<h5>{{ title }}购标信息、邮寄信息、发票信息、缴费信息</h5> <h5>{{ title }}购标信息、邮寄信息、发票信息、缴费信息</h5>
<div class="flex state"> <div class="flex state">
<div>状态:{{ state }}</div> <div>状态:{{ state }}</div>
...@@ -263,9 +263,6 @@ export default { ...@@ -263,9 +263,6 @@ export default {
<style scoped> <style scoped>
.message {
}
.message > div { .message > div {
background: #fff; background: #fff;
margin-bottom: 20px; margin-bottom: 20px;
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<div class="adjustment">上传附件:</div> <div class="adjustment">上传附件:</div>
<singleUpload <singleUpload
:limit="1" :limit="1"
tip="支持上传1个附件,不超过20M" tip="支持上传1个附件,不超过100M"
@input="getfile" @input="getfile"
:max="20" :max="20"
:fileList="ruleForm.accessoryPOList" :fileList="ruleForm.accessoryPOList"
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
</div> </div>
<div class="flex-between"> <div class="flex-between">
<div>日期:{{ winDate}}</div> <div>日期:{{ winDate}}</div>
<div>中标金额:{{money}}</div> <div>*中标金额:{{money}}</div>
</div> </div>
<div> <div>
<div class="flex" style="margin-bottom:50px"> <div class="flex" style="margin-bottom:50px">
......
...@@ -126,7 +126,7 @@ export default { ...@@ -126,7 +126,7 @@ export default {
}; };
return { return {
type: '', type: '',
breads: ['招标管理', '招标项目管理', '工作台'], breads: ['投标管理', '我参与的项目', '工作台'],
ruleForm: { ruleForm: {
companyName: '', companyName: '',
companyTel: '', companyTel: '',
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<changeNav :navs="navs"></changeNav> <changeNav :navs="navs"></changeNav>
<div class="flex-item icon-style"> <div class="flex-item icon-style">
<i class="el-icon-warning" style="margin:0 10px"></i> <i class="el-icon-warning" style="margin:0 10px"></i>
<div>若已购标请联系平台方审核,若未购标请及时购买,客服电话:400-6666-6666.</div> <div>若已购标请联系平台方审核,若未购标请及时购买</div>
</div> </div>
<div class="flex-arround info"> <div class="flex-arround info">
<div>项目标号:{{projectCode}}</div> <div>项目标号:{{projectCode}}</div>
......
...@@ -160,7 +160,7 @@ export default { ...@@ -160,7 +160,7 @@ export default {
isdisabled: true, isdisabled: true,
title: '查看', title: '查看',
state: '', state: '',
breads: ['标管理', '招标项目管理', '工作台'], breads: ['标管理', '招标项目管理', '工作台'],
ruleForm: {}, ruleForm: {},
formrules: { formrules: {
companyName: [ companyName: [
...@@ -227,9 +227,6 @@ export default { ...@@ -227,9 +227,6 @@ export default {
<style scoped> <style scoped>
.message {
}
.message > div { .message > div {
background: #fff; background: #fff;
margin-bottom: 20px; margin-bottom: 20px;
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<div>项目名称:{{projectName}}</div> <div>项目名称:{{projectName}}</div>
</div> </div>
<div v-if="state" class="flex-between"> <div v-if="state" class="flex-between">
<div>日期:2018-12-12</div> <div>日期:{{createTime}}</div>
<div>招标结果通知书编号:11111</div> <div>招标结果通知书编号:11111</div>
</div> </div>
<div v-if="state"> <div v-if="state">
...@@ -40,7 +40,7 @@ export default { ...@@ -40,7 +40,7 @@ export default {
}, },
data() { data() {
return { return {
breads: ['投标管理 ', '我参加的项目', '工作s台'], breads: ['投标管理 ', '我参加的项目', '工作台'],
navs: ['招标结果通知书'], navs: ['招标结果通知书'],
projectCode:"", projectCode:"",
projectName:"", projectName:"",
......
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
}] }]
}, },
active: 0, active: 0,
breads: ['投标管理', '工作台'] breads: ['投标管理', '我参与的项目','工作台']
} }
}, },
methods: { methods: {
......
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