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
90903c17
authored
Jul 17, 2019
by
施宇
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
11111
parent
e6eddae8
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
129 additions
and
9 deletions
Application/Home/View/Home/index.html
Application/Home/View/Index/search.html
Application/Home/View/QuotePrice/inquirydetail.html
Application/Home/View/QuotePrice/quotedetail.html
Application/Home/View/RobOrder/index.html
Application/Home/View/Search/index.html
Application/Home/View/Home/index.html
View file @
90903c17
...
...
@@ -174,7 +174,27 @@
<
div
class
=
"type fl bold ellipsis boxsiz"
>
{{
item
.
goods_name
}}
<
/div
>
<
div
class
=
"brand fl ellipsis boxsiz"
>
品牌:
<
span
>
{{
item
.
brand_name
}}
<
/span></
div
>
<
div
class
=
"num fl ellipsis boxsiz"
>
数量:
<
span
>
PCS
{{
item
.
number
}}
<
/span></
div
>
<
div
class
=
"company fl ellipsis boxsiz"
><
span
class
=
"mark"
>
代理商
<
/span><spa
n
<
div
class
=
"company fl ellipsis boxsiz"
><
span
class
=
"mark"
>
{{
#
if
(
item
.
company_type
!==
""
){
}}
{{
#
if
(
item
.
company_type
==
1
){
}}
贸易商
{{
#
}
}}
{{
#
if
(
item
.
company_type
==
2
){
}}
代理商
{{
#
}
}}
{{
#
if
(
item
.
company_type
==
3
){
}}
原厂
{{
#
}
}}
{{
#
if
(
item
.
company_type
==
4
){
}}
制造商
{{
#
}
}}
{{
#
if
(
item
.
company_type
==
5
){
}}
个人用户
{{
#
}
}}
{{
#
}
else
{
}}
--
{{
#
}
}}
<
/span><spa
n
class
=
"name"
>
{{
item
.
company_name
||
'--'
}}
<
/span></
div
>
<
div
class
=
"time fl ellipsis boxsiz"
>
{{
layui
.
util
.
toDateString
(
item
.
update_time
*
1000
)}}
<
/div
>
<
div
class
=
"now_price fr"
>
立即报价
<
/div
>
...
...
Application/Home/View/Index/search.html
View file @
90903c17
...
...
@@ -73,7 +73,27 @@
<
div
class
=
"date"
>
货期:
<
span
class
=
"bold"
>
现货
<
/span></
div
>
<
/div
>
<
div
class
=
"item_user"
>
<
span
class
=
"fl type mystype lineBlock"
>
贸易商
<
/span
>
<
span
class
=
"fl type mystype lineBlock"
>
{{
#
if
(
item
.
company_type
!==
""
){
}}
{{
#
if
(
item
.
company_type
==
1
){
}}
贸易商
{{
#
}
}}
{{
#
if
(
item
.
company_type
==
2
){
}}
代理商
{{
#
}
}}
{{
#
if
(
item
.
company_type
==
3
){
}}
原厂
{{
#
}
}}
{{
#
if
(
item
.
company_type
==
4
){
}}
制造商
{{
#
}
}}
{{
#
if
(
item
.
company_type
==
5
){
}}
个人用户
{{
#
}
}}
{{
#
}
else
{
}}
--
{{
#
}
}}
<
/span
>
<
div
class
=
"fl name ellipsis"
>
{{
item
.
company_name
||
''
}}
<
/div
>
<
/div
>
<
/div
>
...
...
@@ -111,7 +131,27 @@
<
div
class
=
"date"
>
货期:
<
span
class
=
"bold"
>
现货
<
/span></
div
>
<
/div
>
<
div
class
=
"item_user"
>
<
span
class
=
"fl type mystype lineBlock"
>
贸易商
<
/span
>
<
span
class
=
"fl type mystype lineBlock"
>
{{
#
if
(
item
.
company_type
!==
""
){
}}
{{
#
if
(
item
.
company_type
==
1
){
}}
贸易商
{{
#
}
}}
{{
#
if
(
item
.
company_type
==
2
){
}}
代理商
{{
#
}
}}
{{
#
if
(
item
.
company_type
==
3
){
}}
原厂
{{
#
}
}}
{{
#
if
(
item
.
company_type
==
4
){
}}
制造商
{{
#
}
}}
{{
#
if
(
item
.
company_type
==
5
){
}}
个人用户
{{
#
}
}}
{{
#
}
else
{
}}
--
{{
#
}
}}
<
/span
>
<
div
class
=
"fl name ellipsis"
>
{{
item
.
company_name
||
''
}}
<
/div
>
<
/div
>
<
/div
>
...
...
Application/Home/View/QuotePrice/inquirydetail.html
View file @
90903c17
...
...
@@ -83,7 +83,7 @@
<
/div
>
<
div
class
=
"num fl boxsiz ellipsis"
>
数量:
<
span
class
=
"bold"
>
{{
d
.
number
}}
PCS
<
/span></
div
>
<
div
class
=
"hq fl boxsiz ellipsis"
>
货期:
<
span
>
{{
d
.
delivery_time
}}
<
/span></
div
>
<
div
class
=
"bz fl boxsiz ellipsis"
>
备注:
<
span
>
{{
d
.
remark
}}
<
/span></
div
>
<
div
class
=
"bz fl boxsiz ellipsis"
>
备注:
<
span
>
{{
d
.
remark
||
'--'
}}
<
/span></
div
>
<
/div
>
<
/div
>
</script>
...
...
@@ -183,7 +183,7 @@
<
/div
>
<
div
class
=
"hq fl boxsiz ellipsis"
>
货期:
<
span
>
{{
item
.
delivery_time
}}
<
/span></
div
>
<
div
class
=
"bz fl boxsiz ellipsis"
>
备注:
<
span
>
{{
item
.
remark
}}
<
/span></
div
>
备注:
<
span
>
{{
item
.
remark
||
'--'
}}
<
/span></
div
>
<
/div
>
<
/div
>
<
/div
>
...
...
Application/Home/View/QuotePrice/quotedetail.html
View file @
90903c17
...
...
@@ -153,7 +153,7 @@
{{
#
}
}}
<
/div
>
<
div
class
=
"num fl boxsiz ellipsis"
>
数量:
<
span
class
=
"bold"
>
{{
d
.
number
}}
PCS
<
/span></
div
>
<
div
class
=
"hq fl boxsiz ellipsis"
>
货期:
<
span
>
{{
d
.
delivery_time
}}
<
/span></
div
>
<
div
class
=
"bz fl boxsiz ellipsis"
>
备注:
<
span
>
{{
d
.
remark
}}
<
/span></
div
>
<
div
class
=
"bz fl boxsiz ellipsis"
>
备注:
<
span
>
{{
d
.
remark
||
'--'
}}
<
/span></
div
>
<
/div
>
<
/div
>
</script>
...
...
Application/Home/View/RobOrder/index.html
View file @
90903c17
...
...
@@ -61,7 +61,27 @@
<
div
class
=
"date"
>
货期:
<
span
class
=
"bold"
>
{{
item
.
delivery_time
}}
<
/span></
div
>
<
/div
>
<
div
class
=
"item_user"
>
<
span
class
=
"fl type mystype lineBlock"
>
贸易商
<
/span
>
<
span
class
=
"fl type mystype lineBlock"
>
{{
#
if
(
item
.
company_type
!==
""
){
}}
{{
#
if
(
item
.
company_type
==
1
){
}}
贸易商
{{
#
}
}}
{{
#
if
(
item
.
company_type
==
2
){
}}
代理商
{{
#
}
}}
{{
#
if
(
item
.
company_type
==
3
){
}}
原厂
{{
#
}
}}
{{
#
if
(
item
.
company_type
==
4
){
}}
制造商
{{
#
}
}}
{{
#
if
(
item
.
company_type
==
5
){
}}
个人用户
{{
#
}
}}
{{
#
}
else
{
}}
--
{{
#
}
}}
<
/span
>
<
div
class
=
"fl name ellipsis"
>
{{
item
.
company_name
||
'--'
}}
<
/div
>
<
/div
>
<
/div
>
...
...
Application/Home/View/Search/index.html
View file @
90903c17
...
...
@@ -77,7 +77,27 @@
<
div
class
=
"date"
>
货期:
<
span
class
=
"bold"
>
{{
item
.
delivery_time
||
''
}}
<
/span></
div
>
<
/div
>
<
div
class
=
"item_user"
>
<
span
class
=
"fl type mystype lineBlock"
>
贸易商
<
/span
>
<
span
class
=
"fl type mystype lineBlock"
>
{{
#
if
(
item
.
company_type
!==
""
){
}}
{{
#
if
(
item
.
company_type
==
1
){
}}
贸易商
{{
#
}
}}
{{
#
if
(
item
.
company_type
==
2
){
}}
代理商
{{
#
}
}}
{{
#
if
(
item
.
company_type
==
3
){
}}
原厂
{{
#
}
}}
{{
#
if
(
item
.
company_type
==
4
){
}}
制造商
{{
#
}
}}
{{
#
if
(
item
.
company_type
==
5
){
}}
个人用户
{{
#
}
}}
{{
#
}
else
{
}}
--
{{
#
}
}}
<
/span
>
<
div
class
=
"fl name ellipsis"
>
{{
item
.
company
||
''
}}
<
/div
>
<
/div
>
<
/div
>
...
...
@@ -116,7 +136,27 @@
<
div
class
=
"date"
>
货期:
<
span
class
=
"bold"
>
现货
<
/span></
div
>
<
/div
>
<
div
class
=
"item_user"
>
<
span
class
=
"fl type mystype lineBlock"
>
贸易商
<
/span
>
<
span
class
=
"fl type mystype lineBlock"
>
{{
#
if
(
item
.
company_type
!==
""
){
}}
{{
#
if
(
item
.
company_type
==
1
){
}}
贸易商
{{
#
}
}}
{{
#
if
(
item
.
company_type
==
2
){
}}
代理商
{{
#
}
}}
{{
#
if
(
item
.
company_type
==
3
){
}}
原厂
{{
#
}
}}
{{
#
if
(
item
.
company_type
==
4
){
}}
制造商
{{
#
}
}}
{{
#
if
(
item
.
company_type
==
5
){
}}
个人用户
{{
#
}
}}
{{
#
}
else
{
}}
--
{{
#
}
}}
<
/span
>
<
div
class
=
"fl name ellipsis"
>
{{
item
.
company_name
||
''
}}
<
/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