'form-label-left Status ','name' => 'Status','id' => 'Status'); echo form_open($this->config->base_url().'servicepurchaseorder/UpdateServiceStatus',$attributes); ?>
'form-label-left ','name' => 'IGR','id' => ''); */
/* echo form_open($this->config->base_url().'/inwardgateregister/addNewigr/',$attributes); */?>
'Purchase Order No');
if(!empty($PO))
{
//print_r($PO_NO);
foreach ($PO as $SI):
$options[$SI->PONO] = $SI->PONO ;
// $PONO = $SI->PONO;
endforeach;
}
echo form_dropdown('PONO', $options,set_value('PONO'),'id="PONO"' ,'class="form-control select2"' , 'required="true"');
?>
StatusCode] = $SI->StatusName ;
endforeach;
}
echo form_dropdown('WorkStatus', $options,set_value('WorkStatus'),'id="WorkStatus"' ,'class="form-control"' , 'required="true"');
?>
'Remarks','value' => set_value('Remarks'),'id'=>'Remarks', 'class' => 'form-control' );
echo form_input($data);
?>
| S.NO | Req No | Req By | Req Date | Supplier Name | Item Code | Description | UOM | Ordered Quantity | Rate | Work Status |
|---|