Commit cea1a775 authored by 1650842865's avatar 1650842865

采购信息记录保存后,提交审批数据重复的问题

parent b0a55ce2
...@@ -275,6 +275,3 @@ function bindDetailEvent(){ ...@@ -275,6 +275,3 @@ function bindDetailEvent(){
} }
}); });
} }
function reloadGrid() {
}
\ No newline at end of file
...@@ -42,11 +42,11 @@ function initPurchaseListGrid() { ...@@ -42,11 +42,11 @@ function initPurchaseListGrid() {
copyQualityInfoRecord(); copyQualityInfoRecord();
} }
}, },
updateHandler:{ // updateHandler:{
id: 'updateHandler', text: "修改", img:'fa-edit', click: function(){ // id: 'updateHandler', text: "修改", img:'fa-edit', click: function(){
updateHandlerInfoRecord(); // updateHandlerInfoRecord();
} // }
} // }
// cancelHandler:{ // cancelHandler:{
// id: 'cancelHandler', text: "作废", img:'fa-trash-o', click: function(){ // id: 'cancelHandler', text: "作废", img:'fa-trash-o', click: function(){
// cancelHandlerInfoRecord(); // cancelHandlerInfoRecord();
......
...@@ -129,6 +129,3 @@ function bindDetailEvent(){ ...@@ -129,6 +129,3 @@ function bindDetailEvent(){
} }
}); });
} }
function reloadGrid() {
}
\ No newline at end of file
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