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
b83294a2
Commit
b83294a2
authored
Aug 08, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
业绩提示信息及金额显示修改
parent
06228e8c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
achieveAgent.vue
public/appnew/src/components/achieveMain/achieveAgent.vue
+1
-1
achieveForkLi.vue
public/appnew/src/components/achieveMain/achieveForkLi.vue
+1
-1
achieveRegion.vue
public/appnew/src/components/achieveMain/achieveRegion.vue
+1
-1
No files found.
public/appnew/src/components/achieveMain/achieveAgent.vue
View file @
b83294a2
...
...
@@ -373,7 +373,7 @@
}
else
{
if
(
_tempTimeStart
>
_tempTimeEnd
||
_tempTimeEnd
>=
_tempTimeNow
)
{
layer
.
open
({
content
:
'开始时间不能大于结束时间,
且搜索日期需要小于今天。
请重新选择日期'
,
content
:
'开始时间不能大于结束时间,请重新选择日期'
,
btn
:
[
'确定'
,
'取消'
],
yes
(
_index
)
{
layer
.
close
(
_index
);
...
...
public/appnew/src/components/achieveMain/achieveForkLi.vue
View file @
b83294a2
...
...
@@ -54,7 +54,7 @@
computed
:
{
dealJine
()
{
let
_this
=
this
;
return
_this
.
common
.
jineComma
(
_this
.
data
.
performance_total
,
0
);
return
_this
.
common
.
jineComma
(
_this
.
data
.
performance_total
,
2
);
}
}
}
...
...
public/appnew/src/components/achieveMain/achieveRegion.vue
View file @
b83294a2
...
...
@@ -229,7 +229,7 @@
}
else
{
if
(
_tempTimeStart
>
_tempTimeEnd
||
_tempTimeEnd
>=
_tempTimeNow
)
{
layer
.
open
({
content
:
'开始时间不能大于结束时间,
且搜索日期需要小于今天。
请重新选择日期'
,
content
:
'开始时间不能大于结束时间,请重新选择日期'
,
btn
:
[
'确定'
,
'取消'
],
yes
(
_index
)
{
layer
.
close
(
_index
);
...
...
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