Browse Source

bug 修复

hella_online_20240829
wangyufei 3 months ago
parent
commit
e5db860c41
  1. 2
      src/mycomponents/job/jobFilter.vue
  2. 7
      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>

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

@ -348,7 +348,12 @@
this.$refs.scanPopup.closeScanPopup(); this.$refs.scanPopup.closeScanPopup();
this.openJobDetail(item, item.packingNumber); this.openJobDetail(item, item.packingNumber);
}, },
getScanResult(result) { getScanResult(result) {
if(result.scanMessage.indexOf('ASN')>-1){
this.showMessage('请扫描箱标签')
return
}
try { try {
let filters = [] let filters = []

Loading…
Cancel
Save