瀏覽代碼

1214 15:17

1111
mo 5 年之前
父節點
當前提交
fa00c60acc

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-419ce36c.bf0b9266.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-5ec46df2.8f99e3f5.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-5ec46df2.a5ce29bf.js


+ 7 - 7
src/views/studentManager/studentList.vue

@@ -12,7 +12,7 @@
                class="searchForm"
                v-model="searchForm">
         <el-form-item>
-          <el-input placeholder="家长联系电话"
+          <el-input placeholder="学生姓名或电话"
                     @keyup.enter.native='onSearch'
                     v-model="searchForm.search"></el-input>
         </el-form-item>
@@ -27,16 +27,16 @@
                        :value="item.id"></el-option>
           </el-select>
         </el-form-item>
-        <el-form-item>
+        <!-- <el-form-item>
           <el-input placeholder="学生姓名"
                     @keyup.enter.native='onSearch'
                     v-model="searchForm.studentName"></el-input>
         </el-form-item>
-        <el-form-item>
-          <el-button @click="onSearch"
-                     type="danger">搜索</el-button>
-          <el-button @click="onReSet"
-                     type="primary">重置</el-button>
+        <el-form-item> -->
+        <el-button @click="onSearch"
+                   type="danger">搜索</el-button>
+        <el-button @click="onReSet"
+                   type="primary">重置</el-button>
         </el-form-item>
       </el-form>
       <!-- 列表 -->

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

@@ -741,7 +741,7 @@ export default {
         if (res.code == 200) {
           if (res.data) {
             this.orderForm.totalAmount = res.data.totalAmount;
-            this.orderForm.subjectFee = res.data.courseFee;
+            // this.orderForm.subjectFee = res.data.courseFee;
             let goodStr = '';
             let goodPrice = 0;
             let otherStr = '';
@@ -757,6 +757,8 @@ export default {
                 othersPrice += parseFloat(res.data.goods[i].musicalFee);
                 // this.orderForm.others = res.data.goods[i].goodsName;
                 // this.orderForm.othersPrice = res.data.goods[i].musicalFee;
+              } else if (res.data.goods[i].goodsType == 'COURSE') {
+                this.orderForm.subjectFee = res.data.goods[i].musicalFee
               }
             }
             this.orderForm.others = otherStr.substring(0, otherStr.length - 1);

+ 2 - 2
vue.config.js

@@ -19,10 +19,10 @@ const name = defaultSettings.title || '管乐迷后台管理系统' // page titl
 // 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.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 = {
   /**

Some files were not shown because too many files changed in this diff