Browse Source

海康-入库\解绑默认大写

zhaohuanhuan 8 months ago
parent
commit
f5d9292d36
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/haikang/boxReturn/boxReturn/index.vue

+ 2 - 2
src/views/haikang/boxReturn/boxReturn/index.vue

@@ -77,7 +77,7 @@ const active=ref('1')
 const _handlerScan = (code) => {
   if (scanType.value == 1) {
     if(barcodeToUpperCase(code).includes('HK')){
-      scanBox.value = code
+      scanBox.value = barcodeToUpperCase(code)
       scanType.value=2
       tips.value='请扫描工作站台'
     }else {
@@ -92,7 +92,7 @@ const _handlerScan = (code) => {
       return
     }
     if(code){
-      scanStation.value = code
+      scanStation.value = barcodeToUpperCase(code)
       if(active.value==1){
         _createHikBoxInboundTask()
       }else {