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
4fe21e7e
Commit
4fe21e7e
authored
Aug 23, 2018
by
xinyuandu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改上传参数
parent
ae4bf69d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
commission.html
application/index/view/finance/commission.html
+1
-1
common.js
public/app/js/common.js
+1
-0
commission_template_tpl.html
public/resource/template/commission_template_tpl.html
+1
-1
No files found.
application/index/view/finance/commission.html
View file @
4fe21e7e
...
@@ -80,7 +80,7 @@
...
@@ -80,7 +80,7 @@
</div>
</div>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"user_phone"
placeholder=
"业务员手机号"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"user_phone"
placeholder=
"业务员手机号"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"barg
ia
n_id"
placeholder=
"成交报告id"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"barg
ai
n_id"
placeholder=
"成交报告id"
type=
"text"
value=
""
>
<span
class=
"btn btn-info btn3"
id=
"search"
>
搜索
</span>
<span
class=
"btn btn-info btn3"
id=
"search"
>
搜索
</span>
<span
class=
"btn btn-info btn3"
id=
"reset"
>
重置
</span>
<span
class=
"btn btn-info btn3"
id=
"reset"
>
重置
</span>
<span
class=
"btn btn-info btn3"
id=
"export"
>
导出excel
</span>
<span
class=
"btn btn-info btn3"
id=
"export"
>
导出excel
</span>
...
...
public/app/js/common.js
View file @
4fe21e7e
...
@@ -212,6 +212,7 @@ String.prototype.stringFormat = function(){
...
@@ -212,6 +212,7 @@ String.prototype.stringFormat = function(){
//字符串格式化,参数为对象的形式 by xishifeng 2017-07-14
//字符串格式化,参数为对象的形式 by xishifeng 2017-07-14
String
.
prototype
.
stringFormatObj
=
function
(){
String
.
prototype
.
stringFormatObj
=
function
(){
var
formatted
=
this
;
var
formatted
=
this
;
console
.
log
(
arguments
);
for
(
var
i
in
arguments
[
0
]){
for
(
var
i
in
arguments
[
0
]){
var
_regexp
=
new
RegExp
(
'
\\
{'
+
i
+
'
\\
}'
,
'gi'
);
var
_regexp
=
new
RegExp
(
'
\\
{'
+
i
+
'
\\
}'
,
'gi'
);
formatted
=
formatted
.
replace
(
_regexp
,
arguments
[
0
][
i
]);
formatted
=
formatted
.
replace
(
_regexp
,
arguments
[
0
][
i
]);
...
...
public/resource/template/commission_template_tpl.html
View file @
4fe21e7e
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
[
%
if
(
it
)
{
%
]
[
%
if
(
it
)
{
%
]
[
%
for
(
var
item
in
it
){
%
]
[
%
for
(
var
item
in
it
){
%
]
<
tr
class
=
"text-center"
data
-
id
=
"[%= it[item]['bargain_id'] %]"
data
-
orderid
=
"[%= it[item]['order_id'] %]"
data
-
fatherid
=
"[%= it[item]['father_id'] %]"
>
<
tr
class
=
"text-center"
data
-
id
=
"[%= it[item]['bargain_id'] %]"
data
-
orderid
=
"[%= it[item]['order_id'] %]"
data
-
fatherid
=
"[%= it[item]['father_id'] %]"
>
<
td
>
[
%=
it
[
item
][
'id'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'
bargain_
id'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'confirm_date'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'confirm_date'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'district_store'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'district_store'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'agent'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'agent'
]
%
]
<
/td
>
...
...
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