|
|
@@ -487,7 +487,7 @@ public class BreakdownRepairFragment extends BaseFragment{
|
|
|
tv_macode.setText("工单号 "+ma_code);
|
|
|
at_station.clearFocus();
|
|
|
ce_work_code.clearFocus();
|
|
|
- tv_dc_emcode.clearFocus();
|
|
|
+ tv_dc_emcode.requestFocus();
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -813,15 +813,19 @@ public class BreakdownRepairFragment extends BaseFragment{
|
|
|
public void onSuccess(int flag, Object o) throws Exception {
|
|
|
progressDialog.dismiss();
|
|
|
CommonUtil.toastYESRepeat(mActivity, "保存成功");
|
|
|
+ if (!StringUtil.isEmpty(ce_product_bar_code.getText().toString().trim())){
|
|
|
+ stringList.add("("+ce_product_bar_code.getText().toString().trim()+")-");
|
|
|
+ }
|
|
|
if (!StringUtil.isEmpty(finalInput_Aloneda)){
|
|
|
- stringList.add(finalInput_Aloneda+"\n");
|
|
|
+ stringList.add(finalInput_Aloneda+"-");
|
|
|
}
|
|
|
if (!StringUtil.isEmpty(finalInput_AlonedaTwo)){
|
|
|
- stringList.add(finalInput_AlonedaTwo+"\n");
|
|
|
+ stringList.add(finalInput_AlonedaTwo+"-");
|
|
|
}
|
|
|
if (!StringUtil.isEmpty(finalInput_alonedatathree)){
|
|
|
stringList.add(finalInput_alonedatathree+"\n");
|
|
|
}
|
|
|
+
|
|
|
// if (!finalInput_AlonedaTwo.isEmpty()){
|
|
|
// stringList.add(finalInput_Aloneda+"\n");
|
|
|
// }
|
|
|
@@ -834,8 +838,9 @@ public class BreakdownRepairFragment extends BaseFragment{
|
|
|
|
|
|
tv_hintshow.setText(number);
|
|
|
number="";
|
|
|
- tv_hintshow.requestFocus();
|
|
|
- tv_hintshow.setSelection(tv_hintshow.getText().toString().length());
|
|
|
+ ce_product_bar_code.setText("");
|
|
|
+ ce_length.clearFocus();
|
|
|
+ ce_product_bar_code.clearFocus();
|
|
|
setAdapterone(mFeededListone);
|
|
|
setAdaptertwo(mFeededListtwo);
|
|
|
setAdapterthree(mFeededListthree);
|
|
|
@@ -1103,7 +1108,7 @@ public class BreakdownRepairFragment extends BaseFragment{
|
|
|
tv_macode.setText("工单号 "+ma_code);
|
|
|
at_station.clearFocus();
|
|
|
ce_work_code.clearFocus();
|
|
|
- tv_dc_emcode.clearFocus();
|
|
|
+ tv_dc_emcode.requestFocus();
|
|
|
|
|
|
closeListPopupWindow();
|
|
|
}
|