Commit 8fcd8aa7 by yyq1988

临时取消领用人校验

parent 2c92cff6
......@@ -125,10 +125,10 @@
var hasReceiver = getTableData().every(function(item){
return item.receiver
})
if(!hasReceiver){
jp.warning('领用人必填!');
return;
}
// if(!hasReceiver){
// jp.warning('领用人必填!');
// return;
// }
jp.loading();
jp.post($("#inputForm").attr('action'),$('#inputForm').serialize(),function(data){
if(data.success){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment