Commit cede883a authored by agping's avatar agping

收款

parent b25b96ff
......@@ -20,94 +20,54 @@
<table>
<tbody>
<tr>
<td>商铺编号:{{d.id}}</td>
<td>商铺类型:{{(d.shop_type==1)?'街铺':'商场'}}</td>
<td>是否对客户展示:{{(d.is_show==1)?'否':'是'}}</td>
<td>是否独家:{{(d.is_exclusive_type==1)?'是':'否'}}</td>
</tr>
<tr>
<td>{{dealPrice}}</td>
<td>{{(d.shop_type==1)?'对内转让费':'进场费'}}:{{d.slotting_fee}}元</td>
<td>物业管理费:{{d.management_fee}}元/月</td>
<td>来源:{{switchSource(d.source)}}</td>
</tr>
<tr>
<td>{{(d.shop_type==1)?'建筑面积':'商铺面积'}}:{{dealArea}}</td>
<td>{{(d.shop_type==1)?'使用面积':'项目总面积'}}:{{d.market_area}}m²</td>
<td>剩余铺数:{{d.residue_num}}</td>
<td>总铺数:{{d.total}}</td>
</tr>
<tr>
<td>适合经营范围:{{d.industry_type}}</td>
<!--<td>{{(d.shop_type==1)?'当前经营':'已入驻'}}:{{d.enter_num}}</td>-->
<td></td>
<td>楼层:{{d.floor}}</td>
<td></td>
</tr>
<tr>
<td colspan="4">理想经营业态:{{d.fit_industry_type}}</td>
<td>所属楼盘:{{d.id}}</td>
<td>楼盘地址:{{(d.shop_type==1)?'街铺':'商场'}}</td>
<td>所属商圈:{{(d.is_show==1)?'否':'是'}}</td>
<td>总层数:{{(d.is_exclusive_type==1)?'是':'否'}}</td>
</tr>
<tr>
<td colspan="2">对内商铺名称:{{d.internal_title}}</td>
<!--<td colspan="2">对内商铺地址:{{d.province}}{{d.city+d.disc+d.internal_address}}</td>-->
<td colspan="2">对内商铺地址:{{d.address}}</td>
<td>类型:{{d.id}}</td>
<td>交通:{{(d.shop_type==1)?'街铺':'商场'}}</td>
<td>简介:{{(d.is_show==1)?'否':'是'}}</td>
<td>楼盘图片:{{(d.is_exclusive_type==1)?'是':'否'}}</td>
</tr>
<tr>
<td colspan="2">交通:{{d.traffic}}</td>
<td colspan="2">商务条款:{{signRule()}}</td>
<td>所在楼层:{{d.id}}</td>
<td>房号:{{(d.shop_type==1)?'街铺':'商场'}}</td>
<td>房源状态:{{(d.is_show==1)?'否':'是'}}</td>
<td>是否独家:{{(d.is_exclusive_type==1)?'是':'否'}}</td>
</tr>
<tr>
<!--<td colspan="2">对内项目优势:{{d.internal_item_advantage}}</td>-->
<td colspan="2">标签:{{d.shop_sign}}</td>
</tr>
<tr class="border-bottom">
<td>营业时间:{{d.do_business_date}}</td>
<td v-if="d.shop_type == 0">招商时间:{{d.opening_date}}</td>
<td v-if="d.shop_type == 0">开业时间:{{d.start_business_date}}</td>
<td v-if="d.shop_type == 0">项目(大厦)名称:{{d.project_name}}</td>
</tr>
<tr class="tr-seat">
<td colspan="4"></td>
</tr>
<tr class="tr-bold">
<td colspan="4">经纪人对本铺的评价</td>
<td>租金总价:{{d.id}}</td>
<td>租金单价:{{(d.shop_type==1)?'街铺':'商场'}}</td>
<td>转让费:{{(d.is_show==1)?'否':'是'}}</td>
<td>物业管理费:{{(d.is_exclusive_type==1)?'是':'否'}}</td>
</tr>
<tr>
<td colspan="4">周边配套:{{d.rim_mating}}</td>
<td>可容纳工位:{{d.id}}</td>
<td>面积:{{(d.shop_type==1)?'街铺':'商场'}}</td>
<td>所属楼层:{{(d.is_show==1)?'否':'是'}}</td>
<td>入驻时间:{{(d.is_exclusive_type==1)?'是':'否'}}</td>
</tr>
<tr>
<td colspan="4">所处地段:{{d.section}}</td>
<td>付款规则:{{d.id}}</td>
<td>签约年限:{{(d.shop_type==1)?'街铺':'商场'}}</td>
<td>可注册公司:{{(d.is_show==1)?'否':'是'}}</td>
<td>是否可分割:{{(d.is_exclusive_type==1)?'是':'否'}}</td>
</tr>
<tr>
<td colspan="4">附近人流:{{d.crowd}}</td>
</tr>
<tr class="border-bottom">
<td colspan="4">其他补充:{{d.other}}</td>
</tr>
<tr class="tr-seat">
<td colspan="4"></td>
<td>车位情况:{{d.id}}</td>
<td>免租时间:{{(d.shop_type==1)?'街铺':'商场'}}</td>
<td>来源:{{(d.is_show==1)?'否':'是'}}</td>
<td>是否对客户展示:{{(d.is_exclusive_type==1)?'是':'否'}}</td>
</tr>
<tr>
<td>面宽:{{d.area_width}}米</td>
<td>进深:{{d.depth}}米</td>
<td>电量:{{d.electric_quantity}}KW</td>
<td>电压:{{d.voltage}}V</td>
</tr>
<tr>
<td>燃气:{{(d.is_has_gas == 1)?'无':'有'}}</td>
<td>烟管道:{{(d.exhaust_fume == 1)?'有':'无'}}</td>
<td>上水:{{(d.running_water == 1)?'有':'无'}}</td>
<td>下水:{{(d.downriver == 1)?'有':'无'}}</td>
</tr>
<tr class="border-bottom">
<td colspan="2">目前证照经营范围:{{d.business_scope}}</td>
<td colspan="2">交付装修:{{switchDecoration(d.decoration)}}</td>
</tr>
<tr class="tr-seat">
<td colspan="4"></td>
<td>交付装修:{{d.id}}</td>
<td>办公楼标签:{{(d.shop_type==1)?'街铺':'商场'}}</td>
<td></td>
<td></td>
</tr>
<tr>
<td colspan="4" class="oh">
<div class="fl">详情页面轮播图:</div>
......@@ -118,27 +78,7 @@
</div>
</td>
</tr>
<tr class="tr-seat">
<td colspan="4"></td>
</tr>
<tr>
<td colspan="2" v-if="!(d.is_show==1)">对外商铺名称:{{d.external_title}}</td>
<td colspan="2" v-if="!(d.is_show==1)">对外商铺地址:{{d.external_address}}</td>
</tr>
<tr>
<td v-if="d.shop_type == 1" colspan="2">对外转让费:{{(d.external_slotting_fee == '-1')?'面议':(d.external_slotting_fee+'元')}}</td>
<td v-else colspan="3"></td>
</tr>
<tr v-if="!(d.is_show==1) && d.cover_plan">
<td colspan="4" class="oh">
<div class="fl">对外封面图:</div>
<div class="fl">
<ul class="oh img-list">
<li class="fl oh"><img class="fl" :src="d.api_path+d.cover_plan.img_name" /></li>
</ul>
</div>
</td>
</tr>
<tr class="tr-seat">
<td colspan="4"></td>
</tr>
......
......@@ -33,4 +33,28 @@ class OfficeBuilding extends Basic
return view('officeBuilding/buildingDictionary');
}
}
public function myCollectionOfficeList()
{
if (!$this->request->isAjax()) {
return view('officeBuilding/myCollectionOfficeList');
}
}
public function remarkFollowOffice()
{
if (!$this->request->isAjax()) {
return view('officeBuilding/remarkFollowOffice');
}
}
public function getCollectionTotal()
{
if (!$this->request->isAjax()) {
return view('officeBuilding/getCollectionTotal');
}
}
public function getCollectionOffice()
{
if (!$this->request->isAjax()) {
return view('officeBuilding/getCollectionOffice');
}
}
}
\ No newline at end of file
......@@ -332,9 +332,9 @@
<div class="">
<div class="panel panel-default">
<div class="panel-heading breadcrumb">
<li>
<!--<li>
<a href="javascript:;">收款记录</a>
</li>
</li>-->
</div>
<div class="panel-body" style="overflow:hidden;">
<div class="table-responsive">
......@@ -343,7 +343,7 @@
<tr>
<td colspan="15">
<form id="form_search">
<span class="fore-span ld-Marheight">提交时间:</span>
<span class="fore-span ld-Marheight">1提交时间:</span>
<input id="comit_time_start" class="form-control btn4 ld-Marheight" type="text"
onClick="WdatePicker({el:this,dateFmt:'yyyy-MM-dd',maxDate:'#F{ $dp.$D(\'comit_time_end\')||\'%y-%M-%d\'}',readOnly:'readonly'})">
<span class="fore-span ld-Marheight">-</span>
......
This diff is collapsed.
{layout name="global/frame_two_tpl" /}
<input type="hidden" class="page-load" id="getCollectionTotal" />
<style>
.reportAreaLiu{
list-style: none;
}
.col-xs-3{
padding-left: 8px;
padding-right: 8px;
}
.reportArea{
float: left;
position: relative;
overflow-y:scroll ;
height:100px;
left: 0px;
width:100%;
line-height: 30px;
}
.reportArea li{
list-style: none;
line-height: 20px;
}
.intoIdArea{
float: left;
position: relative;
overflow-y:scroll ;
height:100px;
left: 0px;
width:100%;
line-height: 30px;
}
.intoIdArea li{
list-style: none;
line-height: 20px;
}
.user-ul{
text-align:center;
float: left;
position: relative;
overflow-y:scroll ;
height:100px;
left: 0px;
width:100%;
line-height: 30px;
}
.user-ul li{
list-style: none;
line-height: 20px;
}
ul {
-webkit-padding-start: 0px !important;
}
.modal-body-height {
overflow-y: auto;
height: 551px;
}
#container_body_img_area>div{
float: left;
width: 216px;
}
.user-ul2 {
width: 100%;
height: auto;
padding-bottom: 15px;
float: left;
}
.user-ul2 li {
list-style: none;
line-height: 30px;
}
.money_total_two {
font-weight: bold;
font-size: 15px;
line-height: 34px;
display: inline-block;
}
.img-pre-ul {
padding-left: 0;
overflow: hidden;
}
/*图片上传相关样式*/
.img-pre-ul>li {
list-style: no;
float: left;
width: 210px;
height: 170px;
overflow: hidden;
margin-right: 10px;
margin-top: 10px;
}
.img-pre-ul>li.pdf-pre-li {
height: 70px;
}
.img-pre-ul>li>img {
float: left;
width: 210px;
height: 140px;
object-fit: contain;
cursor: pointer;
}
.img-pre-ul>li>a {
float: left;
width: 210px;
text-align: center;
line-height: 30px;
}
.img-pre-ul>li>a.pdf-pre-a {
line-height: 20px;
word-break: break-all;
}
/*图片点击放大预览区域的样式*/
#img_mask_area {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 1999;
background-color: rgba(0, 0, 0, .3);
display: none;
}
#img_mask_area>img {
width: 900px;
height: 700px;
object-fit: contain;
position: absolute;
left: 50%;
top: 50%;
margin-left: -450px;
margin-top: -350px;
}
/*上传图片列表 样式*/
.form-group {
margin: 10px;
}
.input-100-width {
width: 100px!important;
}
.input-360-width {
width: 360px!important;
}
.textarea-500-width {
width: 500px!important;
}
.list-group-item>.full-width-100+.full-width-100 {
padding-top: 10px;
}
.list-group-item>.full-width-100>label {
width: 60px;
}
.list-group-item>.full-pic-area>label {
width: 120px;
}
.delet-pic-btn {
color: red;
}
/*css样式*/
.img-cont {
width: 1000px;
height: 570px;
border: 2px solid #317ef3;
margin: 50px auto;
}
.img-cont>div {
width: 300px;
height: 260px;
border: 1px solid #777;
float: left;
margin: 20px 0 0 20px;
}
.img-cont>div>div {
width: 300px;
height: 220px;
border: 1px solid red;
}
.img-cont>div>a {
width: 60px;
height: 30px;
border-radius: 4px;
line-height: 30px;
text-align: center;
color: #fff;
display: block;
background: #317ef3;
margin: 5px 0 0 0px;
cursor: pointer;
}
.hide {
display: none !important;
}
.result {
width:130px;
height:auto;
float:left;
text-align:center;
color:red;
}
.result>img,.result2>img{
width: 120px;
height: 120px;
margin-top: 8px;
}
#container_body{
position: relative;
overflow: hidden;
}
#file_input {
opacity: 0;
position: absolute;
top: 0;
left: 145px;
height: 35px;
width: 80px;
}
#file_input3 {
opacity: 0;
position: absolute;
top: 0;
left: 145px;
height: 35px;
width: 100px;
}
.out-style {
position: absolute;
top: 0;
left: 60px;
}
.span-del2,.span-del{
color: red;
}
/*控制放大镜的 收款图片显示*/
#preview{
z-index: 9999!important;
}
#preview img{
width: 600px;
}
.clear{
clear: both;
}
/*css样式*/
#real_money2{
margin-top: 20px;
}
.modal-body-width{
width: 970px;
}
input {
width: 50%;
}
.col-xs-12 {
overflow: hidden;
}
.p-a-0 {
padding:0px;
}
.p-l-15 {
padding-left:15px !important;
}
.p-t-10{
padding-top:10px !important;
}
.no-border{
border : none;
}
#preview img{
height:300px !important;
width:500px !important;
}
#preview {
height:300px !important;
width:500px !important;
}
#file_input {
top:0 !important;
height:41px !important;
width : 102px !important;
}
.active {
color:dodgerblue;
}
#file_input_pic {
opacity: 0;
position: absolute;
top: 0;
left: 145px;
height: 35px;
width: 80px;
}
.rep{
/*disabled:disabled;*/
}
</style>
<div style="width: 100%;background: #fff;">
<div>
<a href="javascript:;">收款记录</a>
</div>
<h4 class="modal-title detail-modal-header-tab" >
<span class="shop-detail btn btn-info">商铺</span>
<span class="office-detail btn btn-default">办公楼</span>
</h4>
<div class="detail-modal-body-sec1">
<iframe src="/index/getCollection" style="width: 100%;height: 1200px;border: 0;"></iframe>
</div>
<div class="detail-modal-body-sec2" style="display: none;">
<iframe src="/index/getCollectionOffice" style="width: 100%;height: 1200px;border: 0;"></iframe>
</div>
</div>
{layout name="global/frame_two_tpl" /}
<input type="hidden" class="page-load" id="myCollectionOfficeList" />
<style>
.modal-body {
/*height: 600px;*/
overflow-y: auto;
padding-bottom: 60px;
}
.user-ul2 {
width: 100%;
height: auto;
padding-bottom: 15px;
float: left;
}
.user-ul2 li {
list-style: none;
line-height: 30px;
}
.money_total_two {
font-weight: bold;
font-size: 15px;
}
#search {
float: left;
}
#reset {
float: left;
}
#district_id {
width: 16%!important;
}
#follow_up_con{
width: 32%!important;
}
.clear{
clear: both;
}
.btn-top-house{
margin-top: 20px;
text-align: center;
}
</style>
<div id="page-content-wrapper">
<div class="container">
<div class="row">
<div class="">
<div class="panel panel-default">
<div class="panel-heading breadcrumb">
<li>
<a href="javascript:;">办公楼收藏</a>
</li>
<li> <span class="btn btn-info btn3 " id="fresh_btn">刷新</span></li>
</div>
<div class="panel-body">
<div class="table-responsive">
<table class="table table-striped table-bordered table-hover table-condensed">
<thead>
<tr>
<th class="text-center">房源编号</th>
<th class="text-center">类型</th>
<th class="text-center">区域</th>
<th class="text-center">商圈</th>
<th class="text-center">楼盘名称</th>
<th class="text-center">楼层</th>
<th class="text-center">租金总价</th>
<th class="text-center">租金单价</th>
<th class="text-center">面积(㎡)</th>
<th class="text-center">工位</th>
<th class="text-center">上下架</th>
<th class="text-center">出租状态</th>
<th class="text-center">对客户展示</th>
<th class="text-center">盘方</th>
<th class="text-center">创建时间</th>
<th class="text-center">操作</th>
</tr>
</thead>
<tbody class="text-center" id="follow_list">
</table>
</div>
<!-- /#page-content-wrapper -->
<div class="text-right" id="pagediv">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- #查看-->
<div class="modal fade modal_followup" id="modal_shop_detail" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-one">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">
&times;
</button>
<h4 class="modal-title detail-modal-header-tab" >
<a href="javascript:;" class="btn btn-default">商铺跟进</a>
<a href="javascript:;" class="btn btn-info">查看商铺</a>
</h4>
</div>
<div class="modal-body modal-body-one">
<div class="detail-modal-body-sec">
<div class="followup-modal-list-area">
<table class="table table-striped table-bordered table-hover table-condensed">
<tbody class="" id="modal_followup_table_list">
<tr>
<td>电话跟进:测试测试测试测试测试测试测试测试测试测试测试测试</td>
<td>刘丹丹</td>
<td>2017-09-05 15:22:33</td>
</tr>
<tr>
<td colspan="3">2017-09-05 15:22:33</td>
</tr>
</tbody>
</table>
</div>
<div class="followup-modal-comment-area">
<textarea></textarea>
</div>
<div class="btn-top-house">
<button type="button" class="btn btn-default" data-dismiss="modal">关闭</button>
<button type="button" class="btn btn-primary" id="modal_followup_submit_btn">提交</button>
</div>
</div>
<div class="detail-modal-body-sec">
<iframe class="iframe-shop-detail"></iframe>
</div>
</div>
</div>
</div>
</div>
......@@ -621,9 +621,9 @@
<span class="btn-info-liu">查看商铺</span>
<span class="btn-default-liu">商铺跟进</span>
<span class="btn-default-liu">盘方记录</span>
<span class="btn-default-liu">查看日志</span>
<!--<span class="btn-default-liu">查看日志</span>
<span class="btn-default-liu">编辑日志</span>
<span class="btn-default-liu">商铺视频</span>
<span class="btn-default-liu">商铺视频</span>-->
</h4>
</div>
......
This diff is collapsed.
......@@ -386,7 +386,7 @@
<div class="panel panel-default">
<div class="panel-heading breadcrumb">
<li>
<a href="javascript:;">客户跟进列表</a>
<a href="javascript:;">客户跟进列表(商铺)</a>
</li>
</div>
<div class="panel-body">
......
......@@ -367,8 +367,21 @@ Route::group('index', [
'officeBuildingList' => ['index/OfficeBuilding/officeBuildingList', ['method' => 'POST|GET']],//办公楼liu
'officeEdit' => ['index/OfficeBuilding/officeEdit', ['method' => 'POST|GET']],//办公楼新增编辑liu
'buildingDictionary' => ['index/OfficeBuilding/buildingDictionary', ['method' => 'POST|GET']],//楼盘字典liu
<<<<<<< HEAD
=======
'myCollectionOfficeList' => ['index/OfficeBuilding/myCollectionOfficeList', ['method' => 'POST|GET']],//办公楼收藏liu
'remarkFollowOffice' => ['index/OfficeBuilding/remarkFollowOffice', ['method' => 'POST|GET']],//办公-客跟进liu
'getCollectionTotal' => ['index/OfficeBuilding/getCollectionTotal', ['method' => 'POST|GET']],//收款记录总liu
'getCollectionOffice' => ['index/OfficeBuilding/getCollectionOffice', ['method' => 'POST|GET']],//收款记录总liu
>>>>>>> 收款
//‘页面的地址’ =》 index/控制器名称/使用的方法
'inviteStatistics' => ['index/InviteStatistics/inviteStatisticsList', ['method' => 'POST|GET']],//邀请注册liu
'operationalData' => ['index/OperationalData/operationalDataList', ['method' => 'POST|GET']],//运营数据统计liu
......
This diff is collapsed.
define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css', 'ckfinder', 'ckfinderStart', "datetimepicker",'pagination', 'bootstrapJs','blow-up'], function(doT, template) {
receiv = {
pageNo: 1,
/*第几页*/
pageSize: 10,
/*每页显示多少条*/
id: '',
init: function() {
//初始化dot
$(document.body).append(template);
receiv.event();
},
event: function() {
var that = receiv;
var _doc = $(document);
//点击按钮 显示隐藏iframe
$(document).on('click','.shop-detail',function(e){
$(".detail-modal-body-sec1").show();
$(".detail-modal-body-sec2").hide();
});
$(document).on('click','.office-detail',function(e){
console.log(555)
$(".detail-modal-body-sec1").hide();
$(".detail-modal-body-sec2").show();
});
},
};
return receiv;
});
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment