From 06cbf02daf958a1f4687691e5d9d741a21a2fe53 Mon Sep 17 00:00:00 2001
From: 刘磊 <1161824510@qq.com>
Date: 星期六, 23 十一月 2024 14:47:51 +0800
Subject: [PATCH] 合并

---
 Code Management/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/stock/Dt_BillGroupStock.jsx |   48 ++++++++++++++++++++++++------------------------
 1 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/Code Management/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/stock/Dt_BillGroupStock.jsx b/Code Management/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/stock/Dt_BillGroupStock.jsx
index 3f5424f..0729137 100644
--- a/Code Management/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/stock/Dt_BillGroupStock.jsx
+++ b/Code Management/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/stock/Dt_BillGroupStock.jsx
@@ -7,12 +7,12 @@
  *****************************************************************************************/
 //姝s鏂囦欢鏄敤鏉ヨ嚜瀹氫箟鎵╁睍涓氬姟浠g爜锛屽彲浠ユ墿灞曚竴浜涜嚜瀹氫箟椤甸潰鎴栬�呴噸鏂伴厤缃敓鎴愮殑浠g爜
 
-import gridHeader from "./demo_Product/Dt_BillGroupStockDetail.vue";
+// import gridHeader from "./demo_Product/Dt_BillGroupStockDetail.vue";
 
 let extension = {
   components: {
     //鏌ヨ鐣岄潰鎵╁睍缁勪欢
-    gridHeader: gridHeader,
+    gridHeader: "",
     gridBody: "",
     gridFooter: "",
     //鏂板缓銆佺紪杈戝脊鍑烘鎵╁睍缁勪欢
@@ -39,28 +39,28 @@
       //绀轰緥锛氳缃慨鏀规柊寤恒�佺紪杈戝脊鍑烘瀛楁鏍囩鐨勯暱搴�
       this.boxOptions.labelWidth = 150;
 
-      this.columns.push({
-        title: "鎿嶄綔",
-        field: "鎿嶄綔",
-        width: 150,
-        align: "left", // 'center',
-        render: (h, { row, column, index }) => {
-          return (
-            <div>
-              <el-button
-                onClick={($e) => {
-                  this.$refs.gridHeader.openModel1(row);
-                }}
-                type="primary"
-                plain
-                style="height:26px; padding: 10px !important;"
-              >
-                鏌ョ湅搴撳瓨鏄庣粏
-              </el-button>
-            </div>
-          );
-        },
-      });
+      // this.columns.push({
+      //   title: "鎿嶄綔",
+      //   field: "鎿嶄綔",
+      //   width: 150,
+      //   align: "left", // 'center',
+      //   render: (h, { row, column, index }) => {
+      //     return (
+      //       <div>
+      //         <el-button
+      //           onClick={($e) => {
+      //             this.$refs.gridHeader.openModel1(row);
+      //           }}
+      //           type="primary"
+      //           plain
+      //           style="height:26px; padding: 10px !important;"
+      //         >
+      //           鏌ョ湅搴撳瓨鏄庣粏
+      //         </el-button>
+      //       </div>
+      //     );
+      //   },
+      // });
     },
     onInited() {
       //妗嗘灦鍒濆鍖栭厤缃悗

--
Gitblit v1.9.3