fix:光芯检验时不合格数不可编辑

This commit is contained in:
shijing 2025-08-04 08:53:12 +08:00
parent 7b341ebb78
commit 64045138fc
1 changed files with 2 additions and 0 deletions

View File

@ -91,6 +91,7 @@
v-model="form.count_notok"
style="width: 100%"
:precision="0"
disabled
@change="handleCountNotokChange"
></el-input-number>
</el-form-item>
@ -271,6 +272,7 @@ export default {
let that = this;
that.$API.qm.qct.getQct.req({ material: that.itemObj.material,type:'out',tag:'process' }).then((res) => {
console.log(res)
that.qct = res.id;
res.qct_defects.forEach((item) => {
that.form[item.defect_name] = 0;
})