|
@@ -3650,10 +3650,10 @@ $(document).ready(function() {
|
|
|
});
|
|
|
|
|
|
if (fileIds.length) {
|
|
|
- if (fileIds.length > 8) {
|
|
|
- return toastr.warning(`最大允许8个文件(当前${fileIds.length}个)`)
|
|
|
+ if (fileIds.length > 10) {
|
|
|
+ return toastr.warning(`最大允许10个文件(当前${fileIds.length}个)`)
|
|
|
}
|
|
|
- toastr.success('正在进行压缩文件......')
|
|
|
+ toastr.success('正在进行压缩文件...')
|
|
|
$(this).attr('disabled', "true")
|
|
|
const btn = $(this)
|
|
|
postCompressFile(`/tender/${tender.id}/ledger/compresse/file`, {fileIds}, function(result) {
|