From 84d28340dd2aea39d3ee4b0b77980593a2943dfc Mon Sep 17 00:00:00 2001 From: LanHeron Date: Tue, 12 Aug 2025 09:48:24 +0800 Subject: [PATCH] vault backup: 2025-08-12 09:48:23 --- SanPinPLM/相关操作/4.0-other/999.Delphi脚本记录.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SanPinPLM/相关操作/4.0-other/999.Delphi脚本记录.md b/SanPinPLM/相关操作/4.0-other/999.Delphi脚本记录.md index 1c2a6401..0b44333f 100644 --- a/SanPinPLM/相关操作/4.0-other/999.Delphi脚本记录.md +++ b/SanPinPLM/相关操作/4.0-other/999.Delphi脚本记录.md @@ -741,7 +741,7 @@ end. ## 整数判断 -期望当物料 **启用库存周期复检**(`cbxusr_FEnableCyclistQCSTK` 为true) 时,**复检周期须不小于0** 且 **不小于提醒提前期**,对 **复检周期** 进行校验 +期望当物料 **启用库存周期复检**(`cbxusr_FEnableCyclistQCSTK` 为true) 时,**复检周期须不小于0**(`fedtusr_FStockCycle` 的值要大于0) 且 **不小于提醒提前期**(`fedtusr_FEWLeadDay`),对 **复检周期** 进行校验 ```delphi // 定义变量存储转换后的整数数值