项目代码/WIDESEA_WMSClient/src/extension/inbound/extend/AllcatedPallet.vue
@@ -625,6 +625,10 @@ this.isManualInput = true; this.isScanning = false; if (this.trayBarcode) { this.trayBarcode = this.trayBarcode.replace(/\s+/g, ""); } if (this.manualInputTimer) { clearTimeout(this.manualInputTimer); } @@ -638,6 +642,9 @@ this.isManualInput = true; this.isScanning = false; if (this.barcode) { this.barcode = this.barcode.replace(/\s+/g, ""); } if (this.manualInputTimer) { clearTimeout(this.manualInputTimer); } @@ -666,7 +673,9 @@ .then(valid => { if (!valid) return; const currentTrayBarcode = this.trayBarcode.trim(); let currentTrayBarcode = (this.trayBarcode || "").replace(/\s+/g, "").trim(); this.trayBarcode = currentTrayBarcode; if (!currentTrayBarcode) { this.error = '璇疯緭鍏ユ垨鎵弿鎵樼洏鏉$爜'; 项目代码/WIDESEA_WMSClient/src/extension/inbound/extend/Pallet.vue
@@ -923,6 +923,10 @@ this.isManualInput = true; this.isScanning = false; if (this.trayBarcode) { this.trayBarcode = this.trayBarcode.replace(/\s+/g, ""); } if (this.manualInputTimer) { clearTimeout(this.manualInputTimer); } @@ -936,6 +940,10 @@ this.isManualInput = true; this.isScanning = false; if (this.barcode) { this.barcode = this.barcode.replace(/\s+/g, ""); } if (this.manualInputTimer) { clearTimeout(this.manualInputTimer); } @@ -963,7 +971,9 @@ this.validateForm().then((valid) => { if (!valid) return; const currentTrayBarcode = this.trayBarcode.trim(); let currentTrayBarcode = (this.trayBarcode || "").replace(/\s+/g, "").trim(); this.trayBarcode = currentTrayBarcode; if (!currentTrayBarcode) { this.error = "璇疯緭鍏ユ垨鎵弿鎵樼洏鏉$爜";