Commit 925e51ec authored by 黄奎's avatar 黄奎
parents fd4a1389 fbb234a6
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
<q-checkbox v-model="personnel" label="全选" @input='getallpersonnel(1)'/> <q-checkbox v-model="personnel" label="全选" @input='getallpersonnel(1)'/>
</div> </div>
</div> </div>
<div style="display: flex;align-items: center;margin-bottom: 15px;"> <!-- <div style="display: flex;align-items: center;margin-bottom: 15px;">
<q-select <q-select
filled filled
stack-label stack-label
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
<div class="q-gutter-sm" style="margin-right: 18px;"> <div class="q-gutter-sm" style="margin-right: 18px;">
<q-checkbox v-model="branch" label="全选" @input='getallpersonnel(2)'/> <q-checkbox v-model="branch" label="全选" @input='getallpersonnel(2)'/>
</div> </div>
</div> </div> -->
<div> <div>
......
...@@ -527,7 +527,7 @@ ...@@ -527,7 +527,7 @@
this.getStudentDorpDown(); this.getStudentDorpDown();
this.getGetNeedsList(); this.getGetNeedsList();
this.queryStuTelType(); this.queryStuTelType();
console.log("this.StudentType",this.StudentType);
if (this.saveObj) { if (this.saveObj) {
if (this.saveObj.StuId > 0) { if (this.saveObj.StuId > 0) {
this.customMsg.StuId = this.saveObj.StuId; this.customMsg.StuId = this.saveObj.StuId;
...@@ -871,11 +871,11 @@ ...@@ -871,11 +871,11 @@
this.customObj.StuEducation = tempDate.StuEducation; this.customObj.StuEducation = tempDate.StuEducation;
this.customObj.StuPurpose = tempDate.StuPurpose; this.customObj.StuPurpose = tempDate.StuPurpose;
this.customObj.StudentType = tempDate.StudentType; this.customObj.StudentType = tempDate.StudentType;
if(tempDate.StuPurpose&&tempDate.StuPurpose.length>0&&tempDate.StuPurpose!="0"){ if(tempDate.StuPurpose&&tempDate.StuPurpose.length>0&&tempDate.StuPurpose!="0"){
this.customObj.StuPurposeList=tempDate.StuPurpose.split(",").map(Number); this.customObj.StuPurposeList=tempDate.StuPurpose.split(",").map(Number);
} }
console.log("StuPurposeList", this.customObj.StuPurposeList);
this.customObj.CreateBy = tempDate.CreateBy; this.customObj.CreateBy = tempDate.CreateBy;
this.customObj.CustomerId = tempDate.CustomerId; this.customObj.CustomerId = tempDate.CustomerId;
this.customObj.StuType = tempDate.StuType; this.customObj.StuType = tempDate.StuType;
......
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
<tr> <tr>
<th width="120" rowspan="2" style="min-width: 110px;z-index: 999;">学生</th> <th width="120" rowspan="2" style="min-width: 110px;z-index: 999;">学生</th>
<th width="120" rowspan="2" style="min-width: 110px;">电话</th> <th width="120" rowspan="2" style="min-width: 110px;">电话</th>
<th width="120" rowspan="2" style="min-width: 110px;">课程顾问</th> <!-- <th width="120" rowspan="2" style="min-width: 110px;">课程顾问</th> -->
<th width="120" rowspan="2" style="min-width: 110px;">班主任</th> <th width="120" rowspan="2" style="min-width: 110px;">班主任</th>
<th width="100" rowspan="2" style="min-width: 100px;">合同时间</th> <th width="100" rowspan="2" style="min-width: 100px;">合同时间</th>
<th width="200" rowspan="2" style="min-width: 200px;">所报课程</th> <th width="200" rowspan="2" style="min-width: 200px;">所报课程</th>
...@@ -106,9 +106,9 @@ ...@@ -106,9 +106,9 @@
<td> <td>
<span>{{ item.StuTel }}</span> <span>{{ item.StuTel }}</span>
</td> </td>
<td> <!-- <td>
<span v-html="getCurseManager(item)"></span> <span v-html="getCurseManager(item)"></span>
</td> </td> -->
<td> <td>
<span v-html="getTeacherManager(item)"></span> <span v-html="getTeacherManager(item)"></span>
</td> </td>
......
...@@ -265,7 +265,7 @@ ...@@ -265,7 +265,7 @@
:checkType="checkType" :save-obj="stuOption" @close="closeStuForm" @success="refreshStuList" :checkType="checkType" :save-obj="stuOption" @close="closeStuForm" @success="refreshStuList"
@reload="referDataHandler"> @reload="referDataHandler">
</studentRight-form> </studentRight-form>
<studentAdd-form v-if="isShowAdd" :save-obj="stuOption" @close="closeStuForm" @success="refreshStuList"> <studentAdd-form v-if="isShowAdd" :StudentType="StudentType" :save-obj="stuOption" @close="closeStuForm" @success="refreshStuList">
</studentAdd-form> </studentAdd-form>
<transfer-order v-if="isShowTransfer" :select="selection" @close="closeStuForm" @success="refreshStuList"> <transfer-order v-if="isShowTransfer" :select="selection" @close="closeStuForm" @success="refreshStuList">
</transfer-order> </transfer-order>
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
</q-item> </q-item>
</template> </template>
</q-select> </q-select>
<q-select v-model="OrderMsg.CourseConsultantId" :disable="CourseConsultantDisable" :options="EmployeeList2" filled use-input label="课程顾问" <q-select v-if="false" v-model="OrderMsg.CourseConsultantId" :disable="CourseConsultantDisable" :options="EmployeeList2" filled use-input label="课程顾问"
option-label="EmployeeName" option-value="Id" ref="EmployeeName2" class="col-6 q-py-sm" emit-value map-options option-label="EmployeeName" option-value="Id" ref="EmployeeName2" class="col-6 q-py-sm" emit-value map-options
@filter="filterFn2"> @filter="filterFn2">
<template v-slot:no-option> <template v-slot:no-option>
......
...@@ -73,8 +73,8 @@ ...@@ -73,8 +73,8 @@
<th width="">课程</th> <th width="">课程</th>
<th width="7%">首次发放比例</th> <th width="7%">首次发放比例</th>
<th width="10%">课程比例</th> <th width="10%">课程比例</th>
<th width="10%">提成人员</th> <th width="10%">参与人员</th>
<th width="10%">部门人员</th> <!-- <th width="10%">部门人员</th> -->
<th width="10%">操作</th> <th width="10%">操作</th>
</tr> </tr>
<tr> <tr>
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
</el-popover> </el-popover>
</td> </td>
<td style="padding: 0 10px;"> <!-- <td style="padding: 0 10px;">
<span v-for="( son , sIndex ) in item.ChildEmpList" :key="sIndex"> <span v-for="( son , sIndex ) in item.ChildEmpList" :key="sIndex">
<span v-if="sIndex<8">{{ son.EmployeeName }}{{item.ChildEmpList.length==sIndex+1?'':'、'}}</span> <span v-if="sIndex<8">{{ son.EmployeeName }}{{item.ChildEmpList.length==sIndex+1?'':'、'}}</span>
</span> </span>
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
:content="item.ChildEmpListtext"> :content="item.ChildEmpListtext">
<el-button slot="reference" style="border: none;" type="text">查看更多</el-button> <el-button slot="reference" style="border: none;" type="text">查看更多</el-button>
</el-popover> </el-popover>
</td> </td> -->
<td> <td>
<q-btn <q-btn
flat flat
...@@ -229,7 +229,7 @@ ...@@ -229,7 +229,7 @@
>{{ son.StartValue }} <span>{{son.EndValue && son.EndValue!=-1?'<=人头<=':'<=人头'}}</span><span v-if="son.EndValue && son.EndValue!=-1">{{ son.EndValue }}</span></th> >{{ son.StartValue }} <span>{{son.EndValue && son.EndValue!=-1?'<=人头<=':'<=人头'}}</span><span v-if="son.EndValue && son.EndValue!=-1">{{ son.EndValue }}</span></th>
</tr> </tr>
<tr style=""> <tr style="">
<td style="min-width: 220px;" v-for="( son , sIndex ) in item.ZGAwardList" :key="sIndex">{{ son.Rate }}</td> <td style="min-width: 220px;" v-for="( son , sIndex ) in item.ZGAwardList" :key="sIndex">{{ son.Rate }}/人</td>
</tr> </tr>
</table> </table>
......
...@@ -73,9 +73,9 @@ ...@@ -73,9 +73,9 @@
<template v-if="morequery"> <template v-if="morequery">
<div class="col-3"> <div class="col-3">
<q-select @input="resetSearch" dense filled v-model="msg.StuStage" :options="customState" <q-select @input="resetSearch" dense filled v-model="msg.StuStage" :options="customState"
option-label="Name" option-value="Id" emit-value map-options label="客户状态" clearable /> option-label="Name" option-value="Id" emit-value map-options label="客户进度" clearable />
</div> </div>
<div class="col-3"> <div class="col-3" v-if="false">
<q-select @input="resetSearch" dense filled option-value="Id" option-label="EmployeeName" <q-select @input="resetSearch" dense filled option-value="Id" option-label="EmployeeName"
v-model="msg.ConsultantId" clearable :options="RoleListData" emit-value map-options label="课程顾问" /> v-model="msg.ConsultantId" clearable :options="RoleListData" emit-value map-options label="课程顾问" />
</div> </div>
...@@ -288,12 +288,12 @@ ...@@ -288,12 +288,12 @@
field: "EnrollState", field: "EnrollState",
align: "left" align: "left"
}, },
{ // {
name: "AssistName", // name: "AssistName",
label: "顾问名称", // label: "顾问名称",
field: "AssistName", // field: "AssistName",
align: "left" // align: "left"
}, // },
{ {
name: "StuBirthStr", name: "StuBirthStr",
required: true, required: true,
...@@ -337,12 +337,12 @@ ...@@ -337,12 +337,12 @@
field: "BaseCondition", field: "BaseCondition",
align: "left" align: "left"
}, },
{ // {
name: "FURemark", // name: "FURemark",
label: "顾问跟进备注", // label: "顾问跟进备注",
field: "FURemark", // field: "FURemark",
align: "left" // align: "left"
}, // },
], ],
stuOption: null, stuOption: null,
BelongType: 1, BelongType: 1,
......
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
v-model="msg.CourseId" clearable emit-value use-input :options="myCourseList" label="课程" dense map-options v-model="msg.CourseId" clearable emit-value use-input :options="myCourseList" label="课程" dense map-options
@filter="filterFnkec" /> @filter="filterFnkec" />
</div> </div>
<div class="col-3"> <div class="col-3" v-if="false">
<q-select @input="resetSearch" dense filled option-value="Id" option-label="EmployeeName" <q-select @input="resetSearch" dense filled option-value="Id" option-label="EmployeeName"
v-model="msg.ConsultantId" clearable :options="RoleListData" emit-value map-options label="课程顾问" /> v-model="msg.ConsultantId" clearable :options="RoleListData" emit-value map-options label="课程顾问" />
</div> </div>
......
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
v-model="msg.CourseId" clearable emit-value use-input :options="myCourseList" label="课程" dense map-options v-model="msg.CourseId" clearable emit-value use-input :options="myCourseList" label="课程" dense map-options
@filter="filterFnkec" /> @filter="filterFnkec" />
</div> </div>
<div class="col-3"> <div class="col-3" v-if="false">
<q-select @input="resetSearch" dense filled option-value="Id" option-label="EmployeeName" <q-select @input="resetSearch" dense filled option-value="Id" option-label="EmployeeName"
v-model="msg.ConsultantId" clearable :options="RoleListData" emit-value map-options label="课程顾问" /> v-model="msg.ConsultantId" clearable :options="RoleListData" emit-value map-options label="课程顾问" />
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment