@@ -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
@@ -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"
@@ -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 = [