namespace Tnb.WarehouseMgr.Entities.Consts
{
public class WmsWareHouseConst
{
///
/// 集中供料仓
///
public const string WAREHOUSE_JZGL_ID = "34377195181845";
///
/// 原材料仓ID
///
public const string WAREHOUSE_YCL_ID = "1";
///
/// 中储仓ID
///
public const string WAREHOUSE_ZC_ID = "2";
///
/// 成品仓库ID
///
public const string WAREHOUSE_CP_ID = "26103372441637";
///
/// 成品出入库仓库ID
///
public const string WAREHOUSE_CPCRK_ID = "35302142874901";
///
/// 暂存仓仓库ID
///
public const string WAREHOUSE_ZCC_ID = "33780009364245";
///
/// 四楼解析库
///
public const string WAREHOUSE_JXK_ID = "26103367464997";
///
/// 缓存仓ID
///
public const string WAREHOUSE_HCC_ID = "26103348825381";
///
/// 组装线边库
///
public const string WAREHOUSE_ZZXBK_ID = "26257716248101";
///
/// 一楼包材缓存库
///
public const string WAREHOUSE_F1BCK_ID = "35418033338389";
///
/// 四楼包材库
///
public const string WAREHOUSE_BCK_ID = "35410826423061";
///
/// 四楼待灭菌仓
///
public const string WAREHOUSE_DMJC_ID = "35412479754517";
///
/// 四楼灭菌仓
///
public const string WAREHOUSE_MJC_ID = "35412482304021";
///
/// 二楼包材区
///
public const string WAREHOUSE_F2BCQ_ID = "35434198944789";
///
/// 二楼空托区
///
public const string WAREHOUSE_F2KTQ_ID = "35434202453013";
///
/// 长管出库
///
public const string MATERIALTRANSFER_CGCK_CODE = "longWarehouse";
///
/// 外协调拨入库
///
public const string MATERIALTRANSFER_WXDBRK_CODE = "wxdbWarehouse";
///
/// 集中供料入库
///
public const string MATERIALTRANSFER_JZGLRK_CODE = "materielWarehouse";
///
/// 齐套出入库
///
public const string MATERIALTRANSFER_QTCRK_CODE = "assortWarehouse";
///
/// 出入库单据状态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";
///
/// 包材出库流水号
///
public const string WMS_PACKOUTSTOCK_H_ENCODE = "WMSPACKOUTSTOCK";
///
/// 采购收料物料流水号
///
public const string WMS_PURCHASE_MAT_ENCODE = "PurchaseMat";
/// 齐套出库生成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_WMSSALERELEASE_ID = "25104446664213";
///
/// 预任务生成业务类型-原材料转库单 todo
///
public const string BIZTYPE_WMSMATERIALTRANSFER_ID = "34354738929685";
///
/// 预任务生成业务类型-生产退料单 todo
///
public const string BIZTYPE_PRDRETURN_ID = "BIZTYPE_PRDRETURN_ID";
///
/// 预任务生成业务类型-包材入库 todo
///
public const string BIZTYPE_WMSPACKINSTOCK_ID = "BIZTYPE_WMSPACKINSTOCK_ID";
///
/// 预任务生成业务类型-包材出库 todo
///
public const string BIZTYPE_WMSPACKOUTSTOCK_ID = "BIZTYPE_WMSPACKOUTSTOCK_ID";
///
/// 预任务生成业务类型-载具绑定
///
public const string BIZTYPE_WMSCARRYBIND_ID = "27118595509525";
///
/// 预任务生成业务类型-盘点出库
///
public const string BIZTYPE_WMSCHECKOUTSTOCK_ID = "27718132310037";
///
/// 成品调拨入库
///
public const string BIZTYPE_WMSTRANSFERINSTOCK_ID = "34154749548053";
///
/// 生产入库
///
public const string BIZTYPE_WMSPRDINSTOCK_ID = "34840264160277";
///
/// 灭菌入库 todo
///
public const string BIZTYPE_WMSSTERILIZATIONINSTOCKCH_ID = "BIZTYPE_WMSSTERILIZATIONINSTOCKCH_ID";
///
/// 条码打印状态-已完成
///
public const string BARCODE_PRINT_STATUS_COMPLETE_ID = "26191372853541";
///
/// 载具规格-料架
///
public const string CARRY_LJSTD_ID = "26037267399717";
///
/// 载具规格-料箱
///
public const string CARRY_LXSTD_ID = "26037262680357";
///
/// 载具规格-托盘
///
public const string CARRY_TP_ID = "26032423715365";
///
/// 载具规格-载运小车
///
public const string CARRY_ZYXCSTD_ID = "26103233723941";
///
/// 载具规格-载运料架
///
public const string CARRY_ZYLJSTD_ID = "34995839046677";
///
/// 打印状态-未打印
///
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";
///
/// 单据类型-来料入库单
///
public const string BILLTYPE_MATERIALINSTOCK_ID = "25103338755861";
///
/// 单据类型-生产入库单
///
public const string BILLTYPE_PRDINSTOCK_ID = "27410834411541";
///
/// 管理员Id(天益4厂管理员)
///
public const string AdministratorUserId = "25398501929509";
///
/// 组织Id(天益4厂)
///
public const string AdministratorOrgId = "25193668006933";
///
/// ERPId(天益4厂)
///
public const string ErpUserId = "34995305856535";
///
/// 盘点任务计算状态-未结算
///
public const string CLOSINGSTATUS_WJS_ID = "27674058079509";
///
/// 盘点任务计算状态-盘亏
///
public const string CLOSINGSTATUS_PK_ID = "27674064284949";
///
/// 盘点任务计算状态-正常
///
public const string CLOSINGSTATUS_NORMAL_ID = "27674060155413";
///
/// 盘点任务计算状态-盘盈
///
public const string CLOSINGSTATUS_PY_ID = "27674069224213";
///
/// 盘点状态-盘点中
///
public const string CHECKSTATUS_PDZ_ID = "27584592425493";
///
/// 盘点状态-盘点结账
///
public const string CHECKSTATUS_PDJZ_ID = "27584597303317";
///
/// 一楼供料三工位库位
///
public const string Floor1GLSGWOutstockStation1 = "30773146852478";
///
/// 一楼供料三工位库位
///
public const string Floor1GLSGWOutstockStation2 = "30773146852479";
///
/// 一楼供料三工位库位
///
public const string Floor1GLSGWOutstockStation3 = "30773146852480";
///
/// 一楼供料三工位库位
///
public const string Floor1GLSGWOutstockStation4 = "30773146852481";
///
/// 一楼供料三工位库位
///
public const string Floor1GLSGWOutstockStation5 = "34863907485461";
///
/// todo 一楼外协三工位库位
///
public const string Floor1WXSGWOutstockStation1 = "111";
///
/// todo 一楼外协三工位库位
///
public const string Floor1WXSGWOutstockStation2 = "222";
///
/// todo 一楼外协三工位库位
///
public const string Floor1WXSGWOutstockStation3 = "333";
///
/// 分拣任务生成Encode
///
public const string WMS_SORTINGTASK_ENCODE = "Sortingtask";
///
/// 一楼中储仓出库工位
///
public const string ZZCSSX111011 = "32609244599317";
///
/// 一楼中储仓出库工位
///
public const string ZZCSSX111012 = "32609251845653";
///
/// 一楼中储仓入库工位
///
public const string ZZCSSX011008 = "32609223625237";
///
/// 料箱id
///
public const string LIAOXIANGID = "26037262680357";
///
/// 血路管自动生产线1线
///
public const string XUELUGUAN1XIAN = "30019971917589";
///
/// 血路管自动生产线2线
///
public const string XUELUGUAN2XIAN = "25966313322789";
///
/// 第三方 bip
///
public const string BIP = "BIP";
///
/// 第三方 bip
///
public const string BIP_DOMAIN = "http://192.168.1.11:8087/";
///
/// 单位类型id
///
public const string UNITTYPEID = "24906054811669";
}
}