Commit 4cb3a5bc authored by youjie's avatar youjie

no message

parent 64decd4f
......@@ -149,16 +149,13 @@
</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item :label="$t('objFill.quanxianshezhi')" prop="CustomerChildrenIdList">
<el-form-item :label="$t('objFill.v102.zhuzhanghxx')" prop="Id">
<el-select
multiple
collapse-tags
collapse-tags-tooltip
v-model='addMsg.CustomerChildrenIdList'
@change="getCustomer"
v-model='addMsg.Id'
@change="getCustomer(1)"
class="">
<el-option v-for='item in CustomerChildrenList'
:label='item.CustomerName'
<el-option v-for='item in CustomerList'
:label='item.CustomerName+"("+item.ContactNumber+")"'
:value='item.ID'
:key='item.CustomerName'>
</el-option>
......@@ -166,13 +163,16 @@
</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item :label="$t('objFill.v102.zhuzhanghxx')" prop="Id">
<el-form-item :label="$t('objFill.quanxianshezhi')" prop="CustomerChildrenIdList">
<el-select
v-model='addMsg.Id'
@change="getCustomer(1)"
multiple
collapse-tags
collapse-tags-tooltip
v-model='addMsg.CustomerChildrenIdList'
@change="getCustomer"
class="">
<el-option v-for='item in CustomerList'
:label='item.CustomerName'
<el-option v-for='item in CustomerChildrenList'
:label='item.CustomerName+"("+item.ContactPhone+")"'
:value='item.ID'
:key='item.CustomerName'>
</el-option>
......
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