|
|
@@ -326,31 +326,29 @@ public class StorageRechargeListFragment extends BaseFragment implements OnColum
|
|
|
|
|
|
linecodeBeanList = new ArrayList<>();
|
|
|
linecodeBeanList.clear();
|
|
|
+ if (!mi_isday.isEmpty()){//日保养
|
|
|
+ linecodeBeanList.add(mi_isday);
|
|
|
+ }
|
|
|
|
|
|
- if (!mi_tally.isEmpty()){
|
|
|
+ if (!mi_tally.isEmpty()){//点检
|
|
|
linecodeBeanList.add(mi_tally);
|
|
|
}
|
|
|
- if (!mi_isday.isEmpty()){
|
|
|
- linecodeBeanList.add(mi_isday);
|
|
|
- }
|
|
|
- if (!mi_isweek.isEmpty()){
|
|
|
+
|
|
|
+ if (!mi_isweek.isEmpty()){//周保养
|
|
|
linecodeBeanList.add(mi_isweek);
|
|
|
}
|
|
|
- if (!mi_ismonth.isEmpty()){
|
|
|
+ if (!mi_ismonth.isEmpty()){//月保养
|
|
|
linecodeBeanList.add(mi_ismonth);
|
|
|
}
|
|
|
- if (!mi_isseason.isEmpty()){
|
|
|
+ if (!mi_isseason.isEmpty()){//季度保养
|
|
|
linecodeBeanList.add(mi_isseason);
|
|
|
}
|
|
|
- if (!mi_year.isEmpty()){
|
|
|
+ if (!mi_year.isEmpty()){//年保养
|
|
|
linecodeBeanList.add(mi_year);
|
|
|
}
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- if (!mi_calibration.isEmpty()){
|
|
|
+ if (!mi_calibration.isEmpty()){//效验
|
|
|
linecodeBeanList.add(mi_calibration);
|
|
|
}
|
|
|
if (!mi_ishalfmonth_user.isEmpty()){
|