diff --git a/src/views/material/lease/apply/component/addToolsApply.vue b/src/views/material/lease/apply/component/addToolsApply.vue
index 072e49a9..273cf123 100644
--- a/src/views/material/lease/apply/component/addToolsApply.vue
+++ b/src/views/material/lease/apply/component/addToolsApply.vue
@@ -257,6 +257,7 @@
       />
       
       
+      
       
         
            this.equipmentList[i].storageNum){
-                  this.$message.error(`第 ${i + 1} 行的 ${'预领数量不可大于库存量'} `);
+                if(this.equipmentList[i].storageNum-this.equipmentList[i].pendingOutNum this.equipmentList[i].storageNum){
+                  this.$message.error(`第 ${i + 1} 行的 ${'预领数量不可大于可领数量'} `);
                   return
                 }
               }