Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-site
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-site
Commits
31640669
Commit
31640669
authored
Oct 13, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit
parent
4fd10e89
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
10 deletions
+18
-10
BIDDINGdetails.vue
pages/index/notice/BIDDINGdetails.vue
+7
-7
enquirydetails.vue
pages/index/notice/enquirydetails.vue
+11
-3
No files found.
pages/index/notice/BIDDINGdetails.vue
View file @
31640669
...
...
@@ -146,6 +146,13 @@ export default {
components
:
{
dataBreadcrumb
},
mounted
(){
let
id
=
this
.
$route
.
query
.
id
console
.
log
(
id
)
this
.
getBidingdetails
(
id
)
let
noticeType
=
window
.
location
.
href
.
split
(
"?id="
)[
1
]
sessionStorage
.
setItem
(
"bidId"
,
noticeType
)
},
data
()
{
return
{
proId
:
''
,
...
...
@@ -157,13 +164,6 @@ export default {
fileList
:[],
}
},
mounted
(){
let
id
=
this
.
$route
.
query
.
id
console
.
log
(
id
)
this
.
getBidingdetails
(
id
)
let
noticeType
=
window
.
location
.
href
.
split
(
"?id="
)[
1
]
sessionStorage
.
setItem
(
"bidId"
,
noticeType
)
},
methods
:{
signUp
(){
let
tokenStr
=
sessionStorage
.
getItem
(
"token"
)
...
...
pages/index/notice/enquirydetails.vue
View file @
31640669
...
...
@@ -172,11 +172,11 @@ export default {
dataTable
,
breadCrumb
,
},
mounted
()
{
/*
mounted() {
let id = this.$route.query.id;
/*
let message = {}
let message = {}
message.currentPage = 1
message.size = 10
*/
message.size = 10
console.log(id + "----------------------++++++++++++++++++");
this.getenquirydetails(id);
let number1 = sessionStorage.getItem("isSupplier")
...
...
@@ -185,6 +185,14 @@ export default {
}
let enquiryId = window.location.href.split("?id=")[1]
sessionStorage.setItem("Id",enquiryId)
}, */
async
asyncData
({
route
}){
let
id
=
window
.
location
.
href
.
split
(
"?id="
)[
1
]
const
{
data
}
=
await
getenquirydetails
(
id
)
console
.
log
(
data
+
'------------'
)
return
{
formdata
:
data
,
}
},
data
()
{
return
{
...
...
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