Beispiel #1
0
 public UCWMSRepack(User user)
     : base(user)
 {
     this.InitializeComponent();
     this.lblMessage.Text = "请扫描条码";
     base.btnOrder.Text = "翻包";
 }
Beispiel #2
0
 public UCHuStatus(User user)
 {
     InitializeComponent();
     this.smartDeviceService = new SD_SmartDeviceService();
     this.user = user;
     this.Reset();
 }
 public UCReceiveProdOrder(User user)
 {
     InitializeComponent();
     this.smartDeviceService = new SD_SmartDeviceService();
     this.user = user;
     this.Reset();
 }
Beispiel #4
0
 public UCJudgeInspect(User user, JudgeResult judgeResult)
     : base(user)
 {
     InitializeComponent();
     base.btnOrder.Text = "合格";
     this.judgeResult = judgeResult;
 }
Beispiel #5
0
        public static UCHuAging GetUCHuAging(User user, bool isStart)
        {
            if (ucHuAging == null)
            {
                lock (obj)
                {
                    if (ucHuAging == null)
                    {
                        ucHuAging = new UCHuAging(user, isStart);
                    }
                }
            }
            ucHuAging.user = user;
            ucHuAging.isStart = isStart;
            ucHuAging.lblMessage.ForeColor = Color.Black;

            if (isStart)
            {
                ucHuAging.lblMessage.Text = "老化开始,请扫描条码";

            }
            else
            {
                ucHuAging.lblMessage.Text = "老化结束,请扫描条码";
            }
            ucHuAging.Reset();
            return ucHuAging;
        }
Beispiel #6
0
 public UCRePack(User user)
     : base(user)
 {
     InitializeComponent();
     base.btnOrder.Text = "翻箱";
     this.isOldHu = true;
 }
Beispiel #7
0
 public UCBinOn(User user)
     : base(user)
 {
     this.InitializeComponent();
     base.btnOrder.Text = "上架";
     this.Reset();
 }
Beispiel #8
0
 public UCMisInOut(User user)
     : base(user)
 {
     this.InitializeComponent();
     base.lblMessage.Text = "请扫描计划外出/入库单";
     base.btnOrder.Text = "确定";
 }
 public UCProductOrderOnline(User user)
 {
     InitializeComponent();
     this.smartDeviceService = new SD_SmartDeviceService();
     this.user = user;
     this.Reset();
 }
Beispiel #10
0
 public UCWMSPickGoods(User user,bool isPickByHu)
     : base(user)
 {
     this.InitializeComponent();
     this.isPickByHu = isPickByHu;
     this.lblMessage.Text = "请扫描条码";
     base.btnOrder.Text = "拣货";
 }
Beispiel #11
0
        public UCModuleSelect(User user)
        {
            InitializeComponent();

            this.user = user;
            this.CheckAccessPermission();
            this.tabModuleSelect.SelectedIndex = this.GetSelectedIndex();
        }
Beispiel #12
0
 public UCHuFilter(User user)
 {
     InitializeComponent();
     this.smartDeviceService = new SD_SmartDeviceService();
     this.smartDeviceService.Url = Utility.WEBSERVICE_URL;
     this.user = user;
     this.Reset();
 }
Beispiel #13
0
 public UCPutAway(User user)
 {
     InitializeComponent();
     this.smartDeviceService = new SD_SmartDeviceService();
     this.user = user;
     this.btnOrder.Text = "上架";
     this.Reset();
 }
 public UCProductOrderOnline(User user)
 {
     InitializeComponent();
     this.smartDeviceService = new SD_SmartDeviceService();
     this.smartDeviceService.Url = Utility.WEBSERVICE_URL;
     this.user = user;
     this.Reset();
 }
Beispiel #15
0
 public UCRePack(User user)
     : base(user)
 {
     InitializeComponent();
     base.btnOrder.Text = "翻箱";
     this.isOldHu = true;
     this.keyCodeDiff = Utility.GetKeyCodeDiff();
 }
 public UCPickListOnline(User user)
 {
     InitializeComponent();
     this.smartDeviceService = new SD_SmartDeviceService();
     this.user = user;
     this.btnOrder.Text = "上线";
     this.Reset();
 }
Beispiel #17
0
 public UCBindContainer(User user, bool isIn)
     : base(user)
 {
     this._isIn = isIn;
     this.InitializeComponent();
     base.btnOrder.Text = "OK";
     this.Reset();
 }
Beispiel #18
0
 protected UCCabTransfer(User user)
 {
     InitializeComponent();
     this.smartDeviceService = new SmartDeviceService();
     this.user = user;
     //this.InitializeDataGrid();
     this.Reset();
 }
Beispiel #19
0
        public UCCabOnline(User user)
        {
            this.InitializeComponent();
            this.smartDeviceService = new SmartDeviceService();
            this.user = user;

            this.Reset();
        }
Beispiel #20
0
 private UCMisOut(User user)
     : base(user)
 {
     this.InitializeComponent();
     base.btnOrder.Text = "出库";
     base.lblMessage.Text = "请扫描计划外出库单";
     base.lblMessage.ForeColor = Color.Black;
 }
Beispiel #21
0
 public UCBase(User user)
 {
     this.smartDeviceService = new SD_SmartDeviceService();
     this.user = user;
     this.InitializeComponent();
     this.InitializeDataGrid();
     this.Reset();
 }
Beispiel #22
0
 public UCHuAging(User user, bool isStart)
 {
     InitializeComponent();
     this.smartDeviceService = new SD_SmartDeviceService();
     this.user = user;
     this.isStart = isStart;
     this.Reset();
 }
Beispiel #23
0
 public UCTransKeyScan(User user)
     : base(user)
 {
     this.Reset();
     this.InitializeComponent();
     base.btnOrder.Text = "确认";
     this.lblMessage.Text = "请扫描KIT单";
 }
 public UCWMSDeliveryBarCode(User user)
 {
     InitializeComponent();
     this.smartDeviceService = new SD_SmartDeviceService();
     this.smartDeviceService.Url = Utility.WEBSERVICE_URL;
     this.user = user;
     this.Reset();
 }
Beispiel #25
0
        public UCLotNoScan(User user)
        {
            this.InitializeComponent();
            this.smartDeviceService = new SmartDeviceService();
            this.user = user;

            this.Reset();
        }
Beispiel #26
0
 public UCMaterialReturn(User user)
 {
     InitializeComponent();
     this.smartDeviceService = new SmartDeviceService();
     this.user = user;
     this.InitializeDataGrid();
     this.Reset();
 }
Beispiel #27
0
 private UCPickListShip(User user)
 {
     InitializeComponent();
     this.smartDeviceService = new SmartDeviceService();
     this.user = user;
     this.btnOrder.Text = "发货";
     this.Reset();
 }
 protected UCForceMaterialIn(User user)
 {
     InitializeComponent();
     this.smartDeviceService = new SmartDeviceService();
     this.user = user;
     this.InitializeDataGrid();
     this.Reset();
 }
Beispiel #29
0
        public AssemblyOffline(User user)
        {
            this.InitializeComponent();
            this.smartDeviceService = new SmartDeviceService();
            this.user = user;

            this.Reset();
        }
Beispiel #30
0
 public UCHuAging(User user, bool isStart)
 {
     InitializeComponent();
     this.smartDeviceService = new SD_SmartDeviceService();
     this.smartDeviceService.Url = Utility.WEBSERVICE_URL;
     this.user = user;
     this.isStart = isStart;
     this.Reset();
 }