|
|
|
@ -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
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|