|
|
@@ -4,6 +4,8 @@ import android.content.BroadcastReceiver;
|
|
|
import android.content.Context;
|
|
|
import android.content.Intent;
|
|
|
import android.content.IntentFilter;
|
|
|
+import android.support.annotation.NonNull;
|
|
|
+import android.support.annotation.Nullable;
|
|
|
import android.support.v4.content.LocalBroadcastManager;
|
|
|
|
|
|
import com.alibaba.fastjson.JSON;
|
|
|
@@ -56,6 +58,7 @@ public class AutoPresenter {
|
|
|
reckonWork(true);
|
|
|
reckonMission(true);
|
|
|
CommonInterface.getInstance().judgeManager(null);
|
|
|
+ CommonInterface.getInstance().getOutSetInfo(null);
|
|
|
}
|
|
|
|
|
|
|
|
|
@@ -87,9 +90,10 @@ public class AutoPresenter {
|
|
|
}
|
|
|
break;
|
|
|
case AppConstant.UPDATA_ERP_CHANGE://账套改变
|
|
|
+ CommonInterface.getInstance().getOutSetInfo(null);
|
|
|
+ CommonInterface.getInstance().judgeManager(null);
|
|
|
reckonWork(true);
|
|
|
reckonMission(true);
|
|
|
- CommonInterface.getInstance().judgeManager(null);
|
|
|
break;
|
|
|
case AppConstant.CHANGE_MISSION_TASK:
|
|
|
if (intent.getBooleanExtra(AppConstant.CHANGE_MISSION_TASK, true)) {
|