Commit bbab35ab authored by 38823's avatar 38823

资管费对账问题修复

parent 49ebee48
......@@ -40,7 +40,7 @@
return;
}
if(i+1<records.length){
if(records[i].data.bp_id_tenant !=records[i+1].data.bp_id_tenant){
if(records[i].data.agent_id !=records[i+1].data.agent_id){
$L.showMessage("提示",'请选择相同代理店的现金流进行提交!');
return;
}
......
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