Browse Source

bug 修复

hella_online_20240829
wangyufei 5 months ago
parent
commit
e5db860c41
  1. 2
      src/mycomponents/job/jobFilter.vue
  2. 5
      src/pages/purchaseReceipt/job/receiptJob.vue

2
src/mycomponents/job/jobFilter.vue

@ -28,7 +28,7 @@
<view class="" style="font-size: 32rpx;"> <view class="" style="font-size: 32rpx;">
来源库位 来源库位
</view> </view>
<u-input style="margin-left: 20rpx;" v-model="fromLocationCode" :border="true" <u-input type="textarea" style="margin-left: 20rpx;" v-model="fromLocationCode" :border="true"
placeholder="请输入来源库位" @confirm="fromLocationCodeConfirm" /> placeholder="请输入来源库位" @confirm="fromLocationCodeConfirm" />
</view> </view>

5
src/pages/purchaseReceipt/job/receiptJob.vue

@ -350,6 +350,11 @@
}, },
getScanResult(result) { getScanResult(result) {
if(result.scanMessage.indexOf('ASN')>-1){
this.showMessage('请扫描箱标签')
return
}
try { try {
let filters = [] let filters = []
if (result.label.barType == "BarCode") { if (result.label.barType == "BarCode") {

Loading…
Cancel
Save