From 2654a849bcbbd03df38592b29c22df56d750fb27 Mon Sep 17 00:00:00 2001
From: 647556386 <647556386@qq.com>
Date: 星期一, 12 一月 2026 15:48:04 +0800
Subject: [PATCH] 优化

---
 项目代码/WIDESEA_WMSClient/src/extension/check/recheckOrder.js |   21 +--------------------
 1 files changed, 1 insertions(+), 20 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/extension/check/recheckOrder.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/extension/check/recheckOrder.js"
index 1ac007c..59e5567 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/extension/check/recheckOrder.js"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/extension/check/recheckOrder.js"
@@ -48,26 +48,7 @@
   methods: {
     //涓嬮潰杩欎簺鏂规硶鍙互淇濈暀涔熷彲浠ュ垹闄�
     onInit() {  //妗嗘灦鍒濆鍖栭厤缃墠锛�
-      this.columns.push({
-        field: '鎿嶄綔',
-        title: '鎿嶄綔',
-        width: 90,
-        fixed: 'right',
-        align: 'center',
-        formatter: (row) => {
-          return (
-            '<i style="cursor: pointer;color: #2d8cf0;"class="el-icon-view">鎸囧畾搴撳瓨</i>'
-          );
-        },
-        click: (row) => {
-          const table = this.$refs.table.$refs.table;
-          if (table) {
-            table.clearSelection();
-            table.toggleRowSelection(row, true);
-          }
-          this.$refs.gridBody.open(row);
-        }
-      });
+
       let EmptyTrayOutboundBtn = this.buttons.find(x => x.value == 'BatchOrder');
       if (EmptyTrayOutboundBtn) {
         EmptyTrayOutboundBtn.onClick = function () {

--
Gitblit v1.9.3