例如:Test-0001
就我而言,它是删除零,并且仅显示Test-1。
代码-
items: [{
xtype: 'textfield',
itemId: 'txt_Barcode',
inputId: 'txt_Barcode',
flex: 1,
labelWidth: 150,
fieldLabel: 'Barcode',
listeners: {
blur: 'onBarcodeBlur',
change: 'onBarcodeChange'
},
bind: '{theRecord.barcode}'
},