Parcourir la source

成品检验添加字段

RaoMeng il y a 4 ans
Parent
commit
5d4b515797

+ 3 - 0
app/src/main/java/com/uas/pda_smart_sa/fragment/ProductCheckFragment.java

@@ -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));
 

+ 2 - 2
build.gradle

@@ -44,8 +44,8 @@ ext {
             targetSdkVersion : 28,
             compileSdkVersion: 28,
             buildToolsVersion: "28.0.3",
-            versionCode      : 14,
-            versionName      : "v1.4.0"
+            versionCode      : 15,
+            versionName      : "v1.5.0"
     ]
 
     depsVersion = [