//单击销售订单
$(document).on('click', '.under-line', function () {
var detailsId = $(this).attr('data-id'),
orderNo = $(this).attr('data-orderNo');
//window.top.newTab('customer/order/info/view?menuId=' + menuId + '&detailsId=' + detailsId, '订单详情 ' + orderNo);
//top.layui.index.openTabsPage('customer/order/info/view?menuId=' + menuId + '&detailsId=' + detailsId, '订单详情 ' + orderNo)
//window.open('http://www.baidu.com')
});

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-19
  • 2022-12-23
  • 2022-12-23
  • 2021-05-09
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-19
  • 2021-11-17
  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
  • 2021-06-15
相关资源
相似解决方案