فهرست منبع

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

zhaohuanhuan 8 ماه پیش
والد
کامیت
f5d9292d36
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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 {