From f7b644c9b5027c896aa80d62d5b8c8b74a21f096 Mon Sep 17 00:00:00 2001 From: CRM8000 Date: Fri, 20 Sep 2024 09:00:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/Public/Scripts/PSI/Const.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Public/Scripts/PSI/Const.js b/web/Public/Scripts/PSI/Const.js index 667422a6..bc96519c 100644 --- a/web/Public/Scripts/PSI/Const.js +++ b/web/Public/Scripts/PSI/Const.js @@ -48,6 +48,6 @@ PCL.define("PSI.Const", { ENABLE_LODOP: "0", //是否启用Lodop打印 ENABLE_MATERIAL_COLOR: "0",// 是否启用物料颜色 PROD_NAME: "PSI", // 产品名称 - VERSION: "PSI 2025 - built2024-09-20 08:10" + VERSION: "PSI 2025 - built2024-09-20 09:00" } });