Authored by xuhongyun

build

@@ -211,11 +211,11 @@ webpackJsonp([64],[ @@ -211,11 +211,11 @@ webpackJsonp([64],[
211 // HtmArr.push('<a data-index="' + items.__index + '" href="JavaScript:;" class="btn btn-success btn-xs info-toHomePage">同步逛频道</a>'); 211 // HtmArr.push('<a data-index="' + items.__index + '" href="JavaScript:;" class="btn btn-success btn-xs info-toHomePage">同步逛频道</a>');
212 //} 212 //}
213 213
214 - if (items.hasToGrass == 1) {  
215 - HtmArr.push('<a data-index="' + items.__index + '" href="JavaScript:;" class="btn btn-warning btn-xs">已同步到种草</a>');  
216 - } else {  
217 - HtmArr.push('<a data-index="' + items.__index + '" href="JavaScript:;" class="btn btn-success btn-xs info-syncToGrass">同步到种草</a>');  
218 - } 214 + // if (items.hasToGrass == 1) {
  215 + // HtmArr.push('<a data-index="' + items.__index + '" href="JavaScript:;" class="btn btn-warning btn-xs">已同步到种草</a>');
  216 + // } else {
  217 + // HtmArr.push('<a data-index="' + items.__index + '" href="JavaScript:;" class="btn btn-success btn-xs info-syncToGrass">同步到种草</a>');
  218 + // }
219 219
220 return HtmArr.join(''); 220 return HtmArr.join('');
221 } 221 }
@@ -355,24 +355,24 @@ webpackJsonp([64],[ @@ -355,24 +355,24 @@ webpackJsonp([64],[
355 }); 355 });
356 356
357 //同步到种草 357 //同步到种草
358 - $(document).on('click', '.info-syncToGrass', function () {  
359 - var item = g.rows[$(this).data("index")];  
360 -  
361 - common.util.__ajax({  
362 - url: '/guang/article/syncArticleToGrass',  
363 - data: {  
364 - id: item.id  
365 - }  
366 - }, function (res) {  
367 -  
368 - if (res.code == 200) {  
369 - common.util.__tip('同步成功', 'success');  
370 - g.reload();  
371 - } else {  
372 - common.util.__tip(res.message);  
373 - }  
374 - });  
375 - }); 358 + // $(document).on('click', '.info-syncToGrass', function () {
  359 + // var item = g.rows[$(this).data("index")];
  360 +
  361 + // common.util.__ajax({
  362 + // url: '/guang/article/syncArticleToGrass',
  363 + // data: {
  364 + // id: item.id
  365 + // }
  366 + // }, function (res) {
  367 +
  368 + // if (res.code == 200) {
  369 + // common.util.__tip('同步成功', 'success');
  370 + // g.reload();
  371 + // } else {
  372 + // common.util.__tip(res.message);
  373 + // }
  374 + // });
  375 + // });
376 376
377 //同步到逛频道 377 //同步到逛频道
378 $(document).on('click', '.info-toHomePage', function () { 378 $(document).on('click', '.info-toHomePage', function () {
@@ -302,8 +302,13 @@ @@ -302,8 +302,13 @@
302 <div class="form-group"> 302 <div class="form-group">
303 <label class="col-sm-2 control-label">SKN除外</label> 303 <label class="col-sm-2 control-label">SKN除外</label>
304 <div class="col-sm-4"> 304 <div class="col-sm-4">
  305 + [[if couponType == 6]]
  306 + <textarea class="form-control observe" prompt="SKN除外" data-field="sknExclude"
  307 + placeholder="skn用换行或英文逗号分隔" style="resize: none">[[sknExclude]]</textarea>
  308 + [[else]]
305 <textarea class="form-control observe" prompt="SKN除外" data-field="sknExclude" 309 <textarea class="form-control observe" prompt="SKN除外" data-field="sknExclude"
306 placeholder="skn用换行或英文逗号分隔" style="resize: none" [[if status==1]] disabled [[/if]]>[[sknExclude]]</textarea> 310 placeholder="skn用换行或英文逗号分隔" style="resize: none" [[if status==1]] disabled [[/if]]>[[sknExclude]]</textarea>
  311 + [[/if]]
307 </div> 312 </div>
308 </div> 313 </div>
309 [[/if]] 314 [[/if]]