Commit 0692a8d7 authored by zhengke's avatar zhengke

1

parent d2ba8334
...@@ -188,6 +188,13 @@ ...@@ -188,6 +188,13 @@
option-value="Id" emit-value map-options /> option-value="Id" emit-value map-options />
</div> </div>
</div> </div>
<div class="info_item">
<div class="item_label">关联同行</div>
<div class="item_value">
<q-select filled v-model="customObj.CustomerId" dense :options="customList" option-label="CustomerName"
option-value="CustomerId" emit-value map-options />
</div>
</div>
<div class="info_item"> <div class="info_item">
<div class="item_label">创建人</div> <div class="item_label">创建人</div>
<div class="item_value"> <div class="item_value">
...@@ -260,7 +267,8 @@ ...@@ -260,7 +267,8 @@
StuProfession:'', //职业 StuProfession:'', //职业
StuEducation:'', //学历 StuEducation:'', //学历
StuPurpose:'', //学习目的 StuPurpose:'', //学习目的
CreateBy:'' //创建人 CreateBy:'', //创建人
CustomerId:0
}, },
//日语基础列表 //日语基础列表
basicList: [], basicList: [],
...@@ -443,6 +451,7 @@ ...@@ -443,6 +451,7 @@
this.customObj.StuEducation = tempDate.StuEducation; this.customObj.StuEducation = tempDate.StuEducation;
this.customObj.StuPurpose = tempDate.StuPurpose; this.customObj.StuPurpose = tempDate.StuPurpose;
this.customObj.CreateBy = tempDate.CreateBy; this.customObj.CreateBy = tempDate.CreateBy;
this.customObj.CustomerId = tempDate.CustomerId;
} }
}); });
}, },
......
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