fix:禅道360工艺编辑的时候输入输出物料没有显示
This commit is contained in:
parent
493a9289fe
commit
a5b124576e
|
|
@ -52,7 +52,7 @@
|
||||||
<xtSelect
|
<xtSelect
|
||||||
:apiObj="apiObjM"
|
:apiObj="apiObjM"
|
||||||
v-model="form.material_in"
|
v-model="form.material_in"
|
||||||
v-model:lable="form.material_in_name"
|
v-model:label="form.material_in_name"
|
||||||
:labelField="'full_name'"
|
:labelField="'full_name'"
|
||||||
style="width: 100%;"
|
style="width: 100%;"
|
||||||
:params = "paramsMIn"
|
:params = "paramsMIn"
|
||||||
|
|
@ -71,7 +71,7 @@
|
||||||
<xtSelect
|
<xtSelect
|
||||||
:apiObj="apiObjM"
|
:apiObj="apiObjM"
|
||||||
v-model="form.material_out"
|
v-model="form.material_out"
|
||||||
v-model:lable="form.material_out_name"
|
v-model:label="form.material_out_name"
|
||||||
:labelField="'full_name'"
|
:labelField="'full_name'"
|
||||||
style="width: 100%;"
|
style="width: 100%;"
|
||||||
:params = "paramsMOut"
|
:params = "paramsMOut"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue