+ 'form-label-left Status ','name' => 'Status','id' => 'Status'); + + echo form_open($this->config->base_url().'servicepurchaseorder/UpdateServiceStatus',$attributes); ?> +
@@ -26,19 +31,18 @@
/* $attributes = array('class' => 'form-label-left ','name' => 'IGR','id' => ''); */
/* echo form_open($this->config->base_url().'/inwardgateregister/addNewigr/',$attributes); */?>
-
+
+
'Purchase Order No');
- if(!empty($PO_NO))
+ if(!empty($PO))
{
//print_r($PO_NO);
- foreach ($PO_NO as $SI):
+ foreach ($PO as $SI):
- $options[$SI->PONO] = $SI->PONO .'-'. $SI->SupplierName ;
- $PONO = $SI->PONO;
-
+ $options[$SI->PONO] = $SI->PONO ;
+ // $PONO = $SI->PONO;
endforeach;
@@ -50,6 +54,49 @@
+
+
+
+ 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 | +S.NO | +ReqNo | +Reqedby | +ReqDate | +SupplierName | Item Code | -Material | +Description | UOM | -Ordered Quantity | -Accepted Quantity | -Status | -Remarks | +Ordered Quantity | +Rate | + +Work Status | +
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | -P0001 | -Iron | -Kg | -1000 | -800 | -- | -'','value' => set_value(''),'id'=>'', 'class' => 'form-control'); - echo form_input($data); - ?> | -