Explorar o código

fix:批号管理选择单号优化

liziliang hai 1 mes
pai
achega
5556e024bc
Modificáronse 2 ficheiros con 4 adicións e 2 borrados
  1. 1 1
      public/version.json
  2. 3 1
      src/views/plan/checkingNumber/index.vue

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "version": "4.4"
+  "version": "4.5"
 }

+ 3 - 1
src/views/plan/checkingNumber/index.vue

@@ -103,7 +103,9 @@ const addNumbers = () => {
         selection: true,
         reserveSelection: true,
       });
-      productionLineRef.value.startSelect();
+      productionLineRef.value.startSelect({
+        queryType: "99"
+      });
     }
   });
 };