给单据做限制,限制管理员录入
This commit is contained in:
@@ -329,6 +329,9 @@
|
||||
var oldPerson = "";
|
||||
|
||||
function addPerson() {
|
||||
if(checkPower()){
|
||||
return;
|
||||
}
|
||||
$('#personFM').form('clear');
|
||||
$('#personDlg').dialog('open').dialog('setTitle', '<img src="/js/easyui-1.3.5/themes/icons/edit_add.png"/> 增加经手人信息');
|
||||
$(".window-mask").css({width: webW, height: webH});
|
||||
|
||||
Reference in New Issue
Block a user