From ccc8b7b8fffebee5b72aabf695e455d93ebf814f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=AE=8F=E6=96=8C?= <2164406372@qq.com> Date: Tue, 5 Aug 2025 09:32:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=89=93=E5=8D=B0=E8=A2=8B?= =?UTF-8?q?=E8=A3=85=E6=A0=87=E7=AD=BE=E3=80=81=E5=87=BA=E5=BA=93=E6=89=AB?= =?UTF-8?q?=E6=8F=8F=E5=A2=9E=E5=8A=A0=E6=A0=87=E5=87=86=E8=A2=8B=E9=87=8D?= =?UTF-8?q?=E9=87=8F=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/production/generateReport.js | 2 ++ src/views/modules/production/bagLabelsTCP.vue | 4 ++-- src/views/modules/production/scanForm.vue | 8 ++++++-- src/views/modules/production/shippingScan.vue | 13 +++++++++++++ 4 files changed, 23 insertions(+), 4 deletions(-) diff --git a/src/api/production/generateReport.js b/src/api/production/generateReport.js index 1b72135..b76d7b1 100644 --- a/src/api/production/generateReport.js +++ b/src/api/production/generateReport.js @@ -76,6 +76,8 @@ export const packagePrintDataList = data =>createAPI('/board/packagePrintDataLis export const getPartValue = data=>createAPI('/board/getPartValue','get',data); export const saveScanLabel = data=>createAPI('/board/saveScanLabel','post',data); +//根据物料查询标准袋重量 +export const queryStandardWeight = data=>createAPI('/board/queryStandardWeight','post',data); export const removeScanLabel = data=>createAPI('/board/removeScanLabel','post',data); export const scanLabel = data=>createAPI('/board/scanLabel','post',data); export const checkIsPacking = data=>createAPI('/board/checkIsPacking','get',data); diff --git a/src/views/modules/production/bagLabelsTCP.vue b/src/views/modules/production/bagLabelsTCP.vue index 460fcf8..5805a61 100644 --- a/src/views/modules/production/bagLabelsTCP.vue +++ b/src/views/modules/production/bagLabelsTCP.vue @@ -389,8 +389,8 @@ export default { - - + + diff --git a/src/views/modules/production/scanForm.vue b/src/views/modules/production/scanForm.vue index 9c4a407..25ed5a6 100644 --- a/src/views/modules/production/scanForm.vue +++ b/src/views/modules/production/scanForm.vue @@ -1,5 +1,5 @@