毛坯扣除修改,添加一次合格,抛光的记录检查功能
This commit is contained in:
@@ -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) => {})
|
||||
|
||||
Reference in New Issue
Block a user