mo hace 2 años
padre
commit
018ee5ade0

+ 2 - 2
src/views/branchPayManager/payShareList.vue

@@ -47,9 +47,9 @@
             ></el-option>
           </el-select>
         </el-form-item>
-        <el-form-item prop="refundStatus">
+        <el-form-item prop="paymentStatus">
           <el-select
-            v-model.trim="searchForm.refundStatus"
+            v-model.trim="searchForm.paymentStatus"
             clearable
             placeholder="付款状态"
           >

+ 7 - 2
src/views/resetTeaming/components/payInfoDetail.vue

@@ -587,6 +587,8 @@ export default {
               this.form.leixing = "1";
               this.form.musicGroupOrganizationCourseSettingId =
                 res.data?.calender?.musicGroupOrganizationCourseSettingId;
+                this.isSetCourseSettingsId = true;
+
             } else {
               this.form.leixing = "2";
             }
@@ -646,8 +648,9 @@ export default {
             if (res.data?.course?.length > 0) {
               this.$nextTick(() => {
                 this.teamCourse = true;
-                this.isSetCourseSettingsId = true;
+
                 this.$set(this.form, "eclass", res.data?.course);
+                console.log([...res.data?.course],'res.data?.course')
                 this.initDetail = true;
                 this.$set(
                   this.form,
@@ -1223,7 +1226,7 @@ export default {
     },
     "form.eclass": {
       handler(newValue,oldValue) {
-
+        // console.log("form.eclass",[...newValue])
         let oldString = JSON.stringify(oldValue)
         let newString = JSON.stringify(newValue)
         if (this.initDetail || oldString == newString) {
@@ -1262,6 +1265,7 @@ export default {
               ...course,
             };
           });
+          console.log('获取musicGroupOrganizationCourseSettingId重置eclass')
           this.$set(this.form, "eclass", res.data);
           // this.syncAllMoney();
         } catch (error) {}
@@ -1272,6 +1276,7 @@ export default {
       this.cycles = [{}];
       this.collapse = [0];
       this.cycle = {};
+
       if (val != "1") {
         this.$set(
           this.form,

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

@@ -267,7 +267,8 @@
                   !isNewGropu &&
                   teamStatus &&
                   scope.row.paymentType != 'MUSIC_APPLY' &&
-                  (scope.row.status == 'OPEN' || scope.row.status == 'OVER')
+                  (scope.row.status == 'OPEN' || scope.row.status == 'OVER')&&
+                  scope.row.payUserType === 'STUDENT'
                 "
                 @click="onCreateQRCode(scope.row)"
                 >续费二维码</el-button