From be33541753fe57ff89c427862dd53ab8e0d9cebe Mon Sep 17 00:00:00 2001 From: Vergil <974548713@qq.com> Date: Fri, 17 Apr 2020 14:23:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E8=AE=A1=E5=88=92=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=89=93=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ProductionPlanQuery.js | 13 +++++ .../ProductionPlanQuery/index.vue | 53 ++++++++++++++----- 2 files changed, 52 insertions(+), 14 deletions(-) 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 @@ - + + + +