Commit 537c8511 authored by 吴冠's avatar 吴冠

更改

parent 2cc7bb3f
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<el-dialog :visible.sync="dialogFormVisible" title="审核拒绝" width="30%"> <el-dialog :visible.sync="dialogFormVisible" title="审核拒绝" width="30%">
<el-form :model="form"> <el-form :model="form">
<el-form-item :label-width="100" label="拒绝原因"> <el-form-item :label-width="100" label="拒绝原因">
<el-input v-model="form.reason" :rows="3" type="textarea" style="width:400px" placeholder="请输入1-20个字符" maxlength="20"></el-input> <el-input v-model="form.reason" :rows="3" type="textarea" style="width:400px" placeholder="请输入1-100个字符" maxlength="100"></el-input>
</el-form-item> </el-form-item>
</el-form> </el-form>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
......
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
<el-dialog title="审核拒绝" :visible.sync="dialogFormVisible"> <el-dialog title="审核拒绝" :visible.sync="dialogFormVisible">
<el-form :model="form" :rules="rules" ref="form"> <el-form :model="form" :rules="rules" ref="form">
<el-form-item label="拒绝原因" label-width="100" prop="reason"> <el-form-item label="拒绝原因" label-width="100" prop="reason">
<el-input v-model="form.reason" type="textarea" :rows="2" placeholder="请输入内容"></el-input> <el-input v-model="form.reason" type="textarea" :rows="2" placeholder="请输入内容" maxlength="100"></el-input>
</el-form-item> </el-form-item>
</el-form> </el-form>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
...@@ -232,8 +232,6 @@ export default { ...@@ -232,8 +232,6 @@ export default {
<style scoped> <style scoped>
.message {
}
.message > div { .message > div {
background: #fff; background: #fff;
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<dataBreadcrumb :breads="breads"></dataBreadcrumb> <dataBreadcrumb :breads="breads"></dataBreadcrumb>
<h3>{{ title }}</h3> <h3>{{ title }}</h3>
<h5>{{ title }}</h5> <h5>{{ title }}</h5>
<div class="abs"> <div class="abs" style="width:400px">
<div v-if="state">拒绝原因:{{ruleForm.reason}}</div> <div v-if="state">拒绝原因:{{ruleForm.reason}}</div>
</div> </div>
</div> </div>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<dataBreadcrumb :breads="breads"></dataBreadcrumb> <dataBreadcrumb :breads="breads"></dataBreadcrumb>
<h3>{{type==1?"编辑":"提出"}}澄清</h3> <h3>{{type==1?"编辑":"提出"}}澄清</h3>
<h5>{{type==1?"编辑":"提出"}}澄清</h5> <h5>{{type==1?"编辑":"提出"}}澄清</h5>
<div v-if="type==1" class="abs"> <div v-if="type==1" class="abs" style="width:400px">
<div>拒绝原因:{{ruleForm.reason}}</div> <div>拒绝原因:{{ruleForm.reason}}</div>
</div> </div>
</div> </div>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<dataBreadcrumb :breads="breads"></dataBreadcrumb> <dataBreadcrumb :breads="breads"></dataBreadcrumb>
<h3>{{ title }}</h3> <h3>{{ title }}</h3>
<h5>{{ title }}</h5> <h5>{{ title }}</h5>
<div class="abs"> <div class="abs" style="width:400px">
<div v-if="state">拒绝原因:{{ruleForm.reason}}</div> <div v-if="state">拒绝原因:{{ruleForm.reason}}</div>
</div> </div>
</div> </div>
......
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
<el-dialog title="审核拒绝" :visible.sync="dialogFormVisible"> <el-dialog title="审核拒绝" :visible.sync="dialogFormVisible">
<el-form :model="form" :rules="rules" ref="form"> <el-form :model="form" :rules="rules" ref="form">
<el-form-item label="拒绝原因" label-width="100" prop="reason"> <el-form-item label="拒绝原因" label-width="100" prop="reason">
<el-input v-model="form.reason" type="textarea" :rows="2" placeholder="请输入内容"></el-input> <el-input v-model="form.reason" type="textarea" :rows="2" placeholder="请输入内容" maxlength="100"></el-input>
</el-form-item> </el-form-item>
</el-form> </el-form>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<dataBreadcrumb :breads="breads"></dataBreadcrumb> <dataBreadcrumb :breads="breads"></dataBreadcrumb>
<h3>{{ title }}中标公告</h3> <h3>{{ title }}中标公告</h3>
<h5>{{ title }}中标公告</h5> <h5>{{ title }}中标公告</h5>
<div v-if="type == 1" class="abs"> <div v-if="type == 1" class="abs" style="width:400px">
<div>拒绝原因:{{ ruleForm.reason }}</div> <div>拒绝原因:{{ ruleForm.reason }}</div>
</div> </div>
</div> </div>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<dataBreadcrumb :breads="breads"></dataBreadcrumb> <dataBreadcrumb :breads="breads"></dataBreadcrumb>
<h3>{{ title }}中标候选人公示</h3> <h3>{{ title }}中标候选人公示</h3>
<h5>{{ title }}中标候选人公示</h5> <h5>{{ title }}中标候选人公示</h5>
<div v-if="type == 1" class="abs"> <div v-if="type == 1" class="abs" style="width:400px">
<div>拒绝原因:{{ ruleForm.reason }}</div> <div>拒绝原因:{{ ruleForm.reason }}</div>
</div> </div>
</div> </div>
......
...@@ -25,7 +25,7 @@ export default { ...@@ -25,7 +25,7 @@ export default {
}, },
data() { data() {
return { return {
breads: ['招标管理', '在线报名', '招标公告'], breads: ['招标管理', '招标项目管理', '工作台'],
auditStatus: '' auditStatus: ''
}; };
}, },
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<dataBreadcrumb :breads="breads"></dataBreadcrumb> <dataBreadcrumb :breads="breads"></dataBreadcrumb>
<h3>{{ type == 1 ? '编辑' : '发布' }}询价公告</h3> <h3>{{ type == 1 ? '编辑' : '发布' }}询价公告</h3>
<h5>{{ type == 1 ? '编辑' : '发布' }}询价公告</h5> <h5>{{ type == 1 ? '编辑' : '发布' }}询价公告</h5>
<div v-if="type == 1" class="abs"> <div v-if="type == 1" class="abs" style="width:400px">
<div>拒绝原因:{{ ruleForm.reason }}</div> <div>拒绝原因:{{ ruleForm.reason }}</div>
</div> </div>
</div> </div>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<dataBreadcrumb :breads="breads"></dataBreadcrumb> <dataBreadcrumb :breads="breads"></dataBreadcrumb>
<h3>{{ type == 1 ? '编辑' : '发布' }}招标公告</h3> <h3>{{ type == 1 ? '编辑' : '发布' }}招标公告</h3>
<h5>{{ type == 1 ? '编辑' : '发布' }}招标公告</h5> <h5>{{ type == 1 ? '编辑' : '发布' }}招标公告</h5>
<div v-if="type == 1" class="abs"> <div v-if="type == 1" class="abs" style="width:400px">
<div>拒绝原因:{{ ruleForm.reason }}</div> <div>拒绝原因:{{ ruleForm.reason }}</div>
</div> </div>
</div> </div>
......
...@@ -24,17 +24,17 @@ ...@@ -24,17 +24,17 @@
<div class="hal-item"> <div class="hal-item">
<div class="flex"> <div class="flex">
<div style="font-weight:bold">签到</div> <div style="font-weight:bold">签到</div>
<div style="color:blue;font-size:20px;margin-left:10px;margin-right:10px">1</div> <div style="color:#FF5203;font-size:20px;margin-left:10px;margin-right:10px">1</div>
<div style="font-weight:bold"></div> <div style="font-weight:bold"></div>
</div> </div>
<div class="flex"> <div class="flex">
<div style="font-weight:bold">解密</div> <div style="font-weight:bold">解密</div>
<div style="color:blue;font-size:20px;margin-left:10px;margin-right:10px">1</div> <div style="color:#FF5203;font-size:20px;margin-left:10px;margin-right:10px">1</div>
<div style="font-weight:bold"></div> <div style="font-weight:bold"></div>
</div> </div>
<div class="flex"> <div class="flex">
<div style="font-weight:bold">签名</div> <div style="font-weight:bold">签名</div>
<div style="color:blue;font-size:20px;margin-left:10px;margin-right:10px">1</div> <div style="color:#FF5203;font-size:20px;margin-left:10px;margin-right:10px">1</div>
<div style="font-weight:bold"></div> <div style="font-weight:bold"></div>
</div> </div>
<div class="texta">签到解密签名情况</div> <div class="texta">签到解密签名情况</div>
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
<div class="hal-right"> <div class="hal-right">
<!-- <el-button @click="dialogFormVisible = true" style="margin-left: 10px">开标规则说明</el-button> --> <!-- <el-button @click="dialogFormVisible = true" style="margin-left: 10px">开标规则说明</el-button> -->
<div @click="isdialogue" style="margin-top:0px">在线对话<i class="el-icon-chat-dot-round"></i></div> <div @click="isdialogue" style="margin-top:0px">在线对话<i class="el-icon-chat-dot-round"></i></div>
<div icon="el-icon-refresh" @click="refrsh">刷新</div> <div class="el-icon-refresh" @click="refrsh">刷新</div>
<div >下发开标一览表</div> <div >下发开标一览表</div>
<div @click="openInfo" :disabled="!issueTable">查看开标一览表</div> <div @click="openInfo" :disabled="!issueTable">查看开标一览表</div>
<el-button <el-button
...@@ -477,7 +477,7 @@ export default { ...@@ -477,7 +477,7 @@ export default {
<style scoped> <style scoped>
.content{ .content{
background: whitesmoke; background: #F7F9FA;
} }
.abs { .abs {
position: absolute; position: absolute;
...@@ -554,16 +554,18 @@ export default { ...@@ -554,16 +554,18 @@ export default {
margin-top:20px; margin-top:20px;
height:40px; height:40px;
text-align: center; text-align: center;
border:2px solid blue; border:2px solid #FF5203;
font-size:12px; font-size:12px;
color:#FF5203;
line-height:40px; line-height:40px;
cursor: pointer; cursor: pointer;
} }
.hal-center { .hal-center {
flex: 1; /* flex: 1; */
height: 500px; width:762px;
height: 459px;
border: 1px solid #000; border: 1px solid #000;
margin: 0 50px; margin: 0 50px;
box-sizing: border-box; box-sizing: border-box;
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<dataBreadcrumb :breads="breads"></dataBreadcrumb> <dataBreadcrumb :breads="breads"></dataBreadcrumb>
<h3>保证金缴纳</h3> <h3>保证金缴纳</h3>
<h5>{{ type == 1 ? '编辑' : '提交' }}保证金缴纳信息</h5> <h5>{{ type == 1 ? '编辑' : '提交' }}保证金缴纳信息</h5>
<div class="abs"> <div class="abs" style="width:400px">
<div v-if="type == 1">拒绝原因:{{ ruleForm.reason }}</div> <div v-if="type == 1">拒绝原因:{{ ruleForm.reason }}</div>
</div> </div>
</div> </div>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<dataBreadcrumb :breads="breads"></dataBreadcrumb> <dataBreadcrumb :breads="breads"></dataBreadcrumb>
<h3>标书费缴纳</h3> <h3>标书费缴纳</h3>
<h5>{{ type == 1 ? '编辑' : '提交' }}购标信息、邮寄信息、发票信息、缴费信息</h5> <h5>{{ type == 1 ? '编辑' : '提交' }}购标信息、邮寄信息、发票信息、缴费信息</h5>
<div class="abs"> <div class="abs" style="width:400px">
<div v-if="type == 1">拒绝原因:{{ ruleForm.reason }}</div> <div v-if="type == 1">拒绝原因:{{ ruleForm.reason }}</div>
</div> </div>
</div> </div>
...@@ -323,8 +323,6 @@ export default { ...@@ -323,8 +323,6 @@ export default {
<style scoped> <style scoped>
.message {
}
.message > div { .message > div {
background: #fff; background: #fff;
......
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