diff --git a/src/api/ManufacturingCenter/ProductionPlanQuery.js b/src/api/ManufacturingCenter/ProductionPlanQuery.js index 8951b484..168c1295 100644 --- a/src/api/ManufacturingCenter/ProductionPlanQuery.js +++ b/src/api/ManufacturingCenter/ProductionPlanQuery.js @@ -30,3 +30,16 @@ export function searchtable() { } }) } +export function repulse(num) { + return request({ + url: '', + method: 'post', + data: { + UserID: state.state.user.id, + ModularID: router.currentRoute.path, + type: '2', + name: '车间生产管理工艺_生产计划_打回零件', + param: `工艺计划流水号=${num}` + } + }) +} diff --git a/src/views/ManufacturingCenter/ProductionPlanQuery/index.vue b/src/views/ManufacturingCenter/ProductionPlanQuery/index.vue index 61342a02..a756e038 100644 --- a/src/views/ManufacturingCenter/ProductionPlanQuery/index.vue +++ b/src/views/ManufacturingCenter/ProductionPlanQuery/index.vue @@ -23,7 +23,6 @@ start-placeholder="开始日期" end-placeholder="结束日期"/> 查询 - 加急 @@ -33,7 +32,7 @@ - + + + +