|
@@ -121,14 +121,14 @@ public class ToSaleOutDialog extends UIDialog implements ActionListener,BillEdit
|
|
|
setName("saleoutdlg");
|
|
|
setDefaultCloseOperation(javax.swing.WindowConstants.DISPOSE_ON_CLOSE);
|
|
|
setTitle("生产总订单入库-销售出库");
|
|
|
- setSize(dimension.width-150,dimension.height-350);
|
|
|
+ setSize(dimension.width-100,dimension.height-200);
|
|
|
int width=dimension.width;
|
|
|
int height=dimension.height;
|
|
|
MessageDialog.showHintDlg(mainpanel, "成功", width+"功!"+height);
|
|
|
this.setResizable(true);
|
|
|
add(getUIPanel0(), BorderLayout.NORTH);
|
|
|
add(getUIPanel2(), BorderLayout.CENTER);
|
|
|
- setLocation(150/2, 350/2);
|
|
|
+ setLocation(100/2, 200/2);
|
|
|
// setContentPane(getMainPanel());
|
|
|
addListenerEvent();
|
|
|
this.aggvo = aggvo;
|
|
@@ -157,8 +157,9 @@ public class ToSaleOutDialog extends UIDialog implements ActionListener,BillEdit
|
|
|
ivjUIPanel2 = new UIPanel();
|
|
|
ivjUIPanel2.setLayout(new BorderLayout());
|
|
|
ivjUIPanel2.setPreferredSize(new Dimension(0, 500));
|
|
|
- // ivjUIPanel2.add(getTablePanel(), BorderLayout.CENTER);
|
|
|
- ivjUIPanel2.add(getMainPanel(), BorderLayout.CENTER);// ZTH
|
|
|
+ // ivjUIPanel2.add(getMainPanel(), BorderLayout.CENTER);// ZTH
|
|
|
+ ivjUIPanel2.add(getJlbtnpanel(), BorderLayout.SOUTH);// ZTH
|
|
|
+ ivjUIPanel2.add(getJlcardPanel(), BorderLayout.CENTER);// ZTH
|
|
|
}
|
|
|
return this.ivjUIPanel2;
|
|
|
}
|