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
510489e3
Commit
510489e3
authored
May 21, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
开业申请 判断
parent
46b0ae36
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
3 deletions
+20
-3
daily_details.html
application/index/view/finance/daily_details.html
+2
-1
financial_manager_daily_list.js
public/resource/js/financial_manager_daily_list.js
+3
-1
financial_manager_daily_list_template_tpl.html
...e/template/financial_manager_daily_list_template_tpl.html
+15
-1
No files found.
application/index/view/finance/daily_details.html
View file @
510489e3
...
...
@@ -914,10 +914,11 @@
<li
class=
"list-group-item"
>
<div
class=
"form-group full-width-100 full-pic-area"
>
<span
style=
"position: relative;top: -50px;"
>
开业说明
:
</span><textarea
name=
""
rows=
""
cols=
""
style=
"width: 43
0px;height: 100px;"
class=
"remark-financial-open"
></textarea>
<span
style=
"position: relative;top: -50px;"
>
开业说明
<span
class=
"text-danger"
>
(必填)
</span>
:
</span><textarea
name=
""
rows=
""
cols=
""
style=
"width: 38
0px;height: 100px;"
class=
"remark-financial-open"
></textarea>
</div>
<div
class=
"form-group full-width-100 full-pic-area"
>
<!--input上传图片-->
<div>
图片至少1张,最多三张:
<span
class=
"text-danger"
>
(必填)
</span></div>
<div
id=
"container_body"
>
<button
type=
"button btn2"
class=
"btn btn-default"
>
上传图片
</button>
<input
type=
"file"
id=
"file_input_pic_open"
/>
...
...
public/resource/js/financial_manager_daily_list.js
View file @
510489e3
...
...
@@ -68,6 +68,8 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl
}
// 缓存bargain.isFinancial
localStorage
.
setItem
(
'isFinancialDianZhang'
,
bargain
.
isFinancial
);
$
(
document
.
body
).
append
(
template
);
bargain
.
getList
(
1
);
bargain
.
event
();
...
...
@@ -877,7 +879,7 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl
}
else
{
bargain
.
caiwu_site_id
=
user_info_obj
.
site_id
;
}
//中介费
...
...
public/resource/template/financial_manager_daily_list_template_tpl.html
View file @
510489e3
...
...
@@ -34,7 +34,21 @@
<
td
>
<
a
class
=
"btn1 btn-info record-pic"
href
=
"#modal_financial"
data
-
recordid
=
"[%= it[item]['id'] %]"
data
-
toggle
=
"modal"
>
资料
<
/a
>
<
a
class
=
"btn1 btn-info apply-open"
href
=
"#modal_open"
data
-
pay_log_id
=
"[%= it[item]['id'] %]"
data
-
report_id
=
"[%= it[item]['report_id'] %]"
data
-
bargain_id
=
"[%= it[item]['bargain_id'] %]"
data
-
order_id
=
"[%= it[item]['order_id'] %]"
data
-
house_id
=
"[%= it[item]['house_id'] %]"
data
-
house_address
=
"[%= it[item]['house_address'] %]"
data
-
toggle
=
"modal"
>
申请开业
<
/a>
[
%
if
(
it
[
item
][
"is_open"
]
==
0
&&
localStorage
.
getItem
(
'isFinancialDianZhang'
)
==
0
){
%
]
[
%
if
(
it
[
item
][
"is_check"
]
==
0
)
{
%
]
<
a
class
=
"btn1 btn-info apply-open is-show-open"
href
=
"#modal_open"
data
-
pay_log_id
=
"[%= it[item]['id'] %]"
data
-
report_id
=
"[%= it[item]['report_id'] %]"
data
-
bargain_id
=
"[%= it[item]['bargain_id'] %]"
data
-
order_id
=
"[%= it[item]['order_id'] %]"
data
-
house_id
=
"[%= it[item]['house_id'] %]"
data
-
house_address
=
"[%= it[item]['house_address'] %]"
data
-
toggle
=
"modal"
>
申请开业
<
/a>
[
%
}
%
]
[
%
if
(
it
[
item
][
"is_check"
]
==
1
)
{
%
]
<
a
class
=
"btn1 btn-default is-show-open"
data
-
pay_log_id
=
"[%= it[item]['id'] %]"
data
-
report_id
=
"[%= it[item]['report_id'] %]"
data
-
bargain_id
=
"[%= it[item]['bargain_id'] %]"
data
-
order_id
=
"[%= it[item]['order_id'] %]"
data
-
house_id
=
"[%= it[item]['house_id'] %]"
data
-
house_address
=
"[%= it[item]['house_address'] %]"
>
开业审核中
<
/a>
[
%
}
%
]
[
%
}
%
]
<
a
class
=
"btn1 btn-info add-pic"
href
=
"#modal-addPic"
data
-
recordid
=
"[%= it[item]['id'] %]"
data
-
toggle
=
"modal"
>
编辑
<
/a
>
<
a
class
=
"btn1 btn-info money_back"
href
=
"#modal-back"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"]%]'
data
-
income_time
=
'[%= it[item]['
income_time
'] %]'
data
-
real_money
=
'[%= it[item]['
real_money
'] %]'
data
-
addr
=
"[%= it[item]['house_address'] %]"
data
-
report_id
=
'[%= it[item]['
report_id
'] %]'
data
-
order_id
=
'[%= it[item]['
order_id
'] %]'
data
-
order_no
=
'[%= it[item]['
order_no
'] %]'
data
-
agent_id
=
'[%= it[item]['
agent_id
'] %]'
data
-
agent_name
=
'[%= it[item]['
current_agent_name
'] %]'
data
-
type
=
'中介费'
>
退款
<
/a
>
...
...
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