|
|
|
@ -109,10 +109,11 @@ BI.TimeInterval = BI.inherit(BI.Single, {
|
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
combo.on(BI.DynamicDateTimeCombo.EVENT_BEFORE_POPUPVIEW, function () { |
|
|
|
|
self.left.hidePopupView(); |
|
|
|
|
self.right.hidePopupView(); |
|
|
|
|
}); |
|
|
|
|
// 不知道干啥的,先注释掉
|
|
|
|
|
// combo.on(BI.DynamicDateTimeCombo.EVENT_BEFORE_POPUPVIEW, function () {
|
|
|
|
|
// self.left.hidePopupView();
|
|
|
|
|
// self.right.hidePopupView();
|
|
|
|
|
// });
|
|
|
|
|
|
|
|
|
|
combo.on(BI.DynamicDateTimeCombo.EVENT_CONFIRM, function () { |
|
|
|
|
BI.Bubbles.hide("error"); |
|
|
|
|