注释交通厅代码
This commit is contained in:
parent
8194a07984
commit
61f052b828
@ -610,9 +610,9 @@ public class ShangChuangImgActivityBC extends BaseAppCompatActivity implements I
|
|||||||
case 2:
|
case 2:
|
||||||
if (imgIds != null && imgIds.size() > 0) {//卸货回单
|
if (imgIds != null && imgIds.size() > 0) {//卸货回单
|
||||||
//上传回单
|
//上传回单
|
||||||
urib.setLatitude(lgdu.getLatitude() + "");
|
urib.setLatitude(tempLoca.getLatitude() + "");
|
||||||
urib.setLongitude(lgdu.getLongitude() + "");
|
urib.setLongitude(tempLoca.getLongitude() + "");
|
||||||
urib.setLocationAddress(lgdu.getAddress());
|
urib.setLocationAddress(tempLoca.getAddress());
|
||||||
//装卸货类型
|
//装卸货类型
|
||||||
urib.setType(h_type + 1);
|
urib.setType(h_type + 1);
|
||||||
//回单id 数组
|
//回单id 数组
|
||||||
@ -871,9 +871,9 @@ public class ShangChuangImgActivityBC extends BaseAppCompatActivity implements I
|
|||||||
public void onSuccess() {
|
public void onSuccess() {
|
||||||
Log.e("上报安联", "装货上传成功");
|
Log.e("上报安联", "装货上传成功");
|
||||||
//交通厅
|
//交通厅
|
||||||
if (sob.getData().getReport() == 1) {
|
// if (sob.getData().getReport() == 1) {
|
||||||
JTTProcess.start(con, sob, "");
|
// JTTProcess.start(con, sob, "");
|
||||||
}
|
// }
|
||||||
//装货状态
|
//装货状态
|
||||||
hyr.loading(lub);
|
hyr.loading(lub);
|
||||||
//装货照片
|
//装货照片
|
||||||
@ -908,9 +908,9 @@ public class ShangChuangImgActivityBC extends BaseAppCompatActivity implements I
|
|||||||
public void onSuccess() {
|
public void onSuccess() {
|
||||||
Log.e("上报安联", "卸货上传成功");
|
Log.e("上报安联", "卸货上传成功");
|
||||||
//交通厅
|
//交通厅
|
||||||
if (sob.getData().getReport() == 1) {
|
// if (sob.getData().getReport() == 1) {
|
||||||
JTTProcess.stop(con, sob, "");
|
// JTTProcess.stop(con, sob, "");
|
||||||
}
|
// }
|
||||||
//卸货状态-平台
|
//卸货状态-平台
|
||||||
hyr.dischargeCargo4(lub);
|
hyr.dischargeCargo4(lub);
|
||||||
//卸货照片-安联
|
//卸货照片-安联
|
||||||
|
Loading…
Reference in New Issue
Block a user