@ -394,6 +394,15 @@ Ext.extend(Shipping.BillCheckOutIndex, Ext.Panel, {
if (e.getKey() == e.ENTER) {
_this.onRefreshClick();
}
},
change: function () {
var basicForm = _this.formSearch.getForm();
var _CHECKOUTNO = basicForm.findField('CHECKOUTNO').getValue();
if (_CHECKOUTNO.length >= 10) {
}, {