From 02ce63e0dbeb063530a78f4f4b54dbb426dda324 Mon Sep 17 00:00:00 2001 From: yangyufu Date: Thu, 11 Sep 2025 10:05:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0-=E6=88=90=E5=93=81=E5=87=BA=E5=BA=93?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=20=E6=8A=A5=E8=A1=A8=E5=AF=BC=E5=87=BA=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=AE=B1=E5=86=85=E5=AD=90=E5=8D=B7=E4=B8=AA?= =?UTF-8?q?=E6=95=B0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/org/nl/wms/stat/wql/ST_IVT_OUTBILLQUERY.wql | 2 ++ lms/nladmin-ui/src/views/wms/pdm/sub/index.vue | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/nladmin-system/src/main/java/org/nl/wms/stat/wql/ST_IVT_OUTBILLQUERY.wql b/lms/nladmin-system/src/main/java/org/nl/wms/stat/wql/ST_IVT_OUTBILLQUERY.wql index 835fb1c76..6a23049ec 100644 --- a/lms/nladmin-system/src/main/java/org/nl/wms/stat/wql/ST_IVT_OUTBILLQUERY.wql +++ b/lms/nladmin-system/src/main/java/org/nl/wms/stat/wql/ST_IVT_OUTBILLQUERY.wql @@ -400,6 +400,7 @@ c.pcsn, sub.sap_pcsn, sub.net_weight, + sub.boxin_num, sub.customer_name, sub.customer_description, sub.sale_order_name, @@ -460,6 +461,7 @@ max(record.customer_name) as customer_name, max(record.customer_description) as customer_description, max(record.width) as width, + max(record.quanlity_in_box) boxin_num, max(record.thickness) as thickness, max(record.mass_per_unit_area) as mass_per_unit_area, max(record.net_weight) as net_weight, diff --git a/lms/nladmin-ui/src/views/wms/pdm/sub/index.vue b/lms/nladmin-ui/src/views/wms/pdm/sub/index.vue index c15e3f4e6..dc16fe4eb 100644 --- a/lms/nladmin-ui/src/views/wms/pdm/sub/index.vue +++ b/lms/nladmin-ui/src/views/wms/pdm/sub/index.vue @@ -236,11 +236,9 @@ export default { }, divOpen1() { debugger - console.log(this.currentRow) this.saleOrderName = this.currentRow.sale_order_name const queryParam = { sale_order_name: this.currentRow.sale_order_name, type: '0' } crudSubpackagerelation.queryContainerization(queryParam).then(res => { - console.log(res) this.openParam = res.content this.divShow = true })