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
c9d8d9f2
Commit
c9d8d9f2
authored
Jun 11, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
店长日报
parent
1a909465
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
125 additions
and
2 deletions
+125
-2
daily_achieve_dz.html
application/app_broker/view/index/daily_achieve_dz.html
+0
-0
daily_achieve_dz.js
public/app/js/daily_achieve_dz.js
+123
-0
daily_achieve_ywy.js
public/app/js/daily_achieve_ywy.js
+2
-2
No files found.
application/app_broker/view/index/daily_achieve_dz.html
View file @
c9d8d9f2
This diff is collapsed.
Click to expand it.
public/app/js/daily_achieve_dz.js
View file @
c9d8d9f2
...
@@ -7,6 +7,9 @@ require(['vue', 'vconsole', 'html2canvas', 'css!style/report_achieve.css', 'jque
...
@@ -7,6 +7,9 @@ require(['vue', 'vconsole', 'html2canvas', 'css!style/report_achieve.css', 'jque
};
};
$
(
'title'
).
after
(
'<meta name="viewport" content="width=device-width,initial-scale='
+
(
window
.
screen
.
width
/
750
)
+
',maximum-scale=2.0,user-scalable=0" />'
);
$
(
'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
_appToken
=
getUrlParam
(
'token'
);
//变量 验证所有input
var
_isBreakFlag
=
false
;
var
vm
=
new
Vue
({
var
vm
=
new
Vue
({
el
:
'#app'
,
el
:
'#app'
,
data
:
{
data
:
{
...
@@ -156,6 +159,111 @@ require(['vue', 'vconsole', 'html2canvas', 'css!style/report_achieve.css', 'jque
...
@@ -156,6 +159,111 @@ require(['vue', 'vconsole', 'html2canvas', 'css!style/report_achieve.css', 'jque
});
});
},
},
save
:
function
()
{
save
:
function
()
{
//多个input输入框验证
$
.
each
([
$
(
".input-bitian-1"
),
$
(
".input-bitian-2"
),
$
(
".input-bitian-3"
),
$
(
".input-bitian-4"
),
$
(
".input-bitian-5"
),
$
(
".input-bitian-6"
),
$
(
".input-bitian-7"
),
$
(
".input-bitian-8"
),
$
(
".input-bitian-9"
),
$
(
".input-bitian-10"
),
$
(
".input-bitian-11"
),
$
(
".input-bitian-12"
),
$
(
".input-bitian-13"
),
$
(
".input-bitian-14"
),
$
(
".input-bitian-15"
),
$
(
".input-bitian-16"
),
$
(
".input-bitian-17"
),
$
(
".input-bitian-18"
),
$
(
".input-bitian-19"
),
$
(
".input-bitian-20"
),
$
(
".input-bitian-21"
),
$
(
".input-bitian-22"
),
$
(
".input-bitian-23"
),
$
(
".input-bitian-24"
),
$
(
".input-bitian-25"
),
$
(
".input-bitian-26"
),
$
(
".input-bitian-27"
),
$
(
".input-bitian-28"
),
$
(
".input-bitian-29"
),
$
(
".input-bitian-30"
),
$
(
".input-bitian-31"
),
$
(
".input-bitian-32"
),
$
(
".input-bitian-33"
),
$
(
".input-bitian-34"
),
$
(
".input-bitian-35"
),
$
(
".input-bitian-36"
),
$
(
".input-bitian-37"
),
$
(
".input-bitian-38"
),
$
(
".input-bitian-39"
),
$
(
".input-bitian-40"
),
$
(
".input-bitian-41"
)
],
function
(
i
,
item
)
{
if
(
$
.
trim
(
item
.
val
())
===
''
)
{
alert
(
item
.
attr
(
'data-alert'
));
_isBreakFlag
=
true
;
return
false
;
}
else
{
_isBreakFlag
=
false
;
};
});
var
yanzhengArr
=
[];
if
(
$
(
".input-limit-7"
).
html
()
!=
'点击填写'
&&
$
(
".input-limit-7"
).
html
()
!=
''
){
yanzhengArr
.
push
(
1
);
}
if
(
$
(
".input-limit-8"
).
html
()
!=
'点击填写'
&&
$
(
".input-limit-8"
).
html
()
!=
''
){
yanzhengArr
.
push
(
1
);
}
if
(
$
(
".input-limit-9"
).
html
()
!=
'点击填写'
&&
$
(
".input-limit-9"
).
html
()
!=
''
){
yanzhengArr
.
push
(
1
);
}
if
(
$
(
".input-limit-10"
).
html
()
!=
'点击填写'
&&
$
(
".input-limit-10"
).
html
()
!=
''
){
yanzhengArr
.
push
(
1
);
}
if
(
$
(
".input-limit-11"
).
html
()
!=
'点击填写'
&&
$
(
".input-limit-11"
).
html
()
!=
''
){
yanzhengArr
.
push
(
1
);
}
//验证div 字数要求
if
(
_isBreakFlag
){
//true 不进行义验证
return
}
else
{
if
(
$
(
".input-limit-1"
).
html
()
==
''
||
$
(
".input-limit-1"
).
html
().
length
<
10
){
alert
(
'核心目标量化须填写完整且字数不少于10字'
);
return
;
}
if
(
$
(
".input-limit-2"
).
html
()
==
''
||
$
(
".input-limit-2"
).
html
().
length
<
10
){
alert
(
'核心目标量化须填写完整且字数不少于10字'
);
return
;
}
if
(
$
(
".input-limit-3"
).
html
()
==
''
||
$
(
".input-limit-3"
).
html
().
length
<
10
){
alert
(
'核心目标量化须填写完整且字数不少于10字'
);
return
;
}
if
(
$
(
".input-limit-4"
).
html
()
==
''
||
$
(
".input-limit-4"
).
html
().
length
<
10
){
alert
(
'核心目标量化须填写完整且字数不少于10字'
);
return
;
}
if
(
$
(
".input-limit-5"
).
html
()
==
''
||
$
(
".input-limit-5"
).
html
().
length
<
10
){
alert
(
'点评游戏员工须填写完整且字数不少于10字'
);
return
;
}
if
(
$
(
".input-limit-6"
).
html
()
==
''
||
$
(
".input-limit-6"
).
html
().
length
<
10
){
alert
(
'点评须进步员工须填写完整且字数不少于10字'
);
return
;
}
if
(
yanzhengArr
.
length
<
2
){
alert
(
'提高方法至少填两项'
);
return
;
}
};
var
_this
=
this
;
var
_this
=
this
;
var
_timeStampObj
=
$
(
'#time_stamp_area'
);
//时间区域div获取
var
_timeStampObj
=
$
(
'#time_stamp_area'
);
//时间区域div获取
var
_titleBeforeObj
=
$
(
'#titile_before'
);
//titile区域截图前后的div获取
var
_titleBeforeObj
=
$
(
'#titile_before'
);
//titile区域截图前后的div获取
...
@@ -270,4 +378,18 @@ require(['vue', 'vconsole', 'html2canvas', 'css!style/report_achieve.css', 'jque
...
@@ -270,4 +378,18 @@ require(['vue', 'vconsole', 'html2canvas', 'css!style/report_achieve.css', 'jque
_this
.
html
(
'点击填写'
).
removeClass
(
'color-submit'
);
_this
.
html
(
'点击填写'
).
removeClass
(
'color-submit'
);
}
}
});
});
//填写字数限制
_doc
.
on
(
'click'
,
'.div-textarea-limit'
,
function
(
e
)
{
var
_this
=
$
(
this
);
if
(
_this
.
html
()
===
'填写不少于10字'
)
{
_this
.
html
(
''
).
addClass
(
'color-submit'
);
}
});
_doc
.
on
(
'blur'
,
'.div-textarea-limit'
,
function
(
e
)
{
var
_this
=
$
(
this
);
if
(
_this
.
html
()
===
''
)
{
_this
.
html
(
'填写不少于10字'
).
removeClass
(
'color-submit'
);
}
});
});
});
\ No newline at end of file
public/app/js/daily_achieve_ywy.js
View file @
c9d8d9f2
...
@@ -170,7 +170,7 @@ require(['vue', 'vconsole', 'html2canvas', 'css!style/report_achieve.css', 'jque
...
@@ -170,7 +170,7 @@ require(['vue', 'vconsole', 'html2canvas', 'css!style/report_achieve.css', 'jque
$
(
".input-bitian-26"
),
$
(
".input-bitian-26"
),
$
(
".input-bitian-27"
)
$
(
".input-bitian-27"
)
],
function
(
i
,
item
)
{
],
function
(
i
,
item
)
{
if
(
$
.
trim
(
item
.
val
())
==
''
)
{
if
(
$
.
trim
(
item
.
val
())
==
=
''
)
{
alert
(
item
.
attr
(
'data-alert'
));
alert
(
item
.
attr
(
'data-alert'
));
_isBreakFlag
=
true
;
_isBreakFlag
=
true
;
return
false
;
return
false
;
...
@@ -226,7 +226,7 @@ require(['vue', 'vconsole', 'html2canvas', 'css!style/report_achieve.css', 'jque
...
@@ -226,7 +226,7 @@ require(['vue', 'vconsole', 'html2canvas', 'css!style/report_achieve.css', 'jque
alert
(
'提高方法至少填两项'
);
alert
(
'提高方法至少填两项'
);
return
;
return
;
}
}
}
}
;
var
_this
=
this
;
var
_this
=
this
;
var
_timeStampObj
=
$
(
'#time_stamp_area'
);
//时间区域div获取
var
_timeStampObj
=
$
(
'#time_stamp_area'
);
//时间区域div获取
var
_titleBeforeObj
=
$
(
'#titile_before'
);
//titile区域截图前后的div获取
var
_titleBeforeObj
=
$
(
'#titile_before'
);
//titile区域截图前后的div获取
...
...
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