瀏覽代碼

去掉工作令号必填

qinhb 2 月之前
父節點
當前提交
3c0852131c
共有 1 個文件被更改,包括 2 次插入2 次删除
  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;