From 88abd49ebcdfcbff8cb60e9b0fb20b1e2e7eb613 Mon Sep 17 00:00:00 2001 From: 李金换 <lijinhuan@prec-tech.com> Date: 星期三, 23 三月 2022 11:32:19 +0800 Subject: [PATCH] obpm备品相关提示修改 --- force-app/main/default/classes/EquipmentSetShippmentReceived3Controller.cls | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/force-app/main/default/classes/EquipmentSetShippmentReceived3Controller.cls b/force-app/main/default/classes/EquipmentSetShippmentReceived3Controller.cls index a5975f0..d0c0cea 100644 --- a/force-app/main/default/classes/EquipmentSetShippmentReceived3Controller.cls +++ b/force-app/main/default/classes/EquipmentSetShippmentReceived3Controller.cls @@ -441,7 +441,7 @@ } // 20220315 ljh obpm澶囧搧鍐宠鐘舵�佺浉鍏充慨鏀� add start if(String.isNotBlank(message6)){ - message += '鍗曞彿No.'+ message7.removeEnd('銆�')+ '宸茬敵璇峰喅瑁佷絾鍐宠缂栫爜鐘舵�佷笉绗﹀悎闇�姹�'; + message += '鍗曞彿No.'+ message7.removeEnd('銆�')+ '宸茬敵璇峰喅瑁佷絾鍐宠鐘舵�佷笉绗﹀悎鏉′欢'; } // 20220315 ljh obpm澶囧搧鍐宠鐘舵�佺浉鍏充慨鏀� add end ApexPages.addmessage(new ApexPages.message(ApexPages.severity.Error,message)); -- Gitblit v1.9.1