From e2c54c27e5381da14f68b8b70a6c4a5f7705bd51 Mon Sep 17 00:00:00 2001 From: ruanqi Date: Tue, 15 Nov 2022 18:26:48 +0800 Subject: [PATCH] =?UTF-8?q?0412=20=E6=96=B0=E7=9C=8B=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/production.js | 2 +- .../production/productionBlankingSearch.vue | 201 +++++++++++++++++- 2 files changed, 199 insertions(+), 4 deletions(-) diff --git a/src/api/production.js b/src/api/production.js index f2210d2..89628b8 100644 --- a/src/api/production.js +++ b/src/api/production.js @@ -48,7 +48,7 @@ export const getAvailableResourceList=data => createAPI(`dailyPlan/getAvailableR export const scheduleForShopOrder=data => createAPI(`dailyPlan/scheduleForShopOrder`, 'post', data); export const scheduleForSOTask=data => createAPI(`dailyPlan/scheduleForSOTask`, 'post', data); - +export const saveHunlianTask=data => createAPI(`dailyPlan/saveHunlianTask`, 'post', data); diff --git a/src/views/modules/production/productionBlankingSearch.vue b/src/views/modules/production/productionBlankingSearch.vue index a595bc4..381987a 100644 --- a/src/views/modules/production/productionBlankingSearch.vue +++ b/src/views/modules/production/productionBlankingSearch.vue @@ -9,7 +9,7 @@ 查询 - 计算选中订单合计 + 合并任务单
@@ -25,8 +25,17 @@ + + + +
- + + + + @@ -113,7 +132,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + 合并 关闭 @@ -123,6 +217,7 @@