mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-26 08:16:47 +08:00
修复业务受理,创建收费项目收费类型不显示问题
This commit is contained in:
parent
44ccbc710b
commit
9b40daf2df
@ -1637,11 +1637,11 @@
|
||||
_callBack(value);
|
||||
});
|
||||
//防止时间插件多次点击失去焦点
|
||||
$('.' + _dateStr)[0].addEventListener('click', myfunc)
|
||||
|
||||
function myfunc(e) {
|
||||
e.currentTarget.blur();
|
||||
}
|
||||
// $('.' + _dateStr)[0].addEventListener('click', myfunc)
|
||||
//
|
||||
// function myfunc(e) {
|
||||
// e.currentTarget.blur();
|
||||
// }
|
||||
}
|
||||
|
||||
vcFramework.initDateMonth = function (_dateStr, _callBack) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user