组装、拆卸单的优化

This commit is contained in:
季圣华
2017-09-21 23:29:30 +08:00
parent 814b3839f3
commit dc2c5119b5
4 changed files with 286 additions and 7 deletions

View File

@@ -2709,7 +2709,9 @@
if(rowListLength > 0){
mTypeValue = "普通子件";
}
mType.find(input).val(mTypeValue).prop("readonly","readonly");
if(listSubType == "组装单" || listSubType == "拆卸单"){
mType.find(input).val(mTypeValue).prop("readonly","readonly");
}
},500);
}