修改启用停用判断
This commit is contained in:
parent
abdaf8fe1a
commit
ed5cd096ff
|
|
@ -265,7 +265,7 @@ function handleQyty(record, izEnabled) {
|
|||
|
||||
var title = "是否启用";
|
||||
var content = "是否启用此物料";
|
||||
if(izEnabled == '1'){
|
||||
if(izEnabled == 'N'){
|
||||
title = "是否停用";
|
||||
content = "是否停用此物料";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue