|
|
@@ -3675,6 +3675,14 @@ export default {
|
|
|
document.getElementById('commandPerson').style.color = "black";
|
|
|
}
|
|
|
}
|
|
|
+ if (data === 'noWork' || data === 'all') {
|
|
|
+ if (this.model.noWork === '' || this.model.noWork === null) {
|
|
|
+ document.getElementById('noWork').style.color = "red";
|
|
|
+ info = false;
|
|
|
+ } else {
|
|
|
+ document.getElementById('noWork').style.color = "black";
|
|
|
+ }
|
|
|
+ }
|
|
|
}else {
|
|
|
if (data === 'isInvolvingFraud' || data === 'all') {
|
|
|
debugger
|