Browse Source

去掉工作令号必填

qinhb 2 months ago
parent
commit
3c0852131c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/plan/requisition/index.vue

+ 2 - 2
src/views/plan/requisition/index.vue

@@ -556,10 +556,10 @@ const saveForm = (type) => {
       return;
     }
     for (let item of tableDataList.value) {
-      if (!item.workCode) {
+      /*if (!item.workCode) {
         ElMessage.error("工作令号不能为空");
         return;
-      }
+      }*/
       if (!item.num || item.num <= 0) {
         ElMessage.error("物料数量不正确");
         return;