From 62521d3263eacd85d4c10a6c31d0d7f89e210c9e Mon Sep 17 00:00:00 2001 From: zhouz <> Date: Fri, 27 Jun 2025 15:01:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=8F=90=E7=A4=BA=E3=80=81=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../org/nl/wms/ext/mes/service/impl/MesToLmsServiceImpl.java | 2 +- lms/nladmin-ui/src/views/wms/st/outbill/DivDialog.vue | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lms/nladmin-system/src/main/java/org/nl/wms/ext/mes/service/impl/MesToLmsServiceImpl.java b/lms/nladmin-system/src/main/java/org/nl/wms/ext/mes/service/impl/MesToLmsServiceImpl.java index eeeea3f6f..3a28d1f09 100644 --- a/lms/nladmin-system/src/main/java/org/nl/wms/ext/mes/service/impl/MesToLmsServiceImpl.java +++ b/lms/nladmin-system/src/main/java/org/nl/wms/ext/mes/service/impl/MesToLmsServiceImpl.java @@ -561,7 +561,7 @@ public class MesToLmsServiceImpl implements MesToLmsService { String Attribute3 = param.getString("Attribute3"); // 上下轴 String Attribute4 = param.getString("Attribute4"); // 位置左右 String Attribute5 = param.getString("Attribute5"); // 是否套轴 - String Attribute6 = param.getString("Attribute6"); // 是否套轴 + String Attribute6 = param.getString("Attribute6"); // 物料类型 // 基础校验 if (ObjectUtil.isEmpty(orderType)) { diff --git a/lms/nladmin-ui/src/views/wms/st/outbill/DivDialog.vue b/lms/nladmin-ui/src/views/wms/st/outbill/DivDialog.vue index b489a0b07..23adfef30 100644 --- a/lms/nladmin-ui/src/views/wms/st/outbill/DivDialog.vue +++ b/lms/nladmin-ui/src/views/wms/st/outbill/DivDialog.vue @@ -596,6 +596,7 @@ export default { this.loadingAlldiv = true this.mstrow.cancel_type = '1' checkoutbill.allCancel(this.mstrow).then(res => { + this.crud.notify('全部取消成功!', CRUD.NOTIFICATION_TYPE.INFO) this.queryTableDtl() this.updataIsOverdue() this.loadingAlldiv = false