Commit 231bcabd by yukang

去掉自动排产

parent 4fb39777
...@@ -207,7 +207,7 @@ function check(id, auditStatus,planInfoNo,factoryCode) { ...@@ -207,7 +207,7 @@ function check(id, auditStatus,planInfoNo,factoryCode) {
onSuccess(response) { onSuccess(response) {
NotificationUtil(response.msg); NotificationUtil(response.msg);
console.log(response) console.log(response)
autoProductionschedulCallback(factoryCode,response.get('planInfoNo')); // autoProductionschedulCallback(factoryCode,response.get('planInfoNo'));
resultGrid.dataSource.page(1); resultGrid.dataSource.page(1);
}, },
onFail(errorMessage, status, e) { onFail(errorMessage, status, e) {
......
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