diff --git a/src/business/litopn/views/Ovwp1.vue b/src/business/litopn/views/Ovwp1.vue
index c93c765..3b35366 100644
--- a/src/business/litopn/views/Ovwp1.vue
+++ b/src/business/litopn/views/Ovwp1.vue
@@ -663,7 +663,29 @@ export default {
        if(this.model.lidgrp.rec.nomspc==""){}
         this.model.lidgrp.rec.nomspc="X";
      }
-   }
+   },
+   "model.lidgrp.rec.apprul":{
+     immediate: true,
+     handler(val,oldval){
+       if(this.model.lidgrp.rec.apprul==""){}
+        this.model.lidgrp.rec.apprul="UCP LATEST VERSION";
+     }
+   },
+   "model.lidgrp.rec.cnfdet":{
+     immediate: true,
+     handler(val,oldval){
+       if(this.model.lidgrp.rec.cnfdet==""){}
+        this.model.lidgrp.rec.cnfdet="W";
+     }
+   },
+    "model.lidgrp.rec.guaflg":{
+     immediate: true,
+     handler(val,oldval){
+       if(this.model.lidgrp.rec.guaflg==""){}
+        this.model.lidgrp.rec.guaflg="0";
+     }
+   },
+   
   },
   computed: {
     flag1() {