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
469dfe0d
Commit
469dfe0d
authored
Sep 05, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
2678f27c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
14 deletions
+12
-14
fineMoney.html
application/index/view/finance/fineMoney.html
+4
-4
account_statement_shop.html
...ion/index/view/officeBuilding/account_statement_shop.html
+2
-0
fineMoney.js
public/resource/js/fineMoney.js
+3
-3
noRansferEarnest.js
public/resource/js/noRansferEarnest.js
+2
-6
fineMoney_list_template_tpl.html
public/resource/template/fineMoney_list_template_tpl.html
+1
-1
No files found.
application/index/view/finance/fineMoney.html
View file @
469dfe0d
...
...
@@ -346,10 +346,10 @@
</div>
</div>
<div
class=
"form-group to-pay-hide"
>
<label
class=
"col-sm-
4 control-label"
>
滞纳金:
</label>
<span
style=
"margin-top: 7px;display: inline-block;"
id=
"forfeit_penalty"
></span>
<label
class=
"col-sm-
4 control-label"
>
付款金额:
</label>
<span
style=
"margin-top: 7px;display: inline-block;"
id=
"money_sum"
></span>
<label
class=
"col-sm-
5 control-label"
>
滞纳金:
<span
id=
"forfeit_penalty"
></span>
</label>
<label
class=
"col-sm-
5 control-label"
>
付款金额:
<span
id=
"money_sum"
></span>
</label>
</div>
</form>
...
...
application/index/view/officeBuilding/account_statement_shop.html
View file @
469dfe0d
...
...
@@ -1205,6 +1205,8 @@
<option
value=
"70"
>
上海银满谷银行卡
</option>
<option
value=
"75"
>
深圳银满谷银行卡
</option>
<option
value=
"60"
>
其他
</option>
<option
value=
"74"
>
陈志杰招商银行卡
</option>
</select>
</div>
</div>
...
...
public/resource/js/fineMoney.js
View file @
469dfe0d
...
...
@@ -271,13 +271,13 @@ define(['doT', 'text!temp/fineMoney_list_template_tpl.html', 'text!temp/phoneBin
if
(
data
.
code
==
200
)
{
if
(
data
.
data
)
{
$
(
"#fine_id_edit"
).
html
(
data
.
data
.
id
);
$
(
"#fine_money_edit"
).
val
(
data
.
data
.
money
);
$
(
"#fine_name_edit"
).
html
(
data
.
data
.
agent_name
);
$
(
"#submit_name_edit"
).
html
(
data
.
data
.
submit_agent_name
);
$
(
"#tijiao"
).
html
(
data
.
data
.
create_time
);
$
(
"#remark_edit"
).
val
(
data
.
data
.
remarks
);
$
(
"#forfeit_penalty"
).
html
(
data
.
data
.
forfeit_penalty
);
$
(
"#money_sum"
).
html
(
data
.
data
.
money_sum
);
$
(
"#fine_money_edit"
).
val
(
data
.
data
.
money
);
if
(
data
.
data
.
status
*
1
==
0
){
...
...
@@ -441,8 +441,8 @@ define(['doT', 'text!temp/fineMoney_list_template_tpl.html', 'text!temp/phoneBin
getList
:
function
(
pageNo
)
{
agent
.
pageNo
=
pageNo
;
var
params
=
{};
params
.
page
N
o
=
agent
.
pageNo
;
params
.
page
S
ize
=
agent
.
pageSize
;
params
.
page
_n
o
=
agent
.
pageNo
;
params
.
page
_s
ize
=
agent
.
pageSize
;
params
.
start_time
=
$
(
"#submit_start_date"
).
val
();
params
.
end_time
=
$
(
"#submit_end_date"
).
val
();
// params.create_time = $("#submit_start_date").val();付款时间
...
...
public/resource/js/noRansferEarnest.js
View file @
469dfe0d
...
...
@@ -1462,12 +1462,8 @@ define(['doT', 'text!temp/noRansferEarnest_template_tpl.html', 'css!style/home.c
resetAll
:
function
(){
var
that
=
receiv
;
that
.
agent_id_phone
=
""
;
var
commite_time_start
=
$
(
'#comit_time_start'
).
val
(
""
);
var
commite_time_end
=
$
(
'#comit_time_end'
).
val
(
""
);
var
into_time_start
=
$
(
'#into_time_start'
).
val
(
""
);
var
into_time_end
=
$
(
'#into_time_end'
).
val
(
""
);
var
maintable_deal_type
=
$
(
'#maintable_deal_type'
).
val
(
""
);
var
maintable_pay_type
=
$
(
'#maintable_pay_type'
).
val
(
""
);
var
commite_time_start
=
$
(
'#pass_time_start'
).
val
(
""
);
var
commite_time_end
=
$
(
'#pass_time_end'
).
val
(
""
);
var
come_from
=
$
(
'#come_from'
).
val
(
""
);
var
order_id
=
$
(
'#order_id'
).
val
(
""
);
var
get_id
=
$
(
'#get_id'
).
val
(
""
);
...
...
public/resource/template/fineMoney_list_template_tpl.html
View file @
469dfe0d
...
...
@@ -13,7 +13,7 @@
<
td
class
=
"text-center"
><
/td
>
[
%
}
%
]
<
td
class
=
"text-center"
>
[
%=
it
[
item
][
"forfeit_penalty"
]
%
]
<
/td
>
<
td
class
=
"text-center"
>
[
%=
it
[
item
][
"money_sum
int
"
]
%
]
<
/td
>
<
td
class
=
"text-center"
>
[
%=
it
[
item
][
"money_sum"
]
%
]
<
/td
>
<
td
class
=
"text-center"
>
[
%=
it
[
item
][
"status_name"
]
%
]
<
/td
>
<
td
class
=
"text-center"
>
[
%
if
(
it
[
item
][
"status"
]
*
1
==
0
){
%
]
...
...
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