|
|
@@ -140,6 +140,11 @@ public class ProductCheckFragment extends BaseFragment implements View.OnClickLi
|
|
|
mCaptionValueBeans.add(new CaptionValueBean("批号", FastjsonUtil.getText(dataObject, "LOTNO")));
|
|
|
String stachecknum = FastjsonUtil.getText(dataObject, "STACHECKNUM");
|
|
|
mCaptionValueBeans.add(new CaptionValueBean("标准抽样数", stachecknum));
|
|
|
+ mCaptionValueBeans.add(new CaptionValueBean("封装形式", FastjsonUtil.getText(dataObject, "BAN_PKG")));
|
|
|
+ mCaptionValueBeans.add(new CaptionValueBean("放大倍数", FastjsonUtil.getText(dataObject, "BAN_TS")));
|
|
|
+ mCaptionValueBeans.add(new CaptionValueBean("开关时间", FastjsonUtil.getText(dataObject, "BAN_HFE")));
|
|
|
+ mCaptionValueBeans.add(new CaptionValueBean("反压参数", FastjsonUtil.getText(dataObject, "BAN_BVDSS")));
|
|
|
+ mCaptionValueBeans.add(new CaptionValueBean("管体批码", FastjsonUtil.getText(dataObject, "BAN_LOTNO")));
|
|
|
|
|
|
mCommonFormAdapter.notifyDataSetChanged();
|
|
|
|