瀏覽代碼

修复入库采集, 条码号不能为空的问题

songw 1 年之前
父節點
當前提交
c8d7a34c2d

+ 1 - 3
app/src/main/java/com/uas/hy_electronic/fragment/JLTStorageInBarcodeFragment.java

@@ -219,7 +219,7 @@ public class JLTStorageInBarcodeFragment extends BaseFragment implements View.On
         mRecyclerView.addItemDecoration(new RecyclerItemDecoration(2));
         mStorageInTodoAdapter = new NewJLTStorageInTodoAdapter(mActivity);
         mFocusId = root.findFocus().getId();
-        CheckBoxData();
+//        CheckBoxData();
     }
 
     @Override
@@ -980,8 +980,6 @@ public class JLTStorageInBarcodeFragment extends BaseFragment implements View.On
                 jlt_edit_qty.setText("");
 //                resetState();
                 mBarcodeEditText.requestFocus();
-
-
             }
 
 

+ 2 - 1
app/src/main/res/layout/fragment_jlt_storage_in_barcode.xml

@@ -44,7 +44,8 @@
             android:text="采集唯一码"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
-            android:visibility="gone">
+            android:visibility="gone"
+            >
         </CheckBox>
 
     </LinearLayout>

+ 2 - 2
build.gradle

@@ -50,8 +50,8 @@ ext {
             targetSdkVersion : 28,
             compileSdkVersion: 28,
             buildToolsVersion: "28.0.3",
-            versionCode      : 24,
-            versionName      : "v1.1.4"
+            versionCode      : 25,
+            versionName      : "v1.1.5"
     ]
 
     depsVersion = [