修改启用停用判断

This commit is contained in:
yangjun 2025-11-17 14:40:16 +08:00
parent abdaf8fe1a
commit ed5cd096ff
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ function handleQyty(record, izEnabled) {
var title = "是否启用";
var content = "是否启用此物料";
if(izEnabled == '1'){
if(izEnabled == 'N'){
title = "是否停用";
content = "是否停用此物料";
}