|
@@ -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
|
}
|