using System; using System.CodeDom; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Org.BouncyCastle.Asn1.Mozilla; namespace Tnb.WarehouseMgr.Entities.Consts { public class WmsWareHouseConst { public const string WAREHOUSE_ZC_ID = "2"; /// /// 出入库单据状态TypeID /// public const string WMS_INSTOCK_D_BILL_STATUS_TYPEID = "25065133038101"; /// /// 业务类型TypeId /// /// public const string WMS_BIZTYPE_ID = "25043955941909"; /// /// 预任务生成EnCode /// public const string WMS_PRETASK_H_ENCODE = "PreTaskGen"; /// 齐套出库生成Encode /// public const string WMS_KITTINGOUTSTK_ENCODE = "WmsKittingOutStk"; /// /// 空载具出库生成Encode /// public const string WMS_EMPTYOUTSTK_ENCODE = "EptyCarryOutStk"; /// /// 空载具入库生成Encode /// public const string WMS_EMPTYINSTK_ENCODE = "EptyCarryInbound"; /// /// 载具移入生成Encode /// public const string WMS_CARRYMOINSTK_ENCODE = "CarryMoInStk"; /// /// 出库申请生成Encode /// public const string WMS_OUTSTOCK_ENCODE = "WmsOutStock"; /// /// 入库申请生成Encode /// public const string WMS_INSTOCK_ENCODE = "WmsInStock"; /// /// 任务执行ENCODE /// public const string WMS_TASK_EXECUTE_ENCODE = "WmsTaskRequest"; /// /// 盘点出库EnCode /// public const string WMS_CHECK_STOCK_ENCODE = "CheckStockCode"; /// /// 预任务单据状态-待下发Id /// public const string PRETASK_BILL_STATUS_DXF_ID = "26126822610469"; /// /// 预任务单据状态-已下发Id /// public const string PRETASK_BILL_STATUS_YXF_ID = "26126830290469"; /// /// 预任务单据状态-已开始Id /// public const string PRETASK_BILL_STATUS_START_ID = "26126834032677"; /// /// 预任务单据状态-已完成Id /// public const string PRETASK_BILL_STATUS_COMPLE_ID = "26126838773285"; /// /// 预任务单据状态-已完成Id /// public const string PRETASK_BILL_STATUS_CANCEL_ID = "26126842129701"; // /// /// 任务单据状态-待执行Id /// public const string TASK_BILL_STATUS_DZX_ID = "26126851525157"; // /// /// 任务单据状态-已下达Id /// public const string TASK_BILL_STATUS_YXD_ID = "26126853976101"; /// /// 任务单据状态-执行中Id /// public const string TASK_BILL_STATUS_RUNING_ID = "26126856028453"; /// /// 任务单据状态-已完成ID /// public const string TASK_BILL_STATUS_COMPLE_ID = "26126860808229"; /// /// 任务单据状态-已取消ID /// public const string TASK_BILL_STATUS_CANCEL_ID = "26126863175461"; /// /// 单据状态-作业中 /// public const string BILLSTATUS_ON_ID = "25065143245845"; /// /// 单据状态-完成 /// public const string BILLSTATUS_COMPLETE_ID = "25065149810453"; /// /// 单据状态-取消 /// public const string BILLSTATUS_CANCEL_ID = "25065146252309"; /// /// 单据状态-新增 /// public const string BILLSTATUS_ADD_ID = "25065138925589"; /// /// 单据状态-已呼叫 /// public const string BILLSTATUS_CALLED_ID = "26169430480933"; /// /// 单据状态-待配送 /// public const string BILLSTATUS_TOBESHIPPED_ID = "26169434213669"; /// /// 任务类型-入库TypeId /// public const string WMS_PRETASK_INSTOCK_TYPE_ID = "26126748597797"; /// /// 任务类型-出库TypeId /// public const string WMS_PRETASK_OUTSTOCK_TYPE_ID = "26126751446821"; /// /// 任务类型-转移TypeId /// public const string WMS_PRETASK_TRANSFER_TYPE_ID = "26126753796389"; /// /// 预任务生成业务类型-空载具出库 /// public const string BIZTYPE_WMSEPTYOUTSTK_ID = "26122265173285"; /// /// 预任务生成业务类型-载具移出 /// public const string BIZTYPE_WMSMOOUTSTK_ID = "26122271183141"; /// /// 预任务生成业务类型-空载具入库 /// public const string BIZTYPE_WMSEMPTYINSTOCK_ID = "26121986416677"; /// /// 预任务生成业务类型-载具移入 /// public const string BIZTYPE_CARRYMOVEINSTOCK_ID = "26121988909861"; /// /// 预任务生成业务类型-库内转移 /// public const string BIZTYPE_WMSTRANSFER_ID = "26125644258853"; /// /// 预任务生成业务类型-齐套分拣 /// public const string BIZTYPE_WMSSETSORTING_ID = "26186830379045"; /// /// 预任务生成业务类型-寄存捆包 /// public const string BIZTYPE_WMSINBALE_ID = "26191517767205"; /// /// 预任务生成业务类型-一般入库 /// public const string BIZTYPE_WMSINSTOCK_ID = "26191496816421"; /// /// 预任务生成业务类型-一般出库 /// public const string BIZTYPE_WMSOUTSTOCK_ID = "26191522660645"; /// /// 预任务生成业务类型-齐套入库 /// public const string BIZTYPE_WMSKITTINGINSTK_ID = "26165655816741"; /// /// 预任务生成业务类型-齐套出库 /// public const string BIZTYPE_WMSKITTINGOUTSTK_ID = "26169472620837"; /// /// 预任务生成业务类型-寄存出库 /// public const string BIZTYPE_WMSOUTBALE_ID = "26191525396517"; /// /// 预任务生成业务类型-寄存入库 /// public const string BIZTYPE_WMSINBALEINSTK_ID = "26501508971285"; /// /// 预任务生成业务类型-配送申请 /// public const string BIZTYPE_WMSDELIVERY_ID = "26585291847957"; /// /// 预任务生成业务类型-载具绑定 /// public const string BIZTYPE_WMSCARRYBIND_ID = "27118595509525"; /// /// 预任务生成业务类型-盘点出库 /// public const string BIZTYPE_WMSCHECKOUTSTOCK_ID = "27718132310037"; /// /// 条码打印状态-已完成 /// public const string BARCODE_PRINT_STATUS_COMPLETE_ID = "26191372853541"; /// /// 载具规格-料架 /// public const string CARRY_LJSTD_ID = "26037267399717"; /// /// 打印状态-未打印 /// public const string PRINT_STATUS_NOTPRINTED = "26191366982437"; /// /// 打印状态-打印中 /// public const string PRINT_STATUS_PRINTING = "26191369755173"; /// /// 打印状态-打印完成 /// public const string PRINT_STATUS_PRINTCOMPLETE= "26191372853541"; /// /// 同步状态-无需同步 /// public const string SYNC_STATUS_NONEEDSYNC = "26191359047461"; /// /// 同步状态-未同步 /// public const string SYNC_STATUS__NOTSYNC = "26191345740069"; /// /// 同步状态-同步中 /// public const string SYNC_STATUS__SYNCING = "26191348846117"; /// /// 同步状态-同步完成 /// public const string SYNC_STATUS__SYNCCOMPLETE = "26191351559205"; /// /// 同步状态-同步失败 /// public const string SYNC_STATUS__SYNCFAILED = "26191354152229"; } }