fix:conding#803#853#34.退料弹窗数量不可编辑
This commit is contained in:
parent
ef83958eae
commit
b5cfa535be
|
@ -217,7 +217,7 @@
|
||||||
<el-col style="display: flex;border-bottom: 1px dashed #eee;">
|
<el-col style="display: flex;border-bottom: 1px dashed #eee;">
|
||||||
<el-checkbox v-model="item.checked" :label="item.batch"/>
|
<el-checkbox v-model="item.checked" :label="item.batch"/>
|
||||||
<el-form-item label="退料数量" label-width="150px" style="margin-bottom: 10px;">
|
<el-form-item label="退料数量" label-width="150px" style="margin-bottom: 10px;">
|
||||||
<el-input-number v-model="item.count" :min="0" controls-position="right"/>
|
<el-input-number disabled v-model="item.count" :min="0" controls-position="right"/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
Loading…
Reference in New Issue