コード例 #1
0
        public AscmDeliveryOrderBatch(AscmDeliveryOrderBatch ascmDeliveryOrderBatch, decimal receivedQuantity, decimal checkQuantity)
        {
            GetOwner(ascmDeliveryOrderBatch);

            this.receivedQuantity = receivedQuantity;
            this.checkQuantity    = checkQuantity;
        }
コード例 #2
0
        public AscmDeliveryOrderBatch(AscmDeliveryOrderBatch ascmDeliveryOrderBatch, decimal receivedQuantity, decimal checkQuantity)
        {
            GetOwner(ascmDeliveryOrderBatch);

            this.receivedQuantity = receivedQuantity;
            this.checkQuantity = checkQuantity;
        }
コード例 #3
0
        public AscmDeliveryOrderBatch(AscmDeliveryOrderBatch ascmDeliveryOrderBatch, long detailCount, decimal totalNumber, int _materialId, decimal receivedQuantity)
        {
            GetOwner(ascmDeliveryOrderBatch);

            this.detailCount      = detailCount;
            this.totalNumber      = totalNumber;
            this.materialIdTmp    = _materialId;
            this.receivedQuantity = receivedQuantity;
        }
コード例 #4
0
        public AscmDeliveryOrderBatch(AscmDeliveryOrderBatch ascmDeliveryOrderBatch, long detailCount, decimal totalNumber, int _materialId, decimal receivedQuantity)
        {
            GetOwner(ascmDeliveryOrderBatch);

            this.detailCount = detailCount;
            this.totalNumber = totalNumber;
            this.materialIdTmp = _materialId;
            this.receivedQuantity = receivedQuantity;
        }
コード例 #5
0
        public AscmDeliveryOrderBatch(AscmDeliveryOrderBatch ascmDeliveryOrderBatch, long detailCount, decimal totalNumber, int _materialId)
        {
            GetOwner(ascmDeliveryOrderBatch);

            this.detailCount          = detailCount;
            this.totalNumber          = totalNumber;
            this.materialIdTmp        = _materialId;
            this.appointmentStartTime = appointmentStartTime;
            this.appointmentEndTime   = appointmentEndTime;
        }
コード例 #6
0
        public AscmDeliveryOrderBatch(AscmDeliveryOrderBatch ascmDeliveryOrderBatch, long detailCount, decimal totalNumber, int _materialId)
        {
            GetOwner(ascmDeliveryOrderBatch);

            this.detailCount = detailCount;
            this.totalNumber = totalNumber;
            this.materialIdTmp = _materialId;
            this.appointmentStartTime = appointmentStartTime;
            this.appointmentEndTime = appointmentEndTime;
        }
コード例 #7
0
        public AscmDeliveryOrderBatch(AscmDeliveryOrderBatch ascmDeliveryOrderBatch, long detailCount, decimal totalNumber, int _materialId,
                                      decimal containerBindNumber, decimal palletBindNumber, decimal driverBindNumber, string deliveryStatus)
        {
            GetOwner(ascmDeliveryOrderBatch);

            this.detailCount   = detailCount;
            this.totalNumber   = totalNumber;
            this.materialIdTmp = _materialId;

            this.containerBindNumber = containerBindNumber;
            this.palletBindNumber    = palletBindNumber;
            this.driverBindNumber    = driverBindNumber;
            this.deliveryStatus      = MideaAscm.Dal.SupplierPreparation.Entities.AscmDeliBatSumMain.StatusDefine.DisplayText(deliveryStatus);
        }
コード例 #8
0
        public AscmDeliveryOrderBatch(AscmDeliveryOrderBatch ascmDeliveryOrderBatch, long detailCount, decimal totalNumber, int _materialId,
            decimal containerBindNumber, decimal palletBindNumber, decimal driverBindNumber, string deliveryStatus)
        {
            GetOwner(ascmDeliveryOrderBatch);

            this.detailCount = detailCount;
            this.totalNumber = totalNumber;
            this.materialIdTmp = _materialId;

            this.containerBindNumber = containerBindNumber;
            this.palletBindNumber = palletBindNumber;
            this.driverBindNumber = driverBindNumber;
            this.deliveryStatus = MideaAscm.Dal.SupplierPreparation.Entities.AscmDeliBatSumMain.StatusDefine.DisplayText(deliveryStatus);
        }
コード例 #9
0
 public void GetOwner(AscmDeliveryOrderBatch ascmDeliveryOrderBatch)
 {
     this.id                = ascmDeliveryOrderBatch.id;
     this.organizationId    = ascmDeliveryOrderBatch.organizationId;
     this.createUser        = ascmDeliveryOrderBatch.createUser;
     this.createTime        = ascmDeliveryOrderBatch.createTime;
     this.modifyUser        = ascmDeliveryOrderBatch.modifyUser;
     this.modifyTime        = ascmDeliveryOrderBatch.modifyTime;
     this.docNumber         = ascmDeliveryOrderBatch.docNumber;
     this.barCode           = ascmDeliveryOrderBatch.barCode;
     this.supplierId        = ascmDeliveryOrderBatch.supplierId;
     this.warehouseId       = ascmDeliveryOrderBatch.warehouseId;
     this.materialId        = ascmDeliveryOrderBatch.materialId;
     this.status            = ascmDeliveryOrderBatch.status;
     this.deliveryTime      = ascmDeliveryOrderBatch.deliveryTime;
     this.scheduleStartTime = ascmDeliveryOrderBatch.scheduleStartTime;
     this.comments          = ascmDeliveryOrderBatch.comments;
     this.supperWarehouse   = ascmDeliveryOrderBatch.supperWarehouse;
     this.wipLine           = ascmDeliveryOrderBatch.wipLine;
     this.ascmStatus        = ascmDeliveryOrderBatch.ascmStatus;
     this.actualWarehouseId = ascmDeliveryOrderBatch.actualWarehouseId;
 }
コード例 #10
0
        public AscmDeliveryOrderBatch(AscmDeliveryOrderBatch ascmDeliveryOrderBatch, string comments)
        {
            GetOwner(ascmDeliveryOrderBatch);

            this.comments = comments;
        }
コード例 #11
0
        public AscmDeliveryOrderBatch(AscmDeliveryOrderBatch ascmDeliveryOrderBatch, int materialIdTmp)
        {
            GetOwner(ascmDeliveryOrderBatch);

            this.materialIdTmp = materialIdTmp;
        }
コード例 #12
0
        public AscmDeliveryOrderBatch(AscmDeliveryOrderBatch ascmDeliveryOrderBatch, string comments)
        {
            GetOwner(ascmDeliveryOrderBatch);

            this.comments = comments;
        }
コード例 #13
0
        public AscmDeliveryOrderBatch(AscmDeliveryOrderBatch ascmDeliveryOrderBatch, int materialIdTmp)
        {
            GetOwner(ascmDeliveryOrderBatch);

            this.materialIdTmp = materialIdTmp;
        }
コード例 #14
0
 public void GetOwner(AscmDeliveryOrderBatch ascmDeliveryOrderBatch)
 {
     this.id = ascmDeliveryOrderBatch.id;
     this.organizationId = ascmDeliveryOrderBatch.organizationId;
     this.createUser = ascmDeliveryOrderBatch.createUser;
     this.createTime = ascmDeliveryOrderBatch.createTime;
     this.modifyUser = ascmDeliveryOrderBatch.modifyUser;
     this.modifyTime = ascmDeliveryOrderBatch.modifyTime;
     this.docNumber = ascmDeliveryOrderBatch.docNumber;
     this.barCode = ascmDeliveryOrderBatch.barCode;
     this.supplierId = ascmDeliveryOrderBatch.supplierId;
     this.warehouseId = ascmDeliveryOrderBatch.warehouseId;
     this.materialId = ascmDeliveryOrderBatch.materialId;
     this.status = ascmDeliveryOrderBatch.status;
     this.deliveryTime = ascmDeliveryOrderBatch.deliveryTime;
     this.scheduleStartTime = ascmDeliveryOrderBatch.scheduleStartTime;
     this.comments = ascmDeliveryOrderBatch.comments;
     this.supperWarehouse = ascmDeliveryOrderBatch.supperWarehouse;
     this.wipLine = ascmDeliveryOrderBatch.wipLine;
     this.ascmStatus = ascmDeliveryOrderBatch.ascmStatus;
     this.actualWarehouseId = ascmDeliveryOrderBatch.actualWarehouseId;
 }