|
@@ -155,7 +155,7 @@
|
|
|
if (second != '') {
|
|
if (second != '') {
|
|
|
param += "&dept_id=" + second;
|
|
param += "&dept_id=" + second;
|
|
|
}
|
|
}
|
|
|
- window.open(getserveraddr() + "/file/other/check/excel?check_type=3" + param);
|
|
|
|
|
|
|
+ window.open(getserveraddr() + "/f/file/other/check/excel?check_type=3" + param);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
function exportThirds() {
|
|
function exportThirds() {
|
|
@@ -169,6 +169,6 @@
|
|
|
if (second != '') {
|
|
if (second != '') {
|
|
|
param += "&dept_id=" + second;
|
|
param += "&dept_id=" + second;
|
|
|
}
|
|
}
|
|
|
- window.open(getserveraddr() + "/file/other/check/static/excel?check_type=3" + param);
|
|
|
|
|
|
|
+ window.open(getserveraddr() + "/f/file/other/check/static/excel?check_type=3" + param);
|
|
|
}
|
|
}
|
|
|
</script>
|
|
</script>
|