Commit 68a154a9 authored by 38823's avatar 38823

采购单 修改数据后提交审批校验

parent 80e5a248
...@@ -527,7 +527,7 @@ ...@@ -527,7 +527,7 @@
var projectId=record.get('project_id'); var projectId=record.get('project_id');
var irr=quo_record.get('irr'); var irr=quo_record.get('irr');
var irrAfterTax=quo_record.get('irr_after_tax'); var irrAfterTax=quo_record.get('irr_after_tax');
if(record.dirty==true){ if(record.dirty==true || quo_record.dirty==true){
Leaf.showMessage('${l:PROMPT}','${l:HLS.EXECUTE_AFTER_SAVE}'); Leaf.showMessage('${l:PROMPT}','${l:HLS.EXECUTE_AFTER_SAVE}');
return; 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