给单据做限制,限制管理员录入
This commit is contained in:
@@ -1107,6 +1107,9 @@
|
||||
}
|
||||
|
||||
function addMaterial() {
|
||||
if(checkPower()){
|
||||
return;
|
||||
}
|
||||
$('#materialFM input').val(""); //将输入框全部清空
|
||||
|
||||
bindMProperty(); //根据商品属性绑定
|
||||
|
||||
Reference in New Issue
Block a user