diff --git a/src/views/claimAndreturn/picking/apply/component/AddPicking1.vue b/src/views/claimAndreturn/picking/apply/component/AddPicking1.vue
index b0e27f5..c38696a 100644
--- a/src/views/claimAndreturn/picking/apply/component/AddPicking1.vue
+++ b/src/views/claimAndreturn/picking/apply/component/AddPicking1.vue
@@ -246,8 +246,8 @@
-
-
+
+
{
- if (item.num == 0) {
- this.$message.error('机具类型库存量为零无法领料')
- throw new Error()
- }
+ // if (item.num == 0) {
+ // this.$message.error('机具类型库存量为零无法领料')
+ // throw new Error()
+ // }
if (!item.childrenList && item.preNum == '') {
this.$message.error('请填写预领数量')
throw new Error()