|
|
|
@ -607,6 +607,9 @@ Ext.extend(Shipping.MsRptNoFeeCrDetailIndex, Ext.Panel, {
|
|
|
|
|
loadMask: { msg: "数据加载中,请稍等..." },
|
|
|
|
|
trackMouseOver: true,
|
|
|
|
|
disableSelection: false,
|
|
|
|
|
viewConfig: {
|
|
|
|
|
enableTextSelection: true //允许复制数据
|
|
|
|
|
},
|
|
|
|
|
columns: this.girdcolumsdr,
|
|
|
|
|
selModel: this.GridCheckBoxModel,
|
|
|
|
|
// paging bar on the bottom
|
|
|
|
@ -879,6 +882,9 @@ Ext.extend(Shipping.MsRptNoFeeCrDetailIndex, Ext.Panel, {
|
|
|
|
|
loadMask: { msg: "数据加载中,请稍等..." },
|
|
|
|
|
trackMouseOver: true,
|
|
|
|
|
disableSelection: false,
|
|
|
|
|
viewConfig: {
|
|
|
|
|
enableTextSelection: true //允许复制数据
|
|
|
|
|
},
|
|
|
|
|
columns: this.girdcolumsfeedr,
|
|
|
|
|
// paging bar on the bottom
|
|
|
|
|
bbar: Ext.create('Ext.PagingToolbar', {
|
|
|
|
@ -1061,6 +1067,9 @@ Ext.extend(Shipping.MsRptNoFeeCrDetailIndex, Ext.Panel, {
|
|
|
|
|
loadMask: { msg: "数据加载中,请稍等..." },
|
|
|
|
|
trackMouseOver: true,
|
|
|
|
|
disableSelection: false,
|
|
|
|
|
viewConfig: {
|
|
|
|
|
enableTextSelection: true //允许复制数据
|
|
|
|
|
},
|
|
|
|
|
selModel: this.CUSTGridCheckBoxModel,
|
|
|
|
|
columns: this.girdcolumscust,
|
|
|
|
|
// features: [{
|
|
|
|
@ -1221,6 +1230,9 @@ Ext.extend(Shipping.MsRptNoFeeCrDetailIndex, Ext.Panel, {
|
|
|
|
|
loadMask: { msg: "数据加载中,请稍等..." },
|
|
|
|
|
trackMouseOver: true,
|
|
|
|
|
disableSelection: false,
|
|
|
|
|
viewConfig: {
|
|
|
|
|
enableTextSelection: true //允许复制数据
|
|
|
|
|
},
|
|
|
|
|
columns: this.girdcolumssum
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|