From eecb0b588309831915fe508b52bab240f5899a7e Mon Sep 17 00:00:00 2001 From: CRM8000 Date: Fri, 25 Aug 2023 08:42:07 +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 c6bd907e..16efccd5 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 2024 - built2023-08-24 15:15" + VERSION: "PSI 2024 - built2023-08-25 08:40" } });