public PackageTaskQueryForm() { InitializeComponent(); client = new DefalutWMSClient(); colsHeaderText_H.Add("订单总量"); colsHeaderText_H.Add("实出量"); colsHeaderText_H.Add("包裹数"); }
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(); }
public PackageDetailForm() { InitializeComponent(); client = new DefalutWMSClient(); }
public BoxPrintForm() { InitializeComponent(); client = new DefalutWMSClient(); }
public PreprocessForm() { InitializeComponent(); client = new DefalutWMSClient(); }
public PreWeightForm(Goods _goods) { InitializeComponent(); this.goods = _goods; client = new DefalutWMSClient(); }