Browse Source

Merge branch 'master' of https://git.cocorobo.cn/CocoRoboLabs/pbl-teacher-table

zengyicheng 2 years ago
parent
commit
c7f1d5e4d3
2 changed files with 178 additions and 178 deletions
  1. 96 96
      src/components/pages/addCourse.vue
  2. 82 82
      src/components/pages/student/addCourse.vue

+ 96 - 96
src/components/pages/addCourse.vue

@@ -1762,7 +1762,7 @@
                                 </div>
                               </div>
                             </div>
-                            <!-- <div class="tool">
+                            <div class="tool">
                               <div
                                 class="whiteBIcon"
                                 @click="openTools(itemTaskIndex, 52, toolIndex)"
@@ -1789,7 +1789,7 @@
                                   /><span>已选择</span>
                                 </div>
                               </div>
-                            </div> -->
+                            </div>
                             <div class="tool">
                               <div
                                 class="whiteBIcon"
@@ -5264,53 +5264,53 @@ export default {
 
       var bucket = new window.AWS.S3({ params: { Bucket: "ccrb" } }); //选择桶
       var _this = this;
-      // if (type == 3) {
-      //   var b = [
-      //     "DOC",
-      //     "DOCX",
-      //     "DOCM",
-      //     "DOTM",
-      //     "DOTX",
-      //     "PPTX",
-      //     "PPSX",
-      //     "PPT",
-      //     "PPS",
-      //     "PPTM",
-      //     "POTM",
-      //     "PPAM",
-      //     "POTX",
-      //     "PPSM",
-      //   ];
-      //   if (
-      //     b.indexOf(
-      //       file.name
-      //         .split(".")
-      //         [file.name.split(".").length - 1].toLocaleUpperCase()
-      //     ) != -1
-      //   ) {
-      //     if (file.size / 1024 / 1024 > 50) {
-      //       this.$message.error("上传文件大于50兆,请重新选择文件!");
-      //       this.inputShow = true;
-      //       var a = _this.$refs.upload1.uploadFiles;
-      //       a.splice(a.length - 1, a.length);
-      //       // loading.close();
-      //       return;
-      //     }
-      //   } else if (
-      //     file.name
-      //       .split(".")
-      //       [file.name.split(".").length - 1].toLocaleUpperCase() != "PDF"
-      //   ) {
-      //     if (file.size / 1024 / 1024 > 50) {
-      //       this.$message.error("添加成上传文件大于50兆,请重新选择文件!");
-      //       this.inputShow = true;
-      //       var a = _this.$refs.upload1.uploadFiles;
-      //       a.splice(a.length - 1, a.length);
-      //       // loading.close();
-      //       return;
-      //     }
-      //   }
-      // }
+      if (type == 3) {
+        var b = [
+          "DOC",
+          "DOCX",
+          "DOCM",
+          "DOTM",
+          "DOTX",
+          "PPTX",
+          "PPSX",
+          "PPT",
+          "PPS",
+          "PPTM",
+          "POTM",
+          "PPAM",
+          "POTX",
+          "PPSM",
+        ];
+        if (
+          b.indexOf(
+            file.name
+              .split(".")
+              [file.name.split(".").length - 1].toLocaleUpperCase()
+          ) != -1
+        ) {
+          if (file.size / 1024 / 1024 > 80) {
+            this.$message.error("上传文件大于80兆,请重新选择文件!");
+            this.inputShow = true;
+            var a = _this.$refs.upload1.uploadFiles;
+            a.splice(a.length - 1, a.length);
+            // loading.close();
+            return;
+          }
+        } else if (
+          file.name
+            .split(".")
+            [file.name.split(".").length - 1].toLocaleUpperCase() != "PDF"
+        ) {
+          if (file.size / 1024 / 1024 > 80) {
+            this.$message.error("添加成上传文件大于80兆,请重新选择文件!");
+            this.inputShow = true;
+            var a = _this.$refs.upload1.uploadFiles;
+            a.splice(a.length - 1, a.length);
+            // loading.close();
+            return;
+          }
+        }
+      }
       this.inputShow = false;
       _this.unitJson[unitIndex].chapterInfo[0].taskJson[
         itemTaskIndex
@@ -5424,53 +5424,53 @@ export default {
 
       var bucket = new window.AWS.S3({ params: { Bucket: "ccrb" } }); //选择桶
       var _this = this;
-      // if (type == 3) {
-      //   var b = [
-      //     "DOC",
-      //     "DOCX",
-      //     "DOCM",
-      //     "DOTM",
-      //     "DOTX",
-      //     "PPTX",
-      //     "PPSX",
-      //     "PPT",
-      //     "PPS",
-      //     "PPTM",
-      //     "POTM",
-      //     "PPAM",
-      //     "POTX",
-      //     "PPSM",
-      //   ];
-      //   if (
-      //     b.indexOf(
-      //       file.name
-      //         .split(".")
-      //         [file.name.split(".").length - 1].toLocaleUpperCase()
-      //     ) != -1
-      //   ) {
-      //     if (file.size / 1024 / 1024 > 50) {
-      //       this.$message.error("上传文件大于50兆,请重新选择文件!");
-      //       this.inputShow = true;
-      //       var a = _this.$refs.upload1.uploadFiles;
-      //       a.splice(a.length - 1, a.length);
-      //       // loading.close();
-      //       return;
-      //     }
-      //   } else if (
-      //     file.name
-      //       .split(".")
-      //       [file.name.split(".").length - 1].toLocaleUpperCase() != "PDF"
-      //   ) {
-      //     if (file.size / 1024 / 1024 > 50) {
-      //       this.$message.error("添加成上传文件大于50兆,请重新选择文件!");
-      //       this.inputShow = true;
-      //       var a = _this.$refs.upload1.uploadFiles;
-      //       a.splice(a.length - 1, a.length);
-      //       // loading.close();
-      //       return;
-      //     }
-      //   }
-      // }
+      if (type == 3) {
+        var b = [
+          "DOC",
+          "DOCX",
+          "DOCM",
+          "DOTM",
+          "DOTX",
+          "PPTX",
+          "PPSX",
+          "PPT",
+          "PPS",
+          "PPTM",
+          "POTM",
+          "PPAM",
+          "POTX",
+          "PPSM",
+        ];
+        if (
+          b.indexOf(
+            file.name
+              .split(".")
+              [file.name.split(".").length - 1].toLocaleUpperCase()
+          ) != -1
+        ) {
+          if (file.size / 1024 / 1024 > 80) {
+            this.$message.error("上传文件大于80兆,请重新选择文件!");
+            this.inputShow = true;
+            var a = _this.$refs.upload1.uploadFiles;
+            a.splice(a.length - 1, a.length);
+            // loading.close();
+            return;
+          }
+        } else if (
+          file.name
+            .split(".")
+            [file.name.split(".").length - 1].toLocaleUpperCase() != "PDF"
+        ) {
+          if (file.size / 1024 / 1024 > 80) {
+            this.$message.error("添加成上传文件大于80兆,请重新选择文件!");
+            this.inputShow = true;
+            var a = _this.$refs.upload1.uploadFiles;
+            a.splice(a.length - 1, a.length);
+            // loading.close();
+            return;
+          }
+        }
+      }
       this.inputShow = false;
       _this.unitJson[unitIndex].chapterInfo[0].taskJson[
         itemTaskIndex

+ 82 - 82
src/components/pages/student/addCourse.vue

@@ -3836,47 +3836,47 @@ export default {
                 }
             }); //选择桶
             var _this = this;
-            // if (type == 3) {
-            //     var b = [
-            //         "DOC",
-            //         "DOCX",
-            //         "DOCM",
-            //         "DOTM",
-            //         "DOTX",
-            //         "PPTX",
-            //         "PPSX",
-            //         "PPT",
-            //         "PPS",
-            //         "PPTM",
-            //         "POTM",
-            //         "PPAM",
-            //         "POTX",
-            //         "PPSM",
-            //     ];
-            //     if (
-            //         b.indexOf(
-            //             file.name
-            //                 .split(".")[file.name.split(".").length - 1].toLocaleUpperCase()
-            //         ) != -1
-            //     ) {
-            //         if (file.size / 1024 / 1024 > 50) {
-            //             this.$message.error("上传文件大于50兆,请重新选择文件!");
-            //             this.inputShow = true;
-            //             // loading.close();
-            //             return;
-            //         }
-            //     } else if (
-            //         file.name
-            //             .split(".")[file.name.split(".").length - 1].toLocaleUpperCase() != "PDF"
-            //     ) {
-            //         if (file.size / 1024 / 1024 > 50) {
-            //             this.$message.error("添加成上传文件大于50兆,请重新选择文件!");
-            //             this.inputShow = true;
-            //             // loading.close();
-            //             return;
-            //         }
-            //     }
-            // }
+            if (type == 3) {
+                var b = [
+                    "DOC",
+                    "DOCX",
+                    "DOCM",
+                    "DOTM",
+                    "DOTX",
+                    "PPTX",
+                    "PPSX",
+                    "PPT",
+                    "PPS",
+                    "PPTM",
+                    "POTM",
+                    "PPAM",
+                    "POTX",
+                    "PPSM",
+                ];
+                if (
+                    b.indexOf(
+                        file.name
+                            .split(".")[file.name.split(".").length - 1].toLocaleUpperCase()
+                    ) != -1
+                ) {
+                    if (file.size / 1024 / 1024 > 80) {
+                        this.$message.error("上传文件大于80兆,请重新选择文件!");
+                        this.inputShow = true;
+                        // loading.close();
+                        return;
+                    }
+                } else if (
+                    file.name
+                        .split(".")[file.name.split(".").length - 1].toLocaleUpperCase() != "PDF"
+                ) {
+                    if (file.size / 1024 / 1024 > 80) {
+                        this.$message.error("添加成上传文件大于80兆,请重新选择文件!");
+                        this.inputShow = true;
+                        // loading.close();
+                        return;
+                    }
+                }
+            }
             this.inputShow = false;
             _this.unitJson[unitIndex].chapterInfo[0].taskJson[
                 itemTaskIndex
@@ -3981,47 +3981,47 @@ export default {
                 }
             }); //选择桶
             var _this = this;
-            // if (type == 3) {
-            //     var b = [
-            //         "DOC",
-            //         "DOCX",
-            //         "DOCM",
-            //         "DOTM",
-            //         "DOTX",
-            //         "PPTX",
-            //         "PPSX",
-            //         "PPT",
-            //         "PPS",
-            //         "PPTM",
-            //         "POTM",
-            //         "PPAM",
-            //         "POTX",
-            //         "PPSM",
-            //     ];
-            //     if (
-            //         b.indexOf(
-            //             file.name
-            //                 .split(".")[file.name.split(".").length - 1].toLocaleUpperCase()
-            //         ) != -1
-            //     ) {
-            //         if (file.size / 1024 / 1024 > 50) {
-            //             this.$message.error("上传文件大于50兆,请重新选择文件!");
-            //             this.inputShow = true;
-            //             // loading.close();
-            //             return;
-            //         }
-            //     } else if (
-            //         file.name
-            //             .split(".")[file.name.split(".").length - 1].toLocaleUpperCase() != "PDF"
-            //     ) {
-            //         if (file.size / 1024 / 1024 > 50) {
-            //             this.$message.error("添加成上传文件大于50兆,请重新选择文件!");
-            //             this.inputShow = true;
-            //             // loading.close();
-            //             return;
-            //         }
-            //     }
-            // }
+            if (type == 3) {
+                var b = [
+                    "DOC",
+                    "DOCX",
+                    "DOCM",
+                    "DOTM",
+                    "DOTX",
+                    "PPTX",
+                    "PPSX",
+                    "PPT",
+                    "PPS",
+                    "PPTM",
+                    "POTM",
+                    "PPAM",
+                    "POTX",
+                    "PPSM",
+                ];
+                if (
+                    b.indexOf(
+                        file.name
+                            .split(".")[file.name.split(".").length - 1].toLocaleUpperCase()
+                    ) != -1
+                ) {
+                    if (file.size / 1024 / 1024 > 80) {
+                        this.$message.error("上传文件大于80兆,请重新选择文件!");
+                        this.inputShow = true;
+                        // loading.close();
+                        return;
+                    }
+                } else if (
+                    file.name
+                        .split(".")[file.name.split(".").length - 1].toLocaleUpperCase() != "PDF"
+                ) {
+                    if (file.size / 1024 / 1024 > 80) {
+                        this.$message.error("添加成上传文件大于80兆,请重新选择文件!");
+                        this.inputShow = true;
+                        // loading.close();
+                        return;
+                    }
+                }
+            }
             _this.inputShow = false;
             _this.progress = 0;
             _this.proVisible = true;