退料单位工程树

This commit is contained in:
zzyuan 2024-12-30 10:40:52 +08:00
parent 2354c0290e
commit 7db3348184
1 changed files with 2 additions and 2 deletions

View File

@ -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="没有搜索结果"