647556386
2026-02-03 bc8846977cb68b9c28e92b050338ebdfd7f521bf
Merge branch 'htq20251215' of http://115.159.85.185:8098/r/ZhongRui/ALDbanyunxiangmu into htq20251215
已修改2个文件
23 ■■■■■ 文件已修改
项目代码/WIDESEA_WMSClient/src/extension/inbound/extend/AllcatedPallet.vue 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WIDESEA_WMSClient/src/extension/inbound/extend/Pallet.vue 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/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 = "璇疯緭鍏ユ垨鎵弿鎵樼洏鏉$爜";