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