Browse Source

Merge branch 'ol_12_30' of http://git.dayaedu.com/molingzhide/dy-admin-manager into ol_12_30

lex-xin 4 years ago
parent
commit
77edef001d

+ 1 - 0
debug.log

@@ -8,3 +8,4 @@
 [1223/094343.219:ERROR:directory_reader_win.cc(43)] FindFirstFile: 系统找不到指定的路径。 (0x3)
 [1224/093236.399:ERROR:directory_reader_win.cc(43)] FindFirstFile: 系统找不到指定的路径。 (0x3)
 [1225/094724.194:ERROR:directory_reader_win.cc(43)] FindFirstFile: 系统找不到指定的路径。 (0x3)
+[1230/094024.562:ERROR:directory_reader_win.cc(43)] FindFirstFile: 系统找不到指定的路径。 (0x3)

+ 7 - 7
src/views/teamDetail/componentCourse/addCompound.vue

@@ -114,17 +114,17 @@ export default {
         this.$message.error('请选择一节主课')
         return
       }
-      let arr = []
+      // let arr = []
       let idList = []
       this.dataList.forEach(com => {
-        arr.push(com.type)
+        // arr.push(com.type)
             idList.push(com.id)
       })
-      arr = [... new Set(arr)]
-      if (arr.length != 1) {
-        this.$message.error('请选择相同的课程类型')
-        return
-      }
+      // arr = [... new Set(arr)]
+      // if (arr.length != 1) {
+      //   this.$message.error('请选择相同的课程类型')
+      //   return
+      // }
       if (this.dataList.length <= 1) {
         this.$message.error('请至少选择2节课程')
         return

+ 7 - 2
src/views/workBenchManager/journal/musicGroup.vue

@@ -130,6 +130,11 @@
         </el-row>
 
         <el-row>
+          <el-col :span="4">用户备注: </el-col>
+          <el-col :span="20"> {{ showMessage.userComment }}</el-col>
+        </el-row>
+
+        <el-row>
           <el-col :span="24">
             <el-input :disabled="showMessage.status != 'PROCESSING'"
                       type="textarea"
@@ -258,7 +263,7 @@ export default {
             this.showMessage.type = memo.type
             this.remark = res.data.studentApplyRefunds.remark
             this.actualAmount = res.data.studentApplyRefunds.actualAmount
-            // 
+            //
           } else {
             this.$message.error(res.msg)
           }
@@ -481,4 +486,4 @@ export default {
     color: #ccc;
   }
 }
-</style>
+</style>