|
@@ -154,8 +154,10 @@ public class DetectionPutInMainActivity extends BaseActivity implements StoJNI.
|
|
|
// 图片选择结果回调
|
|
|
if (requestCode == PictureConfig.CHOOSE_REQUEST) {
|
|
|
if (currentPictureType.equals("weight_img")){
|
|
|
+ weighPictureSelectorUpload.setNotifyParam(getNotifyParam());
|
|
|
weighPictureSelectorUpload.getSelectImg(data);
|
|
|
}else {
|
|
|
+ labelPictureSelectorUpload.setNotifyParam(getNotifyParam());
|
|
|
labelPictureSelectorUpload.getSelectImg(data);
|
|
|
}
|
|
|
totalAwaitNum();
|
|
@@ -379,8 +381,6 @@ public class DetectionPutInMainActivity extends BaseActivity implements StoJNI.
|
|
|
|
|
|
//统一按钮回调
|
|
|
public void callbackEditor(View v){
|
|
|
-
|
|
|
- getNotifyParam();
|
|
|
switch (v.getId()) {
|
|
|
case R.id.et_tracking_number:
|
|
|
getInboundTrack();
|