Browse Source

YT-386pda装配直接上架,扫描箱码报错 HPQ;V1.0;I399.973-085;P;B20241014;Q1;UPC

intex_online20241111
张立 4 months ago
parent
commit
44ad86519e
  1. 4
      src/mycomponents/scan/winComScanFg.vue
  2. 4
      src/pages/productPutaway/record/productPutawayRecord.vue

4
src/mycomponents/scan/winComScanFg.vue

@ -58,9 +58,7 @@
import {
getMesPackInfo
} from '@/api/request2.js';
import {
Exception
} from 'sass';
export default {
name: "winComScan",

4
src/pages/productPutaway/record/productPutawayRecord.vue

@ -288,15 +288,13 @@
getrecommendLocationExpectin(param).then(result => {
uni.hideLoading();
let item = this.detailSource.find(res => {
if (res.itemCode == balance.itemCode && res.containerNumber == balance
.packingNumber) {
if (res.itemCode == balance.itemCode) {
return res
}
})
item.toLocationCode = result.data.code;
item.expectinNumber = result.data.expectinNumber;
this.$forceUpdate();
}).catch(error => {
uni.hideLoading()
this.showErrorMessage(error);

Loading…
Cancel
Save