Browse Source

样品编号非必填

duy 2 years ago
parent
commit
65e6a2026c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/tentative/material/sampling.vue

+ 1 - 1
src/views/tentative/material/sampling.vue

@@ -445,7 +445,7 @@ const addEditFormRules = {
         required: false,
         validator: async (rule, value, callback) => {
             if (!value) {
-                callback(new Error('请输入样品编号'))
+                // callback(new Error('请输入样品编号'))
             } else {
                 const ver = await verification(value)
                 if (!ver) {