|
|
@@ -147,6 +147,9 @@ public class ProductCheckFragment extends BaseFragment implements View.OnClickLi
|
|
|
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")));
|
|
|
+ mCaptionValueBeans.add(new CaptionValueBean("检验单类型", FastjsonUtil.getText(dataObject, "CHECKTYPE")));
|
|
|
+ mCaptionValueBeans.add(new CaptionValueBean("供应商简称", FastjsonUtil.getText(dataObject, "VENAME")));
|
|
|
+ mCaptionValueBeans.add(new CaptionValueBean("是否合格供应商", FastjsonUtil.getText(dataObject, "VEHG")));
|
|
|
String standersampdqty = FastjsonUtil.getText(dataObject, "PR_STANDERSAMPDQTY");
|
|
|
mCaptionValueBeans.add(new CaptionValueBean("标准抽样数", standersampdqty));
|
|
|
|