{template 'public/header'}
{template 'public/comhead'}
<link rel="stylesheet" type="text/css" href="../addons/zh_tcwq/template/public/ygcsslist.css">
<style type="text/css">
.ygrow{margin-top: 20px;font-size: 12px;}
.ygmartop{margin-top: 30px;font-size: 12px;}
.ygmartop2{margin-bottom: 10px;}
.yg5_key>div{float: left;line-height: 34px;}
.store_td1{height: 45px;}
.store_list_img{width: 60px;height: 60px;}
.yg5_tabel{border-color: #e5e5e5;outline: 1px solid #e5e5e5;}
.yg5_tr2>td{padding: 15px;border: 1px solid #e5e5e5;text-align: center;background-color: white;}
.yg5_tr1>td{
border: 1px solid #e5e5e5;
padding-left: 15px;
background-color: #FAFAFA;
font-weight: bold;
text-align: center;
}
.yg5_btn{background-color: #EEEEEE;color: #333;border: 1px solid #E4E4E4;border-radius: 6px;width: 100px;height: 34px;}
.yg5_btn2{background-color: white;color: #333;border: 1px solid white;border-radius: 6px;width: 100px;height: 34px;}
.yg13_img{width: 50px;height: 50px;border-radius: 4px;}
.yg_name{width: 30%;height: 34px;line-height: 34px;color: #333;float: left;background-color: white;border: 1px solid #E4E4E4;text-align: center;}
.yg_left{float: left;}
.form-control{width: 70%;}
.ygseledi{width: 60%;}
.dishes{display: flex;align-items: center;}
.dishes_font{font-size: 20px;}
.dishes_inp{width: 195px;height: 23px;border: none;}
.dishes_inp2{margin-right: 20px;}
.input_box{border: 2px solid #5bc0de;border-radius: 4px;padding: 5px;margin-right: 10px;background-color: #5bc0de;color: white;}
.store_inp{margin-left: 5px;}
.dish_left{margin-right: 20px;}
.dish_btn>button,.dish_btn>a{margin-bottom: 10px;}
.ygboxl{margin-bottom: 15px;}
/*.ygboxl>.input-group{border:1px solid green;}*/
</style>
<ul class="nav nav-tabs">
<span class="ygxian"></span>
<div class="ygdangq">当前位置:</div>
<li {if $type=='all'} class="active" {/if}><a href="{php echo $this->createWebUrl('groupgoods',array('type'=>all));}">全部商品</a></li>
<li {if $type=='wait'} class="active" {/if}><a href="{php echo $this->createWebUrl('groupgoods',array('type'=>wait,'state'=>1));}">待审核</a></li>
<li {if $type=='ok'} class="active" {/if}><a href="{php echo $this->createWebUrl('groupgoods',array('type'=>ok,'state'=>2));}">已确认</a></li>
<li {if $type=='no'} class="active" {/if}><a href="{php echo $this->createWebUrl('groupgoods',array('type'=>no,'state'=>3));}">已拒绝</a></li>
</ul>
<div class="row ygmartop">
<form action="" method="get" class="col-md-12" style="padding: 0px;">
<div class="col-md-12 ygboxl">
<input type="hidden" name="c" value="site" />
<input type="hidden" name="a" value="entry" />
<input type="hidden" name="m" value="zh_tcwq" />
<input type="hidden" name="do" value="groupgoods" />
<div class="col-md-2" style="padding: 0px;">
<div class="yg_name">商品/门店</div>
<input type="text" name="keywords" class="yg_left form-control" placeholder="商品/门店名称">
</div>
<div class="col-md-3">
<div class="yg_name">
商品状态
</div>
<select class="ygseledi" style="color: #333;" name="is_shelves2">
<option value="">不限</option>
<option value="1">已上架</option>
<option value="2">已下架</option>
</select>
</div>
<div class="col-md-3">
<div class="yg_name">
商品分类
</div>
<select class="ygseledi" style="color: #333;" name="type_id">
<option value="">不限</option>
{loop $types $item2}
<option value="{$item2['id']}">{$item2['name']}</option>
{/loop}
</select>
</div>
<div class="col-md-1">
<input type="submit" value="搜索" name="submit" class="btn btn-primary btn-sm"/>
<input type="hidden" name="token" value="{$_W['token']}"/>
</div>
</div>
</form>
</div>
<div class="dishes">
<button class="btn ygyouhui2 dish_left" id="allshang">批量上架</button>
<button class="btn storegrey2 dish_left" id="alldown">批量下架</button>
<button class="btn ygshouqian2 dish_left" id="allselect">批量删除</button>
</div>
<div class="main">
<div class="panel panel-default">
<div class="panel-heading">
商品列表
</div>
<div class="panel-body" style="padding: 0px 15px;">
<div class="row">
<table class="yg5_tabel col-md-12">
<tr class="yg5_tr1">
<td class="store_td1 col-md-1">
<input type="checkbox" class="allcheck" />
<span class="store_inp">全选</span>
</td>
<td class="">所属商家/城市</td>
<td class="">商品图片</td>
<td class="">商品名称</td>
<td class="col-md-1">分类</td>
<td class="col-md-1">拼团价格</td>
<td class="col-md-1">单独够价格</td>
<td class="col-md-1">开团人数</td>
<!-- <td class="col-md-1">库存</td>
<td class="col-md-1">总销量</td> -->
<td class="col-md-1">平台显示</td>
<td class="col-md-1">是否上架</td>
<td class="col-md-1">状态</td>
<td class="col-md-2">操作</td>
</tr>
{loop $list $key $item}
<tr class="yg5_tr2">
<td>
<input type="checkbox" name="test" value="{$item['id']}">
</td>
<td class="store_td1 col-md-1"> {$item['store_name']}{if $item['cityname']}({$item['cityname']}){else}(全国版){/if}</td>
<td class="store_td1 col-md-1"> <img class="store_list_img" src="{media $item['logo']}" alt=""/></td>
<td class="col-md-1 cainame{$item['id']}">
<span class="caispan{$item['id']}">{$item['name']}</span>
<input style="display: none;width: 100%;" name="inp{$item['id']}" type="text" value="{$item['name']}" class="caininp{$item['id']}"/>
<script type="text/javascript">
$(function(){
$(".cainame{$item['id']}").each(function(index){
$(this).dblclick(function(){
$(".caininp{$item['id']}").eq(index).show().focus();
$(".caispan{$item['id']}").eq(index).hide();
});
});
$(".caininp{$item['id']}").each(function(index){
$(this).blur(function(){
$(".caininp{$item['id']}").eq(index).hide();
$(".caispan{$item['id']}").eq(index).show();
var text = $(".caispan{$item['id']}").html();
var inp = $(" input[ name='inp{$item['id']}' ] ").val();
$(".caispan{$item['id']}").html(inp);
// console.log(inp);
id = {$item['id']};
name = inp;
$.ajax({
type:"post",
url:"{$_W['siter
没有合适的资源?快使用搜索试试~ 我知道了~
《志汇叮咚同城微圈小程序源码v11.5.8-打造全面的本地生活服务平台》
共2000个文件
html:552个
png:482个
js:298个
需积分: 5 2 下载量 144 浏览量
2024-10-12
22:20:06
上传
评论
收藏 9.93MB RAR 举报
温馨提示
《志汇叮咚同城微圈小程序源码v11.5.8——打造全面的本地生活服务平台》 在数字化时代,小程序已经成为了企业与用户互动的重要桥梁,尤其在本地服务领域,小程序更是扮演了不可或缺的角色。本文将深入解析“志汇叮咚同城微圈小程序源码v11.5.8”这一强大的工具,了解其核心功能和价值。 1. **分类资讯**:作为基础功能,分类资讯模块允许用户按类别浏览和发布各类信息,如租房、求职、二手交易等,极大地便利了社区内的信息流通,提升了服务效率。 2. **同城发帖**:用户可以随时随地发布自己的需求或供应信息,通过地理位置定位,让信息更加精准地触达目标人群,增强社区互动。 3. **商家入驻**:为本地商家提供在线开店的平台,使商家能够快速拓展线上业务,提高知名度和销售额。商家展示功能则有助于商家形象的塑造和产品推广。 4. **同城活动**:支持用户发起和参与各类线下活动,如讲座、聚会等,增进社区凝聚力,活跃用户参与度。 5. **同城合伙人**:引入合伙人机制,鼓励用户成为平台的推广者,通过分享和邀请好友,实现共赢,推动平台快速发展。 6. **同城资讯**:实时更新本地新闻和
资源推荐
资源详情
资源评论
收起资源包目录
《志汇叮咚同城微圈小程序源码v11.5.8-打造全面的本地生活服务平台》
(2000个子文件)
ygcss.css 4KB
ygcss.css 4KB
ygcsslist.css 4KB
ygcsslist.css 4KB
hongbao.gif 20KB
hongbao.gif 20KB
red_animation_two.gif 9KB
red_animation_two.gif 9KB
red_animation_one.gif 5KB
red_animation_one.gif 5KB
loading.gif 4KB
loading.gif 4KB
gif.gif 2KB
gif.gif 2KB
phone1.gif 2KB
phone1.gif 2KB
groupgoods.html 32KB
groupgoods.html 32KB
fenlei.html 30KB
fenlei.html 30KB
storeinfo.html 29KB
storeinfo.html 29KB
sjgroupgoods.html 28KB
sjgroupgoods.html 28KB
storeinfo2.html 24KB
storeinfo2.html 24KB
yellowtype.html 21KB
yellowtype.html 21KB
information.html 20KB
information.html 20KB
store.html 20KB
store.html 20KB
instoreinfo2.html 19KB
dlinstoreinfo2.html 19KB
instoreinfo2.html 19KB
dlinstoreinfo2.html 19KB
sjstoreinfo.html 18KB
sjstoreinfo.html 18KB
integral.html 18KB
integral.html 18KB
storetype.html 18KB
storetype.html 18KB
qggoodall.html 17KB
qggoodall.html 17KB
instoreinfo.html 17KB
instoreinfo.html 17KB
dlinstoreinfo.html 17KB
dlinstoreinfo.html 17KB
settings.html 15KB
settings.html 15KB
user2.html 15KB
user2.html 15KB
coupon.html 14KB
coupon.html 14KB
powers.html 14KB
powers.html 14KB
sjqggoodall.html 14KB
sjqggoodall.html 14KB
goods.html 14KB
goods.html 14KB
yellowstore.html 14KB
yellowstore.html 14KB
inindex.html 14KB
inindex.html 14KB
start.html 13KB
start.html 13KB
ininformation.html 13KB
ininformation.html 13KB
dlininformation.html 13KB
dlininformation.html 13KB
addinquiry.html 13KB
addinquiry.html 13KB
activity.html 13KB
activity.html 13KB
header.html 13KB
header.html 13KB
dlinactivity.html 13KB
dlinactivity.html 13KB
inactivity.html 13KB
inactivity.html 13KB
ad.html 13KB
ad.html 13KB
carinfo.html 13KB
carinfo.html 13KB
dlinaddad.html 12KB
dlinaddad.html 12KB
type.html 12KB
type.html 12KB
dlinstore.html 12KB
dlinstore.html 12KB
instore.html 12KB
instore.html 12KB
dlincarinfo.html 12KB
dlincarinfo.html 12KB
sjcoupon.html 12KB
sjcoupon.html 12KB
xsdata.html 12KB
xsdata.html 12KB
incarinfo.html 12KB
incarinfo.html 12KB
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论
Ajnjn
- 粉丝: 0
- 资源: 3
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功