Pārlūkot izejas kodu

高登【物料库存查询】仓库改为仓位

RaoMeng 5 gadi atpakaļ
vecāks
revīzija
e18ec2160f

+ 1 - 1
app/src/main/java/com/uas/uaspda/tools/VolleyUtil.java

@@ -334,7 +334,7 @@ public class VolleyUtil {
         getVolleyUtil();
         context = pContext;
         requestType = pRequestType;
-        pUrl = pUrl + "?pr_code" + pProcode + "&wh_code=" + pWhcode;
+        pUrl = pUrl + "?pr_code" + pProcode + "&location=" + pWhcode;
         Log.e("VOLLEYURL", pUrl);
         stringRequest = new StringRequest(Request.Method.GET, pUrl, stringListener, errorListener) {
             @Override

+ 1 - 1
app/src/main/res/layout/fragment_whcheck_makematerial.xml

@@ -20,7 +20,7 @@
             android:layout_marginLeft="@dimen/space_left_8"
             android:layout_marginRight="@dimen/space_right_8"
             style="@style/PopWinEditTextStyle"
-            android:hint="仓"
+            android:hint="仓"
             android:layout_weight="3"/>
         <TextView
             android:id="@+id/btn_search_whmm"

+ 3 - 2
build.gradle

@@ -1,5 +1,6 @@
 import sun.security.krb5.internal.crypto.Des
 
+// 万利达、高登
 // Top-level build file where you can add configuration options common to all sub-projects/modules.
 
 buildscript {
@@ -44,8 +45,8 @@ ext {
             targetSdkVersion : 28,
             compileSdkVersion: 28,
             buildToolsVersion: "28.0.3",
-            versionCode      : 7,
-            versionName      : "v2.3"
+            versionCode      : 8,
+            versionName      : "v2.4"
     ]
 
     depsVersion = [