|  | @@ -186,51 +186,6 @@
 | 
	
		
			
				|  |  |              placeholder="选择日期"
 | 
	
		
			
				|  |  |            ></el-date-picker>
 | 
	
		
			
				|  |  |          </el-form-item>
 | 
	
		
			
				|  |  | -        <!-- <el-form-item label="缴费方式"
 | 
	
		
			
				|  |  | -                      prop="paymentPattern"
 | 
	
		
			
				|  |  | -                      :rules="[{ required: !isNotEditing(), message: '请选择缴费方式' }]">
 | 
	
		
			
				|  |  | -          <el-select placeholder="缴费方式"
 | 
	
		
			
				|  |  | -                     :disabled="isNotEditing() || basdisabled"
 | 
	
		
			
				|  |  | -                     clearable
 | 
	
		
			
				|  |  | -                     @change="changePaymentPattern"
 | 
	
		
			
				|  |  | -                     filterable
 | 
	
		
			
				|  |  | -                     v-model.trim="topFrom.paymentPattern">
 | 
	
		
			
				|  |  | -            <el-option :value="0"
 | 
	
		
			
				|  |  | -                       label="按月"></el-option>
 | 
	
		
			
				|  |  | -            <el-option :value="1"
 | 
	
		
			
				|  |  | -                       label="按季"></el-option>
 | 
	
		
			
				|  |  | -            <el-option :value="2"
 | 
	
		
			
				|  |  | -                       label="一次性"></el-option>
 | 
	
		
			
				|  |  | -          </el-select>
 | 
	
		
			
				|  |  | -        </el-form-item>
 | 
	
		
			
				|  |  | -        <el-form-item label="缴费有效期开始"
 | 
	
		
			
				|  |  | -                      prop="paymentValidStartDate"
 | 
	
		
			
				|  |  | -                      :rules="[
 | 
	
		
			
				|  |  | -            { required: !isNotEditing(), message: '请选择缴费有效期开始' },
 | 
	
		
			
				|  |  | -          ]">
 | 
	
		
			
				|  |  | -          <el-date-picker :disabled="isNotEditing() || basdisabled "
 | 
	
		
			
				|  |  | -                          v-model="topFrom.paymentValidStartDate"
 | 
	
		
			
				|  |  | -                          @change="changePaymentValidStartDate"
 | 
	
		
			
				|  |  | -                          placeholder="开始日期"
 | 
	
		
			
				|  |  | -                          :picker-options="beginDate(topFrom.time)">
 | 
	
		
			
				|  |  | -          </el-date-picker>
 | 
	
		
			
				|  |  | -        </el-form-item>
 | 
	
		
			
				|  |  | -        <el-form-item label="缴费有效期结束"
 | 
	
		
			
				|  |  | -                      prop="paymentValidEndDate"
 | 
	
		
			
				|  |  | -                      :rules="[
 | 
	
		
			
				|  |  | -            {
 | 
	
		
			
				|  |  | -              required: !(isNotEditing()),
 | 
	
		
			
				|  |  | -              message: '请选择缴费有效期结束',
 | 
	
		
			
				|  |  | -            },
 | 
	
		
			
				|  |  | -          ]">
 | 
	
		
			
				|  |  | -          <el-date-picker :disabled="
 | 
	
		
			
				|  |  | -              isNotEditing() || basdisabled || !topFrom.paymentValidStartDate
 | 
	
		
			
				|  |  | -            "
 | 
	
		
			
				|  |  | -                          v-model="topFrom.paymentValidEndDate"
 | 
	
		
			
				|  |  | -                          :picker-options="beginDate(topFrom.paymentValidStartDate)"
 | 
	
		
			
				|  |  | -                          placeholder="结束日期">
 | 
	
		
			
				|  |  | -          </el-date-picker>
 | 
	
		
			
				|  |  | -        </el-form-item> -->
 | 
	
		
			
				|  |  |          <el-form-item label="招生年级" v-if="basdisabled">
 | 
	
		
			
				|  |  |            <el-tooltip
 | 
	
		
			
				|  |  |              class="item"
 | 
	
	
		
			
				|  | @@ -308,19 +263,6 @@
 | 
	
		
			
				|  |  |              ></el-option>
 | 
	
		
			
				|  |  |            </el-select>
 | 
	
		
			
				|  |  |          </el-form-item>
 | 
	
		
			
				|  |  | -        <!-- <el-form-item label="乐团网管课"
 | 
	
		
			
				|  |  | -                      :rules="[{ required: true, message: '请选择是否排乐团网管课' }]"
 | 
	
		
			
				|  |  | -                      prop="feeType">
 | 
	
		
			
				|  |  | -          <el-select v-model="topFrom.feeType"
 | 
	
		
			
				|  |  | -                     placeholder="是否排乐团网管课"
 | 
	
		
			
				|  |  | -                     :disabled="basdisabled"
 | 
	
		
			
				|  |  | -                     @change="changeFeeType">
 | 
	
		
			
				|  |  | -            <el-option label="需要排一次线上课"
 | 
	
		
			
				|  |  | -                       value="ONLINE"></el-option>
 | 
	
		
			
				|  |  | -            <el-option label="只排线下课"
 | 
	
		
			
				|  |  | -                       value="OFFLINE"></el-option>
 | 
	
		
			
				|  |  | -          </el-select>
 | 
	
		
			
				|  |  | -        </el-form-item> -->
 | 
	
		
			
				|  |  |          <el-form-item label prop="isClass">
 | 
	
		
			
				|  |  |            <el-checkbox v-model.trim="topFrom.isClass" :disabled="basdisabled"
 | 
	
		
			
				|  |  |              >课堂课乐团</el-checkbox
 | 
	
	
		
			
				|  | @@ -333,180 +275,6 @@
 | 
	
		
			
				|  |  |            </p>
 | 
	
		
			
				|  |  |          </el-form-item>
 | 
	
		
			
				|  |  |        </el-form>
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -      <!-- <div class="checkList">
 | 
	
		
			
				|  |  | -        <div class="head noMargin">乐团课程:</div>
 | 
	
		
			
				|  |  | -        <div class="checkRow">
 | 
	
		
			
				|  |  | -          <el-checkbox label="乐团声部训练"
 | 
	
		
			
				|  |  | -                       :disabled="basdisabled"
 | 
	
		
			
				|  |  | -                       v-model.trim="checkList.soundInfo.ischeck"></el-checkbox>
 | 
	
		
			
				|  |  | -          <div class="inputWrap">
 | 
	
		
			
				|  |  | -            原价:
 | 
	
		
			
				|  |  | -            <el-input type="text"
 | 
	
		
			
				|  |  | -                      placeholder="请输入"
 | 
	
		
			
				|  |  | -                      :disabled="basdisabled"
 | 
	
		
			
				|  |  | -                      v-model.trim="checkList.soundInfo.value" />
 | 
	
		
			
				|  |  | -          </div>
 | 
	
		
			
				|  |  | -        </div>
 | 
	
		
			
				|  |  | -        <div class="checkRow">
 | 
	
		
			
				|  |  | -          <el-checkbox label="乐团合奏训练"
 | 
	
		
			
				|  |  | -                       :disabled="basdisabled"
 | 
	
		
			
				|  |  | -                       v-model.trim="checkList.allInfo.ischeck"></el-checkbox>
 | 
	
		
			
				|  |  | -          <div class="inputWrap">
 | 
	
		
			
				|  |  | -            原价:
 | 
	
		
			
				|  |  | -            <el-input type="text"
 | 
	
		
			
				|  |  | -                      placeholder="请输入"
 | 
	
		
			
				|  |  | -                      :disabled="basdisabled"
 | 
	
		
			
				|  |  | -                      v-model.trim="checkList.allInfo.value" />
 | 
	
		
			
				|  |  | -          </div>
 | 
	
		
			
				|  |  | -        </div>
 | 
	
		
			
				|  |  | -        <div class="checkRow">
 | 
	
		
			
				|  |  | -          <el-checkbox label="假期集中训练"
 | 
	
		
			
				|  |  | -                       :disabled="basdisabled"
 | 
	
		
			
				|  |  | -                       v-model.trim="checkList.holidayInfo.ischeck"></el-checkbox>
 | 
	
		
			
				|  |  | -          <div class="inputWrap">
 | 
	
		
			
				|  |  | -            原价:
 | 
	
		
			
				|  |  | -            <el-input type="number"
 | 
	
		
			
				|  |  | -                      @mousewheel.native.prevent
 | 
	
		
			
				|  |  | -                      :disabled="basdisabled"
 | 
	
		
			
				|  |  | -                      placeholder="请输入"
 | 
	
		
			
				|  |  | -                      v-model.trim="checkList.holidayInfo.value" />
 | 
	
		
			
				|  |  | -          </div>
 | 
	
		
			
				|  |  | -        </div>
 | 
	
		
			
				|  |  | -        <div class="checkRow"
 | 
	
		
			
				|  |  | -             v-if="checkList.networkInfo">
 | 
	
		
			
				|  |  | -          <el-checkbox label="乐团云课堂"
 | 
	
		
			
				|  |  | -                       :disabled="basdisabled"
 | 
	
		
			
				|  |  | -                       v-model="checkList.networkInfo.ischeck"></el-checkbox>
 | 
	
		
			
				|  |  | -          <div class="inputWrap">
 | 
	
		
			
				|  |  | -            原价:
 | 
	
		
			
				|  |  | -            <el-input type="number"
 | 
	
		
			
				|  |  | -                      :disabled="basdisabled"
 | 
	
		
			
				|  |  | -                      @mousewheel.native.prevent
 | 
	
		
			
				|  |  | -                      placeholder="请输入"
 | 
	
		
			
				|  |  | -                      v-model.trim="checkList.networkInfo.value" />
 | 
	
		
			
				|  |  | -          </div>
 | 
	
		
			
				|  |  | -        </div>
 | 
	
		
			
				|  |  | -        <div class="checkRow">
 | 
	
		
			
				|  |  | -          <el-checkbox label="网络基础训练"
 | 
	
		
			
				|  |  | -                       :disabled="basdisabled"
 | 
	
		
			
				|  |  | -                       v-model.trim="checkList.baseInfo.ischeck"></el-checkbox>
 | 
	
		
			
				|  |  | -          <div class="inputWrap">
 | 
	
		
			
				|  |  | -            原价:
 | 
	
		
			
				|  |  | -            <el-input type="number"
 | 
	
		
			
				|  |  | -                      :disabled="basdisabled"
 | 
	
		
			
				|  |  | -                      @mousewheel.native.prevent
 | 
	
		
			
				|  |  | -                      placeholder="请输入"
 | 
	
		
			
				|  |  | -                      v-model.trim="checkList.baseInfo.value" />
 | 
	
		
			
				|  |  | -          </div>
 | 
	
		
			
				|  |  | -        </div>
 | 
	
		
			
				|  |  | -        <div class="checkRow">
 | 
	
		
			
				|  |  | -          <el-checkbox label="课程提示"
 | 
	
		
			
				|  |  | -                       :disabled="basdisabled"
 | 
	
		
			
				|  |  | -                       class="classCheckBox"
 | 
	
		
			
				|  |  | -                       v-model.trim="checkList.submit.ischeck"></el-checkbox>
 | 
	
		
			
				|  |  | -          <div class="textWrap"
 | 
	
		
			
				|  |  | -               v-if="checkList.submit.ischeck">
 | 
	
		
			
				|  |  | -            <el-input type="textarea"
 | 
	
		
			
				|  |  | -                      :disabled="basdisabled"
 | 
	
		
			
				|  |  | -                      :rows="1"
 | 
	
		
			
				|  |  | -                      style="width: 500px"
 | 
	
		
			
				|  |  | -                      v-model.trim="checkList.submit.value"></el-input>
 | 
	
		
			
				|  |  | -          </div>
 | 
	
		
			
				|  |  | -        </div>
 | 
	
		
			
				|  |  | -        <div class="head noMargin">新生专享:</div>
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -        <div class="checkRow"
 | 
	
		
			
				|  |  | -             v-if="newStudentList.baseInfo">
 | 
	
		
			
				|  |  | -          <el-checkbox label="网络基础训练"
 | 
	
		
			
				|  |  | -                       :disabled="basdisabled"
 | 
	
		
			
				|  |  | -                       v-model="newStudentList.baseInfo.ischeck"></el-checkbox>
 | 
	
		
			
				|  |  | -          <div class="inputWrap">
 | 
	
		
			
				|  |  | -            原价:
 | 
	
		
			
				|  |  | -            <el-input type="number"
 | 
	
		
			
				|  |  | -                      @mousewheel.native.prevent
 | 
	
		
			
				|  |  | -                      :disabled="basdisabled"
 | 
	
		
			
				|  |  | -                      placeholder="请输入"
 | 
	
		
			
				|  |  | -                      v-model.trim="newStudentList.baseInfo.nowValue" />
 | 
	
		
			
				|  |  | -          </div>
 | 
	
		
			
				|  |  | -          <div class="inputWrap">
 | 
	
		
			
				|  |  | -            现价:
 | 
	
		
			
				|  |  | -            <el-input type="number"
 | 
	
		
			
				|  |  | -                      :disabled="basdisabled"
 | 
	
		
			
				|  |  | -                      @mousewheel.native.prevent
 | 
	
		
			
				|  |  | -                      placeholder="请输入"
 | 
	
		
			
				|  |  | -                      v-model.trim="newStudentList.baseInfo.value" />
 | 
	
		
			
				|  |  | -          </div>
 | 
	
		
			
				|  |  | -        </div>
 | 
	
		
			
				|  |  | -        <div class="head noMargin">付费方式:</div>
 | 
	
		
			
				|  |  | -        <div class="checkRow">
 | 
	
		
			
				|  |  | -          <el-checkbox label="学校"
 | 
	
		
			
				|  |  | -                       :disabled="basdisabled"
 | 
	
		
			
				|  |  | -                       class="classCheckBox"
 | 
	
		
			
				|  |  | -                       v-model.trim="payList.school.ischeck"></el-checkbox>
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -          <div class="chioseList">
 | 
	
		
			
				|  |  | -            <el-radio-group v-model="payList.school.chiose"
 | 
	
		
			
				|  |  | -                            size="small">
 | 
	
		
			
				|  |  | -              <el-radio-button label="ONE_OFF">一次性</el-radio-button>
 | 
	
		
			
				|  |  | -              <el-radio-button label="MONTHLY">一个月</el-radio-button>
 | 
	
		
			
				|  |  | -              <el-radio-button label="TERM">一学期</el-radio-button>
 | 
	
		
			
				|  |  | -              <el-radio-button label="YEAR">一学年</el-radio-button>
 | 
	
		
			
				|  |  | -            </el-radio-group>
 | 
	
		
			
				|  |  | -          </div>
 | 
	
		
			
				|  |  | -          <div class="inputWrap">
 | 
	
		
			
				|  |  | -            <div>
 | 
	
		
			
				|  |  | -              预计收费:
 | 
	
		
			
				|  |  | -              <el-input v-model.trim="payList.school.price"
 | 
	
		
			
				|  |  | -                        :disabled="basdisabled"
 | 
	
		
			
				|  |  | -                        placeholder="请输入" />
 | 
	
		
			
				|  |  | -            </div>
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -          </div>
 | 
	
		
			
				|  |  | -          <div class="inputWrap">
 | 
	
		
			
				|  |  | -            <div>
 | 
	
		
			
				|  |  | -              备注:
 | 
	
		
			
				|  |  | -              <el-input v-model.trim="payList.school.value"
 | 
	
		
			
				|  |  | -                        :disabled="basdisabled"
 | 
	
		
			
				|  |  | -                        placeholder="请输入" />
 | 
	
		
			
				|  |  | -            </div>
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -          </div>
 | 
	
		
			
				|  |  | -        </div>
 | 
	
		
			
				|  |  | -        <div class="checkRow">
 | 
	
		
			
				|  |  | -          <el-checkbox label="公司"
 | 
	
		
			
				|  |  | -                       class="classCheckBox"
 | 
	
		
			
				|  |  | -                       :disabled="basdisabled"
 | 
	
		
			
				|  |  | -                       v-model.trim="payList.company.ischeck"></el-checkbox>
 | 
	
		
			
				|  |  | -          <div class="chioseList">
 | 
	
		
			
				|  |  | -            <el-radio-group v-model="payList.company.chiose"
 | 
	
		
			
				|  |  | -                            size="small">
 | 
	
		
			
				|  |  | -              <el-radio-button label="ONE_OFF">一次性</el-radio-button>
 | 
	
		
			
				|  |  | -              <el-radio-button label="MONTHLY">一个月</el-radio-button>
 | 
	
		
			
				|  |  | -              <el-radio-button label="TERM">一学期</el-radio-button>
 | 
	
		
			
				|  |  | -              <el-radio-button label="YEAR">一学年</el-radio-button>
 | 
	
		
			
				|  |  | -            </el-radio-group>
 | 
	
		
			
				|  |  | -          </div>
 | 
	
		
			
				|  |  | -          <div class="inputWrap">
 | 
	
		
			
				|  |  | -            <div>
 | 
	
		
			
				|  |  | -              预计收费:
 | 
	
		
			
				|  |  | -              <el-input placeholder="请输入"
 | 
	
		
			
				|  |  | -                        :disabled="basdisabled"
 | 
	
		
			
				|  |  | -                        v-model.trim="payList.company.price" />
 | 
	
		
			
				|  |  | -            </div>
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -          </div>
 | 
	
		
			
				|  |  | -          <div class="inputWrap">
 | 
	
		
			
				|  |  | -            <div>
 | 
	
		
			
				|  |  | -              备注:
 | 
	
		
			
				|  |  | -              <el-input placeholder="请输入"
 | 
	
		
			
				|  |  | -                        :disabled="basdisabled"
 | 
	
		
			
				|  |  | -                        v-model.trim="payList.company.value" />
 | 
	
		
			
				|  |  | -            </div>
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -          </div>
 | 
	
		
			
				|  |  | -        </div>
 | 
	
		
			
				|  |  | -      </div> -->
 | 
	
		
			
				|  |  |        <div class="btnWrap">
 | 
	
		
			
				|  |  |          <div
 | 
	
		
			
				|  |  |            class="nextBtn"
 | 
	
	
		
			
				|  | @@ -775,6 +543,7 @@ export default {
 | 
	
		
			
				|  |  |          this.teamStatus == "look" ||
 | 
	
		
			
				|  |  |          this.teamStatus == "teamAudit" ||
 | 
	
		
			
				|  |  |          this.teamStatus == "feeAudit"
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |        ) {
 | 
	
		
			
				|  |  |          this.basdisabled = true;
 | 
	
		
			
				|  |  |        } else {
 | 
	
	
		
			
				|  | @@ -828,52 +597,52 @@ export default {
 | 
	
		
			
				|  |  |                ? res.data.musicGroup.feeType
 | 
	
		
			
				|  |  |                : null;
 | 
	
		
			
				|  |  |              // 课程组成形式
 | 
	
		
			
				|  |  | -            this.checkList;
 | 
	
		
			
				|  |  | -            // 判断课程是否为空
 | 
	
		
			
				|  |  | -            let list = res.data.musicGroup.courseForm
 | 
	
		
			
				|  |  | -              ? JSON.parse(res.data.musicGroup.courseForm)
 | 
	
		
			
				|  |  | -              : {};
 | 
	
		
			
				|  |  | -            for (let i in this.checkList) {
 | 
	
		
			
				|  |  | -              if (list[i] && !list[i].isNew) {
 | 
	
		
			
				|  |  | -                this.checkList[i] = list[i];
 | 
	
		
			
				|  |  | -              } else if (list[i] && list[i].isNew) {
 | 
	
		
			
				|  |  | -                this.newStudentList[i] = list[i];
 | 
	
		
			
				|  |  | -                this.newStudentList[i].checkBuy = true;
 | 
	
		
			
				|  |  | -              }
 | 
	
		
			
				|  |  | -            }
 | 
	
		
			
				|  |  | +            // this.checkList;
 | 
	
		
			
				|  |  | +            // // 判断课程是否为空
 | 
	
		
			
				|  |  | +            // let list = res.data.musicGroup.courseForm
 | 
	
		
			
				|  |  | +            //   ? JSON.parse(res.data.musicGroup.courseForm)
 | 
	
		
			
				|  |  | +            //   : {};
 | 
	
		
			
				|  |  | +            // for (let i in this.checkList) {
 | 
	
		
			
				|  |  | +            //   if (list[i] && !list[i].isNew) {
 | 
	
		
			
				|  |  | +            //     this.checkList[i] = list[i];
 | 
	
		
			
				|  |  | +            //   } else if (list[i] && list[i].isNew) {
 | 
	
		
			
				|  |  | +            //     this.newStudentList[i] = list[i];
 | 
	
		
			
				|  |  | +            //     this.newStudentList[i].checkBuy = true;
 | 
	
		
			
				|  |  | +            //   }
 | 
	
		
			
				|  |  | +            // }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -            // 付费方式和周期
 | 
	
		
			
				|  |  | -            for (let i in res.data.musicGroupPaymentEntities) {
 | 
	
		
			
				|  |  | -              if (res.data.musicGroupPaymentEntities[i].name == "学校") {
 | 
	
		
			
				|  |  | -                this.payList.school.ischeck = true;
 | 
	
		
			
				|  |  | -                this.payList.school.value =
 | 
	
		
			
				|  |  | -                  res.data.musicGroupPaymentEntities[i].memo;
 | 
	
		
			
				|  |  | -                this.payList.school.price =
 | 
	
		
			
				|  |  | -                  res.data.musicGroupPaymentEntities[i].amount;
 | 
	
		
			
				|  |  | -                this.payList.school.chiose =
 | 
	
		
			
				|  |  | -                  res.data.musicGroupPaymentEntities[i].paymentMethod;
 | 
	
		
			
				|  |  | -              }
 | 
	
		
			
				|  |  | -              if (res.data.musicGroupPaymentEntities[i].name == "公司") {
 | 
	
		
			
				|  |  | -                this.payList.company.ischeck = true;
 | 
	
		
			
				|  |  | -                this.payList.company.value =
 | 
	
		
			
				|  |  | -                  res.data.musicGroupPaymentEntities[i].memo;
 | 
	
		
			
				|  |  | -                this.payList.company.price =
 | 
	
		
			
				|  |  | -                  res.data.musicGroupPaymentEntities[i].amount;
 | 
	
		
			
				|  |  | -                this.payList.company.chiose =
 | 
	
		
			
				|  |  | -                  res.data.musicGroupPaymentEntities[i].paymentMethod;
 | 
	
		
			
				|  |  | -              }
 | 
	
		
			
				|  |  | +            // // 付费方式和周期
 | 
	
		
			
				|  |  | +            // for (let i in res.data.musicGroupPaymentEntities) {
 | 
	
		
			
				|  |  | +            //   if (res.data.musicGroupPaymentEntities[i].name == "学校") {
 | 
	
		
			
				|  |  | +            //     this.payList.school.ischeck = true;
 | 
	
		
			
				|  |  | +            //     this.payList.school.value =
 | 
	
		
			
				|  |  | +            //       res.data.musicGroupPaymentEntities[i].memo;
 | 
	
		
			
				|  |  | +            //     this.payList.school.price =
 | 
	
		
			
				|  |  | +            //       res.data.musicGroupPaymentEntities[i].amount;
 | 
	
		
			
				|  |  | +            //     this.payList.school.chiose =
 | 
	
		
			
				|  |  | +            //       res.data.musicGroupPaymentEntities[i].paymentMethod;
 | 
	
		
			
				|  |  | +            //   }
 | 
	
		
			
				|  |  | +            //   if (res.data.musicGroupPaymentEntities[i].name == "公司") {
 | 
	
		
			
				|  |  | +            //     this.payList.company.ischeck = true;
 | 
	
		
			
				|  |  | +            //     this.payList.company.value =
 | 
	
		
			
				|  |  | +            //       res.data.musicGroupPaymentEntities[i].memo;
 | 
	
		
			
				|  |  | +            //     this.payList.company.price =
 | 
	
		
			
				|  |  | +            //       res.data.musicGroupPaymentEntities[i].amount;
 | 
	
		
			
				|  |  | +            //     this.payList.company.chiose =
 | 
	
		
			
				|  |  | +            //       res.data.musicGroupPaymentEntities[i].paymentMethod;
 | 
	
		
			
				|  |  | +            //   }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -              if (res.data?.months?.length > 0) {
 | 
	
		
			
				|  |  | -                this.payList.student.ischeck = true;
 | 
	
		
			
				|  |  | -                this.payList.student.chiose = "loop";
 | 
	
		
			
				|  |  | -                this.chioseMonth = res.data.months;
 | 
	
		
			
				|  |  | -              } else {
 | 
	
		
			
				|  |  | -                this.payList.student.ischeck = true;
 | 
	
		
			
				|  |  | -                this.payList.student.chiose = "ONE_OFF";
 | 
	
		
			
				|  |  | -              }
 | 
	
		
			
				|  |  | -            }
 | 
	
		
			
				|  |  | -            // 循环缴费月
 | 
	
		
			
				|  |  | -            this.payList.chioseMonth = res.data.months;
 | 
	
		
			
				|  |  | +            //   if (res.data?.months?.length > 0) {
 | 
	
		
			
				|  |  | +            //     this.payList.student.ischeck = true;
 | 
	
		
			
				|  |  | +            //     this.payList.student.chiose = "loop";
 | 
	
		
			
				|  |  | +            //     this.chioseMonth = res.data.months;
 | 
	
		
			
				|  |  | +            //   } else {
 | 
	
		
			
				|  |  | +            //     this.payList.student.ischeck = true;
 | 
	
		
			
				|  |  | +            //     this.payList.student.chiose = "ONE_OFF";
 | 
	
		
			
				|  |  | +            //   }
 | 
	
		
			
				|  |  | +            // }
 | 
	
		
			
				|  |  | +            // // 循环缴费月
 | 
	
		
			
				|  |  | +            // this.payList.chioseMonth = res.data.months;
 | 
	
		
			
				|  |  |              if (res.data.musicGroup.organId) {
 | 
	
		
			
				|  |  |                // 获取员工
 | 
	
		
			
				|  |  |                queryEmployByOrganId({
 | 
	
	
		
			
				|  | @@ -951,34 +720,6 @@ export default {
 | 
	
		
			
				|  |  |            this.typeList = res.data.rows;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |        });
 | 
	
		
			
				|  |  | -      // 3.获取合作单位选项卡
 | 
	
		
			
				|  |  | -      // getCooperation({ 'rows': 1000, search: this.organId }).then(res => {
 | 
	
		
			
				|  |  | -      //   if (res.code == 200) {
 | 
	
		
			
				|  |  | -      //     this.cooperationList = res.data.rows;
 | 
	
		
			
				|  |  | -      //   }
 | 
	
		
			
				|  |  | -      // })
 | 
	
		
			
				|  |  | -      // 4.获取老师选项卡
 | 
	
		
			
				|  |  | -      // getTeacher({ 'rows': 1000, organId: this.organId }).then(res => {
 | 
	
		
			
				|  |  | -      //   if (res.code == 200) {
 | 
	
		
			
				|  |  | -      //     this.teacherList = res.data;
 | 
	
		
			
				|  |  | -      //   }
 | 
	
		
			
				|  |  | -      // })
 | 
	
		
			
				|  |  | -      // 5.获取教学地点选项卡
 | 
	
		
			
				|  |  | -      // getAddress({ 'rows': 1000, }).then(res => {
 | 
	
		
			
				|  |  | -      //   if (res.code == 200) {
 | 
	
		
			
				|  |  | -      //     this.addList = res.data.rows;
 | 
	
		
			
				|  |  | -      //   }
 | 
	
		
			
				|  |  | -      // })
 | 
	
		
			
				|  |  | -      // 6.默认支付主体
 | 
	
		
			
				|  |  | -      // getPayMaster({ 'rows': 1000 }).then(res => {
 | 
	
		
			
				|  |  | -      //   if (res.code == 200) {
 | 
	
		
			
				|  |  | -      //     this.payList = res.data.map(item => {
 | 
	
		
			
				|  |  | -      //       let obj = {};
 | 
	
		
			
				|  |  | -      //       obj.id = item.id;
 | 
	
		
			
				|  |  | -      //       obj.ischios
 | 
	
		
			
				|  |  | -      //     })
 | 
	
		
			
				|  |  | -      //   }
 | 
	
		
			
				|  |  | -      // })
 | 
	
		
			
				|  |  |        // 缓存设置时的状态
 | 
	
		
			
				|  |  |        sessionStorage.setItem("resetCode", "1");
 | 
	
		
			
				|  |  |      },
 | 
	
	
		
			
				|  | @@ -1037,35 +778,6 @@ export default {
 | 
	
		
			
				|  |  |            this.$message.error("请填写建团必要参数");
 | 
	
		
			
				|  |  |          } else {
 | 
	
		
			
				|  |  |            // 判断一下是否勾选了课程类型而没有输入金额
 | 
	
		
			
				|  |  | -          let flagList = [];
 | 
	
		
			
				|  |  | -          for (let i in this.checkList) {
 | 
	
		
			
				|  |  | -            if (this.checkList[i].ischeck && !this.checkList[i].value) {
 | 
	
		
			
				|  |  | -              flagList.push(false);
 | 
	
		
			
				|  |  | -            } else {
 | 
	
		
			
				|  |  | -              flagList.push(true);
 | 
	
		
			
				|  |  | -            }
 | 
	
		
			
				|  |  | -          }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -          for (let i in this.newStudentList) {
 | 
	
		
			
				|  |  | -            if (
 | 
	
		
			
				|  |  | -              (this.newStudentList[i].ischeck &&
 | 
	
		
			
				|  |  | -                !this.newStudentList[i].value) ||
 | 
	
		
			
				|  |  | -              (this.newStudentList[i].ischeck &&
 | 
	
		
			
				|  |  | -                !this.newStudentList[i].nowValue)
 | 
	
		
			
				|  |  | -            ) {
 | 
	
		
			
				|  |  | -              flagList.push(false);
 | 
	
		
			
				|  |  | -            } else {
 | 
	
		
			
				|  |  | -              flagList.push(true);
 | 
	
		
			
				|  |  | -            }
 | 
	
		
			
				|  |  | -          }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -          let flag = flagList.every((item) => {
 | 
	
		
			
				|  |  | -            return item == true;
 | 
	
		
			
				|  |  | -          });
 | 
	
		
			
				|  |  | -          if (!flag) {
 | 
	
		
			
				|  |  | -            this.$message.error("课程价格不能为空");
 | 
	
		
			
				|  |  | -            return;
 | 
	
		
			
				|  |  | -          }
 | 
	
		
			
				|  |  |            // 验证通过
 | 
	
		
			
				|  |  |            this.$store.dispatch("topinfo", this.topFrom);
 | 
	
		
			
				|  |  |            // this.$store.dispatch("checkinfo", this.checkList);
 |