|
|
@@ -67,6 +67,7 @@ public class MesClient extends JFrame {
|
|
|
public static JScrollPane indexScrollPaneB;
|
|
|
public static JScrollPane searchScrollPane;
|
|
|
public static JScrollPane searchScrollPaneGz;
|
|
|
+ public static JScrollPane searchScrollPaneDj;
|
|
|
|
|
|
public static Boolean check_quality_result = false;
|
|
|
public static Integer work_status = 0;
|
|
|
@@ -127,7 +128,9 @@ public class MesClient extends JFrame {
|
|
|
public static JFrame welcomeWin;
|
|
|
|
|
|
public static JPanel indexPanelB;
|
|
|
+ public static JPanel indexPanelC;
|
|
|
public static MesWebView jfxPanel = null;
|
|
|
+ public static MesWebView jfxPanel2 = null;
|
|
|
public static MesRadio mesRadioHj;
|
|
|
|
|
|
public static S7PLC s7PLC = new S7PLC(EPlcType.S1200, "10.85.10.131"); //100 AB工位
|
|
|
@@ -1373,6 +1376,12 @@ public class MesClient extends JFrame {
|
|
|
|
|
|
tabbedPane.addTab("工作记录", new ImageIcon(MesClient.class.getResource("/bg/menu_data_preprocess.png")), searchScrollPane, null);
|
|
|
|
|
|
+ indexPanelC = new JPanel();
|
|
|
+ searchScrollPaneDj = new JScrollPane(indexPanelC);
|
|
|
+ indexPanelC.setLayout(null);
|
|
|
+
|
|
|
+ tabbedPane.addTab("开班点检", new ImageIcon(MesClient.class.getResource("/bg/menu_data_preprocess.png")), searchScrollPaneDj, null);
|
|
|
+
|
|
|
// bindBatchPanel();
|
|
|
}
|
|
|
|