Commit 4aad38f2 authored by 张冬's avatar 张冬

更换整个后台的颜色

parent ba82a14e
......@@ -6,6 +6,6 @@
<style>
@import './common/common.css';
@import "./assets/css/main.css";
@import "./assets/css/color-dark.css"; /*深色主题*/
/*@import "./assets/css/theme-green/color-green.css"; 浅绿色主题*/
/* @import "./assets/css/color-dark.css"; */
@import "./assets/css/theme-green/color-green.css";
</style>
\ No newline at end of file
......@@ -371,10 +371,11 @@ export function earnestEdit(data) {
}
// 新增接口
// 查看是否报价状态
export function isOffer(projectId) {
return request({
url: `bidder-apply/isOffer/${projectId}`,
method: 'get',
})
}
\ No newline at end of file
}
.header{
background-color: #07c4a8;
background-color: #FF5203;
}
.login-wrap{
background: rgba(56, 157, 170, 0.82);;
background: #FF5203;;
}
.plugins-tips{
background: #f2f2f2;
background: #FF5203;
}
.plugins-tips a{
color: #00d1b2;
color: #FF5203;
}
.el-upload--text em {
color: #00d1b2;
color: #FF5203;
}
.pure-button{
background: #00d1b2;
background: #FF5203;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
background-color: #00d1b2 !important;
border-color: #00d1b2 !important;
background-color: #FF5203 !important;
border-color: #FF5203 !important;
}
.tags-li.active {
border: 1px solid #00d1b2;
background-color: #00d1b2;
border: 1px solid #FF5203;
background-color: #FF5203;
}
.collapse-btn:hover{
background: #00d1b2;
background: #FF5203;
}
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -78,9 +78,7 @@ export default {
let value = []
for (let i = 0; i < fileList.length; i++) {
let message = {}
message.name = fileList[i].name
message.fileName = fileList[i].name
message.url = fileList[i].url
message.fileUrl = fileList[i].url
message.uid=fileList[i].uid
value.push(message)
......@@ -125,7 +123,6 @@ export default {
let objName = getFileNameUUID()
// 调用 ali-oss 中的方法
put(`${objName}${option.file.name}`, option.file).then(res => {
res.fileName=option.file.name;
this.fileList.push(res)
console.log(this.fileList)
this.emitInput(this.fileList)
......
......@@ -69,11 +69,8 @@ export default {
console.log(fileList)
for (let i = 0; i < fileList.length; i++) {
let message = {}
message.name = fileList[i].name
message.fileName = fileList[i].name
message.url = fileList[i].url
message.fileUrl = fileList[i].url
message.uid=fileList[i].uid
value.push(message)
}
this.$emit('input', value)
......
......@@ -4,9 +4,9 @@
class="sidebar-el-menu"
:default-active="onRoutes"
:collapse="collapse"
background-color="#324157"
text-color="#bfcbd9"
active-text-color="#20a0ff"
background-color="#FF5203"
text-color="#fff"
active-text-color="#fff"
unique-opened
router
>
......
......@@ -54,7 +54,7 @@
<dataTable :table-data="detail.commodityVOList" :columns="columns"></dataTable>
<div class="appendix list pos">
<div>附件</div>
<ul v-if="detail.accessoryVOList" class="filelist">
<ul v-if="detail.accessoryVOList.length>0" class="filelist">
<li v-for="(item,index) in detail.accessoryVOList" :key="index">
<a :href="item.accessoryUrl">{{item.fileName}}</a>
</li>
......
......@@ -4,8 +4,8 @@ import router from './router';
import ElementUI from 'element-ui';
import VueI18n from 'vue-i18n';
import { messages } from './components/common/i18n';
import 'element-ui/lib/theme-chalk/index.css'; // 默认主题
// import './assets/css/theme-green/index.css'; // 浅绿色主题
// import 'element-ui/lib/theme-chalk/index.css'; // 默认主题
import './assets/css/theme-green/index.css'; // 浅绿色主题
import './assets/css/icon.css';
import './components/common/directives';
import 'babel-polyfill';
......
......@@ -3,14 +3,14 @@
<div class="content">
<dataBreadcrumb :breads="breads"></dataBreadcrumb>
<div class="message">
<div class="flex-between">
<div class="flex-between bond" >
<div>招标文件:<span @click="download(bidDetail.fileUrl)">{{bidDetail.fileName}}</span></div>
<div>开标信息:<span @click="changeOpen">开标一览表</span></div>
</div>
<div class="flex upload">
<div>变更信息:</div>
<ul class="title">
<li class="flex" v-for="(item,index) in changeList" :key="index">
<ul class="title flex" >
<li v-for="(item,index) in changeList" :key="index">
<router-link :to="{path: '/purchaser/bid/bidStage/changeList/see', query: {id: item.noticeId }}">{{item.title}}</router-link>
</li>
</ul>
......@@ -362,9 +362,14 @@
</script>
<style scoped>
.bond span{
cursor:pointer;
}
.file>div {
margin-right: 10px;
color: #113DEE
color: #113DEE;
cursor:pointer;
}
.message {
......@@ -382,7 +387,7 @@
}
.title>li {
margin-bottom: 10px;
margin-right: 15px;
}
.upload button {
......
......@@ -3,14 +3,14 @@
<div class="content">
<dataBreadcrumb :breads="breads"></dataBreadcrumb>
<div class="message">
<div class="flex-between">
<div class="flex-between bond">
<div>招标文件:<span @click="down(bidDetail.fileUrl)">{{bidDetail.fileName}}</span></div>
<div>开标信息:<span @click="changeOpen">开标一览表</span></div>
</div>
<div class="flex upload">
<div>变更信息:</div
<ul class="title">
<li class="flex" v-for="(item,index) in changeList" :key="index">
<div class="flex-item upload">
<div>变更信息:</div>
<ul class="title flex">
<li v-for="(item,index) in changeList" :key="index">
<router-link :to="{path: '/purchaser/bid/bidStage/changeList/see', query: {id: item.noticeId }}">{{item.title}}</router-link>
</li>
</ul>
......@@ -527,9 +527,13 @@
</script>
<style scoped>
.file>li {
.bond span{
cursor:pointer;
}
.file>div {
margin-right: 10px;
color: #113DEE
color: #113DEE;
cursor:pointer;
}
.message {
......@@ -547,7 +551,8 @@
}
.title>li {
margin-bottom: 10px;
margin-right: 15px;
}
.upload button {
......
......@@ -50,7 +50,7 @@
</div>
</div>
<div class="button">
<el-button @click="back">取消</el-button>
<el-button @click="back">返回</el-button>
</div>
</div>
</div>
......
This diff is collapsed.
......@@ -18,7 +18,7 @@
</dataTable>
<div class="button flex-center">
<el-button @click="back">返回</el-button>
<el-button type="primary" @click="submitData">提交审核</el-button>
<el-button type="primary" @click="submitData">提交</el-button>
</div>
</div>
</div>
......
......@@ -113,8 +113,8 @@ import dataBreadcrumb from '@components/dataBreadcrumb.vue';
import Upload from '@components/Upload/Upload.vue';
export default {
components: {
dataBreadcrumb,
Upload
dataBreadcrumb,
Upload
},
data() {
let checkPhone = async (rule, value, callback) => {
......@@ -197,12 +197,11 @@ export default {
} else {
this.state = '未审核';
}
// for(let item of data.voucherList){
// item.name=item.fileName
// item.url=item.fileUrl
// }
this.ruleForm = data;
// this.ruleForm.companyName = JSON.parse(localStorage.getItem("userInfo")).companyName
for (let item of data.voucherList) {
item.name = item.fileName;
item.url = item.fileUrl;
}
this.ruleForm = data;
}
} catch (e) {
console.log(e);
......@@ -235,7 +234,7 @@ export default {
}
},
created() {
this.getearnestDetail();
this.getearnestDetail();
}
};
</script>
......
......@@ -56,7 +56,8 @@ export default {
}
},
created() {
this.changeDetail(1)
let id=this.$route.query.id
this.changeDetail(id)
},
methods: {
down(url){
......
......@@ -42,7 +42,7 @@
data() {
return {
bidFileEndTime:"",
navs: ['标书费缴纳管理'],
navs: ['招标文件下载'],
files: [],
breads: ['投标管理', '我参与的项目', '工作台'],
columns: [{
......
......@@ -229,10 +229,10 @@ export default {
} else {
this.state = '未审核';
}
// for(let item of data.voucherList){
// item.name=item.fileName
// item.url=item.fileUrl
// }
for (let item of data.voucherList) {
item.name = item.fileName;
item.url = item.fileUrl;
}
this.ruleForm = data;
}
} catch (e) {
......
......@@ -18,7 +18,7 @@
<!-- 报价弹窗 -->
<el-dialog :visible.sync="dialogFormVisible" title="报价" width="50%">
<dataTable :table-data="commoditylist" :columns="commoditycolumns">
<el-table-column slot="operate" label="操作" align="center" fixed="right" width="150">
<el-table-column slot="operate" label="报价" align="center" fixed="right" width="150">
<template slot-scope="scope">
<el-input-number
v-model="scope.row.cost"
......@@ -148,7 +148,7 @@ export default {
prop: 'remark'
},
{
label: '价格',
label: '报价',
prop: 'offerPrice'
},
]
......
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