Commit d32db0d5 authored by zhengke's avatar zhengke

修改

parent e564c341
......@@ -88,11 +88,15 @@
emit-value map-options label="客户来源" />
</div>
</div>
<div class="info_item" v-if="customObj.CreateType==3||customObj.CreateType==4">
<div class="item_label">
<span v-if="customObj.CreateType==3">介绍人</span>
<span v-if="customObj.CreateType==4">转介人</span>
<div class="info_item" v-if="customObj.CreateType==3">
<div class="item_label">介绍人</div>
<div class="item_value">
<q-select filled v-model="customObj.StuSourceId" dense @filter="filterEmployee" use-input
:options="myEmployeeList" option-label="EmployeeName" option-value="Id" emit-value map-options />
</div>
</div>
<div class="info_item" v-if="customObj.CreateType==4">
<div class="item_label">转介人</div>
<div class="item_value">
<q-select filled v-model="customObj.StuSourceId" dense :options="customList" option-label="CustomerName"
option-value="CustomerId" emit-value map-options />
......
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