...
|
...
|
@@ -291,7 +291,7 @@ var g = new common.grid({ |
|
|
render: function(item) {
|
|
|
var HtmArr = [];
|
|
|
|
|
|
if (item.shopId == shopId) {
|
|
|
if (item.shopId == common.util.__input("shopId")) {
|
|
|
if (item.status == 4 || item.status == 1 || item.status == 5 || item.status == 6) {
|
|
|
HtmArr.push('<a href="/goods/netsale/edit/' + item.productSkn + editPostion + '" class="btn btn-info btn-xs edit-btn">编辑</a>');
|
|
|
HtmArr.push('<a href="javascript:;" class="btn btn-danger btn-xs shelve-btn" data-index="' + item.__index + '">下架</a>');
|
...
|
...
|
|