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
1749788a
Commit
1749788a
authored
Sep 28, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
成交喜报 优化 税费导出报表
parent
013549a3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
public.js
public/appnew/src/assets/js/public.js
+7
-0
feeds.vue
public/appnew/src/components/feed/feeds.vue
+1
-1
tax.js
public/resource/js/tax.js
+1
-1
No files found.
public/appnew/src/assets/js/public.js
View file @
1749788a
...
@@ -49,6 +49,13 @@ export default {
...
@@ -49,6 +49,13 @@ export default {
return
str
;
return
str
;
}
}
},
},
//显示商铺名称的前四个 字
hideStr
(
str
){
if
(
str
){
if
(
str
.
length
>
4
)
{
str
=
str
.
substring
(
0
,
4
)
+
"***"
};
return
str
;
}
},
achieveInitTime
(
callback
)
{
achieveInitTime
(
callback
)
{
//获取缓存里的时间
//获取缓存里的时间
let
_this
=
this
;
let
_this
=
this
;
...
...
public/appnew/src/components/feed/feeds.vue
View file @
1749788a
...
@@ -147,7 +147,7 @@
...
@@ -147,7 +147,7 @@
.
then
(
function
(
response
)
{
.
then
(
function
(
response
)
{
if
(
response
.
data
.
code
==
200
)
{
if
(
response
.
data
.
code
==
200
)
{
_this
.
deal_time
=
response
.
data
.
data
.
create_time
;
_this
.
deal_time
=
response
.
data
.
data
.
create_time
;
_this
.
deal_shop
=
response
.
data
.
data
.
house_title
;
_this
.
deal_shop
=
_this
.
common
.
hideStr
(
response
.
data
.
data
.
house_title
)
;
_this
.
deal_name
=
response
.
data
.
data
.
content
;
_this
.
deal_name
=
response
.
data
.
data
.
content
;
_this
.
deal_type
=
response
.
data
.
data
.
type_string
;
_this
.
deal_type
=
response
.
data
.
data
.
type_string
;
_this
.
show_zannum
=
response
.
data
.
data
.
click_num
;
_this
.
show_zannum
=
response
.
data
.
data
.
click_num
;
...
...
public/resource/js/tax.js
View file @
1749788a
...
@@ -1071,7 +1071,7 @@ define(['doT','text!temp/tax_template_tpl.html', 'text!temp/reportList_no_edit_t
...
@@ -1071,7 +1071,7 @@ define(['doT','text!temp/tax_template_tpl.html', 'text!temp/reportList_no_edit_t
var
user_phone
=
$
(
'#user_phone'
).
val
();
var
user_phone
=
$
(
'#user_phone'
).
val
();
var
house_number
=
$
(
'#internal_num'
).
val
();
var
house_number
=
$
(
'#internal_num'
).
val
();
var
bargain_id
=
$
(
'#bargain_id'
).
val
();
var
bargain_id
=
$
(
'#bargain_id'
).
val
();
window
.
open
(
'/index/
exportExcel?create_time='
+
create_time
+
'&end_time='
+
end_time
+
'&internal_address='
+
internal_address
+
'&name='
+
agent
+
'&phone='
+
user_phone
+
'&house_number='
+
house_number
+
'&bargain_id='
+
bargain_id
);
window
.
open
(
'/index/
getTallAgeList?create_time='
+
create_time
+
'&end_time='
+
end_time
+
'&internal_address='
+
internal_address
+
'&name='
+
agent
+
'&phone='
+
user_phone
+
'&house_number='
+
house_number
+
'&bargain_id='
+
bargain_id
+
'&excel='
+
1
);
},
},
};
};
...
...
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