From 5eeed44ad21748ed7560a8c688d4e2d2f03555c8 Mon Sep 17 00:00:00 2001
From: 刘磊 <1161824510@qq.com>
Date: 星期二, 05 八月 2025 12:47:13 +0800
Subject: [PATCH] 同步

---
 项目代码/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/stock/Dt_PalletStockInfo.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/stock/Dt_PalletStockInfo.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/stock/Dt_PalletStockInfo.js"
index 70eaa9a..a168827 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/stock/Dt_PalletStockInfo.js"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/stock/Dt_PalletStockInfo.js"
@@ -41,7 +41,7 @@
           console.log(row.palletCode);
           var _this = this;
           this.http
-            .post("/api/BoxingInfoDetail/GetBarcodeDetial", row.palletCode, "鏌ヨ鏁版嵁涓�")
+            .post("/api/Dt_PalletStockInfoDetail/GetBarcodeDetial", row.palletCode, "鏌ヨ鏁版嵁涓�")
             .then((x) => {
               console.log(x.data);
               if (x.status == 1) {

--
Gitblit v1.9.3