Beispiel #1
0
 public PackageTaskQueryForm()
 {
     InitializeComponent();
     client = new DefalutWMSClient();
     colsHeaderText_H.Add("订单总量");
     colsHeaderText_H.Add("实出量");
     colsHeaderText_H.Add("包裹数");
 }
Beispiel #2
0
 public WeightForm(long _packId, string _taskCode, decimal _orderCount, int _standNum, string _processDes, int _orderNum)
 {
     InitializeComponent();
     this.packId     = _packId;
     this.taskCode   = _taskCode;
     this.orderCount = _orderCount;
     standNum        = _standNum;
     this.processDes = _processDes;
     this.orderNum   = _orderNum;
     client          = new DefalutWMSClient();
 }
Beispiel #3
0
 public PackageDetailForm()
 {
     InitializeComponent();
     client = new DefalutWMSClient();
 }
Beispiel #4
0
 public BoxPrintForm()
 {
     InitializeComponent();
     client = new DefalutWMSClient();
 }
Beispiel #5
0
 public PreprocessForm()
 {
     InitializeComponent();
     client = new DefalutWMSClient();
 }
Beispiel #6
0
 public PreWeightForm(Goods _goods)
 {
     InitializeComponent();
     this.goods = _goods;
     client     = new DefalutWMSClient();
 }