|
|
@@ -366,7 +366,7 @@ public class StorageRechargeListFragment extends BaseFragment{
|
|
|
@Override
|
|
|
public void onClick(View v) {
|
|
|
at_station.setText("");
|
|
|
- getReapirInfo(at_station.getText().toString().trim(),ce_work_code.getText().toString().trim(),ce_wuli.getText().toString().trim());
|
|
|
+ getReapirInfo(at_station.getText().toString().trim(),tv_macode.getText().toString().trim(),ce_wuli.getText().toString().trim());
|
|
|
at_station.requestFocus();
|
|
|
at_station.setFocusableInTouchMode(true);
|
|
|
}
|
|
|
@@ -478,7 +478,7 @@ public class StorageRechargeListFragment extends BaseFragment{
|
|
|
|
|
|
sc_codecolletwo = SharedPreUtil.getString(mActivity, "sc_codecolletwo", null);
|
|
|
at_station.setText(sc_codecolletwo);
|
|
|
- getReapirInfo(sc_codecolletwo,ce_work_code.getText().toString().trim(),ce_wuli.getText().toString().trim());
|
|
|
+ getReapirInfo(sc_codecolletwo,tv_macode.getText().toString().trim(),ce_wuli.getText().toString().trim());
|
|
|
// getfuzzySearchSourceData(sc_codecolletwo,"");
|
|
|
listSama = new ArrayList<>();
|
|
|
WindowManager wm = mActivity.getWindowManager();
|
|
|
@@ -510,6 +510,7 @@ public class StorageRechargeListFragment extends BaseFragment{
|
|
|
va_timeColumn = new Column<String>("时间", "SR_INDATE");
|
|
|
}
|
|
|
public void getReapirInfo(String bgcode,String ma_code,String li_code){
|
|
|
+
|
|
|
if (ce_work_code.getText().toString().trim().isEmpty()){
|
|
|
CommonUtil.toastNoRepeat(mActivity, "请选择工单流水");
|
|
|
return;
|
|
|
@@ -918,7 +919,7 @@ public class StorageRechargeListFragment extends BaseFragment{
|
|
|
if (dataObject != null) {
|
|
|
String sc_code = JsonUtils.optStringNotNull(dataObject, "SC_CODE");
|
|
|
// at_station.setText(sc_code);
|
|
|
- getReapirInfo(sc_code,ce_work_code.getText().toString().trim(),ce_wuli.getText().toString().trim());
|
|
|
+ getReapirInfo(sc_code,tv_macode.getText().toString().trim(),ce_wuli.getText().toString().trim());
|
|
|
at_station.clearFocus();
|
|
|
ce_work_code.clearFocus();
|
|
|
tv_dc_emcode.clearFocus();
|
|
|
@@ -1394,7 +1395,7 @@ public class StorageRechargeListFragment extends BaseFragment{
|
|
|
return;
|
|
|
}
|
|
|
at_station.setText(sc_code);
|
|
|
- getReapirInfo(sc_code,ce_work_code.getText().toString().trim(),ce_wuli.getText().toString().trim());
|
|
|
+ getReapirInfo(sc_code,tv_macode.getText().toString().trim(),ce_wuli.getText().toString().trim());
|
|
|
at_station.clearFocus();
|
|
|
ce_work_code.clearFocus();
|
|
|
tv_dc_emcode.clearFocus();
|
|
|
@@ -1583,7 +1584,7 @@ public class StorageRechargeListFragment extends BaseFragment{
|
|
|
CommonUtil.toastNoRepeat(mActivity,"请选择物理线体");
|
|
|
return;
|
|
|
}
|
|
|
- getReapirInfo(at_station.getText().toString().trim(),ce_work_code.getText().toString().trim(),li_code);
|
|
|
+ getReapirInfo(at_station.getText().toString().trim(),tv_macode.getText().toString().trim(),li_code);
|
|
|
closeListPopupWindow();
|
|
|
}
|
|
|
});
|