yyb
2025-11-27 24e7868d80a850bbbda953a73e2598675dc228f6
common/http.api.js
@@ -532,6 +532,8 @@
         selWorkStation: (params = {}) => vm.$u.post('/mes/operationTask/selWorkStation', params),
         getMoMaterialByMoId: (params = {}) => vm.$u.get('/mes/operationTask/getMoMaterialByMoId', params),
         feedingPDA: (params = {}) => vm.$u.post('/mes/feeding/feedingPDA', params),
         // 查询工单
         getManuOrder: (params = {}) => vm.$u.get('/mes/plan/manufacturingmatissue/getManuOrder', params),
      },
      // 车间订单取消下发
      WorkshopOrderCancellationIssued: {
@@ -566,6 +568,8 @@
         createDetail: (params = {}) => vm.$u.post('/mes/weighingVerification/createDetail', params),
         // 核磅记录
         queryPacking: (params = {}) => vm.$u.get('/mes/weighingVerification/queryPacking', params),
         // 核磅扫码查询客户名称
         queryCustomName: (params = {}) => vm.$u.get('/mes/weighingVerification/queryCustomName', params),
      },
      // 取消领料
      cancelMaterialRequisition: {
@@ -577,7 +581,11 @@
         // 领料确认
         materialRequisition: (params = {}) => vm.$u.get('/mes/jdat_wagonBalance/materialRequisition', params),
      },
      feedingRecord: {
         // 获取投料记录
         getFeedingRecord: (params = {}) => vm.$u.post('/mes/product/pdaProductInput', params),
         deleteProductInput: (params = {}) => vm.$u.delete('/mes/product/deleteProductInput/' + params.id),
      }
   };
}