Commit 9c4bc3a8 authored by 张冬's avatar 张冬

更新

parent bf9575f7
...@@ -23,6 +23,14 @@ export function createEnquiry(data) { ...@@ -23,6 +23,14 @@ export function createEnquiry(data) {
data: data data: data
}) })
} }
// 编辑询价公告
export function editEnquiry(data) {
return request({
url: 'tender-notice/edit-enquiry',
method: 'POST',
data: data
})
}
// 发送招标公告 // 发送招标公告
...@@ -33,6 +41,14 @@ export function bidMessage(data) { ...@@ -33,6 +41,14 @@ export function bidMessage(data) {
data: data data: data
}) })
} }
// 编辑招标公告
export function editBidding(data) {
return request({
url: 'tender-notice/edit-bidding',
method: 'POST',
data: data
})
}
// 查看招标公告(通过项目id) // 查看招标公告(通过项目id)
// 发送邀请公告 // 发送邀请公告
export function inviteMessage(data) { export function inviteMessage(data) {
...@@ -591,3 +607,5 @@ export function projectConsole(params) { ...@@ -591,3 +607,5 @@ export function projectConsole(params) {
params:params params:params
}) })
} }
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