|
|
@ -703,8 +703,10 @@ Ext.extend(Shipping.MsOpOtherIndex, Ext.Panel, {
|
|
|
|
fieldLabel: '运输类型',
|
|
|
|
fieldLabel: '运输类型',
|
|
|
|
store: this.storeBsType,
|
|
|
|
store: this.storeBsType,
|
|
|
|
forceSelection: true,
|
|
|
|
forceSelection: true,
|
|
|
|
name: 'BsType',
|
|
|
|
name: 'TRANSTYPE',
|
|
|
|
enableKeyEvents: true,
|
|
|
|
enableKeyEvents: true,
|
|
|
|
|
|
|
|
valueField: 'EnumValueName',
|
|
|
|
|
|
|
|
displayField: 'EnumValueName',
|
|
|
|
listeners: {
|
|
|
|
listeners: {
|
|
|
|
keyup: function (field, e) {
|
|
|
|
keyup: function (field, e) {
|
|
|
|
if (e.getKey() == e.ENTER) {
|
|
|
|
if (e.getKey() == e.ENTER) {
|
|
|
|