给单据做限制,限制管理员录入

This commit is contained in:
季圣华
2019-11-21 21:48:42 +08:00
parent db48da60b0
commit 8a57477153
18 changed files with 538 additions and 3 deletions

View File

@@ -397,7 +397,7 @@
text:'增加',
iconCls:'icon-add',
handler:function() {
addDepotHead();
addDepotHead();
}
},
{
@@ -1425,6 +1425,9 @@
}
//新增信息
function addDepotHead(){
if(checkPower()){
return;
}
$('#depotHeadFM').form('clear');
var thisDateTime = getNowFormatDateTime(); //当前时间
$("#OperTime").val(thisDateTime);