From 5c35d68265766a40f2c4a19ad00d1f504a77cfee Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期五, 14 二月 2025 13:38:21 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/inventoryCheckOrder/inventoryCheckOrder.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/js/inventoryCheckOrder/inventoryCheckOrder.js b/src/main/webapp/static/js/inventoryCheckOrder/inventoryCheckOrder.js
index 4fa4512..c90da50 100644
--- a/src/main/webapp/static/js/inventoryCheckOrder/inventoryCheckOrder.js
+++ b/src/main/webapp/static/js/inventoryCheckOrder/inventoryCheckOrder.js
@@ -194,7 +194,7 @@
     function pakoutPreview(ids) {
         let loadIndex = layer.load(2);
         $.ajax({
-            url: baseUrl + "/out/pakout/preview/auth",
+            url: baseUrl + "/out/pakout/preview/auth/sxk",
             headers: {'token': localStorage.getItem('token')},
             contentType: 'application/json;charset=UTF-8',
             data: JSON.stringify(ids),

--
Gitblit v1.9.1