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
37690a49
Commit
37690a49
authored
Oct 21, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
/
parent
96907cf9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
18 deletions
+9
-18
nav.vue
components/nav.vue
+2
-2
enquirydetails.vue
pages/index/notice/enquirydetails.vue
+7
-16
No files found.
components/nav.vue
View file @
37690a49
...
@@ -56,9 +56,9 @@ import inDex from '@/pages/index.vue'
...
@@ -56,9 +56,9 @@ import inDex from '@/pages/index.vue'
this.nav = "4";
this.nav = "4";
} */
} */
switch
(
path
)
{
switch
(
path
)
{
case
'/'
:
/*
case '/':
this.nav = "0";
this.nav = "0";
break
;
break;
*/
case
'/notice/inquiry'
:
case
'/notice/inquiry'
:
this
.
nav
=
"1"
;
this
.
nav
=
"1"
;
break
;
break
;
...
...
pages/index/notice/enquirydetails.vue
View file @
37690a49
...
@@ -41,10 +41,10 @@
...
@@ -41,10 +41,10 @@
</tr>
</tr>
<tr>
<tr>
<td>
报价开始时间
</td>
<td>
报价开始时间
</td>
<td>
{{
getTimer1
(
formdata
.
startTime
)
}}
</td>
<td>
{{
formdata
.
startTime
}}
</td>
<td>
报价截止时间
</td>
<td>
报价截止时间
</td>
<td
:time=
"endtime"
@
change=
"gettimer"
>
<td
:time=
"endtime"
@
change=
"gettimer"
>
{{
getTimer1
(
formdata
.
endTime
)
}}
{{
formdata
.
endTime
}}
</td>
</td>
<td>
采购单位
</td>
<td>
采购单位
</td>
<td>
{{
formdata
.
Purchasing
}}
</td>
<td>
{{
formdata
.
Purchasing
}}
</td>
...
@@ -264,15 +264,6 @@ export default {
...
@@ -264,15 +264,6 @@ export default {
this
.
PdialogVisible
=
true
this
.
PdialogVisible
=
true
}
}
},
},
getTimer1
(
dateStr
)
{
var
date
=
new
Date
(
dateStr
);
var
Month
=
date
.
getMonth
()
+
1
;
var
Day
=
date
.
getDate
();
var
Y
=
date
.
getFullYear
()
+
"-"
;
var
M
=
Month
<
10
?
"0"
+
Month
+
"-"
:
Month
+
"-"
;
var
D
=
Day
+
1
<
10
?
"0"
+
Day
:
Day
;
return
Y
+
M
+
D
;
},
},
},
};
};
</
script
>
</
script
>
...
@@ -280,7 +271,7 @@ export default {
...
@@ -280,7 +271,7 @@ export default {
.details
{
.details
{
width
:
9.3rem
;
width
:
9.3rem
;
}
}
.details
.t1
{
.details
.t1
{
width
:
9.3rem
width
:
9.3rem
}
}
.details
>
div
text
{
.details
>
div
text
{
...
@@ -325,9 +316,9 @@ h1 {
...
@@ -325,9 +316,9 @@ h1 {
margin-bottom
:
20px
;
margin-bottom
:
20px
;
font-weight
:
bold
;
font-weight
:
bold
;
}
}
/* table>tr
{
.form
td
{
text-align: center;
font-size
:
10px
}
*/
}
table
{
table
{
border-collapse
:
collapse
;
border-collapse
:
collapse
;
...
@@ -359,7 +350,7 @@ table > tr > td:nth-child(odd) {
...
@@ -359,7 +350,7 @@ table > tr > td:nth-child(odd) {
background
:
#f0f0f0
;
background
:
#f0f0f0
;
}
}
.appendix
>
div
{
.appendix
>
div
{
font-size
:
1
6
px
;
font-size
:
1
0
px
;
line-height
:
40px
;
line-height
:
40px
;
}
}
.list
>
:first-child
{
.list
>
:first-child
{
...
...
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