Commit db9ef57a authored by 23459's avatar 23459

I-8072 【建机】铁甲二手挖机开发--去掉保证金抵扣校验

parent f9bff5f0
......@@ -49,14 +49,6 @@
Leaf.showInfoMessage("提示", "请选择要核销的现金流!");
return;
}
if(con_rec.data.division=='70'){
for(var i=0;i<cf_recs.length;i++){
if(cf_recs[i].data.cf_item!='1'){
Leaf.showInfoMessage("提示", "铁甲业务只能选择租金抵扣!");
return;
}
}
}
var rec = ds.getCurrentRecord();
rec.set('contract_id', con_rec.get('contract_id'));
rec.set('contract_number', con_rec.get('contract_number'));
......
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