|
|
@@ -1088,11 +1088,12 @@ Ext.define('erp.controller.scm.reserve.ProdInOut', {
|
|
|
callback: function (options, success, response) {
|
|
|
Ext.getBody().unmask();
|
|
|
var res = new Ext.decode(response.responseText);
|
|
|
- if (res.exceptionInfo) {
|
|
|
- showError(res.exceptionInfo);
|
|
|
+ if (res.success) {
|
|
|
+ showMessage("提示","发送完成");
|
|
|
+ }else{
|
|
|
+ showError(res.exceptionInfo||"发送失败");
|
|
|
return;
|
|
|
- }
|
|
|
- showError("发送完成");
|
|
|
+ }
|
|
|
}
|
|
|
});
|
|
|
}
|