Commit 4cb3a5bc authored by youjie's avatar youjie

no message

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