Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-purchase
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张冬
web-purchase
Commits
6f670224
Commit
6f670224
authored
Oct 23, 2020
by
张冬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
澄清公告编辑
parent
f35e9be1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
38 additions
and
9 deletions
+38
-9
bid.js
src/api/purchaser/bid.js
+10
-0
common.css
src/common/common.css
+2
-1
Upload.vue
src/components/Upload/Upload.vue
+3
-0
imgUpload.vue
src/components/Upload/imgUpload.vue
+2
-0
clearManagement.vue
src/pages/purchaser/bid/bidStage/clearManagement.vue
+14
-3
propose.vue
src/pages/purchaser/bid/bidStage/clearManagement/propose.vue
+0
-0
see.vue
src/pages/purchaser/bid/bidStage/clearManagement/see.vue
+7
-5
No files found.
src/api/purchaser/bid.js
View file @
6f670224
...
@@ -76,6 +76,16 @@ export function forwardClarify(data) {
...
@@ -76,6 +76,16 @@ export function forwardClarify(data) {
data
:
data
data
:
data
})
})
}
}
// 修改澄清公告
export
function
editClarifiesNotice
(
data
)
{
return
request
({
url
:
'/tender-clarifies/edit-clarifiesNotice'
,
method
:
'POST'
,
data
:
data
})
}
// 问题内容接口
// 问题内容接口
...
...
src/common/common.css
View file @
6f670224
...
@@ -153,7 +153,8 @@ img {
...
@@ -153,7 +153,8 @@ img {
background
:
#fff
;
background
:
#fff
;
margin-bottom
:
20px
;
margin-bottom
:
20px
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding
:
10px
padding
:
10px
;
position
:
relative
;
}
}
.content-head
>
h3
{
.content-head
>
h3
{
...
...
src/components/Upload/Upload.vue
View file @
6f670224
...
@@ -78,6 +78,8 @@ export default {
...
@@ -78,6 +78,8 @@ export default {
let
value
=
[]
let
value
=
[]
for
(
let
i
=
0
;
i
<
fileList
.
length
;
i
++
)
{
for
(
let
i
=
0
;
i
<
fileList
.
length
;
i
++
)
{
let
message
=
{}
let
message
=
{}
message
.
name
=
fileList
[
i
].
name
message
.
url
=
fileList
[
i
].
url
message
.
fileName
=
fileList
[
i
].
name
message
.
fileName
=
fileList
[
i
].
name
message
.
fileUrl
=
fileList
[
i
].
url
message
.
fileUrl
=
fileList
[
i
].
url
message
.
uid
=
fileList
[
i
].
uid
message
.
uid
=
fileList
[
i
].
uid
...
@@ -123,6 +125,7 @@ export default {
...
@@ -123,6 +125,7 @@ export default {
let
objName
=
getFileNameUUID
()
let
objName
=
getFileNameUUID
()
// 调用 ali-oss 中的方法
// 调用 ali-oss 中的方法
put
(
`
${
objName
}${
option
.
file
.
name
}
`
,
option
.
file
).
then
(
res
=>
{
put
(
`
${
objName
}${
option
.
file
.
name
}
`
,
option
.
file
).
then
(
res
=>
{
console
.
log
(
res
)
this
.
fileList
.
push
(
res
)
this
.
fileList
.
push
(
res
)
console
.
log
(
this
.
fileList
)
console
.
log
(
this
.
fileList
)
this
.
emitInput
(
this
.
fileList
)
this
.
emitInput
(
this
.
fileList
)
...
...
src/components/Upload/imgUpload.vue
View file @
6f670224
...
@@ -69,6 +69,8 @@ export default {
...
@@ -69,6 +69,8 @@ export default {
console
.
log
(
fileList
)
console
.
log
(
fileList
)
for
(
let
i
=
0
;
i
<
fileList
.
length
;
i
++
)
{
for
(
let
i
=
0
;
i
<
fileList
.
length
;
i
++
)
{
let
message
=
{}
let
message
=
{}
message
.
name
=
fileList
[
i
].
name
message
.
url
=
fileList
[
i
].
url
message
.
fileName
=
fileList
[
i
].
name
message
.
fileName
=
fileList
[
i
].
name
message
.
fileUrl
=
fileList
[
i
].
url
message
.
fileUrl
=
fileList
[
i
].
url
value
.
push
(
message
)
value
.
push
(
message
)
...
...
src/pages/purchaser/bid/bidStage/clearManagement.vue
View file @
6f670224
...
@@ -30,8 +30,15 @@
...
@@ -30,8 +30,15 @@
<el-button
type=
"text"
size=
"small"
@
click=
"handleSee(scope.row)"
>
查看
</el-button>
<el-button
type=
"text"
size=
"small"
@
click=
"handleSee(scope.row)"
>
查看
</el-button>
</div>
</div>
<div
v-else
>
<div
v-else
>
<el-button
v-if=
"scope.row.noticeId"
type=
"text"
size=
"small"
@
click=
"handleSee(scope.row)"
>
查看
</el-button>
<div
v-if=
"scope.row.status == 2"
>
<el-button
v-else
type=
"text"
size=
"small"
@
click=
"handleReply(scope.row)"
>
回复
</el-button>
<el-button
type=
"text"
size=
"small"
@
click=
"edit(scope.row.noticeId)"
>
修改
</el-button>
</div>
<div
v-else
>
<el-button
v-if=
"scope.row.noticeId"
type=
"text"
size=
"small"
@
click=
"handleSee(scope.row)"
>
查看
</el-button
>
<el-button
v-else
type=
"text"
size=
"small"
@
click=
"handleReply(scope.row)"
>
回复
</el-button>
</div>
</div>
</div>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
@@ -130,12 +137,16 @@ export default {
...
@@ -130,12 +137,16 @@ export default {
this
.
pageObj1
.
companyId
=
localStorage
.
getItem
(
'companyId'
);
this
.
pageObj1
.
companyId
=
localStorage
.
getItem
(
'companyId'
);
},
},
methods
:
{
methods
:
{
back
()
{
back
()
{
this
.
$router
.
go
(
-
1
);
this
.
$router
.
go
(
-
1
);
},
},
getIndex
(
value
)
{
getIndex
(
value
)
{
this
.
idx
=
value
;
this
.
idx
=
value
;
},
},
//修改
edit
(
noticeId
){
this
.
$router
.
push
(
`/purchaser/bid/bidStage/clearManagement/propose?type=1¬iceId=
${
noticeId
}
`
);
},
// 提出
// 提出
propose
()
{
propose
()
{
this
.
$router
.
push
(
'/purchaser/bid/bidStage/clearManagement/propose'
);
this
.
$router
.
push
(
'/purchaser/bid/bidStage/clearManagement/propose'
);
...
...
src/pages/purchaser/bid/bidStage/clearManagement/propose.vue
View file @
6f670224
This diff is collapsed.
Click to expand it.
src/pages/purchaser/bid/bidStage/clearManagement/see.vue
View file @
6f670224
...
@@ -18,12 +18,13 @@
...
@@ -18,12 +18,13 @@
</div>
</div>
<div
v-if=
"question.accessoryList"
class=
"flex-item"
>
<div
v-if=
"question.accessoryList"
class=
"flex-item"
>
<div>
澄清问题附件:
</div>
<div>
澄清问题附件:
</div>
<ul>
<ul
v-if=
"question.accessoryList!==undefined && question.accessoryList.length>0"
>
<li
v-for=
"(item,index) in question.accessoryList"
:key=
"index"
>
<li
v-for=
"(item,index) in question.accessoryList"
:key=
"index"
>
<span>
{{
item
.
fileName
}}
</span>
<span>
{{
item
.
fileName
}}
</span>
<el-button
@
click=
"download(item.accessoryUrl)"
>
下载
</el-button>
<el-button
@
click=
"download(item.accessoryUrl)"
>
下载
</el-button>
</li>
</li>
</ul>
</ul>
<div
v-else
>
无
</div>
</div>
</div>
</div>
</div>
<h3
class=
"title"
>
澄清内容
</h3>
<h3
class=
"title"
>
澄清内容
</h3>
...
@@ -37,14 +38,15 @@
...
@@ -37,14 +38,15 @@
<div>
公告发布媒体:
</div>
<div>
公告发布媒体:
</div>
<div>
捷安采官网招投标专区
</div>
<div>
捷安采官网招投标专区
</div>
</div>
</div>
<div
v-if=
"clarifies.accessoryList"
class=
"flex-item"
>
<div
class=
"flex-item"
>
<div>
澄清问题附件:
</div>
<div>
澄清问题附件:
</div>
<ul>
<ul
v-if=
"clarifies.fileList!==undefined && clarifies.fileList.length>0"
>
<li
v-for=
"(item,index) in clarifies.
accessory
List"
:key=
"index"
>
<li
v-for=
"(item,index) in clarifies.
file
List"
:key=
"index"
>
<span>
{{
item
.
fileName
}}
</span>
<span>
{{
item
.
fileName
}}
</span>
<el-button
@
click=
"download(item.
accessory
Url)"
>
下载
</el-button>
<el-button
@
click=
"download(item.
file
Url)"
>
下载
</el-button>
</li>
</li>
</ul>
</ul>
<div
v-else
>
无
</div>
</div>
</div>
<div
class=
"clear-item flex-item"
>
<div
class=
"clear-item flex-item"
>
<div>
回复内容:
</div>
<div>
回复内容:
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment