Commit fbb4ed95 by liuyang

2024-04-30 采购批量提交添加过滤

parent ca77ac5e
......@@ -375,7 +375,7 @@ function approveFuncs() {
let flag = true;
$.each(rows, function(index, item) {
let proApplyStatus= item.get("proApplyStatus");
if(isBlank(proApplyStatus)){
if(proApplyStatus=="1"){
message("选中的第"+(index+1)+"行\"数据已提交\",不能再次选中提交!");
flag = false;
return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment