fix: 7车间 10车间批次号手填

This commit is contained in:
caoqianming 2023-12-21 15:10:48 +08:00
parent a3670056ae
commit e0ba3ca6fb
1 changed files with 6 additions and 26 deletions

View File

@ -468,21 +468,11 @@
</el-col>
<el-col :md="12" :sm="24">
<el-form-item label="批次号">
<el-select
<el-input
v-model="form.batch"
tyle="width:100%"
placeholder="批次号"
clearable
filterable
allow-create
style="width: 100%"
>
<el-option
v-for="item in wMaterialOptions"
:key="item.batch"
:label="item.batch"
:value="item.batch"
></el-option>
</el-select>
></el-input>
</el-form-item>
</el-col>
<!-- <el-col :md="12" :sm="24">
@ -874,21 +864,11 @@
</el-col>
<el-col :md="12" :sm="24">
<el-form-item label="批次号">
<el-select
<el-input
v-model="form.batch"
tyle="width:100%"
placeholder="批次号"
clearable
filterable
allow-create
style="width: 100%"
>
<el-option
v-for="item in wMaterialOptions"
:key="item.batch"
:label="item.batch"
:value="item.batch"
></el-option>
</el-select>
></el-input>
</el-form-item>
</el-col>
</el-row>