Explorar o código

06/22 14:16

11
mo %!s(int64=4) %!d(string=hai) anos
pai
achega
ab6c02dfd3

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/index.html


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/static/css/chunk-286731de.a0dad854.css


+ 1 - 1
dist/static/css/chunk-c0b759bc.5fcb4e5a.css → dist/static/css/chunk-d487238c.2eced8c9.css

@@ -1 +1 @@
-.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.vipwrap[data-v-83e9b02c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.vipwrap .newBand[data-v-83e9b02c]{margin-right:20px}.resetClassForm[data-v-83e9b02c] .el-date-editor.el-input,.resetClassForm[data-v-83e9b02c] .el-date-editor.el-input__inner{width:180px!important}[data-v-83e9b02c] .el-date-editor.el-input,[data-v-83e9b02c] .el-date-editor.el-input__inner{width:100px!important}
+.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.vipwrap[data-v-43c89c74]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.vipwrap .newBand[data-v-43c89c74]{margin-right:20px}.resetClassForm[data-v-43c89c74] .el-date-editor.el-input,.resetClassForm[data-v-43c89c74] .el-date-editor.el-input__inner{width:180px!important}[data-v-43c89c74] .el-date-editor.el-input,[data-v-43c89c74] .el-date-editor.el-input__inner{width:100px!important}

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/static/js/app.38ce84b2.js


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/static/js/chunk-286731de.8a71f1d0.js


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/static/js/chunk-67019d2a.649476ab.js


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/static/js/chunk-6b55c86a.ac2bcad0.js


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/static/js/chunk-c0b759bc.a615664f.js


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/static/js/chunk-d487238c.6068a032.js


+ 1 - 1
src/views/resetTeaming/components/resetPayList.vue

@@ -355,7 +355,7 @@ export default {
 
     },
     resetPayDate () {
-      resetMusicGroupPaymentCalender({ id: this.activeRow.id, startTime: this.payForm.startPaymentDate }).then(res => {
+      resetMusicGroupPaymentCalender({ id: this.activeRow.id, startTime: this.payForm.startPaymentDate, endTime: this.payForm.deadlinePaymentDate }).then(res => {
         if (res.code == 200) {
           this.$message.success('修改成功')
           this.payVisible = false;

+ 13 - 1
src/views/vipClass/vipDetail/components/vipStudentList.vue

@@ -393,7 +393,19 @@ export default {
     },
     addStudentList () {
       // 发请求 搜索学生
-      this.getList();
+      if (this.tableList.length <= 0) {
+        this.$confirm('添加学员后,该课程组将无法通过购买途径加入?', '提示', {
+          confirmButtonText: '确定',
+          cancelButtonText: '取消',
+          type: 'warning'
+        }).then(() => {
+          this.getList();
+        }).catch(() => { })
+      } else {
+        this.getList();
+      }
+
+
     },
     getList () {
       let search = this.maskForm.search || null;

+ 4 - 2
src/views/vipClass/vipReset.vue

@@ -586,8 +586,10 @@ export default {
        * maskForm.startTime
        *
        */
-      this.maskForm.date = row.classDate;
-      this.startTime = row.startClassTimeStr;
+
+      this.maskForm.date = row.classDate.split(' ')[0];
+      this.startTime = row.startClassTimeStr
+
       // this.maskForm.endTime = row.endClassTimeStr;
       this.maskForm.id = row.id;
       this.maskForm.address = row.schoolId || null;

+ 2 - 2
vue.config.js

@@ -19,9 +19,9 @@ const name = defaultSettings.title || '管乐迷后台管理系统' // page titl
 // let target = 'https://online.dayaedu.com' //线上
 // let target = 'http://testadm.dayaedu.com/' //test环境
 // let target = 'http://192.168.3.27:8000' // 箭河
-let target = 'http://192.168.3.28:8000' //邹璇
+// let target = 'http://192.168.3.28:8000' //邹璇
 // let target = 'http://192.168.3.8:8000' //勇哥
-// let target = 'http://admin.dayaedu.com' // 测试服
+let target = 'http://admin.dayaedu.com' // 测试服
 // let target = 'http://192.168.3.151:8080' // 乔
 // All configuration item explanations can be find in https://cli.vuejs.org/config/
 module.exports = {

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio