Authored by weiqingting

提交

... ... @@ -495,7 +495,7 @@ $('#basicTable').on('click', '.shelve-btn', function() {
getdata(item.productSkn, function(res) {
shelveLayer = common.dialog.open({
title: '上/下架',
width: 900,
width: '80%',
content: common.util.__template($('#template').html(), res.data.baseProductInfo.baseProduct)
});
... ...