FEAT_RFQ_NON_EB_INITIAL_COMMIT_SRI
This commit is contained in:
parent
5000209b55
commit
88f5c90d17
@ -404,6 +404,7 @@ $routes->group("rfq", ["filter" => "authMVC"], function ($routes) {
|
||||
$routes->post("create", "LeadsController::createRFQ");
|
||||
$routes->post("createQCR", "LeadsController::createQCR");
|
||||
$routes->get("list/(:any)", "LeadsController::viewRFQ/$1");
|
||||
$routes->get("nonEB","LeadsController::rfqNonEB");
|
||||
});
|
||||
|
||||
|
||||
|
||||
@ -2384,6 +2384,11 @@ class LeadsController extends BaseController
|
||||
|
||||
return $financialYears;
|
||||
}
|
||||
|
||||
public function rfqNonEB(){
|
||||
|
||||
$this->loadLayout('view_rfq_non_eb');
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@ -230,7 +230,7 @@
|
||||
</div>
|
||||
|
||||
<div class="form-group col-md-3">
|
||||
<label id="pod_no_label_1" for="pod_no">POD No<span id="pod_no_label_1_span" class="text-danger"></span></label>
|
||||
<label id="pod_no_label_1" for="pod_no">POD No with Courier Name<span id="pod_no_label_1_span" class="text-danger"></span></label>
|
||||
<input type="text" class="form-control" id="pod_no" placeholder="Enter POD NO"
|
||||
value="<?= isset($ticket_data['pod_no']) ? $ticket_data['pod_no'] : '' ?>"
|
||||
name="pod_no">
|
||||
@ -335,7 +335,7 @@
|
||||
</div>
|
||||
|
||||
<div class="form-group col-md-6 returned" style="display: none;">
|
||||
<label for="awb_no_courier_name">AWB No with Courier Name</label>
|
||||
<label for="awb_no_courier_name">Return AWB No with Courier Name</label>
|
||||
<input type="text" class="form-control" id="awb_no_courier_name" placeholder="eg : 0001/ST Courier"
|
||||
value="<?= isset($ticket_data['awb_no_courier_name']) ? $ticket_data['awb_no_courier_name'] : '' ?>" name="awb_no_courier_name">
|
||||
</div>
|
||||
|
||||
@ -5666,7 +5666,7 @@ function autoCaluculationForPremiumChildTable(input) {
|
||||
.qcr === 0);
|
||||
if (actionData) first_json.table_data.data.splice(rowKey, 1);
|
||||
});
|
||||
|
||||
|
||||
console.log("Modified JSON:", first_json);
|
||||
return first_json;
|
||||
}
|
||||
|
||||
1905
app/Views/view_rfq_non_eb.php
Normal file
1905
app/Views/view_rfq_non_eb.php
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user