emergency po rich box issue done
This commit is contained in:
parent
6c650b1dcc
commit
d0402005da
@ -109,7 +109,7 @@ class emergencypurchaseorder extends BaseController
|
|||||||
|
|
||||||
$POType = $this->input->post('POType');
|
$POType = $this->input->post('POType');
|
||||||
|
|
||||||
$SpcialInstruction = $this->input->post('TextSpcialInstruction');
|
$SpcialInstruction = $this->input->post('ScopeOfWork');
|
||||||
$TotalOrderValueSummary = $this->input->post('TextTotalOrderValueSummaryService');
|
$TotalOrderValueSummary = $this->input->post('TextTotalOrderValueSummaryService');
|
||||||
|
|
||||||
$POStatus = $this->input->post('TextStatus');
|
$POStatus = $this->input->post('TextStatus');
|
||||||
@ -272,7 +272,7 @@ class emergencypurchaseorder extends BaseController
|
|||||||
$POType = $this->input->post('POType');
|
$POType = $this->input->post('POType');
|
||||||
$PoRange = $this->input->post('txtPoRange');
|
$PoRange = $this->input->post('txtPoRange');
|
||||||
|
|
||||||
$SpcialInstruction = $this->input->post('TextSpcialInstruction');
|
$SpcialInstruction = $this->input->post('txtSpcialInstruction');
|
||||||
$TotalOrderValueSummary = $this->input->post('txtTotalOrderValueSummary');
|
$TotalOrderValueSummary = $this->input->post('txtTotalOrderValueSummary');
|
||||||
$POStatus = $this->input->post('TextStatus');
|
$POStatus = $this->input->post('TextStatus');
|
||||||
|
|
||||||
|
|||||||
@ -76,6 +76,7 @@ if(!empty($INRSYMBOL))
|
|||||||
toolbar: false
|
toolbar: false
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
<script type="text/html" id="ServiceList">
|
<script type="text/html" id="ServiceList">
|
||||||
<tr id="<%=index%>">
|
<tr id="<%=index%>">
|
||||||
@ -6357,6 +6358,7 @@ $('#content').loader('hide');
|
|||||||
tinyMCE.triggerSave();
|
tinyMCE.triggerSave();
|
||||||
var splinstr = $('#ScopeOfWork').val();
|
var splinstr = $('#ScopeOfWork').val();
|
||||||
$('#ScopeOfWork').val(splinstr);
|
$('#ScopeOfWork').val(splinstr);
|
||||||
|
|
||||||
var deladd = $('#DeliveryAddr').val();
|
var deladd = $('#DeliveryAddr').val();
|
||||||
$('#SpcialInstruction').val(splinstr);
|
$('#SpcialInstruction').val(splinstr);
|
||||||
$('#txtDeliveryAddress').val(deladd);
|
$('#txtDeliveryAddress').val(deladd);
|
||||||
@ -6397,7 +6399,7 @@ $('#content').loader('hide');
|
|||||||
{
|
{
|
||||||
$('#content').loader('show');
|
$('#content').loader('show');
|
||||||
$.ajax({
|
$.ajax({
|
||||||
data:$('.CreatealterPO').serialize()+"&TextRowCount="+TextRowCount+"&TextDeletedRowCount="+TextDeletedRowCount+"&TextTotalOrderValueSummaryService="+TextTotalOrderValueSummaryService+"&TextSpcialInstruction="+TextSpcialInstruction+"&TextStatus="+TextStatus+"&PaymentMethod="+PaymentMethod+"&workStatus="+workStatus,
|
data:$('.CreatealterPO').serialize()+"&TextRowCount="+TextRowCount+"&TextDeletedRowCount="+TextDeletedRowCount+"&TextTotalOrderValueSummaryService="+TextTotalOrderValueSummaryService+"&TextStatus="+TextStatus+"&PaymentMethod="+PaymentMethod+"&workStatus="+workStatus,
|
||||||
type:"POST",
|
type:"POST",
|
||||||
url:"<?php echo base_url() ?>emergencypurchaseorder/addNewServicePurchaseOrder",
|
url:"<?php echo base_url() ?>emergencypurchaseorder/addNewServicePurchaseOrder",
|
||||||
success:function(data) {
|
success:function(data) {
|
||||||
@ -6474,7 +6476,7 @@ $('#SpcialInstruction').val(splinstr);
|
|||||||
{
|
{
|
||||||
$('#content').loader('show');
|
$('#content').loader('show');
|
||||||
$.ajax({
|
$.ajax({
|
||||||
data:$('.CreatealterPO').serialize()+"&TextRowCount="+TextRowCount+"&TextDeletedRowCount="+TextDeletedRowCount+"&txtTotalOrderValueSummary="+txtTotalOrderValueSummary+"&TextSpcialInstruction="+TextSpcialInstruction+"&TextStatus="+TextStatus+"&PaymentMethod="+PaymentMethod,
|
data:$('.CreatealterPO').serialize()+"&TextRowCount="+TextRowCount+"&TextDeletedRowCount="+TextDeletedRowCount+"&txtTotalOrderValueSummary="+txtTotalOrderValueSummary+"&TextStatus="+TextStatus+"&PaymentMethod="+PaymentMethod,
|
||||||
type:"POST",
|
type:"POST",
|
||||||
url:"<?php echo base_url() ?>emergencypurchaseorder/addNewRevenuePurchaseOrder",
|
url:"<?php echo base_url() ?>emergencypurchaseorder/addNewRevenuePurchaseOrder",
|
||||||
success:function(data) {
|
success:function(data) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user