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
a86a4655
Commit
a86a4655
authored
Sep 30, 2020
by
张冬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新
parent
775a8a75
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
bidSubmit.vue
src/pages/supply/bid/joinProject/bidSubmit/bidSubmit.vue
+4
-1
projectList.vue
src/pages/supply/bid/joinProject/projectList.vue
+5
-3
No files found.
src/pages/supply/bid/joinProject/bidSubmit/bidSubmit.vue
View file @
a86a4655
...
...
@@ -49,7 +49,7 @@
</div>
</div>
-->
<div
class=
"bottomButton"
>
<el-button>
取消
</el-button>
<el-button
@
click=
"back"
>
取消
</el-button>
<el-button>
下载回执
</el-button>
<el-button
:disabled=
"!state"
type=
"primary"
@
click=
"withdraw"
>
撤回投标文件
</el-button>
<el-button
:disabled=
"state"
type=
"primary"
@
click=
"submitData"
>
递交投标文件
</el-button>
...
...
@@ -118,6 +118,9 @@
}
},
methods
:
{
back
(){
this
.
$router
.
go
(
-
1
)
},
getfile
()
{
},
...
...
src/pages/supply/bid/joinProject/projectList.vue
View file @
a86a4655
...
...
@@ -14,7 +14,7 @@
</el-table-column>
<el-table-column
slot=
"operate"
label =
"操作"
fixed=
"right"
width=
"100"
>
<
template
slot-scope=
"scope"
>
<el-button
type =
"text"
size =
"small "
@
click=
"send(scope.row
.projectId
)"
>
工作台
</el-button>
<el-button
type =
"text"
size =
"small "
@
click=
"send(scope.row)"
>
工作台
</el-button>
</
template
>
</el-table-column>
</dataTable>
...
...
@@ -102,9 +102,11 @@ export default {
let
value
=
this
.
map
.
get
(
status
)
return
value
},
send
(
projectId
)
{
send
(
row
)
{
this
.
$router
.
push
(
"/supply/bid/joinProject/workbench"
)
localStorage
.
setItem
(
"projectId"
,
projectId
)
localStorage
.
setItem
(
"projectId"
,
row
.
projectId
)
localStorage
.
setItem
(
"projectName"
,
row
.
projectName
)
localStorage
.
setItem
(
"projectCode"
,
row
.
projectCode
)
},
async
getprojectStatusList
(){
const
data
=
await
projectStatusList
()
...
...
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