|
|
@@ -68,6 +68,7 @@ public class StorageRechargeInspectionAdapter extends BaseAdapter {
|
|
|
holder.listStorageInspectionVendnameTv.setText(object.getVendname());
|
|
|
holder.listStorageInspectionRecorderTv.setText(object.getRecorder());
|
|
|
holder.listStorageInspectionStateTv.setText(object.getStates());
|
|
|
+ holder.tv_receiving_aterials_time.setText(object.getAN_INDATE());
|
|
|
}
|
|
|
|
|
|
protected class ViewHolder {
|
|
|
@@ -76,6 +77,7 @@ public class StorageRechargeInspectionAdapter extends BaseAdapter {
|
|
|
private TextView listStorageInspectionRecorderTv;
|
|
|
private TextView listStorageInspectionStateTv;
|
|
|
private TextView codeCaptionTv;
|
|
|
+ private TextView tv_receiving_aterials_time;
|
|
|
|
|
|
public ViewHolder(View view) {
|
|
|
listStorageInspectionCodeTv = (TextView) view.findViewById(R.id.list_storage_recharge_inspection_code_tv);
|
|
|
@@ -83,6 +85,7 @@ public class StorageRechargeInspectionAdapter extends BaseAdapter {
|
|
|
listStorageInspectionRecorderTv = (TextView) view.findViewById(R.id.list_storage_recharge_inspection_recorder_tv);
|
|
|
listStorageInspectionStateTv = (TextView) view.findViewById(R.id.list_storage_recharge_inspection_state_tv);
|
|
|
codeCaptionTv = (TextView) view.findViewById(R.id.list_storage_recharge_inspection_code_caption);
|
|
|
+ tv_receiving_aterials_time = (TextView) view.findViewById(R.id.tv_receiving_aterials_time);
|
|
|
}
|
|
|
}
|
|
|
}
|