worktask_form
This commit is contained in:
parent
03168c01d5
commit
456ef47eb1
|
|
@ -259,7 +259,8 @@
|
|||
<el-col :md="12" :sm="24">
|
||||
<el-form-item label="产品名称">
|
||||
<el-select v-model="form.material_out" placeholder="产品名称" disabled style="width: 100%">
|
||||
<el-option v-for="item in materialOptions" :key="item.id" :label="item.name" :value="item.id"></el-option>
|
||||
<el-option v-for="item in materialOptions" :key="item.id" :label="item.full_name"
|
||||
:value="item.id"></el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
|
@ -421,7 +422,8 @@
|
|||
<el-col :md="12" :sm="24">
|
||||
<el-form-item label="产品名称" prop="material">
|
||||
<el-select v-model="form.material_out" placeholder="产品名称" disabled style="width: 100%">
|
||||
<el-option v-for="item in materialOptions" :key="item.id" :label="item.name" :value="item.id"></el-option>
|
||||
<el-option v-for="item in materialOptions" :key="item.id" :label="item.full_name"
|
||||
:value="item.id"></el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
|
|
|||
Loading…
Reference in New Issue