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
2c09b25d
authored
Nov 11, 2019
by
施宇
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
批量删除商品
parent
af3ac1fb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
30 deletions
Application/Home/View/GoodManage/index.html
dist/js/goodmanage/index.js
dist/js/quoteprice/releaseinquiry.js
Application/Home/View/GoodManage/index.html
View file @
2c09b25d
...
...
@@ -94,34 +94,6 @@
</div>
<div
class=
"good_data"
id=
'listData'
>
<!-- <div class="data_list">
<div class="data_item">
<div class="data_detail">
<div class="type fl ellipsis boxsiz">
<span class="bold">STM32F103ZET6STM32F103ZET6</span>
<span class="icon iconfont iconjuxing17"></span>
</div>
<div class="brand fl ellipsis boxsiz">
品牌:<span>Texas Instrument</span>
</div>
<div class="num fl ellipsis boxsiz">库存:
<span>PCS10,000</span>
</div>
<div class="price fl ellipsis boxsiz bold">¥1.8835</div>
<div class="data_status fl boxsiz zs">
<span class="mark lineBlock"></span>
<span class="text">展示中</span>
</div>
<div class="time fr ellipsis boxsiz">2019-05-22 15:35</div>
</div>
<a class="xj fr">下架</a>
<a class="edit fr">编辑</a>
</div>
</div>
<div class="no_data" style="display: none">
<img src="__PUBLIC__/images/nosearchdata.png" alt="">
<p class="bold">未搜索到询价信息</p>
</div>-->
</div>
</div>
</div>
...
...
dist/js/goodmanage/index.js
View file @
2c09b25d
...
...
@@ -14,7 +14,7 @@
//日期控件初始化
layui
.
laydate
.
render
({
elem
:
'#start_time'
,
theme
:
'#0D84D1'
theme
:
'#0D84D1'
,
});
layui
.
laydate
.
render
({
...
...
dist/js/quoteprice/releaseinquiry.js
View file @
2c09b25d
...
...
@@ -213,7 +213,7 @@
},
limitStock
:
function
(
value
,
item
){
if
(
value
>
10000000
){
return
'
需求
数量最大为10000000(一千万)'
return
'数量最大为10000000(一千万)'
}
},
limitLengthLgThree
:
function
(
value
,
item
)
{
...
...
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