|
|
@@ -165,23 +165,24 @@ public class LoginFrame extends JFrame {
|
|
|
MesClient.getUser();
|
|
|
|
|
|
|
|
|
- String url1 = "http://" + Config.server_ip + ":8980/js/a/mes/mesProductRecord/work" + "?oprno=OP310B" + "&lineSn=" + Config.line_sn;
|
|
|
+ String url1 = "http://" + Config.server_ip + ":8980/js/a/mes/mesProductRecord/work" + "?oprno=OP400A" + "&lineSn=" + Config.line_sn;
|
|
|
MesWebView jfxPanel = new MesWebView(url1);
|
|
|
jfxPanel.setSize(990, 550);
|
|
|
MesClient.indexPanelB.add(jfxPanel);
|
|
|
+ System.out.println(url1);
|
|
|
|
|
|
- String url5 = "http://" + Config.server_ip + ":8980/js/a/mes/mesProductRecord/work" + "?oprno=OP320" + "&lineSn=" + Config.line_sn;
|
|
|
+ String url5 = "http://" + Config.server_ip + ":8980/js/a/mes/mesProductRecord/work" + "?oprno=OP400B" + "&lineSn=" + Config.line_sn;
|
|
|
MesWebView webView5 = new MesWebView(url5);
|
|
|
webView5.setSize(990, 550);
|
|
|
MesClient.panel5.add(webView5);
|
|
|
+ System.out.println(url5);
|
|
|
|
|
|
-
|
|
|
- String url2 = "http://" + Config.server_ip + ":8980/js/a/mes/mesProcessCheckRecord/ulist?ucode=" + user_id + "&oprno=OP320" + "&lineSn=" + Config.line_sn;
|
|
|
+ String url2 = "http://" + Config.server_ip + ":8980/js/a/mes/mesProcessCheckRecord/ulist?ucode=" + user_id + "&oprno=OP400" + "&lineSn=" + Config.line_sn;
|
|
|
MesWebView jfxPanel2 = new MesWebView(url2);
|
|
|
jfxPanel2.setSize(990, 550);
|
|
|
MesClient.indexPanelC.add(jfxPanel2);
|
|
|
|
|
|
- String url4 = "http://" + Config.server_ip + ":8980/js/a/mes/mesProcessUserRecord/submitView?oprno=OP320";
|
|
|
+ String url4 = "http://" + Config.server_ip + ":8980/js/a/mes/mesProcessUserRecord/submitView?oprno=OP400";
|
|
|
MesWebView webView4 = new MesWebView(url4);
|
|
|
webView4.setSize(990, 550);
|
|
|
MesClient.panel4.removeAll();
|