vault backup: 2025-08-12 09:46:23
This commit is contained in:
@ -741,14 +741,14 @@ end.
|
|||||||
|
|
||||||
## 整数判断
|
## 整数判断
|
||||||
|
|
||||||
期望当物料 **启用库存周期复检** 时,**复检周期须不小于0** 且 **不小于提醒提前期**,对 **复检周期** 进行校验
|
期望当物料 **启用库存周期复检**(`cbxusr_FEnableCyclistQCSTK` 为true) 时,**复检周期须不小于0** 且 **不小于提醒提前期**,对 **复检周期** 进行校验
|
||||||
|
|
||||||
```delphi
|
```delphi
|
||||||
// 定义变量存储转换后的整数数值
|
// 定义变量存储转换后的整数数值
|
||||||
var StockCycle, LeadDay: Integer;
|
var StockCycle, LeadDay: Integer;
|
||||||
begin
|
begin
|
||||||
// 注释:在下面添加您的脚本代码
|
// 注释:在下面添加您的脚本代码
|
||||||
if cbxusr_FEnableCyclistQCSTK. checked = true then
|
if cbxusr_FEnableCyclistQCSTK.checked = true then
|
||||||
begin
|
begin
|
||||||
|
|
||||||
try
|
try
|
||||||
|
Reference in New Issue
Block a user