退料单位工程树
This commit is contained in:
parent
2354c0290e
commit
7db3348184
|
|
@ -12,7 +12,7 @@
|
|||
<el-row>
|
||||
<el-form-item label="退料单位" prop="unitId">
|
||||
<treeselect
|
||||
v-model="queryParams.unitId"
|
||||
v-model="queryParams.unitId" :disabled="backId!=''"
|
||||
:options="unitList" :normalizer="normalizer"
|
||||
:show-count="true" style="width: 240px" :disable-branch-nodes="true"
|
||||
noChildrenText="没有数据了" noOptionsText="没有数据" noResultsText="没有搜索结果"
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
</el-form-item>
|
||||
<el-form-item label="退料工程" prop="proId">
|
||||
<treeselect
|
||||
v-model="queryParams.proId"
|
||||
v-model="queryParams.proId" :disabled="backId!=''"
|
||||
:options="proList" :normalizer="normalizer"
|
||||
:show-count="true" style="width: 240px" :disable-branch-nodes="true"
|
||||
noChildrenText="没有数据了" noOptionsText="没有数据" noResultsText="没有搜索结果"
|
||||
|
|
|
|||
Loading…
Reference in New Issue