From 9e579eda4601ed7b492b9d19a24e8146f6ebdf8d Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期六, 19 四月 2025 19:50:43 +0800
Subject: [PATCH] 优化空托出入库逻辑

---
 项目代码/WMS/WIDESEA_WMSClient/src/components/basic/ViewGrid/methods.js |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/components/basic/ViewGrid/methods.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/components/basic/ViewGrid/methods.js"
index 2067be2..fa02eca 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/components/basic/ViewGrid/methods.js"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/components/basic/ViewGrid/methods.js"
@@ -803,7 +803,7 @@
       let url = this.getUrl(this.const.DEL);
       this.http.post(url, delKeys, '姝e湪鍒犻櫎鏁版嵁....').then((x) => {
         if (!x.status) return this.$error(x.message);
-        this.$success(x.message);
+        this.$success("鍒犻櫎鎴愬姛");
         //鍒犻櫎鍚�
         if (!this.delAfter(x)) {
           return;
@@ -1343,6 +1343,7 @@
     //鏄惁蹇界暐鍓嶇紑/  鑾峰彇鎿嶄綔鐨剈rl
     return (!ingorPrefix ? '/' : '') + 'api' + this.table.url + action;
   },
+
   initDicKeys() {
     //鍒濆鍖栧瓧鍏告暟鎹�
     let keys = [];
@@ -1392,6 +1393,7 @@
     if (keys.length == 0) return;
     let $this = this;
     this.http.post('/api/Sys_Dictionary/GetVueDictionary', keys).then((dic) => {
+
       $this.bindOptions(dic);
       //2022.04.04澧炲姞瀛楀吀鍔犺浇瀹屾垚鏂规硶
       $this.dicInited && $this.dicInited(dic);
@@ -1672,7 +1674,7 @@
       this.$refs.table && this.search();
     }
   },
-  fullscreen(full){ //寮瑰嚭妗嗗叏灞忔柟娉�
+  fullscreen(full) { //寮瑰嚭妗嗗叏灞忔柟娉�
 
   }
 };

--
Gitblit v1.9.3