|
|
@@ -40,7 +40,7 @@ import android.widget.ImageButton;
|
|
|
import android.widget.ListView;
|
|
|
import android.widget.TextView;
|
|
|
import android.widget.Toast;
|
|
|
-//쭙늡슥쌈 낮饋
|
|
|
+//쭙늡슥쌈 낮饋 뵨 낮饋데틔
|
|
|
public class LuociRevokeActivity extends Activity {
|
|
|
private TextView title;
|
|
|
private EditText barcodeEdt;
|
|
|
@@ -64,6 +64,7 @@ public class LuociRevokeActivity extends Activity {
|
|
|
private String procedureName;
|
|
|
private Handler barcodeUpperH = new Handler();
|
|
|
private String barcodeUpper;
|
|
|
+ private String procedureMenuCode; // 낮饋데틔눈법윱돨令
|
|
|
@Override
|
|
|
protected void onCreate(Bundle savedInstanceState) {
|
|
|
super.onCreate(savedInstanceState);
|
|
|
@@ -79,6 +80,7 @@ public class LuociRevokeActivity extends Activity {
|
|
|
sessionkey = preferences.getString("SessionKey", "");
|
|
|
Bundle b = getIntent().getExtras();
|
|
|
procedureName = b.getString("title");
|
|
|
+ procedureMenuCode = b.getString("procedureMenuCode");
|
|
|
title.setText(procedureName);
|
|
|
CommonUtil.BarcodeMaxLength(barcodeEdt, 50);
|
|
|
barcodeList = new ArrayList<BarcodeInfo>();
|
|
|
@@ -590,7 +592,12 @@ public class LuociRevokeActivity extends Activity {
|
|
|
js.put("userPassword", password);
|
|
|
js.put("sessionKey", sessionkey);
|
|
|
js.put("module", "LCFinishedProduct");
|
|
|
- js.put("action", "LCBackFinishedHandoverCheck");
|
|
|
+ // 낮饋데틔 251210
|
|
|
+ if ("063403".equals(procedureMenuCode)) {
|
|
|
+ js.put("action", "LCBackFinishedHandoverSingleCheck");
|
|
|
+ }else {
|
|
|
+ js.put("action", "LCBackFinishedHandoverCheck");
|
|
|
+ }
|
|
|
JSONObject data = new JSONObject();
|
|
|
data.put("Barcode", barcode);
|
|
|
js.put("jsonData", data.toString());
|