gjy 3 năm trước cách đây
mục cha
commit
347425ec09
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/warehouse/warehouseManagementIoss.vue

+ 1 - 1
src/views/warehouse/warehouseManagementIoss.vue

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