Browse Source

Merge branch 'lsy/2026/0522/加工组扫描' into testing

lisongyi 2 weeks ago
parent
commit
c84e817b0d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/processing/groupScan/index.vue

+ 1 - 0
src/views/processing/groupScan/index.vue

@@ -117,6 +117,7 @@ const handleSubmit = async () => {
 }
 
 const _handlerScan = (code) => {
+  expressNo.value = ''
   const barcode = barcodeToUpperCase(code?.trim())
   if (!barcode) {
     scanError()