...
|
...
|
@@ -255,7 +255,7 @@ var Bll = { |
|
|
console.log("入参:"+lineNumber, order, shopId);
|
|
|
var productInfo = {};
|
|
|
common.util.__ajax({
|
|
|
url: '/product/searchProductDetail',
|
|
|
url: '/shops-proxy/product/searchProductDetail',
|
|
|
data: {
|
|
|
lineNumber: lineNumber,
|
|
|
order: order,
|
...
|
...
|
@@ -273,7 +273,7 @@ var Bll = { |
|
|
getProductDetailBySkns: function(sknList){
|
|
|
var productInfo = {};
|
|
|
common.util.__ajax({
|
|
|
url: '/product/queryProductInfoBySkns',
|
|
|
url: '/shops-proxy/product/queryProductInfoBySkns',
|
|
|
data: {
|
|
|
productSkns: sknList
|
|
|
},
|
...
|
...
|
@@ -572,7 +572,7 @@ var Bll = { |
|
|
}
|
|
|
]
|
|
|
});
|
|
|
Bll.moduleGrid.init("/shop/selectAllProduct");
|
|
|
Bll.moduleGrid.init("/shops-proxy/shop/selectAllProduct");
|
|
|
} else {
|
|
|
$('.editor-dialog').hide();
|
|
|
$('.editorTitle').html(common.util.__template2($('#autoselect-recommend-product').html(), {data: Bll.recommendProduct}));
|
...
|
...
|
@@ -1650,7 +1650,7 @@ var Bll = { |
|
|
getProductPic: function(skn) {
|
|
|
var pic;
|
|
|
common.util.__ajax({
|
|
|
url: '/product/queryProductPicBySkn',
|
|
|
url: '/shops-proxy/product/queryProductPicBySkn',
|
|
|
data: {
|
|
|
productSkn: skn
|
|
|
},
|
...
|
...
|
@@ -2091,7 +2091,7 @@ $(document).on('click', '#quitBtn', function() { |
|
|
});
|
|
|
|
|
|
saveTemplate(1);
|
|
|
window.location.href = '/shop/modular/decorator';
|
|
|
window.location.href = '/shops-proxy/shop/modular/decorator';
|
|
|
});
|
|
|
});
|
|
|
|
...
|
...
|
|