瀏覽代碼

加工组扫描-每次扫描时先清空选择框

lisongyi 2 周之前
父節點
當前提交
772cae2f21
共有 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) => {
 const _handlerScan = (code) => {
+  expressNo.value = ''
   const barcode = barcodeToUpperCase(code?.trim())
   const barcode = barcodeToUpperCase(code?.trim())
   if (!barcode) {
   if (!barcode) {
     scanError()
     scanError()