|
|
@ -176,8 +176,9 @@
|
|
|
|
elem: '.selectFile',
|
|
|
|
elem: '.selectFile',
|
|
|
|
url: '/QingLong/dataShare/saveUploadFile',
|
|
|
|
url: '/QingLong/dataShare/saveUploadFile',
|
|
|
|
auto: true,
|
|
|
|
auto: true,
|
|
|
|
|
|
|
|
acceptMime:'application/vnd.ms-excel,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
|
|
|
|
accept: 'file',
|
|
|
|
accept: 'file',
|
|
|
|
exts: 'xlsx',
|
|
|
|
exts: 'xls|xlsx',
|
|
|
|
before: function () {
|
|
|
|
before: function () {
|
|
|
|
layer.load(); //上传loading
|
|
|
|
layer.load(); //上传loading
|
|
|
|
system_id = this.id;
|
|
|
|
system_id = this.id;
|
|
|
|