查看照片
This commit is contained in:
parent
61f052b828
commit
5d08b77cc5
@ -411,7 +411,7 @@ public class StartYunDanActivity extends BaseActivity {
|
|||||||
in.putExtra("keys", key);
|
in.putExtra("keys", key);
|
||||||
startActivity(in);
|
startActivity(in);
|
||||||
} else if (sdw.getStatus() == 3) {
|
} else if (sdw.getStatus() == 3) {
|
||||||
Intent in = new Intent(con, ShangChuangImgActivityBC.class);
|
Intent in = new Intent(con, GetShangChuanActivity.class);
|
||||||
in.putExtra("sdwStr", gson.toJson(sdw));
|
in.putExtra("sdwStr", gson.toJson(sdw));
|
||||||
startActivity(in);
|
startActivity(in);
|
||||||
} else {//卸货照片
|
} else {//卸货照片
|
||||||
|
Loading…
Reference in New Issue
Block a user