...
|
...
|
@@ -228,7 +228,7 @@ function getOrderList(){ |
|
|
$(this).datagrid("getPanel").find("a[role='detail']").linkbutton({
|
|
|
onClick: function () {
|
|
|
var orderCode = $(this).attr("dataId");
|
|
|
window.location.href = contextPath + "/html/orderManage/detail.html?orderCode=" + orderCode + "&ver=" + new Date().getTime();
|
|
|
window.open(contextPath + "/html/orderManage/detail.html?orderCode=" + orderCode + "&ver=" + new Date().getTime())
|
|
|
}
|
|
|
});
|
|
|
}
|
...
|
...
|
|