|
@@ -74,7 +74,7 @@ public class ToSaleOutDialog extends UIDialog implements ActionListener,BillEdit
|
|
|
setDefaultCloseOperation(javax.swing.WindowConstants.DISPOSE_ON_CLOSE);
|
|
|
setTitle("生产总订单入库-销售出库");
|
|
|
setSize(1000,360);
|
|
|
- //this.setResizable(true);
|
|
|
+ this.setResizable(true);
|
|
|
setLocation((dimension.width-550)/2, (dimension.height-300)/2);
|
|
|
setContentPane(getMainPanel());
|
|
|
addListenerEvent();
|