Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
施宇
/
icsales
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
4e38dbad
authored
Jul 31, 2019
by
施宇
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
212
parent
55cddd21
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
Application/Home/View/GoodManage/uploadsingle.html
Application/Home/View/QuotePrice/inquirydetail.html
Application/Home/View/QuotePrice/quotedetail.html
Application/Home/View/GoodManage/uploadsingle.html
View file @
4e38dbad
...
...
@@ -17,10 +17,10 @@
<div
class=
"inquiry_form"
>
<div
class=
"top_title clr"
>
<h3
class=
"bold fl"
id=
"title"
></h3>
<div
class=
"plsc_btn fr"
>
<
!-- <
div class="plsc_btn fr">
<span class="icon iconfont iconjuxing16"></span>
批量上传
</div>
</div>
-->
</div>
<div
class=
"gb"
>
<span
class=
"icon iconfont iconjuxing19 va-m"
></span>
...
...
Application/Home/View/QuotePrice/inquirydetail.html
View file @
4e38dbad
...
...
@@ -161,7 +161,7 @@
<
/div> --
>
<
/div
>
<
div
class
=
"time"
>
报价时间:
<
span
>
{{
layui
.
util
.
toDateString
(
d
.
add_time
*
1000
)}}
<
/span
>
报价时间:
<
span
>
{{
layui
.
util
.
toDateString
(
item
.
add_time
*
1000
)}}
<
/span
>
<
/div
>
<
/div
>
<
div
class
=
"item_left boxsiz"
style
=
"padding-right:474px;"
>
...
...
Application/Home/View/QuotePrice/quotedetail.html
View file @
4e38dbad
...
...
@@ -186,7 +186,7 @@
{{
item
.
price
}}
{{
#
}
}}
<
/div
>
<
div
class
=
"fr time"
>
报价时间:
<
span
>
{{
layui
.
util
.
toDateString
(
d
.
add_time
*
1000
)}}
<
/span></
div
>
<
div
class
=
"fr time"
>
报价时间:
<
span
>
{{
layui
.
util
.
toDateString
(
item
.
add_time
*
1000
)}}
<
/span></
div
>
<
/div
>
<
div
class
=
"desc quote_desc"
>
<
div
class
=
"brand fl boxsiz ellipsis"
>
...
...
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