diff --git a/src/api/yieldReport/com_select_shift.js b/src/api/yieldReport/com_select_shift.js index 03e8228..5bc1245 100644 --- a/src/api/yieldReport/com_select_shift.js +++ b/src/api/yieldReport/com_select_shift.js @@ -1,14 +1,4 @@ import { createAPI } from '@/utils/httpRequest.js' -// 获取当前的卷的上机材料的主料 -export const getSfdcMaterialByRollNo = data => createAPI('schedule/getSfdcMaterialByRollNo', 'POST', data) - -// -export const endTuningAndStartProduce = data => createAPI('schedule/endTuningAndStartProduce', 'POST', data) - - - - - - - +//获取选择班次的信息 +export const getScheduleShiftWithSelect = data => createAPI('schedule/getScheduleShiftWithSelect', 'POST', data) diff --git a/src/api/yieldReport/produce_report_normal.js b/src/api/yieldReport/produce_report_normal.js index 1e679b4..2ab5f86 100644 --- a/src/api/yieldReport/produce_report_normal.js +++ b/src/api/yieldReport/produce_report_normal.js @@ -78,6 +78,10 @@ export const getReworkSfdcRollByCon = data => createAPI('schedule/getReworkSfdcR //switchrollReverse export const switchrollReverse = data => createAPI('schedule/switchrollReverse', 'POST', data) +//查询班次数据 +export const getScheduleShiftData = data => createAPI('schedule/getScheduleShiftData', 'POST', data) + + diff --git a/src/icons/svg/ellipsis.svg b/src/icons/svg/icon-ellipsis.svg similarity index 100% rename from src/icons/svg/ellipsis.svg rename to src/icons/svg/icon-ellipsis.svg diff --git a/src/views/modules/yieldReport/com_finish_part_roll.vue b/src/views/modules/yieldReport/com_finish_part_roll.vue index d75087e..aff7c90 100644 --- a/src/views/modules/yieldReport/com_finish_part_roll.vue +++ b/src/views/modules/yieldReport/com_finish_part_roll.vue @@ -35,7 +35,7 @@ -
+
卷数量统计
+ style="margin-left: 500px; margin-top: -70px; ;width: 400px;"> 人员排程班次信息 @@ -71,6 +71,10 @@ + + +
@@ -219,8 +223,13 @@ - + + + + @@ -228,7 +237,8 @@