Commit 8d7bbb35 by wuwenlong

排产opt;

parent d303668d
...@@ -44,6 +44,7 @@ function schedule() { ...@@ -44,6 +44,7 @@ function schedule() {
EiCommunicator.send("HGSC005A", "schedule", inInfo, { EiCommunicator.send("HGSC005A", "schedule", inInfo, {
onSuccess: function (ei) { onSuccess: function (ei) {
if (ei.getStatus() >= 0) { if (ei.getStatus() >= 0) {
$("#inqu_status-0-isSchedule").val('1');
NotificationUtil(ei); NotificationUtil(ei);
resultGrid.dataSource.query(); resultGrid.dataSource.query();
} else { } else {
......
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