毛坯扣除修改,添加一次合格,抛光的记录检查功能

This commit is contained in:
2025-03-25 16:34:47 +08:00
parent 8664e48c5a
commit 6e652aa9f3
4 changed files with 92 additions and 1 deletions

View File

@@ -1356,8 +1356,10 @@ export default {
}
doOutboundByWorkOrderId(queryData)
.then((res) => {
if (res.code === 200) {
if (res.code === 200 && res.data > 0) {
this.$notify.success(`工单${saveWorkorderInfo.clientWorkorder},毛坯库存已扣除!`)
} else {
this.$notify.success(`工单${saveWorkorderInfo.clientWorkorder},毛坯库存未扣除!`)
}
})
.catch((err) => {})