瀏覽代碼

后台业务管理优化

lex-xin 4 年之前
父節點
當前提交
2444f2c6f6

+ 1 - 1
src/views/accompanyManager/accompanyList.vue

@@ -10,7 +10,7 @@
         @click="onStudentExport"
         style="width: 150px; max-width:150px"
       >
-        网管课续费提醒导出
+        续费提醒导出
       </div>
       <div
         class="newBand"

+ 3 - 3
src/views/accompanyManager/accompanys.vue

@@ -220,7 +220,7 @@
         ref="expireForm"
         :rules="expireRules"
         label-position="right"
-        label-width="80px;"
+        label-width="120px"
         :inline="true"
       >
         <el-form-item label="课程结束时间" prop="coursesExpireDate">
@@ -373,7 +373,7 @@
         ref="teacherForm"
         :rules="teacherRules"
         label-position="right"
-        label-width="80px;"
+        label-width="100px"
         :inline="true"
       >
         <el-form-item label="课程班名称" v-show="isMultiple">
@@ -558,7 +558,7 @@
     </el-dialog>
 
     <el-dialog title="点名表" width="700px" :visible.sync="rollCall.status">
-      <el-table :data="rollCall.gridData">
+      <el-table :data="rollCall.gridData" :header-cell-style="{ background: '#EDEEF0', color: '#444' }">
         <el-table-column
           align="center"
           property="userName"

+ 2 - 1
src/views/afterSchoolManager/afterWorkList.vue

@@ -202,7 +202,8 @@
         </el-table>
         <pagination
          :saveKey="'afterWorkList'"
-        :total="rules.total"
+         sync
+        :total.sync="rules.total"
                     :page.sync="rules.page"
                     :limit.sync="rules.limit"
                     :page-sizes="rules.page_size"

+ 4 - 4
src/views/businessManager/orderManager/financeManager.vue

@@ -105,20 +105,20 @@
         </el-form-item>
         <el-form-item>
           <el-input
-            placeholder="现金支付大于等于"
+            placeholder="余额支付小于等于"
             clearable
             type="number"
             @mousewheel.native.prevent
-            v-model.trim="searchForm.actualAmount"
+            v-model.trim="searchForm.lessBalancePaymentAmount"
           ></el-input>
         </el-form-item>
         <el-form-item>
           <el-input
-            placeholder="余额支付小于等于"
+            placeholder="现金支付大于等于"
             clearable
             type="number"
             @mousewheel.native.prevent
-            v-model.trim="searchForm.lessBalancePaymentAmount"
+            v-model.trim="searchForm.actualAmount"
           ></el-input>
         </el-form-item>
         <el-form-item>

+ 4 - 4
src/views/businessManager/orderManager/income.vue

@@ -63,20 +63,20 @@
         </el-form-item>
         <el-form-item>
           <el-input
-            placeholder="现金支付大于等于"
+            placeholder="余额支付小于等于"
             clearable
             type="number"
             @mousewheel.native.prevent
-            v-model.trim="searchForm.actualAmount"
+            v-model.trim="searchForm.lessBalancePaymentAmount"
           ></el-input>
         </el-form-item>
         <el-form-item>
           <el-input
-            placeholder="余额支付小于等于"
+            placeholder="现金支付大于等于"
             clearable
             type="number"
             @mousewheel.native.prevent
-            v-model.trim="searchForm.lessBalancePaymentAmount"
+            v-model.trim="searchForm.actualAmount"
           ></el-input>
         </el-form-item>
         <el-form-item>

+ 1 - 1
src/views/levelManager/levelManager.vue

@@ -293,7 +293,7 @@ export default {
       // };
       this.$refs.searchForm.resetFields();
       //  this.$set(this.searchForm,'status','pay')
-      // this.searchForm.status = 'pay'
+      this.searchForm.status = 'pay'
       this.onSearch();
     },
     getList() {

+ 1 - 1
src/views/musicInspection/index.vue

@@ -369,7 +369,7 @@ export default {
 </script>
 <style lang='scss' scoped>
 /deep/.el-dialog__body {
-    padding: 10px 20px;
+    // padding: 10px 20px;
 }
 /deep/.description-title {
     margin: 0 !important;

+ 3 - 0
src/views/returnVisitManager/returnVisitList.vue

@@ -306,4 +306,7 @@ export default {
 .label {
   width: 520px;
 }
+/deep/.description-title {
+  margin-bottom: 0;
+}
 </style>

+ 1 - 0
src/views/studentManager/components/studentCashout.vue

@@ -48,6 +48,7 @@
       </el-table>
       <pagination
       save-key='studentDetail-studentCashout'
+      sync
       :total.sync="pageInfo.total"
                   :page.sync="pageInfo.page"
                   :limit.sync="pageInfo.limit"

+ 1 - 0
src/views/studentManager/components/studentOrder.vue

@@ -654,6 +654,7 @@ export default {
         paymentType: null,
         remark: null,
       };
+      this.getList()
     },
     submitRecharge() {
       let money = parseFloat(

+ 1 - 1
src/views/studentManager/components/studentPayList.vue

@@ -26,7 +26,7 @@
       </el-form-item>
       <el-form-item>
         <el-button native-type="submit" type="danger">搜索</el-button>
-        <el-button native-type="reset" type="primary">重置</el-button>
+        <!-- <el-button native-type="reset" type="primary">重置</el-button> -->
       </el-form-item>
     </save-form>
     <!-- 列表 -->

+ 1 - 0
src/views/studentManager/studentList.vue

@@ -738,6 +738,7 @@ export default {
         serviceTag: null,
         teacherId: null,
       };
+      this.getList()
     },
     downLoadStudent() {
       let url = "/api-web/export/studentHasCourse";

+ 9 - 15
src/views/teacherManager/teacherDetail/components/courseInfo.vue

@@ -16,13 +16,7 @@
         <el-button type="danger" native-type="submit">搜索</el-button>
       </el-form-item>
       <el-form-item>
-        <div
-          class="newBand"
-          @click="resetCourses"
-          v-permission="'courseSchedule/classGroupTeacherAdjust'"
-        >
-          课程移交
-        </div>
+        <el-button type="primary" @click="resetCourses" v-permission="'courseSchedule/classGroupTeacherAdjust'">课程移交</el-button>
       </el-form-item>
     </save-form>
     <div class="tableWrap">
@@ -265,12 +259,12 @@ export default {
 };
 </script>
 <style lang="scss" scope>
-.courseInfo {
-  h4 {
-    margin-bottom: 20px;
-  }
-  .tableMargin {
-    margin-top: 20px;
-  }
-}
+// .courseInfo {
+//   h4 {
+//     margin-bottom: 20px;
+//   }
+//   .tableMargin {
+//     margin-top: 20px;
+//   }
+// }
 </style>

+ 9 - 9
src/views/teacherManager/teacherDetail/components/courseInfo1.vue

@@ -23,7 +23,7 @@
         <el-button type="danger" native-type="search">搜索</el-button>
       </el-form-item>
     </save-form>
-    <div class="tableWrap tableMargin">
+    <div class="tableWrap">
       <el-table
         :data="teamList"
         :header-cell-style="{ background: '#EDEEF0', color: '#444' }"
@@ -184,12 +184,12 @@ export default {
 };
 </script>
 <style lang="scss" scope>
-.courseInfo {
-  h4 {
-    margin-bottom: 20px;
-  }
-  .tableMargin {
-    margin-top: 20px;
-  }
-}
+// .courseInfo {
+//   h4 {
+//     margin-bottom: 20px;
+//   }
+//   .tableMargin {
+//     margin-top: 20px;
+//   }
+// }
 </style>

+ 8 - 8
src/views/teacherManager/teacherDetail/components/courseInfo2.vue

@@ -82,12 +82,12 @@ export default {
 }
 </script>
 <style lang="scss" scope>
-.courseInfo {
-  h4 {
-    margin-bottom: 20px;
-  }
-  .tableMargin {
-    margin-top: 20px;
-  }
-}
+// .courseInfo {
+//   h4 {
+//     margin-bottom: 20px;
+//   }
+//   .tableMargin {
+//     margin-top: 20px;
+//   }
+// }
 </style>

+ 1 - 0
src/views/teacherManager/teacherDetail/components/leaveRecord.vue

@@ -154,6 +154,7 @@ export default {
         startTime: null,
         endTime: null,
       };
+      this.getList()
     },
   },
 };

+ 9 - 9
src/views/teacherManager/teacherDetail/components/outCourseList.vue

@@ -23,7 +23,7 @@
         <el-button type="danger" native-type="submit">搜索</el-button>
       </el-form-item>
     </save-form>
-    <div class="tableWrap tableMargin">
+    <div class="tableWrap">
       <el-table
         :data="teamList"
         :header-cell-style="{ background: '#EDEEF0', color: '#444' }"
@@ -182,12 +182,12 @@ export default {
 };
 </script>
 <style lang="scss" scoped>
-.courseInfo {
-  h4 {
-    margin-bottom: 20px;
-  }
-  .tableMargin {
-    margin-top: 20px;
-  }
-}
+// .courseInfo {
+//   h4 {
+//     margin-bottom: 20px;
+//   }
+//   .tableMargin {
+//     margin-top: 20px;
+//   }
+// }
 </style>

+ 2 - 1
src/views/teacherManager/teacherDetail/components/teacherRecord.vue

@@ -223,12 +223,13 @@ export default {
         courseScheduleType: null,
         signInStatus: null,
       };
+      this.getList()
     },
   },
 };
 </script>
 <style lang="scss" scope>
 .tr-cotainer {
-  margin-top: 20px;
+  // margin-top: 20px;
 }
 </style>

+ 1 - 0
src/views/teacherManager/teacherList.vue

@@ -27,6 +27,7 @@
         <el-form-item>
           <el-input
             v-model.trim="searchForm.search"
+            clearable
             @keyup.enter.native="getList"
             placeholder="老师姓名或电话"
           ></el-input>

+ 1 - 1
src/views/vipClass/vipDetail/components/teacherRecord.vue

@@ -66,7 +66,7 @@
         </el-date-picker>
       </el-form-item>
       <el-form-item>
-        <el-button native-type="submit" type="primary">搜索</el-button>
+        <el-button native-type="submit" type="danger">搜索</el-button>
       </el-form-item>
     </save-form>
     <!-- 列表 -->

+ 1 - 0
src/views/withdrawal-application/modals/record.vue

@@ -154,6 +154,7 @@ export default {
     },
     onReSet() {
       this.$refs["searchForm"].resetFields();
+      this.searchForm.dates = [new Date().setDate(1), new Date()];
       this.search();
     },
     getList() {