Authored by mali

Merge branch 'master' into hotfix_erp_addMobile_1218

@@ -228,7 +228,7 @@ function getOrderList(){ @@ -228,7 +228,7 @@ function getOrderList(){
228 $(this).datagrid("getPanel").find("a[role='detail']").linkbutton({ 228 $(this).datagrid("getPanel").find("a[role='detail']").linkbutton({
229 onClick: function () { 229 onClick: function () {
230 var orderCode = $(this).attr("dataId"); 230 var orderCode = $(this).attr("dataId");
231 - window.location.href = contextPath + "/html/orderManage/detail.html?orderCode=" + orderCode + "&ver=" + new Date().getTime(); 231 + window.open(contextPath + "/html/orderManage/detail.html?orderCode=" + orderCode + "&ver=" + new Date().getTime())
232 } 232 }
233 }); 233 });
234 } 234 }
@@ -254,7 +254,7 @@ @@ -254,7 +254,7 @@
254 title = "添加品牌系列"; 254 title = "添加品牌系列";
255 message = "确认添加品牌系列信息吗?"; 255 message = "确认添加品牌系列信息吗?";
256 } else { 256 } else {
257 - window.location.href = contextPath + "/html/product/productEdit.html?id=" + id; 257 + window.open(contextPath + "/html/product/productEdit.html?id=" + id)
258 } 258 }
259 } 259 }
260 260