Commit 49ebee48 authored by 38823's avatar 38823

经租采购单去除IRR校验

parent 0dfcad73
...@@ -532,7 +532,7 @@ ...@@ -532,7 +532,7 @@
return; return;
} }
if($(ds_id).validate()){ if($(ds_id).validate()){
if(irr >0 && irrAfterTax >0){ if(irrAfterTax >0){
Leaf.showConfirm('${HLS.PROMPT}','确认要提交工作流吗?',function () { Leaf.showConfirm('${HLS.PROMPT}','确认要提交工作流吗?',function () {
window['${/parameter/@layout_code}_lock_layout_dynamic_window'](); window['${/parameter/@layout_code}_lock_layout_dynamic_window']();
Leaf.request({ Leaf.request({
......
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