Browse Source

合包目标箱码支持HMQ标签

hella_online_20241212
lijuncheng 2 months ago
parent
commit
fcc07dac02
  1. 2
      src/mycomponents/package/packageTarget.vue

2
src/mycomponents/package/packageTarget.vue

@ -11,7 +11,7 @@
<image v-if="isShowEdit" style="width: 45rpx;height: 45rpx;" src="/static/icons/icons_edit.svg" <image v-if="isShowEdit" style="width: 45rpx;height: 45rpx;" src="/static/icons/icons_edit.svg"
></image> ></image>
</view> </view>
<win-scan-pack ref="scanPopup" @getResult='getScanResult' headerType="HPQ"></win-scan-pack> <win-scan-pack ref="scanPopup" @getResult='getScanResult' headerType="HPQ,HMQ"></win-scan-pack>
</view> </view>
</template> </template>

Loading…
Cancel
Save