| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <title>成本审计汇总表</title>
- <meta name="description" content="">
- <meta name="keywords" content="">
- <link href="" rel="stylesheet" href="css/style.css">
- <style type="text/css">
- .heads_tr td{font-size:11pt;font-weight:700;line-height:26px;}
- body{
- font-family:font-family:Micosoft YaHei,simsun,WenQuanYi MicoHei;
- }
- </style>
- </head>
- <body>
- <div id="print">
- <table cellspacing="0" cellpadding="0" width="990" align="center">
- <tbody>
- <tr>
- <td colspan="4">
- <table cellspacing="0" cellpadding="0" width="900" align="center">
- <tbody>
- <tr>
- <td>
- <h2 class="orderTitle1"><center>街坊项目拆迁成本统计表</center></h2>
- </td>
- <td>
- <span style="float:right"><h2 class="orderTitle1"></h2></span>
- </td>
- </tr>
- </tbody>
- </table>
- </td>
- </tr>
- </tbody>
- </table>
- <table cellspacing="0" cellpadding="0" width="900" align="center">
- <tbody>
- <tr>
- <td width="79" align="right" valign="top"></td>
- <td width="185" valign="top"></td>
- <td colspan="2"></td>
- </tr>
- <tr>
- <td align="right" valign="top"></td>
- <td valign="top"> </td>
- <td align="right" valign="top"> 单位:㎡、元、套</td>
- </tr>
- </tbody>
- </table>
- <table id="page_one" border="1" cellspacing="0" cellpadding="0" width="990" align="center"
- class="t1" style="font-size:14px; margin-top:15px;">
- <tbody>
- <tr class="heads_tr">
- @for($i=1;$i<12;$i++)
- <td width="90" align="center">{{ $i }}</td>
- @endfor
- </tr>
- <tr class="heads_tr">
- @foreach($th as $value)
- <td width="90" align="center">{{ $value }}</td>
- @endforeach
- </tr>
- @foreach($table[1] as $value)
- <tr>
- <td width="100" align="center">{{ $value->num }}</td>
- <td width="100" align="center">{{ $value->bzc_name }}</td>
- <td width="100" align="center">{{ $value->bzc_addr }}</td>
- <td width="100" align="center">{{ $value->bzc_cardid }}</td>
- <td width="100" align="center">{{ $value->bzc_tel }}</td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- </tr>
- @endforeach
- @foreach($table[2] as $value)
- <tr>
- <td width="100" align="center">{{ $value->num }}</td>
- <td width="100" align="center">{{ $value->bzc_name }}</td>
- <td width="100" align="center">{{ $value->bzc_addr }}</td>
- <td width="100" align="center">{{ $value->bzc_cardid }}</td>
- <td width="100" align="center">{{ $value->bzc_tel }}</td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- </tr>
- @endforeach
- @foreach($table[3] as $value)
- <tr>
- <td width="100" align="center">{{ $value->num }}</td>
- <td width="100" align="center">{{ $value->bzc_name }}</td>
- <td width="100" align="center">{{ $value->bzc_addr }}</td>
- <td width="100" align="center">{{ $value->bzc_cardid }}</td>
- <td width="100" align="center">{{ $value->bzc_tel }}</td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- </tr>
- @endforeach
- @foreach($table[4] as $value)
- <tr>
- <td width="100" align="center">{{ $value->num }}</td>
- <td width="100" align="center">{{ $value->bzc_name }}</td>
- <td width="100" align="center">{{ $value->bzc_addr }}</td>
- <td width="100" align="center">{{ $value->bzc_cardid }}</td>
- <td width="100" align="center">{{ $value->bzc_tel }}</td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- </tr>
- @endforeach
- @foreach($table[5] as $value)
- <tr>
- <td width="100" align="center">{{ $value->num }}</td>
- <td width="100" align="center">{{ $value->bzc_name }}</td>
- <td width="100" align="center">{{ $value->bzc_addr }}</td>
- <td width="100" align="center">{{ $value->bzc_cardid }}</td>
- <td width="100" align="center">{{ $value->bzc_tel }}</td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- </tr>
- @endforeach
- @foreach($table[6] as $value)
- <tr>
- <td width="100" align="center">{{ $value->num }}</td>
- <td width="100" align="center">{{ $value->bzc_name }}</td>
- <td width="100" align="center">{{ $value->bzc_addr }}</td>
- <td width="100" align="center">{{ $value->bzc_cardid }}</td>
- <td width="100" align="center">{{ $value->bzc_tel }}</td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- </tr>
- @endforeach
- @foreach($table[7] as $value)
- <tr>
- <td width="100" align="center">{{ $value->num }}</td>
- <td width="100" align="center">{{ $value->bzc_name }}</td>
- <td width="100" align="center">{{ $value->bzc_addr }}</td>
- <td width="100" align="center">{{ $value->bzc_cardid }}</td>
- <td width="100" align="center">{{ $value->bzc_tel }}</td>
- <td width="100" align="center">{{ $value->youzheng_area }}</td>
- <td width="100" align="center">{{ $value->wuzheng_area }}</td>
- <td width="100" align="center">{{ $value->fangbu }}</td>
- <td width="100" align="center"></td>
- <td width="100" align="center">{{ $value->tingyuan }}</td>
- <td width="100" align="center">{{ $value->zhuangxiu }}</td>
- </tr>
- @endforeach
- @foreach($table[8] as $value)
- <tr>
- <td width="100" align="center">{{ $value->num }}</td>
- <td width="100" align="center">{{ $value->bzc_name }}</td>
- <td width="100" align="center">{{ $value->bzc_addr }}</td>
- <td width="100" align="center">{{ $value->bzc_cardid }}</td>
- <td width="100" align="center">{{ $value->bzc_tel }}</td>
- <td width="100" align="center">{{ $value->youzheng_area }}</td>
- <td width="100" align="center">{{ $value->wuzheng_area }}</td>
- <td width="100" align="center">{{ $value->fangbu }}</td>
- <td width="100" align="center"></td>
- <td width="100" align="center">{{ $value->tingyuan }}</td>
- <td width="100" align="center">{{ $value->zhuangxiu }}</td>
- </tr>
- @endforeach
- @foreach($table[9] as $value)
- <tr>
- <td width="100" align="center">{{ $value->num }}</td>
- <td width="100" align="center">{{ $value->bzc_name }}</td>
- <td width="100" align="center">{{ $value->bzc_addr }}</td>
- <td width="100" align="center">{{ $value->bzc_cardid }}</td>
- <td width="100" align="center">{{ $value->bzc_tel }}</td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center">{{ $value->fangbu }}</td>
- <td width="100" align="center"></td>
- <td width="100" align="center">{{ $value->kongyuan }}</td>
- <td width="100" align="center"></td>
- </tr>
- @endforeach
- </tbody>
- </table>
- {{--===================================================================================================================================================================--}}
- <table id="page_two" border="1" cellspacing="0" cellpadding="0" width="990" align="center" class="t1" style="font-size:14px; margin-top:15px;">
- <tbody>
- <tr class="heads_tr">
- @for($k=12;$k<23;$k++)
- <td width="90" align="center">{{ $k }}</td>
- @endfor
- </tr>
- <tr class="heads_tr">
- @foreach($th1 as $value)
- <td width="90" align="center">{{$value}}</td>
- @endforeach
- </tr>
- @foreach($table[1] as $value)
- <tr>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center">{{ $value->total_money }}</td>
- <td width="100" align="center"></td>
- </tr>
- @endforeach
- @foreach($table[2] as $value)
- <tr>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center">{{ $value->chaichuje }}</td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- </tr>
- @endforeach
- @foreach($table[3] as $value)
- <tr>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center">{{ $value->linshibu }}</td>
- <td width="100" align="center">{{ $value->banqianbu }}</td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center">{{ $value->canbu }}</td>
- <td width="100" align="center">{{ $value->total }}</td>
- <td width="100" align="center"></td>
- </tr>
- @endforeach
- @foreach($table[4] as $value)
- <tr>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center">{{ $value->quanj }}</td>
- <td width="100" align="center">{{ $value->chaj }}</td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center">{{ $value->zongj }}</td>
- <td width="100" align="center"></td>
- </tr>
- @endforeach
- @foreach($table[5] as $value)
- <tr>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center">{{ $value->yuqij }}</td>
- <td width="100" align="center"></td>
- </tr>
- @endforeach
- @foreach($table[6] as $value)
- <tr>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center">{{ $value->anzhi }}</td>
- <td width="100" align="center">{{ $value->banqian }}</td>
- <td width="100" align="center">{{ $value->dibu }}</td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center">{{ $value->other }}</td>
- <td width="100" align="center">{{ $value->total }}</td>
- <td width="100" align="center"></td>
- </tr>
- @endforeach
- @foreach($table[7] as $value)
- <tr>
- <td width="100" align="center">{{ $value->gouzhu }}</td>
- <td width="100" align="center">{{ $value->tingchan }}</td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center">{{ $value->chaiqian }}</td>
- <td width="100" align="center"></td>
- </tr>
- @endforeach
- @foreach($table[8] as $value)
- <tr>
- <td width="100" align="center">{{ $value->gouzhu }}</td>
- <td width="100" align="center">{{ $value->tingchan }}</td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center">{{ $value->chaiqian }}</td>
- <td width="100" align="center">{{ $value->hours }}</td>
- </tr>
- @endforeach
- @foreach($table[9] as $value)
- <tr>
- <td width="100" align="center">{{ $value->gouzhu }}</td>
- <td width="100" align="center">{{ $value->tingye }}</td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center">{{ $value->other }}</td>
- <td width="100" align="center">{{ $value->chaiqian }}</td>
- <td width="100" align="center"></td>
- </tr>
- @endforeach
-
- </tbody>
- </table>
- {{--===================================================================================================================================================================--}}
- <table id="page_three" border="1" cellspacing="0" cellpadding="0" width="990" align="center" class="t1" style="font-size:14px; margin-top:15px;">
- <tbody>
- <tr class="heads_tr">
- @for($j=23;$j<32;$j++)
- <td width="90" align="center">{{ $j }}</td>
- @endfor
- </tr>
- <tr class="heads_tr">
- @foreach($th2 as $value)
- <td width="90" align="center">{{ $value }}</td>
- @endforeach
- </tr>
- @foreach($table[1] as $value)
- <tr>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center">{{ $value->money_home_jchae }}</td>
- <td width="100" align="center">{{ $value->money_home_tchae }}</td>
- <td width="100" align="center">{{ $value->created_at }}</td>
- <td width="100" align="center"></td>
- <td width="100" align="center">{{ $value->sub_description }}</td>
- </tr>
- @endforeach
- @foreach($table[2] as $value)
- <tr>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"> </td>
- <td width="100" align="center"> </td>
- <td width="100" align="center">{{ $value->created_at }}</td>
- <td width="100" align="center"></td>
- <td width="100" align="center">{{ $value->sub_description }}</td>
- </tr>
- @endforeach
- @foreach($table[3] as $value)
- <tr>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center">{{ $value->created_at }}</td>
- <td width="100" align="center"></td>
- <td width="100" align="center">{{ $value->sub_description }}</td>
- </tr>
- @endforeach
- @foreach($table[4] as $value)
- <tr>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center">{{ $value->created_at }}</td>
- <td width="100" align="center"></td>
- <td width="100" align="center">{{ $value->sub_description }}</td>
- </tr>
- @endforeach
- @foreach($table[5] as $value)
- <tr>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center">{{ $value->created_at }}</td>
- <td width="100" align="center"></td>
- <td width="100" align="center">{{ $value->sub_description }}</td>
- </tr>
- @endforeach
- @foreach($table[6] as $value)
- <tr>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center">{{ $value->created_at }}</td>
- <td width="100" align="center"></td>
- <td width="100" align="center">{{ $value->sub_description }}</td>
- </tr>
- @endforeach
- @foreach($table[7] as $value)
- <tr>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center">{{ $value->created_at }}</td>
- <td width="100" align="center"></td>
- <td width="100" align="center">{{ $value->sub_description }}</td>
- </tr>
- @endforeach
- @foreach($table[8] as $value)
- <tr>
- <td width="100" align="center">{{ $value->huiqian_area }}</td>
- <td width="100" align="center">{{ $value->huiqian_home_area }}</td>
- <td width="100" align="center">{{ $value->huiqian_shang_area }}</td>
- <td width="100" align="center">{{ $value->huiqian }}</td>
- <td width="100" align="center">{{ $value->yingjiao }}</td>
- <td width="100" align="center">{{ $value->yingtui }}</td>
- <td width="100" align="center">{{ $value->created_at }}</td>
- <td width="100" align="center"></td>
- <td width="100" align="center">{{ $value->sub_description }}</td>
- </tr>
- @endforeach
- @foreach($table[9] as $value)
- <tr>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center"></td>
- <td width="100" align="center">{{ $value->created_at }}</td>
- <td width="100" align="center"></td>
- <td width="100" align="center">{{ $value->sub_description }}</td>
- </tr>
- @endforeach
- </tbody>
- </table>
- </div>
- <div align="center" class="btn">
- <input class="print_button" type="button" id="datasubmit" value="确认打印" name="submit" onclick="printed('print')">
- </div>
- <style>
- .btn{
- margin-top:15px;
- }
- .print_button{height:40px;background:#369 none repeat scroll 0 0;border:2px solid #efefef;border-radius:5px;width:100px;color:#fff;font-size:13px;font-weight:700;}
- </style>
- <script type="text/javascript">
- var rootel=document.documentElement; //XHTMlvar bto=document.getElementById('divTest');
- function printed(printpage)
- {
- var headstr = "<html><head><title></title></head><body>";
- var footstr = "</body>";
- var newstr = document.all.item(printpage).innerHTML;
- var oldstr = document.body.innerHTML;
- document.body.innerHTML = headstr+newstr+footstr;
- window.print();
- document.body.innerHTML = oldstr;
- return false;
- }
- </script>
- </body>
- </html>
|