Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
7c2964fd
Commit
7c2964fd
authored
Apr 23, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cs
parent
b51d9475
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
4 deletions
+7
-4
customer_gj.js
public/app/js/customer_gj.js
+1
-1
daily_achieve_dz.js
public/app/js/daily_achieve_dz.js
+2
-1
daily_achieve_mdzj.js
public/app/js/daily_achieve_mdzj.js
+2
-1
weekly.js
public/app/js/weekly.js
+2
-1
No files found.
public/app/js/customer_gj.js
View file @
7c2964fd
require
([
'vue'
,
'vconsole'
,
'css!style/customerinfo_sub_page.css'
,
'css!style/customer_gj.css'
,
'jquery0325'
,
'common'
],
function
(
Vue
,
VConsole
)
{
require
([
'vue'
,
'vconsole'
,
'css!style/customerinfo_sub_page.css'
,
'css!style/customer_gj.css'
,
'jquery0325'
,
'common'
],
function
(
Vue
,
VConsole
)
{
var
vConsole
=
new
VConsole
();
var
_applyId
=
getUrlParam
(
"applyid"
);
//获取GET参数
var
_token
=
getUrlParam
(
"token"
);
...
...
public/app/js/daily_achieve_dz.js
View file @
7c2964fd
'use strict'
;
require
([
'vue'
,
'html2canvas'
,
'css!style/report_achieve.css'
,
'jquery0325'
,
'common'
],
function
(
Vue
,
html2canvas
)
{
require
([
'vue'
,
'vconsole'
,
'html2canvas'
,
'css!style/report_achieve.css'
,
'jquery0325'
,
'common'
],
function
(
Vue
,
VConsole
,
html2canvas
)
{
var
vConsole
=
new
VConsole
();
$
(
'title'
).
after
(
'<meta name="viewport" content="width=device-width,initial-scale='
+
(
window
.
screen
.
width
/
750
)
+
',maximum-scale=2.0,user-scalable=0" />'
);
var
_appToken
=
getUrlParam
(
'token'
);
var
vm
=
new
Vue
({
...
...
public/app/js/daily_achieve_mdzj.js
View file @
7c2964fd
'use strict'
;
require
([
'vue'
,
'html2canvas'
,
'css!style/report_achieve.css'
,
'jquery0325'
,
'common'
],
function
(
Vue
,
html2canvas
)
{
require
([
'vue'
,
'vconsole'
,
'html2canvas'
,
'css!style/report_achieve.css'
,
'jquery0325'
,
'common'
],
function
(
Vue
,
VConsole
,
html2canvas
)
{
var
vConsole
=
new
VConsole
();
$
(
'title'
).
after
(
'<meta name="viewport" content="width=device-width,initial-scale='
+
(
window
.
screen
.
width
/
750
)
+
',maximum-scale=2.0,user-scalable=0" />'
);
var
_appToken
=
getUrlParam
(
'token'
);
var
vm
=
new
Vue
({
...
...
public/app/js/weekly.js
View file @
7c2964fd
'use strict'
;
require
([
'vue'
,
'css!style/weekly.css'
,
'jquery0325'
,
'common'
],
function
(
Vue
)
{
require
([
'vue'
,
'vconsole'
,
'css!style/weekly.css'
,
'jquery0325'
,
'common'
],
function
(
Vue
,
VConsole
)
{
var
vConsole
=
new
VConsole
();
var
_appToken
=
getUrlParam
(
'token'
);
var
vm
=
new
Vue
({
el
:
'#app'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment