From 4b483d9d06bead231b88ca212fd799196668a057 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期二, 28 四月 2026 22:58:27 +0800
Subject: [PATCH] fix(任务服务): 修复出库任务选择逻辑和货位分配问题

---
 Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/wwwroot/js/swaggerdoc.js |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/wwwroot/js/swaggerdoc.js b/Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/wwwroot/js/swaggerdoc.js
index bbba38b..68d7c11 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/wwwroot/js/swaggerdoc.js
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/wwwroot/js/swaggerdoc.js
@@ -64,7 +64,6 @@
     }, 788);
 }
 
-
 /**
  * 寤惰繜鍑芥暟
  * @param {any} delay
@@ -111,7 +110,7 @@
             var blob = this.response;
             var reader = new FileReader();
             reader.readAsDataURL(blob); // 杞崲涓篵ase64锛屽彲浠ョ洿鎺ユ斁鍏琛ㄦ儏href
-            reader.onload = function(e) {
+            reader.onload = function (e) {
                 // 杞崲瀹屾垚锛屽垱寤轰竴涓猘鏍囩鐢ㄤ簬涓嬭浇
                 var a = document.createElement('a');
                 a.download = 'WIDESEAWCS API鏂囨。 ' + version + exten;
@@ -121,7 +120,7 @@
                 $(a).remove();
             }
         } else {
-            alert(this.status+this.statusText);
+            alert(this.status + this.statusText);
         }
         //鍏抽棴load
         $.busyLoadFull('hide',
@@ -136,4 +135,4 @@
         text: "LOADING ...",
         animation: "fade"
     });
-}
+}
\ No newline at end of file

--
Gitblit v1.9.3