@@ -290,7 +290,7 @@ export default {
})
return
}
- if (this.deptBudgetList.physicalInventory <= 0) {
+ if (this.deptBudgetList.physicalInventory < 0) {
this.$message({
message: '实际库存输入错误!',
type: 'warning',