Commit 2342a8c9 authored by 张冬's avatar 张冬

更新左侧和接口

parent 7b1b2079
...@@ -109,8 +109,14 @@ export function bidderEarnestpayment(data) { ...@@ -109,8 +109,14 @@ export function bidderEarnestpayment(data) {
}) })
} }
// 提出问题
export function bidderEarnestpayment(data) {
return request({
url: "/bidder-earnest/payment",
method: 'post',
data:data
})
}
......
...@@ -55,101 +55,10 @@ export default { ...@@ -55,101 +55,10 @@ export default {
data() { data() {
return { return {
collapse: false, collapse: false,
// items: [
// {
// icon: 'el-icon-lx-home',
// index: '/purchaser/Home',
// title: '首页'
// },
// {
// icon: 'el-icon-lx-home',
// index:"2",
// title: '招标管理',
// subs:[
// {
// icon: 'el-icon-lx-home',
// index: '/purchaser/bid/administrationList',
// title: '招标项目管理',
// }
// ]
// },
// {
// icon: 'el-icon-lx-cascades',
// title: '应收账款买断管理',
// index:'3',
// subs:[
// {
// icon: 'el-icon-lx-home',
// index: '/purchaser/buyOut/buyoutList',
// title: '应收账款买断列表',
// }
// ]
// },
// {
// icon: 'el-icon-lx-cascades',
// title: '供应商管理',
// index:'4',
// subs:[
// {
// icon: 'el-icon-lx-home',
// index: '/purchaser/supply/allSupplyList',
// title: '供应商列表',
// },
// {
// icon: 'el-icon-lx-home',
// index: '/purchaser/supply/mySupplyList',
// title: '我的供应商',
// }
// ]
// },
// {
// icon: 'el-icon-lx-copy',
// title: '组织管理',
// index:'5',
// subs:[
// {
// icon: 'el-icon-lx-home',
// index: '/purchaser/organization/informationSee',
// title: '单位信息',
// },
// {
// icon: 'el-icon-lx-home',
// index: '/purchaser/organization/memberManagement',
// title: '成员管理',
// },
// {
// icon: 'el-icon-lx-home',
// index: '/purchaser/organization/jurisdictionList',
// title: '角色管理',
// }
// ]
// },
// {
// icon: 'el-icon-lx-redpacket_fill',
// title: '系统管理',
// index:'6',
// subs:[
// {
// icon: 'el-icon-lx-home',
// index: '/purchaser/organization/jurisdictionList',
// title: 'CA绑定与解除',
// },
// {
// icon: 'el-icon-lx-home',
// index: '/purchaser/system/logList',
// title: '日志列表',
// },
// ]
// }
// ],
//供应商
items: [ items: [
{ {
icon: 'el-icon-lx-home', icon: 'el-icon-lx-home',
index: '/supply/Home', index: '/purchaser/Home',
title: '首页' title: '首页'
}, },
{ {
...@@ -159,13 +68,8 @@ export default { ...@@ -159,13 +68,8 @@ export default {
subs:[ subs:[
{ {
icon: 'el-icon-lx-home', icon: 'el-icon-lx-home',
index: '/supply/bid/signupOnline', index: '/purchaser/bid/administrationList',
title: '在线报名', title: '招标项目管理',
},
{
icon: 'el-icon-lx-home',
index: '/supply/bid/joinProject/projectList',
title: '我参与的项目',
} }
] ]
}, },
...@@ -176,11 +80,29 @@ export default { ...@@ -176,11 +80,29 @@ export default {
subs:[ subs:[
{ {
icon: 'el-icon-lx-home', icon: 'el-icon-lx-home',
index: '/supply/buyOut/buyoutList', index: '/purchaser/buyOut/buyoutList',
title: '应收账款买断列表', title: '应收账款买断列表',
} }
] ]
}, },
{
icon: 'el-icon-lx-cascades',
title: '供应商管理',
index:'4',
subs:[
{
icon: 'el-icon-lx-home',
index: '/purchaser/supply/allSupplyList',
title: '供应商列表',
},
{
icon: 'el-icon-lx-home',
index: '/purchaser/supply/mySupplyList',
title: '我的供应商',
}
]
},
{ {
icon: 'el-icon-lx-copy', icon: 'el-icon-lx-copy',
title: '组织管理', title: '组织管理',
...@@ -188,17 +110,17 @@ export default { ...@@ -188,17 +110,17 @@ export default {
subs:[ subs:[
{ {
icon: 'el-icon-lx-home', icon: 'el-icon-lx-home',
index: '/supply/organization/informationSee', index: '/purchaser/organization/informationSee',
title: '单位信息', title: '单位信息',
}, },
{ {
icon: 'el-icon-lx-home', icon: 'el-icon-lx-home',
index: '/supply/organization/memberManagement', index: '/purchaser/organization/memberManagement',
title: '成员管理', title: '成员管理',
}, },
{ {
icon: 'el-icon-lx-home', icon: 'el-icon-lx-home',
index: '/supply/organization/jurisdictionList', index: '/purchaser/organization/jurisdictionList',
title: '角色管理', title: '角色管理',
} }
] ]
...@@ -210,29 +132,107 @@ export default { ...@@ -210,29 +132,107 @@ export default {
subs:[ subs:[
{ {
icon: 'el-icon-lx-home', icon: 'el-icon-lx-home',
index: '/supply/organization/jurisdictionList', index: '/purchaser/organization/jurisdictionList',
title: 'CA绑定与解除', title: 'CA绑定与解除',
}, },
{ {
icon: 'el-icon-lx-home', icon: 'el-icon-lx-home',
index: '/supply/system/logList', index: '/purchaser/system/logList',
title: '日志列表', title: '日志列表',
}, },
] ]
},
{
icon: 'el-icon-lx-cascades',
title: '制作投标文件',
index:'4',
subs:[
{
icon: 'el-icon-lx-home',
index: '/supply/markBid/markBid',
title: '制作投标文件',
} }
] ],
},
]
//供应商
// items: [
// {
// icon: 'el-icon-lx-home',
// index: '/supply/Home',
// title: '首页'
// },
// {
// icon: 'el-icon-lx-home',
// index:"2",
// title: '招标管理',
// subs:[
// {
// icon: 'el-icon-lx-home',
// index: '/supply/bid/signupOnline',
// title: '在线报名',
// },
// {
// icon: 'el-icon-lx-home',
// index: '/supply/bid/joinProject/projectList',
// title: '我参与的项目',
// }
// ]
// },
// {
// icon: 'el-icon-lx-cascades',
// title: '应收账款买断管理',
// index:'3',
// subs:[
// {
// icon: 'el-icon-lx-home',
// index: '/supply/buyOut/buyoutList',
// title: '应收账款买断列表',
// }
// ]
// },
// {
// icon: 'el-icon-lx-copy',
// title: '组织管理',
// index:'5',
// subs:[
// {
// icon: 'el-icon-lx-home',
// index: '/supply/organization/informationSee',
// title: '单位信息',
// },
// {
// icon: 'el-icon-lx-home',
// index: '/supply/organization/memberManagement',
// title: '成员管理',
// },
// {
// icon: 'el-icon-lx-home',
// index: '/supply/organization/jurisdictionList',
// title: '角色管理',
// }
// ]
// },
// {
// icon: 'el-icon-lx-redpacket_fill',
// title: '系统管理',
// index:'6',
// subs:[
// {
// icon: 'el-icon-lx-home',
// index: '/supply/organization/jurisdictionList',
// title: 'CA绑定与解除',
// },
// {
// icon: 'el-icon-lx-home',
// index: '/supply/system/logList',
// title: '日志列表',
// },
// ]
// },
// {
// icon: 'el-icon-lx-cascades',
// title: '制作投标文件',
// index:'4',
// subs:[
// {
// icon: 'el-icon-lx-home',
// index: '/supply/markBid/markBid',
// title: '制作投标文件',
// }
// ]
// },
// ]
}; };
}, },
computed: { computed: {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<dataBreadcrumb :breads="breads"></dataBreadcrumb> <dataBreadcrumb :breads="breads"></dataBreadcrumb>
<changeNav :navs="navs" @getIndex="getIndex"></changeNav> <changeNav :navs="navs" @getIndex="getIndex"></changeNav>
<div class="absolute"> <div class="absolute">
<el-button type="primary" @click="out">退出澄清</el-button> <el-button type="primary" @click="out">出澄清</el-button>
</div> </div>
<div v-show="idx==0"> <div v-show="idx==0">
<dataTable :columns="columns" :page-obj="pageObj" url="bidder-clarifies/list"> <dataTable :columns="columns" :page-obj="pageObj" url="bidder-clarifies/list">
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
return { return {
idx:0, idx:0,
navs: ["问题列表","公告列表"], navs: ["问题列表","公告列表"],
breads: ['招标管理', '招标项目管理', '工作台'], breads: ['投标管理', '我参与的项目', '工作台'],
checklist: [{ checklist: [{
title: '公告名称', title: '公告名称',
type: 'input' type: 'input'
...@@ -115,6 +115,9 @@ ...@@ -115,6 +115,9 @@
this.pageObj1.companyId = localStorage.getItem("companyId") this.pageObj1.companyId = localStorage.getItem("companyId")
}, },
methods: { methods: {
getIndex(value){
this.idx=value
},
handleSee(id) { handleSee(id) {
this.$router.push({ this.$router.push({
path: '/supply/bid/joinProject/bidStage/clearManagement/see', path: '/supply/bid/joinProject/bidStage/clearManagement/see',
...@@ -128,7 +131,7 @@ ...@@ -128,7 +131,7 @@
}) })
}, },
out() { out() {
this.$router.go(-1) this.$router.push("/supply/bid/joinProject/bidStage/clearManagement/propose")
} }
} }
......
...@@ -10,13 +10,18 @@ ...@@ -10,13 +10,18 @@
<el-form ref="ruleForm" :model="ruleForm" :rules="rules" label-width="120px" class="demo-ruleForm"> <el-form ref="ruleForm" :model="ruleForm" :rules="rules" label-width="120px" class="demo-ruleForm">
<el-form-item label="澄清问题标题" prop="title"> <el-form-item label="澄清问题标题" prop="title">
<el-input v-model="ruleForm.title" placeholder="请输入"></el-input> <el-input v-model="ruleForm.title" placeholder="请输入"></el-input>
</el-form-item>
<el-form-item label="澄清问题内容" prop="content">
<el-input
type="textarea"
:rows="2"
placeholder="请输入内容"
v-model="ruleForm.content">
</el-input>
</el-form-item> </el-form-item>
<el-form-item label="澄清问题附件" prop="file"> <el-form-item label="澄清问题附件" prop="file">
<singleUpload :limit="5" tip="最多上传5个文件,每个文件不超过100M。" @input="getfile"></singleUpload> <singleUpload :limit="5" tip="最多上传5个文件,每个文件不超过100M。" @input="getfile"></singleUpload>
</el-form-item> </el-form-item>
<el-form-item label="澄清问题内容" prop="content">
<quill-editor ref="text" v-model="ruleForm.content" :options="editorOption" class="myQuillEditor" />
</el-form-item>
</el-form> </el-form>
<div class="button"> <div class="button">
<el-button @click="cancle">取消</el-button> <el-button @click="cancle">取消</el-button>
...@@ -32,17 +37,10 @@ import { ...@@ -32,17 +37,10 @@ import {
} from '@api/purchaser/bid' } from '@api/purchaser/bid'
import dataBreadcrumb from '@components/dataBreadcrumb.vue' import dataBreadcrumb from '@components/dataBreadcrumb.vue'
import singleUpload from '@components/Upload/Upload.vue' import singleUpload from '@components/Upload/Upload.vue'
import {
quillEditor
} from 'vue-quill-editor'
import 'quill/dist/quill.core.css'
import 'quill/dist/quill.snow.css'
import 'quill/dist/quill.bubble.css'
export default { export default {
components: { components: {
dataBreadcrumb, dataBreadcrumb,
singleUpload, singleUpload,
quillEditor
}, },
data() { data() {
return { return {
...@@ -117,10 +115,15 @@ export default { ...@@ -117,10 +115,15 @@ export default {
.content { .content {
padding: 0; padding: 0;
padding-bottom: 100px; padding-bottom: 100px;
padding-top: 50px;
} }
.button { .button {
width: 200px; width: 200px;
margin: 150px auto 0 margin: 50px auto 0
}
.form{
width: 60%;
margin: 0px auto;
} }
</style> </style>
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