上传附件按钮
This commit is contained in:
parent
10fb583051
commit
038810e31e
@ -403,6 +403,13 @@ var UI = {
|
|||||||
UI.showImportDlg();
|
UI.showImportDlg();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
//by bzp 上传制度附件
|
||||||
|
$("#bar_importPolicyFile").button({
|
||||||
|
onClick : function() {
|
||||||
|
UI.showImportPolicyFileDlg();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
//by bzp end
|
||||||
$("#bar_upfile").button({
|
$("#bar_upfile").button({
|
||||||
onClick: function() {
|
onClick: function() {
|
||||||
openUpFile()
|
openUpFile()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user