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
ada15255
Commit
ada15255
authored
Nov 13, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
实收明细优化
parent
46c624a5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
commission.html
application/index/view/finance/commission.html
+1
-1
public.js
public/resource/js/public.js
+4
-4
No files found.
application/index/view/finance/commission.html
View file @
ada15255
...
...
@@ -93,7 +93,7 @@
<table
class=
"table table-striped table-bordered table-hover table-condensed"
>
<thead>
<tr>
<td
colspan=
"1
0
"
>
<td
colspan=
"1
2
"
>
<form
id=
"form_search"
>
<span
class=
"fore-span ld-Marheight"
>
收佣日期:
</span>
<input
class=
"form-control btn4 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"create_time"
name=
"start_date"
type=
"date"
>
...
...
public/resource/js/public.js
View file @
ada15255
...
...
@@ -273,22 +273,22 @@ function hideStr(str){
}
}
//进场的经纬度 和 进场地址
function
adressDeal
(
str1
,
str2
,
address
,
addressA
)
{
function
adressDeal
(
str1
,
str2
,
address
)
{
if
(
address
!=
undefined
&&
address
!=
''
)
{
var
url
=
'http://api.map.baidu.com/geocoder/v2/?ak=eIxDStjzbtH0WtU50gqdXYCz&output=json&address='
+
address
;
//根据地点名称获取经纬度信息
$
.
ajax
({
async
:
false
,
type
:
"POST"
,
url
:
url
,
dataType
:
"JSONP"
,
success
:
function
(
data
)
{
if
(
parseInt
(
data
.
status
)
==
0
)
{
addressA
=
data
.
result
.
location
.
lng
;
console
.
log
(
addressA
)
return
addressA
//怎么从ajax 返回值
//addressA = data.result.location.lng;
}
}
});
}
}
...
...
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