@@ -335,7 +335,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"