diff --git a/src/common/label.js b/src/common/label.js index 03e65b84..83308d4c 100644 --- a/src/common/label.js +++ b/src/common/label.js @@ -42,10 +42,12 @@ export function getLabelInfo(scanMsg,headerType, callBack) { if (type == 'Q') //qrcode { getQRCodeInfo(header, version, scanMsg, callBack); - } else if (type == 'B') //barcode - { - getBarCodeInfo(header, version, items[2], callBack); - } else { //直接输入文本 + } + // else if (type == 'B') //barcode + // { + // getBarCodeInfo(header, version, items[2], callBack); + // } + else { //直接输入文本 getBarCodeInfo('text', 'V1.0', scanMsg, callBack); } }else { diff --git a/src/mycomponents/location/locationCompare.vue b/src/mycomponents/location/locationCompare.vue index f0f1cad2..fe715ba7 100644 --- a/src/mycomponents/location/locationCompare.vue +++ b/src/mycomponents/location/locationCompare.vue @@ -83,7 +83,7 @@ }, copy() { // HPQ;V1.0;ICE115F11161AG;PP20230427000026;B20230427002;Q100 - var content = "HLB;V1.0;" + this.recommendLocationCode; + var content = this.recommendLocationCode; // #ifdef H5 this.$copyText(content).then( res => { diff --git a/src/mycomponents/scan/winScanLocation.vue b/src/mycomponents/scan/winScanLocation.vue index 3b4b460d..24f8dfc8 100644 --- a/src/mycomponents/scan/winScanLocation.vue +++ b/src/mycomponents/scan/winScanLocation.vue @@ -13,7 +13,7 @@ + :boxFocus="true" :isShowHistory="isShowHistory" headerType="">