Преглед изворни кода

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

lisongyi пре 3 недеља
родитељ
комит
c84e817b0d
1 измењених фајлова са 1 додато и 0 уклоњено
  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()