|
|
@@ -428,6 +428,7 @@ public class VisitReportAddActivity extends BaseActivity implements View.OnClick
|
|
|
vp_code = getIntent().getStringExtra("code");
|
|
|
String url = CommonUtil.getSharedPreferences(this, "erp_baseurl") + "mobile/crm/updateVistPlan.action";
|
|
|
final Map<String, Object> param = new HashMap<>();
|
|
|
+ param.put("vr_id",mVrId);
|
|
|
param.put("vp_id", vp_id);
|
|
|
//cu_nichestep商机阶段
|
|
|
//cu_code客户编号
|