import fix

This commit is contained in:
venbatechnologies@gmail.com 2017-08-02 15:53:31 +05:30
parent 3bd4a726e1
commit 316943bbfc
4 changed files with 8 additions and 4 deletions

View File

@ -257,6 +257,8 @@ public function viewmMaterialDistributionList()
$remark=$this->input->post('Remarks1'.$i); $remark=$this->input->post('Remarks1'.$i);
echo $remark;
die();
$updateby=$this->session->userdata('userId'); $updateby=$this->session->userdata('userId');
$date = new DateTime('now',new DateTimeZone('Asia/Kolkata')); $date = new DateTime('now',new DateTimeZone('Asia/Kolkata'));
$updateon = $date->format('Y-m-d H:i:s'); $updateon = $date->format('Y-m-d H:i:s');
@ -268,6 +270,8 @@ public function viewmMaterialDistributionList()
} }
//this array to store the update value in child table.. //this array to store the update value in child table..
$updatedetailvalues = array('UpdateBy'=>$updateby,'UpdatedOn'=>$updateon,'QuantityAccepted'=>$acceptquantity,'QuantityRejected'=>$rejectquantity,'Remarks'=>$remark,'MRIRStatus'=>$strStatus); $updatedetailvalues = array('UpdateBy'=>$updateby,'UpdatedOn'=>$updateon,'QuantityAccepted'=>$acceptquantity,'QuantityRejected'=>$rejectquantity,'Remarks'=>$remark,'MRIRStatus'=>$strStatus);
//print_r($updatedetailvalues);
$updatedetails = $this->mrir_model->update_mrirdetail($updatedetailvalues,$Lineitm); $updatedetails = $this->mrir_model->update_mrirdetail($updatedetailvalues,$Lineitm);

View File

@ -1230,7 +1230,7 @@ body {
<label><?php echo "Basic Price:($INR)";?></label> <label><?php echo "Basic Price:($INR)";?></label>
</div> </div>
<div class="col-md-4"> <div class="col-md-4">
<div class="form-group"> <div class="form-group" style="display:none;">
<?php <?php
$data = array('name' => 'EditBasicPriceTax','value' => set_value('EditBasicPriceTax'),'id'=>'EditBasicPriceTax', 'class' => 'form-control' ,'onkeypress'=>'return isNumberKey(event);'); $data = array('name' => 'EditBasicPriceTax','value' => set_value('EditBasicPriceTax'),'id'=>'EditBasicPriceTax', 'class' => 'form-control' ,'onkeypress'=>'return isNumberKey(event);');
echo form_input($data); echo form_input($data);
@ -1263,7 +1263,7 @@ body {
</div> </div>
</div> </div>
<div class="col-md-4"> <div class="col-md-4">
<div class="form-group"> <div class="form-group" >
<?php <?php
$data = array('name' => 'EditAfterLandingCharge','value' => set_value('EditAfterLandingCharge'),'id'=>'EditAfterLandingCharge', 'class' => 'form-control' ,'readonly' => 'true'); $data = array('name' => 'EditAfterLandingCharge','value' => set_value('EditAfterLandingCharge'),'id'=>'EditAfterLandingCharge', 'class' => 'form-control' ,'readonly' => 'true');
echo form_input($data); echo form_input($data);

View File

@ -149,7 +149,7 @@
</tr> </tr>
<tr> <tr>
<td>PO DATE :<?php echo $Podt?></td> <td>PO DATE :<?php echo $Podt?></td>
<td>DELIVERY DATE / SCHEDULE BY :<?php echo $Import_DispatchDetails.$DeliverySchedule;?></td> <td>DISPATCH INSTRUCTION/ SCHEDULE BY :<?php echo $Import_DispatchDetails.$DeliverySchedule;?></td>
<td>PLACE OF ORIGIN:<?php echo $Placeoforigin; ?></td> <td>PLACE OF ORIGIN:<?php echo $Placeoforigin; ?></td>
</tr> </tr>
</tbody> </tbody>

View File

@ -177,7 +177,7 @@ span.highlight {
<td align="right"><?php echo $record->QuantityRequired ?></td> <td align="right"><?php echo $record->QuantityRequired ?></td>
<?php if($record->Status==0) <?php if($record->Status==0)
{?> {?>
<td align="right" style="color: red"><?php echo $record->Quantity?></td> <td align="right" style="color: red" ><?php echo $record->Quantity?></td>
<? <?
}?> }?>
<?php if($record->Status==1) <?php if($record->Status==1)