|
|
@ -537,7 +537,8 @@ Ext.extend(Shipping.MsRptOpProfitPerCentIndex, Ext.Panel, {
|
|
|
|
{ id: 'rdoOp', boxLabel: '操作员', name: 'OBJNAME', inputValue: 'B.OP' },
|
|
|
|
{ id: 'rdoOp', boxLabel: '操作员', name: 'OBJNAME', inputValue: 'B.OP' },
|
|
|
|
{ id: 'rdoCustService', boxLabel: '客服员', name: 'OBJNAME', inputValue: 'B.CUSTSERVICE' },
|
|
|
|
{ id: 'rdoCustService', boxLabel: '客服员', name: 'OBJNAME', inputValue: 'B.CUSTSERVICE' },
|
|
|
|
{ id: 'rdoDestination', boxLabel: '目的港', name: 'OBJNAME', inputValue: 'B.DESTINATION' },
|
|
|
|
{ id: 'rdoDestination', boxLabel: '目的港', name: 'OBJNAME', inputValue: 'B.DESTINATION' },
|
|
|
|
{ id: 'rdoFeeObjName', boxLabel: '收付对象', name: 'OBJNAME', inputValue: 'F.CUSTOMERNAME' }
|
|
|
|
{ id: 'rdoFeeObjName', boxLabel: '收付对象', name: 'OBJNAME', inputValue: 'F.CUSTOMERNAME' },
|
|
|
|
|
|
|
|
{ id: 'rdoDOC', boxLabel: '单 证', name: 'OBJNAME', inputValue: 'B.DOC' }
|
|
|
|
],
|
|
|
|
],
|
|
|
|
listeners: {
|
|
|
|
listeners: {
|
|
|
|
change: function (rd, newValue, oldValue, eOpts) {
|
|
|
|
change: function (rd, newValue, oldValue, eOpts) {
|
|
|
|