fix:conding#803#853#34.退料弹窗数量不可编辑

This commit is contained in:
shijing 2025-07-02 13:58:29 +08:00
parent ef83958eae
commit b5cfa535be
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@
<el-col style="display: flex;border-bottom: 1px dashed #eee;">
<el-checkbox v-model="item.checked" :label="item.batch"/>
<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-col>
</el-row>