生产管理

This commit is contained in:
2026-01-22 10:31:29 +08:00
parent 8ff2360dcd
commit 38992b3bb7
6 changed files with 12 additions and 6 deletions

View File

@@ -67,7 +67,7 @@
<td><input type="number" class="sin_input" v-model="e.qty" @blur="handleBlur(e)"></td>
<td>{{e.qty_unit_name}}</td>
<td>{{e.supp_name}}</td>
<td>{{e.material_type_id}}</td>
<td>{{e.class_name}}</td>
<td>{{e.material_spec}}</td>
<td>{{e.material_model}}</td>
<td>{{e.struct_code}}</td>
@@ -158,6 +158,9 @@
icon: 'none'
})
}
this.dataList.forEach(e => {
e.initialQty = e.qty
})
this.num = this.dataList.reduce((sum, item) => sum + Number(item.qty), 0)
} else {
}