|  |  |  | 
|---|
|  |  |  | <input type="checkbox" value={{d.id}} lay-text="上架|下架" lay-skin="switch" lay-filter="upOrDownSwitch"> | 
|---|
|  |  |  | {{# } }} | 
|---|
|  |  |  | </script> | 
|---|
|  |  |  | <script type="text/html" id="isHotSwitch"> | 
|---|
|  |  |  | {{# if(d.isHot === 1) { }} | 
|---|
|  |  |  | <input type="checkbox" value={{d.id}} lay-text="是|否" checked lay-skin="switch" lay-filter="isHotSwitch"> | 
|---|
|  |  |  | {{# } else { }} | 
|---|
|  |  |  | <input type="checkbox" value={{d.id}} lay-text="是|否" lay-skin="switch" lay-filter="isHotSwitch"> | 
|---|
|  |  |  | {{# } }} | 
|---|
|  |  |  | </script> | 
|---|
|  |  |  | <script type="text/html" id="isSkuFormat"> | 
|---|
|  |  |  | {{# if(d.isSku === 1) { }} | 
|---|
|  |  |  | <span>是</span> | 
|---|
|  |  |  | 
|---|
|  |  |  | $query.click(); | 
|---|
|  |  |  | }); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | function goodsHot(id) { | 
|---|
|  |  |  | febs.get(ctx + 'admin/goods/goodsHot/' + id, null, function () { | 
|---|
|  |  |  | febs.alert.success('设置成功'); | 
|---|
|  |  |  | $query.click(); | 
|---|
|  |  |  | }); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | function goodsNotHot(id) { | 
|---|
|  |  |  | febs.get(ctx + 'admin/goods/goodsNotHot/' + id, null, function () { | 
|---|
|  |  |  | febs.alert.success('设置成功'); | 
|---|
|  |  |  | $query.click(); | 
|---|
|  |  |  | }); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | // 查询按钮 | 
|---|
|  |  |  | $query.on('click', function () { | 
|---|
|  |  |  | 
|---|
|  |  |  | id: 'userTable', | 
|---|
|  |  |  | url: ctx + 'admin/goods/goodsList?goodsType=1', | 
|---|
|  |  |  | cols: [[ | 
|---|
|  |  |  | {field: 'goodsNo', title: '商品编号', minWidth: 150,align:'left'}, | 
|---|
|  |  |  | {field: 'goodsName', title: '商品名称', minWidth: 150,align:'left'}, | 
|---|
|  |  |  | {field: 'goodsNo', title: '商品编号', minWidth: 100,align:'left'}, | 
|---|
|  |  |  | {field: 'goodsName', title: '商品名称', minWidth: 140,align:'left'}, | 
|---|
|  |  |  | {field: 'thumb', title: '缩略图', | 
|---|
|  |  |  | templet: function (d) { | 
|---|
|  |  |  | return '<a lay-event="seeImgThumb"><img id="seeImgThumb'+d.id+'" src="'+d.thumb+'" alt=""></a>'; | 
|---|
|  |  |  | }, minWidth: 150,align:'center'}, | 
|---|
|  |  |  | {field: 'categaryName', title: '分类', minWidth: 150,align:'left'}, | 
|---|
|  |  |  | {field: 'isSale', title: '是否上架', templet: '#upOrDownSwitch', minWidth: 130,align:'center'}, | 
|---|
|  |  |  | {templet:"#goodsTypeFormat",  title: '商品类型', minWidth: 150,align:'left'}, | 
|---|
|  |  |  | {templet:"#isSkuFormat", title: '是否多规格', minWidth: 150,align:'left'}, | 
|---|
|  |  |  | {field: 'presentPrice', title: '现价', minWidth: 150,align:'left'}, | 
|---|
|  |  |  | {field: 'originalPrice', title: '原价', minWidth: 150,align:'left'}, | 
|---|
|  |  |  | {field: 'stock', title: '商品库存', minWidth: 150,align:'left'}, | 
|---|
|  |  |  | {field: 'skuVolume', title: '商品销量', minWidth: 150,align:'left'}, | 
|---|
|  |  |  | {field: 'categaryName', title: '分类', minWidth: 140,align:'left'}, | 
|---|
|  |  |  | {field: 'isSale', title: '是否上架', templet: '#upOrDownSwitch', minWidth: 100,align:'center'}, | 
|---|
|  |  |  | {field: 'isHot', title: '是否主推', templet: '#isHotSwitch', minWidth: 100,align:'center'}, | 
|---|
|  |  |  | {templet:"#goodsTypeFormat",  title: '商品类型', minWidth: 140,align:'left'}, | 
|---|
|  |  |  | {templet:"#isSkuFormat", title: '是否多规格', minWidth: 100,align:'left'}, | 
|---|
|  |  |  | {field: 'presentPrice', title: '现价', minWidth: 100,align:'left'}, | 
|---|
|  |  |  | {field: 'originalPrice', title: '原价', minWidth: 100,align:'left'}, | 
|---|
|  |  |  | {field: 'stock', title: '商品库存', minWidth: 100,align:'left'}, | 
|---|
|  |  |  | {field: 'skuVolume', title: '商品销量', minWidth: 100,align:'left'}, | 
|---|
|  |  |  | {title: '操作', | 
|---|
|  |  |  | templet: function (d) { | 
|---|
|  |  |  | if (d.isSale === 1) { | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  | }) | 
|---|
|  |  |  |  | 
|---|
|  |  |  | form.on('switch(isHotSwitch)', function (data) { | 
|---|
|  |  |  | if (data.elem.checked) { | 
|---|
|  |  |  | goodsHot(data.value); | 
|---|
|  |  |  | } else { | 
|---|
|  |  |  | goodsNotHot(data.value); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | }) | 
|---|
|  |  |  |  | 
|---|
|  |  |  | // 获取查询参数 | 
|---|
|  |  |  | function getQueryParams() { | 
|---|
|  |  |  | return { | 
|---|