...
|
...
|
@@ -522,7 +522,8 @@ |
|
|
|
|
|
|
|
|
function detailStorage(id, midSortId) {
|
|
|
this.location.href = contextPath + "/html/goods/storage/storageDetail.html?productId=" + id + "&midSortId=" + midSortId + "&time_version=" + new Date().getTime();
|
|
|
//this.location.href = contextPath + "/html/goods/storage/storageDetail.html?productId=" + id + "&midSortId=" + midSortId + "&time_version=" + new Date().getTime();
|
|
|
window.open(contextPath + "/html/goods/storage/storageDetail.html?productId=" + id + "&midSortId=" + midSortId + "&time_version=" + new Date().getTime());
|
|
|
}
|
|
|
|
|
|
|
...
|
...
|
|