vault backup: 2025-08-18 13:25:46

This commit is contained in:
2025-08-18 13:25:47 +08:00
parent 6e4df35cda
commit 04ba0fbad9
2 changed files with 4 additions and 3 deletions

View File

@ -741,7 +741,7 @@ end.
## 整数判断
期望当物料 **启用库存周期复检**`cbxusr_FEnableCyclistQCSTK` 为true 时,**复检周期须不小于0**`fedtusr_FStockCycle` 的值要大于0**不小于提醒提前期**`fedtusr_FEWLeadDay`),对 **复检周期** 进行校验
期望当物料 **启用库存周期复检**`cbxusr_FEnableCyclistQCSTK` `true` 时,**复检周期须不小于0**`fedtusr_FStockCycle` 的值要大于 `0`**不小于提醒提前期**`fedtusr_FEWLeadDay`),对 **复检周期** 进行校验
```delphi
// 定义变量存储转换后的整数数值
@ -784,4 +784,5 @@ begin
end;
end;
end.
```
```