From 4420e0790c723bd54869cc0d7385f3b80138bf14 Mon Sep 17 00:00:00 2001 From: ddlucky Date: Wed, 18 Jan 2023 21:14:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E5=9D=97=E5=85=81=E8=AE=B8=E5=A4=8D?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MsRptNoFeeDetail/MsRptNoFeeCrDetailIndex.js | 12 ++++++++++++ .../MsRptNoFeeDetail/MsRptNoFeeDetailIndex.js | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/DSWeb/Areas/MvcShipping/Viewsjs/MsRptNoFeeDetail/MsRptNoFeeCrDetailIndex.js b/DSWeb/Areas/MvcShipping/Viewsjs/MsRptNoFeeDetail/MsRptNoFeeCrDetailIndex.js index da6f35fe..6845965f 100644 --- a/DSWeb/Areas/MvcShipping/Viewsjs/MsRptNoFeeDetail/MsRptNoFeeCrDetailIndex.js +++ b/DSWeb/Areas/MvcShipping/Viewsjs/MsRptNoFeeDetail/MsRptNoFeeCrDetailIndex.js @@ -605,6 +605,9 @@ Ext.extend(Shipping.MsRptNoFeeCrDetailIndex, Ext.Panel, { disableSelection: false, columns: this.girdcolumsdr, selModel: this.GridCheckBoxModel, + viewConfig: { + enableTextSelection: true //允许复制数据 + }, // paging bar on the bottom bbar: [Ext.create('Ext.PagingToolbar', { store: this.storeListDr, @@ -876,6 +879,9 @@ Ext.extend(Shipping.MsRptNoFeeCrDetailIndex, Ext.Panel, { trackMouseOver: true, disableSelection: false, columns: this.girdcolumsfeedr, + viewConfig: { + enableTextSelection: true //允许复制数据 + }, // paging bar on the bottom bbar: Ext.create('Ext.PagingToolbar', { store: this.storeFeeListDr, @@ -1058,6 +1064,9 @@ Ext.extend(Shipping.MsRptNoFeeCrDetailIndex, Ext.Panel, { trackMouseOver: true, disableSelection: false, selModel: this.CUSTGridCheckBoxModel, + viewConfig: { + enableTextSelection: true //允许复制数据 + }, columns: this.girdcolumscust, // features: [{ // ftype: 'summary'//Ext.grid.feature.Summary表格汇总特性 @@ -1217,6 +1226,9 @@ Ext.extend(Shipping.MsRptNoFeeCrDetailIndex, Ext.Panel, { loadMask: { msg: "数据加载中,请稍等..." }, trackMouseOver: true, disableSelection: false, + viewConfig: { + enableTextSelection: true //允许复制数据 + }, columns: this.girdcolumssum }); diff --git a/DSWeb/Areas/MvcShipping/Viewsjs/MsRptNoFeeDetail/MsRptNoFeeDetailIndex.js b/DSWeb/Areas/MvcShipping/Viewsjs/MsRptNoFeeDetail/MsRptNoFeeDetailIndex.js index be4eed18..8d34eae1 100644 --- a/DSWeb/Areas/MvcShipping/Viewsjs/MsRptNoFeeDetail/MsRptNoFeeDetailIndex.js +++ b/DSWeb/Areas/MvcShipping/Viewsjs/MsRptNoFeeDetail/MsRptNoFeeDetailIndex.js @@ -612,6 +612,9 @@ Ext.extend(Shipping.MsRptNoFeeDetailIndex, Ext.Panel, { disableSelection: false, columns: this.girdcolumsdr, selModel: this.GridCheckBoxModel, + viewConfig: { + enableTextSelection: true //允许复制数据 + }, // paging bar on the bottom bbar: [Ext.create('Ext.PagingToolbar', { store: this.storeListDr, @@ -867,6 +870,9 @@ Ext.extend(Shipping.MsRptNoFeeDetailIndex, Ext.Panel, { trackMouseOver: true, disableSelection: false, columns: this.girdcolumsfeedr, + viewConfig: { + enableTextSelection: true //允许复制数据 + }, // paging bar on the bottom bbar: Ext.create('Ext.PagingToolbar', { store: this.storeFeeListDr, @@ -1050,6 +1056,9 @@ Ext.extend(Shipping.MsRptNoFeeDetailIndex, Ext.Panel, { trackMouseOver: true, disableSelection: false, selModel: this.CUSTGridCheckBoxModel, + viewConfig: { + enableTextSelection: true //允许复制数据 + }, columns: this.girdcolumscust, // features: [{ // ftype: 'summary'//Ext.grid.feature.Summary表格汇总特性 @@ -1208,6 +1217,9 @@ Ext.extend(Shipping.MsRptNoFeeDetailIndex, Ext.Panel, { loadMask: { msg: "数据加载中,请稍等..." }, trackMouseOver: true, disableSelection: false, + viewConfig: { + enableTextSelection: true //允许复制数据 + }, columns: this.girdcolumssum });