diff --git a/src/api/production/generateReport.js b/src/api/production/generateReport.js index a9a1eda..92c35c1 100644 --- a/src/api/production/generateReport.js +++ b/src/api/production/generateReport.js @@ -1,4 +1,5 @@ import { createAPI } from "@/utils/httpRequest.js"; +import {data} from "autoprefixer"; // 获取生产报告信息 export const getGenerateReportList = data => createAPI(`dailyPlan/getGenerateReportList`, 'post', data); @@ -62,3 +63,5 @@ export const selectRework = data =>createAPI(`/dailyPlan/selectRework`,'post',da export const saveRework = data =>createAPI(`/dailyPlan/saveRework`,'post',data) export const getRework = data =>createAPI(`/dailyPlan/getRework`,'post',data) +export const getPackagePrintDataList = data =>createAPI('/board/getPackagePrintDataList','get',data) + diff --git a/src/views/modules/production/bagLabels.vue b/src/views/modules/production/bagLabels.vue new file mode 100644 index 0000000..7e60a8b --- /dev/null +++ b/src/views/modules/production/bagLabels.vue @@ -0,0 +1,236 @@ + + + + + + + + + + + + + + + 打印标签 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +