You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xins 4f9e132ef3 1.7.0
MES:增加如下接口
通用
1、获取生产计划列表(查询车间派工信息列表表(适用于各楼层各工序))
mes/getProductPlans
2、完成生产计划明细(适用于各工位)
Mes/completeProductPlanDetail

一楼
1、根据生产计划ID查询车间生产计划明细表(适用于1楼、四楼装配工位)
mes/getProductPlanDetails
2、获取仓库列表
GET http://localhost:7108/dev-api/wms/api/getWarehouses?warehouseFloor=1

3、获取物料列表
http://localhost:7018/dev-api/mes/api/getMaterialBoms?ancestors=1
ancestors就是成品ID
4、申请领料
5、生成生产计划明细(适用于1楼、四楼装配工位)
mes/insertProductPlanDetails
6、开始生产计划明细(开始生产计划明细(适用于1楼、四楼装配工位),在生成计划明细时一条一条的开始)
mes/startProductPlanDetail
四楼激光切割、折弯焊接
1、获取最新的生产计划明细,在刚登录页面打开时获取根据工位ID获取,如果点击生产计划则根据生产计划ID获取(适用于四楼激光切割、折弯焊接和五楼)
Mes/getNewestProductPlanDetail
刚进入不传参数
GET http://localhost:7305/api/getNewestProductPlanDetail
点击生产计划时传planId
2、开始下一生产计划明细(开始下一生产计划明细(适用于四楼激光切割、折弯焊接和五楼),开始时才生成一条计划明细)
mes/startNextProductPlanDetail
1 year ago
..
MesBaseAttachInfoMapper.xml change - 添加生产派工时上传图纸页面(预览、删除、下载)与后台逻辑 1 year ago
MesBaseBarcodeInfoMapper.xml 1.7.0 1 year ago
MesBaseFactoryInfoMapper.xml change - add工厂信息、物料供应商信息 1 year ago
MesBaseMaterialInfoMapper.xml 1.3.1 1 year ago
MesBaseMaterialTypeMapper.xml change - add物料类型信息 1 year ago
MesBasePalletInfoMapper.xml change - add工位、托盘、附件信息 1 year ago
MesBaseProcessInfoMapper.xml change - 工序关联人员 1 year ago
MesBaseProdlineInfoMapper.xml change - add工厂信息、物料供应商信息 1 year ago
MesBaseRouteMapper.xml change - 生产工单新增生产派工页面与后台逻辑 1 year ago
MesBaseRouteProcessMapper.xml change - add工艺路线、关联工艺路线组成信息 1 year ago
MesBaseStationInfoMapper.xml change - 生产BOM页面、工位页面 1 year ago
MesBaseSupplierInfoMapper.xml change - add工厂信息、物料供应商信息 1 year ago
MesBindBarcodeMapper.xml 1.2.2 1 year ago
MesMaterialBomMapper.xml change - 生产工单添加逻辑 1 year ago
MesMaterialCheckResultMapper.xml 1.5.3 1 year ago
MesProductOrderMapper.xml 1.7.0 1 year ago
MesProductPlanDetailMapper.xml 1.7.0 1 year ago
MesProductPlanMapper.xml 1.7.0 1 year ago
MesProjectInfoMapper.xml change - 项目信息、采购订单信息、销售订单信息 1 year ago
MesPurchaseOrderMapper.xml change - 项目信息、采购订单信息、销售订单信息 1 year ago
MesSaleOrderMapper.xml change - 项目信息、采购订单信息、销售订单信息 1 year ago