|
|
|
@ -38,8 +38,7 @@
|
|
|
|
|
$("#downExcel").click(function () {
|
|
|
|
|
window.location = "/QingLong/Excel/" + downExcelPath;
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
// 渲染
|
|
|
|
|
|
|
|
|
|
upload.render({
|
|
|
|
|
elem: '#uploadExcel',
|
|
|
|
|
url: '/QingLong/collect/importData',
|
|
|
|
@ -51,8 +50,6 @@
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function GetQueryString(name, istop) {
|
|
|
|
|
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i");
|
|
|
|
|
var r = window.location.search.substr(1).match(reg);
|
|
|
|
|