src/main/webapp/static/js/order/order.js
@@ -588,8 +588,7 @@ layer.confirm('确定导出Excel吗', {shadeClose: true}, function(){ layer.closeAll(); layer.load(1, {shade: [0.1,'#fff']}); // location.href = "http://192.168.4.121:8082/stwms/orderCheck/printExport/auth?orderNo="+data.orderNo; location.href = "http://10.114.97.100:8080/stwms/order/printExport/auth?orderNo="+data.orderNo; location.href = baseUrl+"/order/printExport/auth?orderNo="+data.orderNo; layer.closeAll('loading'); }); }