From fbd405f8a974a25fdf0459e059f59e106a528500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AD=A3=E6=98=93?= Date: Fri, 4 Jul 2025 20:29:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E7=AD=BE=E8=BF=BD=E6=BA=AF=E6=94=B9?= =?UTF-8?q?=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productManagement/proPackingDataBack.js | 24 ++ .../printLabelDataBackV1.vue | 320 ++++++++++++++++++ 2 files changed, 344 insertions(+) create mode 100644 src/api/productManagement/proPackingDataBack.js create mode 100644 src/views/productManagement/printLabelDataBackV1.vue diff --git a/src/api/productManagement/proPackingDataBack.js b/src/api/productManagement/proPackingDataBack.js new file mode 100644 index 0000000..adf3f5d --- /dev/null +++ b/src/api/productManagement/proPackingDataBack.js @@ -0,0 +1,24 @@ +import request from '@/utils/request' + +/** + * 追溯记录清单 + * @param {查询条件} data + */ +export function queryPackingDataBackList(query) { + return request({ + url: 'mes/pro/ProPackingDataBack/list', + method: 'get', + params: query, + }) +} +/** + * 追溯记录详情 + * @param {查询条件} data + */ +export function queryPackingDataBackRecord(query) { + return request({ + url: 'mes/pro/ProPackingDataBack/record', + method: 'get', + params: query, + }) +} diff --git a/src/views/productManagement/printLabelDataBackV1.vue b/src/views/productManagement/printLabelDataBackV1.vue new file mode 100644 index 0000000..3b7d575 --- /dev/null +++ b/src/views/productManagement/printLabelDataBackV1.vue @@ -0,0 +1,320 @@ + + +