mo 5 lat temu
rodzic
commit
c9335385de

Plik diff jest za duży
+ 0 - 0
dist/index.html


Plik diff jest za duży
+ 0 - 0
dist/static/css/chunk-419ce36c.36fe36b5.css


Plik diff jest za duży
+ 0 - 0
dist/static/css/chunk-419ce36c.f8c7eadc.css


+ 1 - 1
dist/static/css/chunk-0c845b76.1c3c07d9.css → dist/static/css/chunk-47d98e8a.61a37801.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-21be0b8e]{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-21be0b8e]{margin-right:20px}.resetClassForm[data-v-21be0b8e] .el-date-editor.el-input,.resetClassForm[data-v-21be0b8e] .el-date-editor.el-input__inner{width:180px!important}[data-v-21be0b8e] .el-date-editor.el-input,[data-v-21be0b8e] .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-173bbefe]{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-173bbefe]{margin-right:20px}.resetClassForm[data-v-173bbefe] .el-date-editor.el-input,.resetClassForm[data-v-173bbefe] .el-date-editor.el-input__inner{width:180px!important}[data-v-173bbefe] .el-date-editor.el-input,[data-v-173bbefe] .el-date-editor.el-input__inner{width:100px!important}

Plik diff jest za duży
+ 0 - 0
dist/static/js/app.79143538.js


Plik diff jest za duży
+ 0 - 0
dist/static/js/chunk-0c845b76.9605ca46.js


Plik diff jest za duży
+ 0 - 0
dist/static/js/chunk-419ce36c.9a9c02cd.js


Plik diff jest za duży
+ 0 - 0
dist/static/js/chunk-419ce36c.d2083155.js


Plik diff jest za duży
+ 0 - 0
dist/static/js/chunk-47d98e8a.365ca60a.js


+ 7 - 3
src/views/teamBuild/signupList.vue

@@ -5,9 +5,13 @@
         <h2>
           <!-- <div class="squrt"></div> -->
           <el-page-header @back="onCancel"
-                          :content="teamName + '报名详情'"></el-page-header>
+                          :content="teamName + '报名详情'">
+
+          </el-page-header>
           <!-- {{ teamName }}报名详情 -->
         </h2>
+        <p style="margin-bottom:15px; font-size:18px;  
+             font-weight:400">报名缴费截止时间:{{ applyExpireDate | formatTimer }}</p>
         <div class="btnList">
           <div class='newBand close'
                v-permission="'musicGroup/cancelMusicGroup'"
@@ -30,7 +34,7 @@
                @click="onCreateQRCode2">缴费详情</div>
           <div class='newBand'
                @click='onDownLoadExecl'>报名导出</div>
-          <p style="margin-bottom:15px;">报名缴费截止时间:{{ applyExpireDate | formatTimer }}</p>
+
         </div>
       </div>
       <!--  stepImgs: {
@@ -781,7 +785,7 @@ export default {
   margin-left: 12px;
   .topWrap {
     padding: 18px 58px;
-    height: 136px;
+    // height: 136px;
     background-color: #fff;
     display: flex;
     flex-direction: row;

+ 16 - 3
src/views/vipClass/vipReset.vue

@@ -234,6 +234,8 @@
                width="800px"
                :visible.sync="adjustmentVisible">
       <el-form :model='adjustmentForm'
+               label-position="right"
+               label-width="120px"
                ref='adjustmentForm'
                :rules="adjustmentRules"
                :inline="true">
@@ -245,7 +247,14 @@
         <el-form-item label="添加课时数"
                       prop="addCount"
                       v-if='isaddCourse'>
-          <el-input v-model="adjustmentForm.addCount"></el-input>
+          <el-input type='number'
+                    v-model="adjustmentForm.addCount"></el-input>
+        </el-form-item>
+        <br>
+        <el-form-item label="单课费用"
+                      prop="fee"
+                      v-if='isaddCourse'>
+          <el-input v-model="adjustmentForm.fee"></el-input>
         </el-form-item>
         <el-form-item label="课程类型"
                       prop="courseType"
@@ -382,6 +391,7 @@ export default {
         date: [{ required: true, message: '请选择上课时间', trigger: 'blur' },],
         startTime: [{ required: true, message: '请选择上课开始时间', trigger: 'blur' },],
         endTime: [{ required: true, message: '请选择上课结束时间', trigger: 'blur' },],
+
       },
       schoolList: [],
       Frules: null,
@@ -391,12 +401,14 @@ export default {
         courseTime: '',
         checked: false,
         addCount: '',
-        courseType: ''
+        courseType: '',
+        fee: ''
       },
       adjustmentRules: {
         courseTime: [{ required: true, message: '请选择开始时间' }],
         addCount: [{ required: true, message: '请输入加课次数' }],
-        courseType: [{ required: true, message: '请选择课程类型' }]
+        courseType: [{ required: true, message: '请选择课程类型' }],
+        fee: [{ required: true, message: '请输入费用' }]
       },
       weekDateList: [
         { value: '1', label: '星期一' },
@@ -650,6 +662,7 @@ export default {
           obj.vipGroupId = this.vipid;
           obj.courseCount = this.adjustmentForm.addCount;
           obj.teachMode = this.adjustmentForm.courseType;
+          obj.singleClassPrice = this.adjustmentForm.fee;
           batchAppendVipGroupCourses(obj).then(res => {
             if (res.code == 200) {
               this.$message.success('恭喜您添加成功');

+ 2 - 2
vue.config.js

@@ -16,13 +16,13 @@ const name = defaultSettings.title || '管乐迷后台管理系统' // page titl
 // const port = process.env.port || process.env.npm_config_port || 9528 // dev port
 // http://47.99.212.176:8000 
 // //  https://online.dayaedu.com
-let target = 'https://online.dayaedu.com' //线上
+// let target = 'https://online.dayaedu.com' //线上
 // let target = 'http://testadm.dayaedu.com/' //勇哥迁库
 // let target = 'http://192.168.3.27:8000' // 箭河
 // let target = 'http://192.168.3.28:8000' //邹璇
 // let target = 'http://192.168.3.8:18000' //勇哥
 // let target = 'http://47.99.212.176:8000' // 测试服
-// let target = 'http://192.168.3.48:8080' // 乔
+let target = 'http://192.168.3.48:8080' // 乔
 // All configuration item explanations can be find in https://cli.vuejs.org/config/
 module.exports = {
   /**

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików