pdf file
This commit is contained in:
parent
86ea103ace
commit
5346bd5385
@ -126,7 +126,7 @@ class resinbatchcard extends BaseController
|
|||||||
|
|
||||||
|
|
||||||
$MASTERID = $this->quality_model->saveResinBatchCardMasterTestData($masterreportdata);
|
$MASTERID = $this->quality_model->saveResinBatchCardMasterTestData($masterreportdata);
|
||||||
echo $MASTERID;die();
|
// echo $MASTERID;die();
|
||||||
//$MASTERID = 56;
|
//$MASTERID = 56;
|
||||||
foreach($masterdata as $key => $mas)
|
foreach($masterdata as $key => $mas)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1,21 +1,5 @@
|
|||||||
<!-- <?php
|
|
||||||
print_r($reportdata);
|
|
||||||
|
|
||||||
|
|
||||||
$cname = '';
|
|
||||||
$caddress = '';
|
|
||||||
$pic = '';
|
|
||||||
if(!empty($reportdata['company'])){
|
|
||||||
|
|
||||||
foreach($reportdata['company'] as $c)
|
|
||||||
{
|
|
||||||
$cname = $c->CompanyName;
|
|
||||||
$caddress = $c->Address;
|
|
||||||
$pic = $c->ProfilePic;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
?> -->
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
td{
|
td{
|
||||||
text-align:center;
|
text-align:center;
|
||||||
@ -201,7 +185,7 @@ th{
|
|||||||
{
|
{
|
||||||
foreach($records['childdata'] as $k => $value)
|
foreach($records['childdata'] as $k => $value)
|
||||||
{
|
{
|
||||||
print_r($value);
|
//print_r($value);
|
||||||
?>
|
?>
|
||||||
<tr >
|
<tr >
|
||||||
<td style="text-align: center;border-right: 1px solid black;
|
<td style="text-align: center;border-right: 1px solid black;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user