Commit b261408e authored by xishifeng's avatar xishifeng

跟进详情调整

parent 35d91bb7
...@@ -182,6 +182,11 @@ class Index ...@@ -182,6 +182,11 @@ class Index
{ {
return view('index/shop_detail_pc'); return view('index/shop_detail_pc');
} }
public function customer_genjin_detail_pc()
{
return view('index/customer_genjin_detail_pc');
}
public function customerinfo_details_new() public function customerinfo_details_new()
{ {
......
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>同联商业</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" />
<meta name="Keywords" content="" />
<meta name="Description" content="" />
</head>
<body style="display: none;">
<div id="app">
<nav class="oh">
<div class="main-btn-box fl">
<a>客户详情/跟进</a>
<a>约带看</a>
</div>
<div class="step-btn-box fl">
<a>上一条客户</a>
<a>下一条客户</a>
</div>
</nav>
</div>
<script src="/app/js/libs/require.min.js" data-js="/app/js/customer_genjin_detail_pc.js" data-main="/app/js/main" data-norem="yes" defer async="true"></script>
</body>
</html>
\ No newline at end of file
...@@ -46,6 +46,7 @@ Route::group('app_broker', [ ...@@ -46,6 +46,7 @@ Route::group('app_broker', [
'customerinfo_genjin' => [ 'app_broker/index/customerinfo_genjin', [ 'method' => 'get' ] ], 'customerinfo_genjin' => [ 'app_broker/index/customerinfo_genjin', [ 'method' => 'get' ] ],
'timeline_pc' => [ 'app_broker/index/timeline_pc', [ 'method' => 'get' ] ], 'timeline_pc' => [ 'app_broker/index/timeline_pc', [ 'method' => 'get' ] ],
'shop_detail_pc' => [ 'app_broker/index/shop_detail_pc', [ 'method' => 'get' ] ], 'shop_detail_pc' => [ 'app_broker/index/shop_detail_pc', [ 'method' => 'get' ] ],
'customer_genjin_detail_pc' => [ 'app_broker/index/customer_genjin_detail_pc', [ 'method' => 'get' ] ],
'bargaininfo_detail_pc' => [ 'app_broker/index/bargaininfo_detail_pc', [ 'method' => 'get' ] ], 'bargaininfo_detail_pc' => [ 'app_broker/index/bargaininfo_detail_pc', [ 'method' => 'get' ] ],
'customerinfo_customer_add' => [ 'app_broker/index/customerinfo_customer_add', [ 'method' => 'get' ] ], 'customerinfo_customer_add' => [ 'app_broker/index/customerinfo_customer_add', [ 'method' => 'get' ] ],
'customerinfo_details_new' => [ 'app_broker/index/customerinfo_details_new', [ 'method' => 'get' ] ], 'customerinfo_details_new' => [ 'app_broker/index/customerinfo_details_new', [ 'method' => 'get' ] ],
......
@charset "utf-8";
body{
background-color: white;
font-size: 14px;
}
nav{
}
.main-btn-box>a{
background-image: -webkit-gradient(linear,left 0,left 100%,from(#fff),to(#e6e6e6));
border-color: #ccc;
color: #333;
padding: 6px 12px;
}
This diff is collapsed.
...@@ -10,18 +10,13 @@ require.config({ ...@@ -10,18 +10,13 @@ require.config({
'common': 'js/common', 'common': 'js/common',
'style': 'css', 'style': 'css',
'doT': 'js/libs/doT', 'doT': 'js/libs/doT',
'layer': 'js/layer', 'layer': 'js/layer'
'bootstrapJs': 'js/libs/bootstrap.min',
}, },
'shim': { 'shim': {
'jquery0325': { 'jquery0325': {
'deps': ['css!js/need/layer.css'], 'deps': ['css!js/need/layer.css'],
'exports': 'jquery0325' 'exports': 'jquery0325'
}, },
'bootstrapJs': {
'deps': ['jquery0325','css!style/bootstrap.css','css!style/bootstrap-theme.min.css'],
'exports': 'bootstrapJs'
},
'doT': { 'doT': {
'exports': 'doT' 'exports': 'doT'
}, },
......
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