|
@ -918,7 +918,7 @@ public class INVTransActivity extends AppCompatActivity { |
|
|
|
|
|
|
|
|
try { |
|
|
try { |
|
|
result = ""; |
|
|
result = ""; |
|
|
result = WebServiceUtil.GetWSReturnInfoNew("TransferDoc/Update", tempArrP); |
|
|
|
|
|
|
|
|
result = WebServiceUtil.GetWSReturnInfoNew("TransferDocIn/Create", tempArrP); |
|
|
if (result != null && result.length() != 0) { |
|
|
if (result != null && result.length() != 0) { |
|
|
applicationModel = new Gson().fromJson(result, ApplicationModel.class); |
|
|
applicationModel = new Gson().fromJson(result, ApplicationModel.class); |
|
|
IsFinish=true; |
|
|
IsFinish=true; |
|
|