gjy %!s(int64=3) %!d(string=hai) anos
pai
achega
347425ec09
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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',