RLP View changes
Showing
1 changed file
with
10 additions
and
10 deletions
| ... | @@ -22,27 +22,27 @@ $alist=DB::table('p11086_cop_rlp_pb_base_uat') | ... | @@ -22,27 +22,27 @@ $alist=DB::table('p11086_cop_rlp_pb_base_uat') |
| 22 | <div class="col-md-12"> | 22 | <div class="col-md-12"> |
| 23 | 23 | ||
| 24 | <div class="col-separator col-separator-first col-unscrollable box"> | 24 | <div class="col-separator col-separator-first col-unscrollable box"> |
| 25 | <div style='clear:both;margin:2% 0 0 1%;border: 2px solid #F5F5F5;padding:2%;border-radius: 5px;'> | 25 | <div style='clear:both;margin:1% 0 0 1%;border: 0px solid #F5F5F5;padding:2%;border-radius: 5px;'> |
| 26 | <center><h4>RLP PB WISE</center> | 26 | <center><h4>RLP PB WISE</center> |
| 27 | 27 | ||
| 28 | <br> | 28 | <br> |
| 29 | <div class='container'> | 29 | <div class='container'> |
| 30 | 30 | ||
| 31 | PB CODE:<select id='pb_code' class=select2multi style="width:20%;" onclick="pbcodeSelect();"> | 31 | PB CODE: <select id='pb_code' class=select2multi style="width:20%;" onclick="pbcodeSelect();"> |
| 32 | <?php foreach($roclientlst as $c){$s="";if($c==$pbcode)$s='selected';echo "<option value='$c' $s>$c</option>";} ?> | 32 | <?php foreach($roclientlst as $c){$s="";if($c==$pbcode)$s='selected';echo "<option value='$c' $s>$c</option>";} ?> |
| 33 | </select> | 33 | </select> |
| 34 | </div> | 34 | </div> |
| 35 | </div> | 35 | </div> |
| 36 | </div> | 36 | </div> |
| 37 | <div style='overflow:auto;margin-top: 10px;'> | 37 | <div style='overflow:auto;margin-top: 10px;margin-left: 10px;margin-right:10px;'> |
| 38 | <table id='logtable' class='footable table table-striped table-bordered table-white table-primary footable-loaded' style='font-size:12px';margin:0; border:1px solid #BBB;> | 38 | <table id='logtable' class='footable table table-striped table-bordered table-white table-primary footable-loaded' style='font-size:12px';margin:0; border:2px solid #BBB;> |
| 39 | <thead> | 39 | <thead> |
| 40 | <tr> | 40 | <tr> |
| 41 | <th>Product</th> | 41 | <th style='width:20%';>Product</th> |
| 42 | <th>Opportunity</th> | 42 | <th style='width:20%';>Opportunity</th> |
| 43 | <th>Contacted</th> | 43 | <th style='width:20%';>Contacted</th> |
| 44 | <th>Pitched</th> | 44 | <th style='width:20%';>Pitched</th> |
| 45 | <th>LG</th> | 45 | <th style='width:20%';>LG</th> |
| 46 | </tr> | 46 | </tr> |
| 47 | </thead> | 47 | </thead> |
| 48 | <tr> | 48 | <tr> |
| ... | @@ -85,7 +85,7 @@ $alist=DB::table('p11086_cop_rlp_pb_base_uat') | ... | @@ -85,7 +85,7 @@ $alist=DB::table('p11086_cop_rlp_pb_base_uat') |
| 85 | <td><?php echo $alist[0]->cc_activation_opp ?></td> | 85 | <td><?php echo $alist[0]->cc_activation_opp ?></td> |
| 86 | <td><?php echo $alist[0]->cc_activation_called_opp ?></td> | 86 | <td><?php echo $alist[0]->cc_activation_called_opp ?></td> |
| 87 | <td></td> | 87 | <td></td> |
| 88 | <td</td> | 88 | <td></td> |
| 89 | </tr> | 89 | </tr> |
| 90 | <tr> | 90 | <tr> |
| 91 | <td>Insurance LI</td> | 91 | <td>Insurance LI</td> | ... | ... |
-
Please register or sign in to post a comment