rev:成品出库前端校验

This commit is contained in:
2023-08-28 10:15:52 +08:00
parent 2d88005fd1
commit f83dc77f98

View File

@@ -394,7 +394,7 @@ export default {
let same_mater = true
this.form.tableData.forEach((item) => {
if (item.base_billdtl_id === row.sale_id) {
same_mater = false
same_mater = true
}
})
if (same_mater) {