|
@@ -194,9 +194,9 @@ $(".datatext").on('click',"td .ztwc",function() {
|
|
|
// };
|
|
// };
|
|
|
// 通过 AJAX 上传 JSON 数据
|
|
// 通过 AJAX 上传 JSON 数据
|
|
|
document.getElementById("upload-file").files[0] = '';
|
|
document.getElementById("upload-file").files[0] = '';
|
|
|
- if(excel_data.length>100){
|
|
|
|
|
|
|
+ if(excel_data.length>300){
|
|
|
layx.destroy('loadId');
|
|
layx.destroy('loadId');
|
|
|
- errorc({ success: false, msg: "一次最多只能上传100条数据" });
|
|
|
|
|
|
|
+ errorc({ success: false, msg: "一次最多只能上传300条数据" });
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
save_transfer_data();
|
|
save_transfer_data();
|