editservicepurchaseOrder issue fix -vadivel J
This commit is contained in:
parent
741ff34751
commit
bae10d4af7
@ -768,11 +768,11 @@ if (!empty($getlogpodtl)) {
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<div class="card-body p-4">
|
||||
<?php
|
||||
$attributes = array('class' => 'form-label-left ServicePO ', 'name' => 'ServicePO', 'id' => 'ServicePO', 'enctype' => 'multipart/form-data');
|
||||
$attributes = array('class' => 'form-label-left ServicePO ', 'name' => 'ServicePO', 'id' => 'ServicePO', 'enctype' => 'multipart/form-data');
|
||||
echo form_open(base_url() . '/purchaseorder/addPO/', $attributes); ?>
|
||||
<div class="container-fluid">
|
||||
|
||||
<div class="form-row">
|
||||
<div class="form-group col-md-3">
|
||||
<label>Requistion No</label>
|
||||
@ -1084,6 +1084,7 @@ if (!empty($getlogpodtl)) {
|
||||
<?php } ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-row">
|
||||
<div class="table-responsive" style="padding-bottom: 30px;">
|
||||
<table id="ServiceTable" class="table table-striped table-hover mb-0" style="font-size:12px;">
|
||||
@ -1224,6 +1225,9 @@ if (!empty($getlogpodtl)) {
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<div class="form-row">
|
||||
<div class="form-group col-md-2">
|
||||
<label>Basic Amount <?php echo "($INRSYM)" ?> </label>
|
||||
@ -1269,9 +1273,13 @@ if (!empty($getlogpodtl)) {
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
<div class="form-row">
|
||||
<!--start new fields 1 sep-->
|
||||
<div class="form-group col-md-11">
|
||||
<div class="form-group col-md-12">
|
||||
<label>Description Of Service <span class="text-danger">*</label>
|
||||
|
||||
<?php
|
||||
@ -1282,8 +1290,11 @@ if (!empty($getlogpodtl)) {
|
||||
</div><!--end new fields 1 sep-->
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
<div class="form-row">
|
||||
<div class="form-group col-md-11">
|
||||
<div class="form-group col-md-12">
|
||||
<label>Scope Of Work</label>
|
||||
<?php
|
||||
$data = array('name' => 'ScopeofWork', 'value' => set_value('ScopeofWork', strip_tags($ServiceDescription)), 'id' => 'ScopeofWork', 'class' => 'form-control', 'rows' => '10', 'cols' => '40');
|
||||
@ -1291,6 +1302,10 @@ if (!empty($getlogpodtl)) {
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
<div class="form-row">
|
||||
<div class="form-group col-md-12" id="splpodiv">
|
||||
<label>Special po Table List</label>
|
||||
@ -1428,13 +1443,20 @@ if (!empty($getlogpodtl)) {
|
||||
|
||||
<div class="form-group col-md-12">
|
||||
|
||||
<div align="right"><br />
|
||||
<div>
|
||||
<div align="left">
|
||||
<label>Select File</label>
|
||||
<br>
|
||||
<input type="file" name="POFile" id="POFile">
|
||||
<?php if ($PrePOFile) { ?>
|
||||
<label><a title="previously uploaded PO File" href="<?php echo base_url() . 'public/uploads/POfiles/' . $PrePOFile ?>"><span>previously uploaded - </span><small><?= $PrePOFile; ?></small></a></label>
|
||||
<?php } ?>
|
||||
<input type="hidden" id="PrePOFile" name="PrePOFile" value="<?php echo $PrePOFile; ?>" /><br>
|
||||
<input type="hidden" id="PrePOFile" name="PrePOFile" value="<?php echo $PrePOFile; ?>" />
|
||||
<br>
|
||||
</div>
|
||||
|
||||
<div align="right"><br />
|
||||
<div>
|
||||
|
||||
</div> <input type="hidden" name="txtPONO" id="txtPONO" value="<?php echo $PONO; ?>" />
|
||||
<input type="hidden" name="txtStatus" id="txtStatus" />
|
||||
<input type="hidden" name="txtRowCount" id="txtRowCount" value="<?php if (isset($index)) {
|
||||
@ -1492,7 +1514,7 @@ if (!empty($getlogpodtl)) {
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div> <!-- end card body-->
|
||||
</div> <!-- end card -->
|
||||
</div><!-- end col-->
|
||||
@ -1503,7 +1525,7 @@ if (!empty($getlogpodtl)) {
|
||||
<!-- Model for servicepo -->
|
||||
<div id="SERVICE" class="modal fade" tabindex="-1" role="dialog"
|
||||
aria-labelledby="myModalLabel" aria-hidden="true" style="display: none;">
|
||||
<div class="modal-dialog modal-full-width">
|
||||
<div class="modal-dialog modal-full-width" style="width: 1200px; !important">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title">Add Service Purchase Order Item</h4>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user